@charset "UTF-8";
.trim-fade {
  position: relative;
  height: 7.25em;
  overflow: hidden;
  cursor: pointer;
  color: #012941;
}
.trim-fade.large {
  height: 19em;
}
.trim-fade:after {
  content: " ...show more";
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.trim-fade.open {
  height: auto;
  overflow: visible;
}
.trim-fade.open:after {
  content: " ...show less";
}
.trim-fade.no-text:after {
  content: "";
}
.trim-fade.open.no-text:after {
  content: "";
}

.trim-fade:after, .trim-fade.open:after {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4em;
  padding-top: 3em;
  padding-bottom: 1rem;
  padding-right: 3em;
  background-image: radial-gradient(at 80% bottom, rgb(255, 255, 255), rgb(255, 255, 255), rgba(0, 0, 0, 0) 100%);
  color: #AB0B23;
}

.trim-fade.grey:after, .trim-fade.grey.open:after {
  background-image: radial-gradient(at 80% bottom, rgb(244, 247, 248), rgb(244, 247, 248), rgba(0, 0, 0, 0) 100%);
}

.trim-fade.grey-alt:after, .trim-fade.grey-alt.open:after {
  background-image: radial-gradient(at 80% bottom, rgb(229, 237, 239), rgb(229, 237, 239), rgba(0, 0, 0, 0) 100%);
}

.trim-fade-block-article p {
  padding: 0;
  font-size: 1.25rem !important;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! Flickity v2.3.0
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;
  user-select: none;
}

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

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

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 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;
}

.main-carousel.results-carousel {
  height: 260px;
}
.main-carousel.results-carousel .carousel-cell {
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0.5rem 0 0.5rem;
}
.main-carousel.results-carousel .carousel-cell > div {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.main-carousel.results-carousel .carousel-cell > div > h4 {
  text-align: center;
  margin: 0;
}
.main-carousel.results-carousel .carousel-cell > div > h4:before {
  content: "$";
  color: #57B0CB;
}
.main-carousel.results-carousel .carousel-cell p {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  max-width: 30ch;
  margin: 1rem auto 1rem auto;
}

.carousel-cell {
  height: 100%;
  list-style: none;
}

@media screen and (min-width: 1024px) {
  .flickity-prev-next-button.next {
    right: -60px;
  }
  .flickity-prev-next-button.previous {
    left: -60px;
  }
}
@media screen and (min-width: 1024px) {
  .main-carousel.results-carousel .carousel-cell {
    width: 24%;
  }
}
article .summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html body.logged-in article header {
  top: 0;
}

article.summary {
  margin-bottom: 4rem;
}
article.summary p {
  border-left: solid 12px #F4F8F8;
  padding-left: 20px;
  line-clamp: 3;
}
article.summary a[rel=tag] {
  display: inline-block;
  border-radius: 2em;
  margin: 0 0.5em 0 0.5em;
}
article.summary a[rel=tag]:before {
  content: "  |  ";
}
article.summary a[rel=tag]:after {
  content: "  |  ";
}
article.summary footer {
  border-top: solid 3px #F4F8F8;
}
article.featured .content {
  padding: 2rem;
}
article.card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
}
article.card header h1 a, article.card header h2 a {
  color: #004C79;
  font-weight: 600;
  letter-spacing: -1px;
}
article.card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: block;
}
article.card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.card .byline {
  position: relative;
  bottom: 1.3rem;
  display: flex;
  align-items: center;
  padding: 0.75rem;
}
article.card .byline address {
  display: flex;
  margin-right: 1rem;
}
article.card .byline a[rel=author] {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 0 8px 0 0;
}
article.card .byline a[rel=author] img {
  width: 45px;
  height: 45px;
  margin-right: 0.5rem;
}
article.card .byline a[rel=tag], article.card .byline .date {
  display: inline-block;
  border-radius: 2em;
  margin: 0 0.5em 0 0;
  color: #7C7C7C;
}
article.card .byline a[rel=tag]:before, article.card .byline .date:before {
  content: "  |  ";
}
article.card .content {
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

#featured-post article header h1 a, #featured-post article header h2 a, #featured-post article header h1, #featured-post article header h2 {
  font-size: 36px;
  color: #004C79;
  letter-spacing: -1px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  article.featured {
    padding-top: 60%;
  }
  article.featured .byline aside {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .byline {
    position: relative;
    bottom: 1.3rem;
    display: flex;
    align-items: center;
    padding: 0.75rem;
  }
  .byline address {
    display: flex;
    margin-right: 1rem;
  }
  .byline a[rel=author] {
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    padding: 0 8px 0 0;
  }
  .byline a[rel=author] img {
    width: 45px;
    height: 45px;
    margin-right: 0.5rem;
  }
  .byline a[rel=tag], .byline .date {
    display: inline-block;
    border-radius: 2em;
    margin: 0 0.5em 0 0;
    color: #7C7C7C;
  }
  .byline a[rel=tag]:before, .byline .date:before {
    content: "  |  ";
  }
}
.shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.shadow-inset-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2rem;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
  z-index: 2;
}

