.is-style-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .is-style-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-style-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-style-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .is-style-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .is-style-container {
    max-width: 1320px;
  }
}

/* General Content */
.block-editor-wrapper .wp-block-separator {
  background: var(--wp--preset--color--color-3);
  border: none !important;
  height: 2px !important;
  opacity: 1;
  width: 50px;
}

.is-style-object-fill img {
  height: revert-layer;
  object-fit: cover;
}

.is-style-circle-border img {
  border-radius: 52%;
  border: 1rem solid #ebeff2;
}

.is-style-top-icon img {
  height: 130px;
  margin-top: -65px;
  object-fit: contain;
  width: 130px;
}

.is-style-small-shadow {
  box-shadow: 0 0 10px #e0e0e0;
}
.is-style-large-shadow {
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.25);
}

.is-style-mobile-hero {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-style-custom-hero-wrapper.wp-block-cover {
    align-items: revert !important;
    min-height: 700px !important;
  }
  .is-style-custom-hero-wrapper .wp-block-cover__background {
    display: none;
  }
  .is-style-custom-hero-wrapper .wp-block-group {
    position: relative;
    z-index: 2;
  }

  .is-style-mobile-hero {
    display: block;
  }
  .is-style-mobile-hero {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .is-style-mobile-hero.wp-block-image img {
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
  }
}

/* Hero Block */
.block-editor-wrapper .breadcrumb-nav a {
  margin-left: 7px;
  margin-right: 5px;
  text-decoration: none;
}
.block-editor-wrapper .breadcrumb-nav a i {
  margin-left: -5px;
  margin-right: -5px;
}
.block-editor-wrapper .wp-block-post-title {
  font-weight: 700;
}

.block-editor-wrapper .wp-block-group.has-background-gradient {
  background: linear-gradient(to bottom, rgba(235, 239, 242, 0)  0%, rgba(235, 239, 242, 0.5) 30%, rgba(235, 239, 242, 100) 100%) !important;
}
.is-style-pdf-link a {
  font-size: 16px;
  text-decoration: none;
}
.is-style-pdf-link mark {
  font-size: 1.5rem;
  vertical-align: middle;
}
.is-style-link-box {
  background-color: #fff !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 2px solid var(--wp--preset--color--color-4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .is-style-link-box p {
  margin: 0;
  flex: 1;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
 }
 .is-style-link-box:hover {
   border: 2px solid var(--wp--preset--color--color-3);
 }
.is-style-link-box a {
  color: var(--wp--preset--color--color-4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  padding: 3em 0.65em;
}
.is-style-link-box p.long-text a{
  padding: 2.25em 0.65em;
}
.is-style-link-box a:after {
  content: "\f178";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.is-style-link-box:hover {
	background: var(--wp--preset--color--color-3) !important;
	color: #FFF;
	border: none;
}
.is-style-link-box:hover a {
  color: #FFF;
}

.is-style-link-box:hover a:after{
  transform: scale(1.65);
}

/* Dividers between flex items (columns) */
.is-style-col-dividers .wp-block-column,
.is-style-col-dividers-white .wp-block-column {
  position: relative;
}
.is-style-col-dividers .wp-block-column:not(:first-child):after,
.is-style-col-dividers-white .wp-block-column:not(:first-child):after {
  background-color: var(--wp--preset--color--color-1);
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: calc(1.5rem / 2);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.is-style-col-dividers-white .wp-block-column:not(:first-child):after {
  background-color: #fff;
}

/* Columns */
.is-style-stretch-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.is-style-stretch-content > * {
  width: 100%;
}

.is-style-overlap {
  justify-content: center;
}
.is-style-overlap .wp-block-column:not(:first-child) {
  margin-left: -4em;
}
.is-style-overlap .wp-block-separator {
  margin-left: 0 !important;
}

@media screen and (max-width: 991px) {
  .block-editor-wrapper .wp-block-columns {
    display: grid;
    justify-content: center;
  }
  .block-editor-wrapper .wp-block-columns .wp-block-column {
    max-width: 400px;
  }

  .is-style-col-dividers .wp-block-column:not(:first-child)::after,
  .is-style-col-dividers-white .wp-block-column:not(:first-child)::after {
    height: 1px;
    left: 0;
    top: 0;
    transform: translateY(-12px);
    width: 100%;
  }

  .block-editor-wrapper .wp-block-columns.is-style-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .block-editor-wrapper
    .wp-block-columns.is-style-mobile-reverse
    .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }

  .is-style-overlap .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

/* ACF Blocks */
/* Data Nuggets */
.custom-data-nugget-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 9em;
}

.data-nugget-inner {
  border-radius: 50%;
  height: 9em;
  text-transform: uppercase;
  width: 9em;
}
.large.data-nugget-inner {
  height: 12em;
  width: 12em;
}

.data-nugget-color-silver {
  background-color: #ccd6de;
}
.data-nugget-color-teal {
  background-color: #1fa59e46;
}
.data-nugget-color-peach {
  background-color: #f85f264d;
}
.data-nugget-color-gray {
  background-color: #0f475c48;
}

.custom-data-nugget-num {
  color: #0f475c;
  font-size: 5em;
  font-weight: 700;
  left: -6px;
  position: absolute;
  top: 0;
}
.large .custom-data-nugget-num {
  left: -0.1em;
  top: 0.3em;
}

.large-number .custom-data-nugget-num {
  left: -0.75em;
}
.large.large-number .custom-data-nugget-num {
  font-size: 4em;
  top: 0.5em;
  left: -0.75em;
}

.custom-data-nugget-text {
  color: #223646;
  font-size: 1.1em;
  font-weight: 700;
  left: 0.5em;
  position: absolute;
  text-align: center;
  top: 6em;
  width: 7em;
}
.large .custom-data-nugget-text {
  top: 7.5em;
  width: 10em;
}

/* Simple Slider */
.custom-simple-slider-block .slick-slide {
  max-width: 425px;
}
.custom-simple-slider-block .slick-slide a {
  display: block;
}
.custom-simple-slider-block .slick-slide img {
  max-width: 100%;
}
.custom-simple-slider-block .slick-slide:not(.slick-center) img {
  transform: scale(0.7);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right center;
}
.custom-simple-slider-block
  .slick-center
  + .slick-slide:not(.slick-center)
  img {
  transform-origin: left center;
}
.custom-simple-slider-block .arrow_left {
  position: absolute;
  left: 4em;
  top: 8em;
}
.custom-simple-slider-block .arrow_right {
  cursor: pointer;
  position: absolute;
  right: 5em;
  top: 8em;
  margin-top: -25px;
  padding: 25px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .custom-simple-slider-block .arrow_left {
    left: 1em;
  }
  .custom-simple-slider-block .arrow_right {
    right: 2em;
  }
}
@media (max-width: 1200px) {
  .custom-simple-slider-block .arrow_left {
    left: -2em;
  }
  .custom-simple-slider-block .arrow_right {
    right: -2.5em;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .custom-simple-slider-block {
    width: 80%;
    margin: auto !important;
  }
  .custom-simple-slider-block .arrow_left {
    position: absolute;
    left: -1.5em;
    top: 8em;
  }
  .custom-simple-slider-block .arrow_right {
    position: absolute;
    right: -0.5em;
    top: 8em;
  }
}
@media (max-width: 576px) {
  .custom-simple-slider-block .slick-slide:not(.slick-center),
  .custom-simple-slider-block .slick-center {
    text-align: center;
  }
  .custom-simple-slider-block .slick-slide:not(.slick-center) img,
  .custom-simple-slider-block .slick-center img {
    transform: scale(1);
    transform-origin: center center;
  }
  .custom-simple-slider-block .arrow_left {
    left: 11%;
  }
  .custom-simple-slider-block .arrow_right {
    right: 11%;
  }

  .custom-simple-slider-block .slick-slide,
  .aspph-action-slider .slick-slide {
    max-width: 504px;
    height: auto;
  }
  .custom-simple-slider-block .slick-arrow,
  .aspph-action-slider .slick-arrow {
    display: none;
  }
}

.custom-simple-slider-block {
  width: 100%;
  display: inline-block;
}

/* Spotlight and Testimonial Sliders */
.custom-advanced-slider-block .slide-subtext {
  font-weight: 700;
  margin-bottom: 0;
}
.custom-advanced-slider-block .btn {
  margin-top: 1rem;
}

/* Spotlight Slider */
.custom-spotlight-slider-block .arrow_left {
  left: 0;
}
.custom-spotlight-slider-block .arrow_right {
  right: 0;
}
.custom-spotlight-slider-block .spotlight-image-wrapper {
  padding: 2em;
}

@media (max-width: 1200px) {
  .custom-spotlight-slider-block .spotlight-image-wrapper {
    padding: 0;
    margin-right: 1em;
  }
}

/* Testimonial Slider */
.custom-testimonial-slider-block .row {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-slider-img-wrapper {
  position: relative;
}

.testimonial-slider-img-background {
  height: 16em;
  width: auto;
}

.testimonial-slider-img {
  position: absolute;
  top: 1em;
  height: 15em;
  width: 15em;
  margin-left: 1em;
  border-radius: 50%;
}

.custom-testimonial-slider-block .slide-subtext {
  font-size: 14px;
}

/* One Column Slider */
.one-col-slider {
  margin-top: 3rem !important;
  margin-bottom: 6rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 660px !important;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.one-col-slider-video {
  margin-bottom: 1rem !important;
  text-align: center;
}
.one-col-slider iframe {
  max-width: 100%;
}
.one-col-slider .arrow_left {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 35%;
}
.one-col-slider .arrow_right {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 35%;
}

/* Accordion */
.accordion-block-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 760px;
  width: 95%;
}

.accordion-block {
  background-color: #ebeff1;
  border: none;
  color: #444;
  cursor: pointer;
  margin-bottom: 10px;
  outline: none;
  padding: 0.75em;
  position: relative;
  text-align: left;
  transition: 0.4s;
  width: 100%;
}
.accordion-block:after {
  color: #0f475c;
  content: "\f078";
  float: right;
  font-family: "FontAwesome";
  font-size: 1.5em;
  margin-left: 5px;
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-block div.panel-title {
  color: #0f475c;
  font-size: 18px;
  font-weight: 700;
  padding-right: 2.5em;
}
.accordion-block div.panel-title:hover {
  color: #3f6c7d;
}

.panel-block {
  background-color: #fff;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  font-size: 18px;
  line-height: 1.5em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.panel-inner {
  margin: 1rem 0;
}

.text-white {
  color: #ffffff !important;
}

.block-editor-wrapper .wp-block-separator.hr-blue {
  background: #0f475c !important;
}

.editor-styles-wrapper .wp-block-separator.hr-blue {
  background: #0f475c !important;
}