.shadow-block-bottom {
  position: relative;
}
.shadow-block-bottom:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.shadow-block-bottom-post {
  position: absolute;
}
.shadow-block-bottom-post:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: calc(100% - 23px);
  left: 0;
  right: 0;
  z-index: 10;
}
.shadow-block-bottom-post:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: calc(100% - 23px);
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .grade-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to left, rgba(231, 238, 240, 0), rgb(231, 238, 240) 50%);
    z-index: 10;
  }
  .grade-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to right, rgba(242, 242, 242, 0), rgb(242, 242, 242) 50%);
  }
}
.shadow-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.shadow-text {
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.background-grade-bottom {
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.border-top {
  border-top: 4px solid;
}

.brightness-80 {
  filter: brightness(0.8);
}

.brightness-50 {
  filter: brightness(0.5);
}

.rounded-1 {
  border-radius: 1rem;
}

.border-rounded {
  border-radius: 100%;
  border: solid 4px #fff;
}

.polygon-container {
  position: relative;
}

.polygon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #57B0CB;
  -webkit-clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
          clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
}

.polygon-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004C79;
  -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 97% 100%);
          clip-path: polygon(90% 0, 100% 0, 100% 100%, 97% 100%);
}

.polygon-container.dark::after {
  background: #1A2933;
}

.border-y-blue {
  border-top: solid 6px #068BB3;
  border-bottom: solid 6px #068BB3;
}

.areas-title {
  display: inline-block;
  position: relative;
  margin: auto;
  background-color: #fff;
  border: solid 4px #FFD938;
  font-family: "trajan-pro-3", serif;
  padding: 0.25em 0.75em 0.25em 0.75em;
  border-radius: 5em;
  margin-top: -1em;
}

.triangle-top-right {
  position: relative;
}
.triangle-top-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(69% 0, 100% 30%, 100% 0);
          clip-path: polygon(69% 0, 100% 30%, 100% 0);
}

.hover-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.125);
}
.hover-shadow:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.psudo-shadow-top {
  position: relative;
}
.psudo-shadow-top:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: -3rem;
  background-image: radial-gradient(at 50% bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-bottom {
  position: relative;
}
.psudo-shadow-bottom:after {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: -3rem;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-top-inset {
  position: relative;
}
.psudo-shadow-top-inset:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-bottom-inset {
  position: relative;
}
.psudo-shadow-bottom-inset:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(at 50% bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-top-article {
  position: relative;
}
.psudo-shadow-top-article:before {
  display: block;
  content: " ";
  width: 100%;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 60%);
}

.results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.25rem;
  row-gap: 1.25rem;
}
.results-list li {
  display: flex;
  flex-basis: 19%;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  height: 100%;
}
.results-list li > div {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.results-list li > div > h4 {
  margin: 0;
}
.results-list li > div > h4:before {
  content: "$";
  color: #57B0CB;
}
.results-list li p {
  font-size: 0.875rem;
}
.results-list.results-section li > div {
  background-color: #fff;
}

a.pill {
  display: inline-flex;
  background-color: #004C79;
  border-radius: 4rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  align-items: center;
  margin: 0.5rem auto 0.5rem auto;
  color: #fff;
}
a.pill:hover {
  color: #fff;
}
a.pill img {
  margin-right: 0.5rem;
  width: 18px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  .results-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .results-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .results-list-page {
    background-color: #F5F5F5;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .results-list-page li {
    padding: 0 0.5rem 0 0.5rem;
  }
  .results-list-page p {
    font-size: 0.875rem;
    text-align: center;
  }
  .results-list-page h4 {
    color: #004C79;
    font-size: 2rem;
    letter-spacing: -1px;
    text-align: center;
  }
  .results-list-page h4:before {
    content: "$";
    color: #0061E7;
  }
}
.results-list-index-page {
  margin: 0;
  padding: 0;
  list-style: none;
}
.results-list-index-page li {
  display: flex;
  position: relative;
  min-height: 260px;
  padding-left: 3rem;
}
.results-list-index-page li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #57B0CB;
  -webkit-clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
          clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
}
.results-list-index-page li > div {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.results-list-index-page li > div > h4 {
  white-space: nowrap;
  margin: 0;
}
.results-list-index-page li > div > h4:before {
  content: "$";
  color: #57B0CB;
}
.results-list-index-page li p {
  font-size: 0.875rem;
  text-align: left;
}
.results-list-index-page.results-section li > div {
  background-color: #fff;
}

label, .cog-label {
  display: none !important;
}

hr.spacer {
  display: block;
  border: none;
}
hr.spacer.small {
  padding: 1rem;
}
hr.spacer.medium {
  padding: 2rem;
}
hr.spacer.large {
  padding: 4rem;
}
hr.spacer.extra-large {
  padding: 8rem;
}

.wp-admin {
  font-size: 16px;
}
.wp-admin ul {
  margin: 0;
  list-style: none;
}

ul {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-type: disc;
  list-style-position: outside;
  color: #012941;
}
ul li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}
ul.list-none {
  list-style: none;
}
ul.box-list {
  list-style-type: none;
  margin: auto;
}
ul.article-list {
  list-style: none;
}
ul.link-map {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.link-map li {
  margin: 0.5rem;
}
ul.link-map li a {
  background-color: #fff;
  border-radius: 5rem;
  display: inline-flex;
  padding: 0.625rem 1rem 0.625rem 1rem;
}
ul.sidebar-list {
  list-style: none;
}
ul.icon-circle-list {
  list-style: none;
}
ul.icon-circle-list > li {
  padding: 0;
  margin: 0 0 0.5rem 0;
}
ul.icon-circle-list > li a {
  background-color: #F8F8F8;
  display: flex;
  border-radius: 4rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: all 0.5s;
  align-items: center;
}
ul.icon-circle-list > li a:hover {
  background-color: #F4F0F0;
}
ul.icon-circle-list > li a em {
  margin-right: 1rem;
  display: flex;
  width: 37px;
  height: 36px;
  align-items: center;
}
ul.icon-circle-list > li a em img {
  width: 100%;
  height: 100%;
}
ul.center-block-list {
  list-style: none;
  text-align: center;
}
ul.center-block-list li {
  margin: 0;
  padding: 0.75rem;
}
ul.testimonials-list {
  list-style: none;
}

ol {
  margin: 1.5rem 0.5rem 1rem 1.5rem;
  list-style-position: outside;
  color: #012941;
}
ol li {
  display: list-item;
  margin: 0.25rem 0 1.5rem 0;
}

.newsletter-toc ul {
  list-style: none;
}
.divider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 1rem 0 1rem 0;
}
.divider > span, .divider > a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  position: relative;
  z-index: 2;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.divider > span.legend, .divider > a.legend {
  border: solid 3px #4EACC6;
}
.divider hr {
  display: block;
  border: none;
  width: 100%;
  height: 23px;
}
.divider > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider.footer hr {
  display: block;
  border: none;
  width: 100%;
  height: 4px;
}
.divider.footer > span.default {
  font-size: clamp(0.875rem, 8vw, 1.5rem);
}

.shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.shadow-inset-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2rem;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
  z-index: 2;
}

.shadow-block-bottom {
  position: relative;
}
.shadow-block-bottom:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.shadow-block-bottom-post {
  position: absolute;
}
.shadow-block-bottom-post:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: calc(100% - 23px);
  left: 0;
  right: 0;
  z-index: 10;
}
.shadow-block-bottom-post:after {
  display: block;
  content: " ";
  height: 26px;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
  position: absolute;
  top: calc(100% - 23px);
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .grade-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to left, rgba(231, 238, 240, 0), rgb(231, 238, 240) 50%);
    z-index: 10;
  }
  .grade-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 3rem;
    height: 100%;
    background: linear-gradient(to right, rgba(242, 242, 242, 0), rgb(242, 242, 242) 50%);
  }
}
.shadow-box {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.shadow-text {
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}

.background-grade-bottom {
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.border-top {
  border-top: 4px solid;
}

.brightness-80 {
  filter: brightness(0.8);
}

.brightness-50 {
  filter: brightness(0.5);
}

.rounded-1 {
  border-radius: 1rem;
}

.border-rounded {
  border-radius: 100%;
  border: solid 4px #fff;
}

.polygon-container {
  position: relative;
}

.polygon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #57B0CB;
  -webkit-clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
          clip-path: polygon(0 0, 3% 0, 10% 100%, 0% 100%);
}

.polygon-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004C79;
  -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 97% 100%);
          clip-path: polygon(90% 0, 100% 0, 100% 100%, 97% 100%);
}

.polygon-container.dark::after {
  background: #1A2933;
}

.border-y-blue {
  border-top: solid 6px #068BB3;
  border-bottom: solid 6px #068BB3;
}

.areas-title {
  display: inline-block;
  position: relative;
  margin: auto;
  background-color: #fff;
  border: solid 4px #FFD938;
  font-family: "trajan-pro-3", serif;
  padding: 0.25em 0.75em 0.25em 0.75em;
  border-radius: 5em;
  margin-top: -1em;
}

.triangle-top-right {
  position: relative;
}
.triangle-top-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(69% 0, 100% 30%, 100% 0);
          clip-path: polygon(69% 0, 100% 30%, 100% 0);
}

.hover-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.125);
}
.hover-shadow:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.psudo-shadow-top {
  position: relative;
}
.psudo-shadow-top:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: -3rem;
  background-image: radial-gradient(at 50% bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-bottom {
  position: relative;
}
.psudo-shadow-bottom:after {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: -3rem;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-top-inset {
  position: relative;
}
.psudo-shadow-top-inset:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-bottom-inset {
  position: relative;
}
.psudo-shadow-bottom-inset:before {
  display: block;
  content: " ";
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(at 50% bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0) 60%);
}

.psudo-shadow-top-article {
  position: relative;
}
.psudo-shadow-top-article:before {
  display: block;
  content: " ";
  width: 100%;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(at 50% top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 60%);
}

blockquote {
  display: flex;
  position: relative;
}
blockquote p {
  font-size: 0.9rem;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1rem 3.5rem;
}
blockquote p:before {
  content: "“";
  display: inline-flex;
  font-size: 72px;
  color: #57B0CB;
  position: absolute;
  top: 36px;
  left: 1rem;
}
blockquote.no-quote p {
  line-height: 1.375;
}
blockquote.no-quote p:before {
  display: none;
}
blockquote.star-rated {
  flex-direction: column;
}
blockquote.star-rated p {
  line-height: 1.375;
  width: 90%;
}
blockquote.star-rated p:before {
  content: "“";
  display: inline-flex;
  font-size: 72px;
  color: #0A8DB4;
  position: absolute;
  top: 48px;
  left: 2rem;
}
blockquote.star-rated figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
}
blockquote.star-rated figcaption cite {
  display: inline-block;
}
blockquote.star-rated figcaption cite a {
  display: inline-block;
  padding: 0 0 0 0.75rem;
}
blockquote.hd {
  aspect-ratio: 16/9;
}
blockquote.fourbythree {
  aspect-ratio: 4/3;
}
blockquote.full-review {
  flex-direction: column;
}
blockquote.full-review h3 {
  margin: 0;
  padding-left: 3.5rem;
}
blockquote.full-review h3:before {
  content: "“";
  display: inline-flex;
  font-size: 72px;
  color: #57B0CB;
  position: absolute;
  top: 70px;
  left: 1rem;
}
blockquote.full-review p {
  margin: 0;
}
blockquote.full-review p:before {
  content: none;
}

ul.quote-list {
  list-style: none;
}

#breadcrumbs {
  position: relative;
  z-index: 1;
  height: 100%;
}
#breadcrumbs ol, #breadcrumbs li {
  list-style: none;
  margin: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
#breadcrumbs li:not(:last-child)::after {
  content: " / ";
  display: inline-flex;
  padding-left: 1em;
  padding-right: 1em;
  align-items: center;
  color: #a0a0a0;
}
#breadcrumbs a {
  text-transform: capitalize;
  padding: 0.5em;
  font-size: 0.625em;
  white-space: nowrap;
  color: #a0a0a0;
}
#breadcrumbs a[aria-current=page] {
  color: #004C79;
  font-weight: 600;
}
#breadcrumbs a:hover {
  color: #4EACC6;
}

#badges ul.badge-list {
  display: flex;
  justify-content: center;
  list-style: none;
}
#badges ul.badge-list li {
  margin: 10px;
}
#badges ul.badge-list li img {
  max-height: 105px;
  width: auto;
}

.pa-badge {
  display: flex;
  border-bottom: solid 10px #F8F8F8;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pa-badge > div:first-child {
  flex-basis: 140px;
  height: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.pa-badge > div:last-child {
  flex-grow: 1;
  margin-left: 1rem;
  display: flex;
}
.pa-badge > div:last-child h2 {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.pa-badge > div:last-child h2 > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pa-badge > div:last-child h2 > span > span {
  display: block;
}

.faq-question {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  border-bottom: 2px solid #F8F8F8;
  margin-bottom: 5px;
  transition: background 0.3s ease;
  transition: color 0.3s ease;
  color: #4EACC6;
}
.faq-question:hover {
  transition: color 0.3s ease;
  color: #004C79;
}

.faq-question.active {
  color: #004C79;
}

.faq-answer {
  padding: 10px;
  border-bottom: 2px solid #F8F8F8;
  border-top: none;
  background: #fff;
  display: none; /* Ensures all answers are hidden by default */
}

em.arrow {
  display: inline-flex;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #4EACC6; /* Adjust color as needed */
  margin-left: 28px;
  margin-right: 10px;
  transition: transform 0.3s ease; /* Smooth rotation */
}

.faq-question.active .arrow {
  transform: rotate(90deg);
}

.sub-nav {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.sub-nav ol {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  border-bottom: solid 2px #F4F8F8;
}
.sub-nav ol li {
  display: inline-flex;
  padding-left: 1em;
  padding-right: 1em;
  align-items: center;
  margin: 0;
}
.sub-nav ol li a {
  text-transform: capitalize;
  padding: 0.5em;
  font-size: 0.625em;
  white-space: nowrap;
  color: #004C79;
  font-weight: 700;
}
.sub-nav ol:before {
  font-size: 0.625em;
  content: "jump to:";
  position: relative;
  color: #57B0CB;
}

.border-top-teal {
  border-top: solid 10px #57B0CB;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.border-bottom-teal {
  border-bottom: solid 10px #57B0CB;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.border-top-blue-dark {
  border-top: solid 10px #004C79;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why-choose h2, .why-choose h3 {
  font-weight: bold;
}
.why-choose .profile-comment {
  display: block;
  border: solid 3px #FFD938;
  padding: 0.5rem;
  font-size: 14px;
}
.why-choose ul.profile-items {
  margin: 0 1rem 0 1rem;
  list-style: none;
}
.why-choose ul.profile-items li {
  position: relative;
  display: flex;
}
.why-choose ul.profile-items li:before {
  content: "■";
  color: #57B0CB;
  font-size: 1.5rem;
  position: absolute;
  left: -30px;
  top: 0;
}

.call-to-action-block {
  background-color: #004C79;
  height: 265px;
}
.call-to-action-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #57B0CB;
  -webkit-clip-path: polygon(18% 0, 0 0, 0 65%);
          clip-path: polygon(18% 0, 0 0, 0 65%);
}
.call-to-action-block a.tel {
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  display: block;
  text-align: center;
}
.call-to-action-block > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.faqs {
  border: solid 2px #4EACC6;
  position: relative;
  padding: 1rem;
}
.faqs .legend {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  color: #fff;
  background-color: #4EACC6;
  text-align: center;
  padding: 0.25rem 1rem 0.25rem 1rem;
}

.faq-question-item {
  display: flex;
  justify-content: space-between;
}
.faq-question-item a {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.faq-question-item > em.arrow {
  display: inline-flex;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #4EACC6; /* Adjust color as needed */
  margin-left: 28px;
  margin-right: 10px;
  transition: transform 0.3s ease; /* Smooth rotation */
}
.faq-question-item .faq-question.active .arrow {
  transform: rotate(90deg);
}
.faq-question-item .faq-question {
  color: #4EACC6;
}

.faq-answer {
  padding: 15px;
  margin: -8px 0;
  background-color: #F5F5F5;
}
.faq-answer h4 {
  margin: 0;
  padding: 0;
}
.faq-answer h4 a {
  background-color: #FCFCFC;
  display: block;
  padding: 12px;
  margin: 1px;
}
.faq-answer h4 a:hover {
  color: #012941;
  background-color: #FFF;
}
