/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.gp_banner1 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.gp_banner1 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner1 .gp_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (min-width: 80rem) {
  .gp_banner1 .gp_content {
    width: 80rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .gp_banner1 .gp_content {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_banner1 .gp_content {
    width: 48rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_content {
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.gp_banner1 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner1 .gp_inner > h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  color: #ffffff !important;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_inner > h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.gp_banner1 .gp_inner > .gp_desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}
.gp_banner1 .gp_inner > .gp_btns a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.gp_banner1 .gp_inner > .gp_btns a.gp_btnwithbg:hover {
  opacity: 0.85;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner1 .gp_inner > .gp_btns a.gp_btnwithicon {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.gp_banner1 .gp_inner > .gp_btns a i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: sub;
}
.gp_banner1 .gp_inner > .gp_btns a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin-right: 7px;
}
.gp_banner2 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
}
.gp_banner2 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner2 .gp_content {
  position: relative;
  margin: 0 auto;
}
@media only all and (min-width: 80rem) {
  .gp_banner2 .gp_content {
    width: 80rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .gp_banner2 .gp_content {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .gp_banner2 .gp_content {
    width: 48rem;
  }
}
.gp_banner2 .gp_content > .g-grid {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_content > .g-grid {
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .gp_banner2 .gp_content > .g-grid .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.gp_banner2 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner2 .gp_inner > h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  color: #ffffff !important;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_inner > h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.gp_banner2 .gp_inner > .gp_desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}
.gp_banner2 .gp_inner > .gp_btns a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.gp_banner2 .gp_inner > .gp_btns a.gp_btnwithbg:hover {
  opacity: 0.85;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_inner > .gp_btns a.gp_btnwithicon {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.gp_banner2 .gp_inner > .gp_btns a i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: sub;
}
.gp_banner2 .gp_inner > .gp_btns a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin-right: 7px;
}
.gp_banner2 .gp_img {
  text-align: left;
}
@media only all and (max-width: 59.99rem) {
  .gp_banner2 .gp_img {
    display: none;
  }
}
.gp_content3 {
  position: relative;
}
.gp_content3 h3, .gp_content3 h4 {
  margin: 0 0 8px;
}
.gp_content3 > .g-grid.gp_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_content3 .gp_content {
  position: relative;
}
.gp_content3 .gp_buttons {
  margin-top: 1rem;
}
.gp_content3 .gp_buttons a {
  margin-bottom: 10px;
}
.gp_content3 .gp_text > div {
  padding: 1.563rem;
}
.gp_content3 .gp_text > div > div {
  margin-bottom: 1.5rem;
}
.gp_content3 .gp_text.gp_img_right {
  margin-left: auto;
}
@media only all and (min-width: 80rem) {
  .gp_content3 .gp_text {
    max-width: 40rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .gp_content3 .gp_text {
    width: 30rem;
  }
}
@media only all and (min-width: 60rem) {
  .gp_content3 .gp_text_left {
    margin-right: 2rem;
  }
  .gp_content3 .gp_text_right {
    margin-left: 2rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .gp_content3 .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.gp_imageblock8 .g-grid.gp_aligncenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_imageblock8 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock8 .gp_content {
  position: relative;
}
.gp_imageblock8 .gp_content:hover .gp_text > h3 {
  text-decoration: underline;
}
.gp_imageblock8 .gp_content:hover .gp_img > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only all and (min-width: 768px) and (max-width: 960px) {
  .gp_imageblock8 .gp_content.odd .gp_img_block {
    order: 0;
  }
  .gp_imageblock8 .gp_content.odd .gp_text_block {
    order: 1;
  }
  .gp_imageblock8 .gp_content.even .gp_img_block {
    order: 1;
  }
  .gp_imageblock8 .gp_content.even .gp_text_block {
    order: 0;
  }
}
@media only all and (max-width: 767px) {
  .gp_imageblock8 .gp_content.odd .gp_img_block, .gp_imageblock8 .gp_content.even .gp_img_block {
    order: 0;
  }
  .gp_imageblock8 .gp_content.odd .gp_text_block, .gp_imageblock8 .gp_content.even .gp_text_block {
    order: 1;
  }
}
.gp_imageblock8 .gp_img {
  overflow: hidden;
}
.gp_imageblock8 .gp_img > img {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  backface-visibility: hidden;
}
.gp_imageblock8 .gp_text {
  padding: 20px 30px;
}
.gp_imageblock8 .gp_text > h3 {
  font-size: 20px;
  margin: 0 0 12px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.gp_imageblock8 .gp_text > h3 span {
  font-weight: 300;
}
.gp_imageblock8 a.gp_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only all and (max-width: 960px) {
  .gp_imageblock8 .g-block.gp_md {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
.gp-layeredfeature {
  position: relative;
  overflow: hidden;
  background: var(--gplf-bg);
  color: var(--gplf-text);
  padding: clamp(4rem, 8vw, 8rem) 2rem;
}
.gp-layeredfeature * {
  box-sizing: border-box;
}
.gp-layeredfeature__watermark {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  opacity: 0.08;
  pointer-events: none;
}
.gp-layeredfeature__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--gplf-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.gp-layeredfeature--right .gp-layeredfeature__inner {
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.45fr);
}
.gp-layeredfeature--right .gp-layeredfeature__media {
  order: 2;
}
.gp-layeredfeature--right .gp-layeredfeature__content {
  order: 1;
}
.gp-layeredfeature__media {
  position: relative;
  min-height: clamp(320px, 42vw, 610px);
}
.gp-layeredfeature__image-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
  z-index: 2;
}
.gp-layeredfeature__image-link:hover, .gp-layeredfeature__image-link:focus {
  color: inherit;
  text-decoration: none;
}
.gp-layeredfeature__main-wrap, .gp-layeredfeature__float-wrap {
  overflow: hidden;
}
.gp-layeredfeature__main-wrap {
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 82%;
}
.gp-layeredfeature__main-img {
  display: block;
  width: 100%;
  height: clamp(300px, 38vw, 560px);
  object-fit: cover;
  opacity: var(--gplf-img-opacity);
  transition: transform 260ms ease, filter 260ms ease;
}
.gp-layeredfeature__float-wrap {
  position: absolute;
  right: 0;
  top: 30%;
  width: 32%;
  min-width: 210px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}
.gp-layeredfeature__float-img {
  display: block;
  width: 100%;
  aspect-ratio: 0.8196721311;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}
.gp-layeredfeature__decor {
  position: absolute;
  z-index: 3;
  left: 0;
  top: -3rem;
  width: clamp(90px, 12vw, 170px);
  max-width: 28%;
  height: auto;
  pointer-events: none;
}
.gp-layeredfeature__content {
  position: relative;
  z-index: 4;
}
.gp-layeredfeature__eyebrow {
  margin-bottom: 0.75rem;
  color: var(--gplf-accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.1;
}
.gp-layeredfeature__title {
  margin: 0 0 1.35rem;
  color: var(--gplf-text);
  font-family: inherit;
  font-size: clamp(2.6rem, 5.7vw, 6.35rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.gp-layeredfeature__description {
  max-width: 34rem;
  margin: 0 0 2rem;
  color: var(--gplf-text);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 600;
  line-height: 1.28;
}
.gp-layeredfeature__description p:last-child {
  margin-bottom: 0;
}
.gp-layeredfeature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.6rem;
  border: 2px solid var(--gplf-accent);
  border-radius: 0.35rem;
  color: var(--gplf-accent);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}
.gp-layeredfeature__button:hover, .gp-layeredfeature__button:focus {
  background: var(--gplf-accent);
  color: var(--gplf-bg);
  text-decoration: none;
  transform: translateY(-2px);
}
.gp-layeredfeature--hover-bump .gp-layeredfeature__media:hover .gp-layeredfeature__main-img, .gp-layeredfeature--hover-bump .gp-layeredfeature__media:hover .gp-layeredfeature__float-img {
  transform: translateY(-4px) scale(1.015);
}
.gp-layeredfeature--hover-pulse .gp-layeredfeature__media:hover .gp-layeredfeature__main-img, .gp-layeredfeature--hover-pulse .gp-layeredfeature__media:hover .gp-layeredfeature__float-img {
  transform: scale(1.025);
}
@media (max-width: 1100px) {
  .gp-layeredfeature .gp-layeredfeature__inner, .gp-layeredfeature--right .gp-layeredfeature__inner {
    grid-template-columns: 1fr;
  }
  .gp-layeredfeature--right .gp-layeredfeature__media, .gp-layeredfeature--right .gp-layeredfeature__content {
    order: initial;
  }
  .gp-layeredfeature__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .gp-layeredfeature__description {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  .gp-layeredfeature {
    padding: 3.5rem 1rem;
  }
  .gp-layeredfeature__media {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }
  .gp-layeredfeature__image-link {
    position: relative;
    inset: auto;
    display: grid;
    gap: 1rem;
  }
  .gp-layeredfeature__main-wrap, .gp-layeredfeature__float-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
  }
  .gp-layeredfeature__main-img, .gp-layeredfeature__float-img {
    height: auto;
    aspect-ratio: 1.3333333333;
  }
  .gp-layeredfeature__decor {
    top: -2.5rem;
    left: 0.5rem;
    width: 90px;
  }
  .gp-layeredfeature__title {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }
}
.gp-activitygrid {
  position: relative;
  overflow: hidden;
  background: var(--gpag-bg);
  color: var(--gpag-text);
  padding: clamp(3rem, 6vw, 6rem) 2rem;
}
.gp-activitygrid * {
  box-sizing: border-box;
}
.gp-activitygrid__inner {
  width: min(100%, var(--gpag-max));
  margin: 0 auto;
}
.gp-activitygrid__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.gp-activitygrid__intro-text {
  max-width: 780px;
}
.gp-activitygrid__title {
  margin: 0 0 0.75rem;
  color: var(--gpag-text);
  font-family: inherit;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
}
.gp-activitygrid__description {
  color: var(--gpag-text);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
}
.gp-activitygrid__description p:last-child {
  margin-bottom: 0;
}
.gp-activitygrid__intro-button {
  display: flex;
  justify-content: flex-end;
}
.gp-activitygrid__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.75rem 1.55rem;
  border-radius: 999px;
  background: var(--gpag-accent);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 220ms ease, filter 220ms ease;
  white-space: nowrap;
}
.gp-activitygrid__button:hover, .gp-activitygrid__button:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.gp-activitygrid__grid {
  display: grid;
  gap: 1.15rem;
}
.gp-activitygrid__item {
  position: relative;
  display: block;
  min-height: 260px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #111;
}
.gp-activitygrid__item:hover, .gp-activitygrid__item:focus {
  color: #fff;
  text-decoration: none;
}
.gp-activitygrid__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}
.gp-activitygrid__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0.02));
  opacity: calc(var(--gpag-overlay-opacity) + .55);
  pointer-events: none;
}
.gp-activitygrid__card-title {
  position: absolute;
  z-index: 2;
  left: clamp(1.1rem, 2vw, 1.7rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  right: 1.1rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
}
.gp-activitygrid--featured .gp-activitygrid__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(170px, 15vw, 250px);
}
.gp-activitygrid--featured .gp-activitygrid__item {
  min-height: 0;
}
.gp-activitygrid--featured .gp-activitygrid__item--1 {
  grid-column: span 2;
  grid-row: span 2;
}
.gp-activitygrid--featured .gp-activitygrid__item--6 {
  grid-column: span 2;
  grid-row: span 2;
}
.gp-activitygrid--equal .gp-activitygrid__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gp-activitygrid--equal.gp-activitygrid--cols-2 .gp-activitygrid__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gp-activitygrid--equal.gp-activitygrid--cols-4 .gp-activitygrid__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gp-activitygrid--equal .gp-activitygrid__item {
  min-height: clamp(260px, 25vw, 390px);
}
.gp-activitygrid--hover-zoom .gp-activitygrid__item:hover .gp-activitygrid__image, .gp-activitygrid--hover-zoom .gp-activitygrid__item:focus .gp-activitygrid__image {
  transform: scale(1.045);
}
.gp-activitygrid--hover-lift .gp-activitygrid__item {
  transition: transform 260ms ease, box-shadow 260ms ease;
}
.gp-activitygrid--hover-lift .gp-activitygrid__item:hover, .gp-activitygrid--hover-lift .gp-activitygrid__item:focus {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}
.gp-activitygrid--hover-pulse .gp-activitygrid__item:hover .gp-activitygrid__image, .gp-activitygrid--hover-pulse .gp-activitygrid__item:focus .gp-activitygrid__image {
  transform: scale(1.025);
  filter: saturate(1.05);
}
@media (max-width: 1100px) {
  .gp-activitygrid--featured .gp-activitygrid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gp-activitygrid--featured .gp-activitygrid__item--1, .gp-activitygrid--featured .gp-activitygrid__item--6 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .gp-activitygrid--equal.gp-activitygrid--cols-4 .gp-activitygrid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .gp-activitygrid {
    padding: 3.5rem 1.25rem;
  }
  .gp-activitygrid__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .gp-activitygrid__intro-button {
    justify-content: flex-start;
  }
  .gp-activitygrid .gp-activitygrid--equal .gp-activitygrid__grid, .gp-activitygrid--equal.gp-activitygrid--cols-2 .gp-activitygrid__grid, .gp-activitygrid--equal.gp-activitygrid--cols-3 .gp-activitygrid__grid, .gp-activitygrid--equal.gp-activitygrid--cols-4 .gp-activitygrid__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .gp-activitygrid--featured .gp-activitygrid__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .gp-activitygrid--featured .gp-activitygrid__item, .gp-activitygrid--featured .gp-activitygrid__item--1, .gp-activitygrid--featured .gp-activitygrid__item--6, .gp-activitygrid--equal .gp-activitygrid__item {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }
  .gp-activitygrid__button {
    width: 100%;
  }
}
.gp-planningcards {
  background: var(--gppc-bg);
  color: var(--gppc-text);
  padding: clamp(4rem, 7vw, 7rem) 2rem;
}
.gp-planningcards * {
  box-sizing: border-box;
}
.gp-planningcards__inner {
  width: min(100%, var(--gppc-max));
  margin: 0 auto;
}
.gp-planningcards__header {
  max-width: 980px;
  margin: 0 auto clamp(3rem, 5vw, 5rem);
  text-align: center;
}
.gp-planningcards__title {
  margin: 0 0 1rem;
  color: var(--gppc-title);
  font-family: Industrious, sans-serif;
  font-size: clamp(2.3rem, 4.8vw, 4.9rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.gp-planningcards__description {
  color: var(--gppc-text);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.35;
}
.gp-planningcards__description p:last-child {
  margin-bottom: 0;
}
.gp-planningcards__grid {
  display: grid;
  gap: clamp(2rem, 3vw, 3.5rem);
}
.gp-planningcards--cols-2 .gp-planningcards__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gp-planningcards--cols-3 .gp-planningcards__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gp-planningcards--cols-4 .gp-planningcards__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gp-planningcards__card {
  min-width: 0;
  text-align: center;
}
.gp-planningcards__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transform-origin: center top;
  transition: transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gp-planningcards__link:hover, .gp-planningcards__link:focus {
  color: inherit;
  text-decoration: none;
}
.gp-planningcards__image-wrap {
  overflow: hidden;
  margin-bottom: 1.55rem;
  background: rgba(0, 0, 0, 0.06);
  transition: box-shadow 460ms ease;
}
.gp-planningcards__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.6896551724;
  object-fit: cover;
  transition: transform 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gp-planningcards__card-title {
  margin: 0;
  color: var(--gppc-title);
  font-family: Industrious, sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 220ms ease;
}
.gp-planningcards--hover-zoom .gp-planningcards__link:hover .gp-planningcards__image, .gp-planningcards--hover-zoom .gp-planningcards__link:focus .gp-planningcards__image {
  transform: scale(1.1);
}
.gp-planningcards--hover-lift .gp-planningcards__link:hover, .gp-planningcards--hover-lift .gp-planningcards__link:focus {
  transform: translateY(-35px) scale(1.12);
}
.gp-planningcards--hover-lift .gp-planningcards__link:hover .gp-planningcards__image, .gp-planningcards--hover-lift .gp-planningcards__link:focus .gp-planningcards__image {
  transform: scale(1.08);
}
.gp-planningcards--hover-pulse .gp-planningcards__link:hover, .gp-planningcards--hover-pulse .gp-planningcards__link:focus {
  transform: scale(1.06);
}
.gp-planningcards--hover-pulse .gp-planningcards__link:hover .gp-planningcards__image, .gp-planningcards--hover-pulse .gp-planningcards__link:focus .gp-planningcards__image {
  transform: scale(1.07);
}
.gp-planningcards__link:hover .gp-planningcards__card-title, .gp-planningcards__link:focus .gp-planningcards__card-title {
  color: #0019c6;
}
@media (max-width: 1100px) {
  .gp-planningcards--cols-4 .gp-planningcards__grid, .gp-planningcards--cols-3 .gp-planningcards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .gp-planningcards {
    padding: 3.5rem 1rem;
  }
  .gp-planningcards .gp-planningcards__grid, .gp-planningcards--cols-2 .gp-planningcards__grid, .gp-planningcards--cols-3 .gp-planningcards__grid, .gp-planningcards--cols-4 .gp-planningcards__grid {
    grid-template-columns: 1fr;
  }
  .gp-planningcards__image {
    aspect-ratio: 1.3333333333;
  }
}
/*





/* ==================================================
   Converse County Tourism - Custom Fonts
================================================== */
@font-face {
  font-family: "Esmeralda";
  src: url('../fonts/Esmeralda.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Esmeralda Thin";
  src: url('../fonts/Esmeralda-Thin.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Industrious";
  src: url('../fonts/Industrious.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
}
#g-mainbody h2 {
  color: #25408F;
  font-size: 4.4rem;
  line-height: 1.1;
  margin-bottom: 2.2rem;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  font-family: "Esmeralda", cursive;
}
@media (min-width: 75rem) {
  #g-container-header .g-container {
    width: 84rem;
  }
}
#g-container-header {
  margin-bottom: 0;
}
.g-article-header {
  border-bottom: 1px solid #FFF;
  text-align: center;
}
#ampz_inline_top {
  text-align: center;
}
#ampz_inline_top .ampz_container {
  display: flex;
  justify-content: center;
}
#ampz_inline_top .ampz_container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
#ampz_inline_top .ampz_container ul li {
  width: auto !important;
  float: none !important;
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
/* ==================================================
   Converse County Tourism - Header Container Width
   Controls Top Bar + Header + Navigation Width
================================================== */
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #FEF200;
}
.large-padding-top {
  margin-top: 1 rem;
  padding-top: 1 rem;
}
/* ==================================================
   Converse County Tourism - Dropdown Menus
================================================== */
#g-navigation .g-main-nav .g-dropdown {
  background: #ffffff;
  border-top: 4px solid #ffff00;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  border-radius: 0 0 18px 18px;
  margin-top: 0;
  overflow: hidden;
}
#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column {
  border-top: 0;
}
#g-navigation .g-main-nav .g-dropdown .g-menu-item-container {
  color: #25408f;
  font-family: "Industrious", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#g-navigation .g-main-nav .g-sublevel > li {
  border-bottom: 1px solid rgba(0, 25, 198, 0.12);
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  background: #0019c6;
  color: #ffff00;
}
#g-navigation .g-main-nav .g-fullwidth > .g-dropdown > .g-dropdown-column > .g-grid .g-block {
  border-right: 1px solid rgba(0, 25, 198, 0.15);
}
#g-navigation .menu-item-particle a {
  color: #ffffff;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
#g-navigation .menu-item-particle a:hover {
  color: #ffff00;
  transform: scale(1.08);
}
/* Normalize single-column dropdown spacing */
#g-navigation .g-main-nav .g-dropdown .g-sublevel > li > .g-menu-item-container {
  display: block;
  padding: 0.85rem 1.25rem;
}
/* ==================================================
   Converse County Tourism - Top 
   Explore Links + Social Media
================================================== */
#g-top {
  padding: 0.45rem 0;
  border-bottom: 3px solid #0019c6;
}
.cct-top-left {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
  color: #fff;
}
.cct-city-link {
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}
.cct-city-link span {
  font-family: "Esmeralda", cursive;
  color: #ffff00;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.65rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.cct-city-link:hover, .cct-city-link:hover span {
  color: #ffff00;
}
.cct-social-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.cct-connect {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.cct-social-links a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
}
.cct-social-links a:hover {
  color: #ffff00;
}
@media (max-width: 47.99rem) {
  .cct-top-left {
    justify-content: center;
    gap: 0.7rem 1rem;
  }
  .cct-city-link {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .cct-city-link span {
    font-size: 1.45rem;
    margin-right: 0.15rem;
  }
}
@media (max-width: 47.99rem) {
  .cct-social-links {
    width: 100%;
    justify-content: center;
    margin-top: 0.25rem;
    margin-bottom: 0.55rem;
  }
}
/* ==================================================
   Converse County Tourism - Top Utility Bar
   Quick Action Buttons
================================================== */
.cct-top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.cct-top-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #0019c6;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.7rem;
  border: 2px solid #fff;
  line-height: 1;
}
.cct-top-button i {
  color: #ffff00;
  font-size: 0.9rem;
}
.cct-top-button:hover {
  background: #fff;
  color: #0019c6;
}
.cct-top-button:hover i {
  color: #d90000;
}
@media (max-width: 47.99rem) {
  .cct-top-button:first-child {
    display: none;
  }
}
/* ==================================================
   Converse County Tourism - Logo + Header
================================================== */
#g-container-header {
  margin-bottom: 0;
  position: relative;
  z-index: 1002;
}
/* Header cleanup */
#g-header {
  padding: 0;
  background: #ffffff;
  box-shadow: none;
  position: relative;
  overflow: visible;
}
/* Remove Gantry block styling */
#g-header .g-content {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
#g-header .g-container {
  position: relative;
  z-index: 2;
}
/* Logo wrapper */
#g-header .g-logo {
  position: relative;
  display: inline-block;
  margin: -22px auto -30px;
  z-index: 20;
  box-shadow: none;
  transition: transform 0.35s ease, filter 0.35s ease;
  transform-origin: center center;
}
#g-header .g-logo:hover {
  transform: scale(1.035);
}
/* Logo image */
#g-header .g-logo img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 420px;
}
/* Desktop logo */
#g-header .g-logo .g-normal-logo {
  display: block !important;
}
/* Hide mobile logo on desktop */
#g-header .g-logo .g-mobile-logo {
  display: none !important;
}
/* Mobile logo swap */
@media (max-width: 60rem) {
  #g-header .g-logo .g-normal-logo {
    display: none !important;
  }
  #g-header .g-logo .g-mobile-logo {
    display: block !important;
  }
  #g-header .g-logo img {
    max-width: 240px;
  }
  #g-header .g-logo {
    margin: -8px auto -10px;
    padding: 0 0.65rem;
  }
}
/* ==================================================
   Converse County Tourism - Main Navigation
================================================== */
#g-navigation {
  padding: 0.2rem 0 0.2rem;
  text-align: center;
  background-color: #25408F;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
/* Tighten navigation spacing */
#g-navigation .g-content {
  margin: 0;
  padding: 0.25rem 0;
}
#g-navigation .g-main-nav {
  font-family: "Industrious", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  padding: 0.65rem 0.8rem;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #ffff00;
}
.g-main-nav .g-toplevel {
  text-align: center;
}
.g-offcanvas-toggle {
  left: 0.8rem;
}
/* ==================================================
   Converse County Tourism - Breadcrumbs
================================================== */
#g-navigation {
  position: relative;
  z-index: 20;
}
#g-breadcrumb {
  background: transparent;
  border: none;
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 2;
}
#g-breadcrumb .g-content {
  margin: 0;
  padding: 0;
}
#g-breadcrumb .mod-breadcrumbs__wrapper {
  padding: 0.25rem 0 0;
  border: none;
  text-align: center;
}
#g-breadcrumb .mod-breadcrumbs__here {
  display: none;
}
#g-breadcrumb .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  background: rgba(255, 255, 255, 0.8);
  color: #13214a;
  padding: 0.65rem 0.85rem !important;
  margin: 0 auto;
  transform: translateY(1rem);
  border-radius: 20px;
  font-size: 1.2rem;
}
#g-breadcrumb .breadcrumb::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d90000;
}
#g-breadcrumb a, #g-breadcrumb .active {
  color: #13214a;
}
#g-breadcrumb a:hover {
  color: #d90000;
}
@media (max-width: 60rem) {
  #g-breadcrumb {
    display: none;
  }
}
/* ==================================================
   Converse Footer Wave - Last Position
================================================== */
#g-last {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#g-last .g-container {
  width: 100%;
  max-width: none;
  padding: 0;
}
#g-last .g-content {
  margin: 0;
  padding: 0;
}
.cct-footer-wave-only {
  width: 100vw;
  height: 180px;
  margin-left: calc(50% - 50vw);
  line-height: 0;
  overflow: hidden;
}
.cct-footer-wave-only svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cct-footer-wave-only path {
  fill: #13214a;
}
/* =====================================================
   FEATURE STRIP ABOVE FOOTER
===================================================== */
.cct-footer-feature {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 60px 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 100px;
}
.cct-footer-action {
  color: #ffffff;
}
.cct-footer-left {
  text-align: right;
  margin-top: -68px;
  padding-right: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.cct-footer-right {
  text-align: left;
  margin-top: -35px;
  padding-left: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.cct-footer-action h3 {
  font-family: "Industrious", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 0 12px;
}
.cct-footer-secondary {
  margin-top: 45px !important;
}
.cct-footer-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  transition: 0.25s ease;
}
.cct-footer-link:hover {
  color: #ffff00;
}
.cct-footer-guide {
  position: relative;
  z-index: 50;
  margin-top: -215px;
  text-align: center;
}
.cct-footer-guide img {
  width: 240px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 15px 24px rgba(0, 0, 0, 0.25));
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.cct-footer-guide:hover img {
  transform: translateY(-4px) scale(1.035);
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.32));
}
.cct-footer-guide-link {
  display: inline-block;
  margin-top: 14px;
  font-family: "Industrious", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.25s ease;
}
.cct-footer-guide-link:hover {
  color: #ffff00;
}
.cct-footer-social {
  margin-top: 14px;
}
.cct-footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin: 0 4px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: 0.25s ease;
}
.cct-footer-social a:hover {
  color: #ffff00;
  border-color: #ffff00;
  transform: translateY(-2px);
}
@media (max-width: 960px) {
  .cct-footer-feature {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
    padding: 20px 30px 50px;
  }
  .cct-footer-left, .cct-footer-right {
    text-align: center;
    border: none;
    padding: 0;
  }
  .cct-footer-guide {
    order: -1;
    margin-top: -110px;
  }
  .cct-footer-guide img {
    width: 210px;
  }
}
/* Converse footer hover cleanup */
.cct-footer-link:hover, .cct-footer-guide-link:hover {
  color: #FFFF00 !important;
}
.cct-footer-social a:hover {
  color: #FFFF00 !important;
  border-color: #FFFF00 !important;
}
.cct-footer-social a:hover i {
  color: #FFFF00 !important;
}
/* =====================================================
   FOOTER LINK COLUMNS
===================================================== */
.cct-footer-links {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 60px 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.cct-footer-links-col h4 {
  font-family: "Industrious", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.cct-footer-links-col h4 i {
  color: #FFFF00;
  font-size: 1.2rem;
  margin-right: 0.45rem;
}
.cct-footer-links-col a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0.65rem;
  transition: 0.25s ease;
}
.cct-footer-links-col a:hover {
  color: #FFFF00 !important;
  transform: translateX(4px);
}
/* Tablet */
@media (max-width: 960px) {
  .cct-footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 20px 35px 55px;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .cct-footer-links {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .cct-footer-links-col a:hover {
    transform: none;
  }
}
/* =====================================================
   COPYRIGHT
===================================================== */
.cct-footer-copyright {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.cct-footer-copyright p {
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.8;
}
.cct-footer-copyright a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.25s ease;
}
#g-footer .cct-footer-copyright a:hover, #g-footer .cct-footer-copyright a:focus {
  color: #FFFF00 !important;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 900;
  padding: 13px 0;
  opacity: 0.95;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #d2232a;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 2px;
}
/* Center GP Banner header text */
.gp_banner1 .gp_content {
  justify-content: center;
  text-align: center;
}
.gp_banner1 .gp_inner {
  text-align: center;
}
.gp_banner1 .gp_inner > h1 {
  letter-spacing: 1px;
  font-size: 4rem;
  line-height: 4.4rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
  color: #fff !important;
}
.gp_banner1 h1:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 12px auto 0;
}
.g-portfolio .g-portfolio-title a {
  color: #001BE2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g-portfolio .g-info-container {
  padding: 20px;
  background: #F4F5FF;
}
.dtc .uk-overlay-panel {
  background: rgba(0, 0, 0, 0.3);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: block;
  }
}
/* ==================================================
   Converse County Tourism - Home
================================================== */
/* Converse homepage upcoming events - scoped to outline-17 */
/* centered module title */
.outline-17 .g-title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.outline-17 .g-title span {
  font-family: Esmeralda, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  color: #0019c6;
  line-height: 1;
}
.outline-17 .g-title:after, .outline-17 .g-title span:after {
  display: none !important;
}
.outline-17 .eb-events-grid-items {
  padding: 0 4rem 2.5rem;
}
.outline-17 .splide__slide {
  display: flex;
}
.outline-17 .eb-event-item-grid-default-layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}
.outline-17 .eb-event-thumb-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.outline-17 .eb-event-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.outline-17 .eb-event-item-grid-default-layout:hover .eb-event-thumb {
  transform: scale(1.035);
}
/* hide category, location, description, taskbar */
.outline-17 .eb-event-main-category, .outline-17 .eb-event-location, .outline-17 .eb-event-short-description, .outline-17 .eb-taskbar {
  display: none !important;
}
/* title */
.outline-17 .eb-event-title-container {
  order: 3;
  margin: 0;
  padding: 0.35rem 1.25rem 1.75rem;
  text-align: center;
}
/* card title */
.outline-17 .eb-event-title-container {
  order: 3;
  margin: 0;
  padding: 1rem 1.25rem 1.75rem;
  text-align: center;
}
.outline-17 .eb-event-title {
  color: #0019c6;
  font-family: Industrious, sans-serif !important;
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  text-decoration: none;
}
.outline-17 .eb-event-title:hover {
  color: #d90000;
  text-decoration: none;
}
/* date */
.outline-17 .eb-event-date-time {
  order: 2;
  padding: 1.35rem 1rem 0.15rem;
  color: #d90000 !important;
  font-family: Industrious, sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
/* hide calendar icon and times */
.outline-17 .eb-event-date-time i, .outline-17 .eb-time, .outline-17 .eb-event-time {
  display: none !important;
}
/* arrows */
.outline-17 .splide__arrows .splide__arrow {
  background: #0019c6;
  opacity: 1;
  width: 46px;
  height: 46px;
}
.outline-17 .splide__arrow--prev {
  left: -1.5rem;
}
.outline-17 .splide__arrow--next {
  right: -1.5rem;
}
.outline-17 .splide__arrows .splide__arrow svg {
  fill: #ffff00;
}
/* pagination */
.outline-17 .splide__pagination__page {
  background: #0019c6;
  opacity: 0.35;
}
.outline-17 .splide__pagination__page.is-active {
  background: #d90000;
  opacity: 1;
}
@media (max-width: 900px) {
  .outline-17 .eb-events-grid-items {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .outline-17 .splide__arrow--prev {
    left: -0.75rem;
  }
  .outline-17 .splide__arrow--next {
    right: -0.75rem;
  }
}
@media (max-width: 600px) {
  .outline-17 .eb-events-grid-items {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.outline-17 #g-afterbottom {
  padding-top: 2rem;
  padding-bottom: 5.5rem;
  background-position: bottom;
}
.outline-17 .g-features-particle.style7 .g-content {
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #122C50;
}
.outline-17 #g-prebottom {
  padding-top: 1.5rem;
  padding-bottom: 6.5rem;
  background-position: bottom;
}
.outline-17 #g-prebottom .g-content {
  margin-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.outline-17 #g-intro {
  padding: 0.5rem 0;
}
.outline-17 .wk-link-reset a {
  color: #FFF !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #122C50, 0 0 0 10px #fff, 0 0 2px 10px #eee !important;
}
.cct-town-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.cct-town-links a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}
.cct-town-links a:hover {
  background: #fff;
  color: #16325c;
  text-decoration: none;
}
.g-main-feature-image-link {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  line-height: 0;
}
.g-main-feature-image-link:hover, .g-main-feature-image-link:focus {
  text-decoration: none;
}
.g-main-feature-image {
  transition: transform 260ms ease, filter 260ms ease;
}
.g-main-feature--hover-bump .g-main-feature-image-link:hover .g-main-feature-image, .g-main-feature--hover-bump .g-main-feature-image-link:focus .g-main-feature-image {
  transform: translateY(-4px) scale(1.015);
}
.g-main-feature--hover-pulse .g-main-feature-image-link:hover .g-main-feature-image, .g-main-feature--hover-pulse .g-main-feature-image-link:focus .g-main-feature-image {
  transform: scale(1.025);
}
.gp_content3-image-link {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.gp_content3-image {
  transition: transform 0.3s ease;
}
.gp_content3--hover-bump .gp_content3-image-link:hover .gp_content3-image, .gp_content3--hover-bump .gp_content3-image-link:focus .gp_content3-image {
  transform: translateY(-4px) scale(1.015);
}
.gp_content3--hover-pulse .gp_content3-image-link:hover .gp_content3-image, .gp_content3--hover-pulse .gp_content3-image-link:focus .gp_content3-image {
  transform: scale(1.03);
}
#module-content-pro-joomla-187-particle .g-content-pro-item, #module-content-pro-joomla-224-particle .g-content-pro-item {
  min-height: 545px;
}
#module-content-pro-joomla-187-particle .g-info-container, #module-content-pro-joomla-224-particle .g-info-container {
  min-height: 380px;
}
.gp-layeredfeature__button:hover, .gp-layeredfeature__button:focus {
  background: #FFF;
  color: #122c50;
}
/* ==================================================
   News & Stories Category Blog Layout
   ================================================== */
.cct-news-blog .blog-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 60px;
}
.cct-news-blog .blog-item {
  margin: 0;
}
.cct-news-blog .cct-news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 30px 40px;
}
.cct-news-blog .cct-news-card__image {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
}
.cct-news-blog .cct-news-card__title {
  margin: 0 0 28px !important;
  padding: 0 10px !important;
  font-family: Industrious, sans-serif !important;
  font-size: clamp(1.7rem, 2vw, 2.4rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}
.cct-news-blog .cct-news-card__title a {
  color: #122C50 !important;
  text-decoration: none !important;
}
.cct-news-blog .cct-news-card__title a:hover {
  color: #0019c6 !important;
  text-decoration: none !important;
}
.cct-news-blog .cct-news-card__button {
  align-self: flex-start;
  margin-top: auto;
}
@media (max-width: 800px) {
  .cct-news-blog .blog-items {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
  .cct-news-blog .cct-news-card__title {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }
}
/* ==================================================
   Inner Page Tweaks
   ================================================== */
#module-slideshow-288-particle .uk-cover-background {
  background-position: center top !important;
}
.g-slideshow .style3 .g-slideshow-title {
  font-family: Industrious, sans-serif !important;
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-shadow: 1px 1px 1px #000;
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
  max-width: 900px;
  margin: 0 auto;
}
/* ==================================================
   Reusable Content Boxes
   ================================================== */
.cct-content-box {
  background: #dfe4f7;
  padding: 50px 55px;
  margin-bottom: 30px;
}
.cct-content-box__eyebrow {
  color: #122c50;
  font-family: Industrious, sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cct-content-box__title {
  color: #0b1d47;
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 18px;
}
.cct-content-box__lead {
  color: #0b1d47;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.cct-content-box__text {
  color: #0b1d47;
  font-size: 20px;
  line-height: 1.8;
}
/* ==================================================
   Reusable Blue Callout Boxes
   ================================================== */
/* ==================================================
   Cursive Title Modifier
   ================================================== */
.cct-title-cursive {
  font-family: Esmeralda, cursive !important;
  font-weight: normal !important;
  line-height: 0.95;
}
.cct-title-cursive-blue {
  color: #0019c6 !important;
}
.cct-title-cursive-red {
  color: #d90000 !important;
}
.cct-blue-callout {
  background: #0019c6;
  color: #ffffff;
  padding: 42px 36px;
  margin-bottom: 35px;
}
.cct-blue-callout strong, .cct-blue-callout b {
  color: #ffffff !important;
}
.cct-blue-callout--center {
  text-align: center;
}
.cct-blue-callout__eyebrow {
  color: #ffffff;
  font-family: Industrious, sans-serif;
  font-size: 17px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.cct-blue-callout__title {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.cct-blue-callout__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 14px;
}
.cct-blue-callout__text:last-child {
  margin-bottom: 0;
}
/* ==================================================
   Reusable Card Tables
   ================================================== */
.cct-card-table {
  width: 100%;
  margin-bottom: 38px;
  border: none;
  border-collapse: separate;
  border-spacing: 12px 0;
}
.cct-card-table tr, .cct-card-table td {
  border: none;
}
.cct-card-table td {
  padding: 30px;
  vertical-align: top;
  background: #f4f4f4;
  border-top: 7px solid #0019c6;
}
.cct-card-table h3 {
  margin: 0 0 12px;
  color: #0019c6;
  font-size: 32px;
  line-height: 1.15;
}
.cct-card-table p {
  margin: 0 0 20px;
}
.cct-card-table p:last-child {
  margin-bottom: 0;
}
/* ==================================================
   Reusable Section Headings
   ================================================== */
.cct-section-heading {
  margin: 35px 0 24px;
  text-align: center;
}
.cct-section-heading__eyebrow {
  margin: 0 0 7px;
  color: #d90000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.cct-section-heading__title {
  margin: 0;
  color: #0019c6;
  font-size: 44px;
  line-height: 1.12;
}
.cct-section-heading__text {
  max-width: 820px;
  margin: 12px auto 0;
}
/* ==================================================
   Jackalope Sticker Adventure Cards
   Add-on styles for numbered steps and red/blue cards
   ================================================== */
.cct-step-number {
  margin: 0 0 8px;
  color: #d90000;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.cct-card-table--center td {
  text-align: center;
}
.cct-card-table--split td:nth-child(even) {
  background: #eef0ff;
}
.cct-card-table--split td:nth-child(even) h3 {
  color: #0019c6;
}
.cct-card-table--red td {
  border-top-color: #d90000;
}
.cct-card-table--red h3 {
  color: #d90000;
}
.cct-map-box {
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 12px;
  background: #ffffff;
  border-top: 8px solid #0019c6;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}
.cct-map-box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
/* ==================================================
   Experience Image Cards
   ================================================== */
.cct-experience-table {
  width: 100%;
  margin-bottom: 24px;
  border: none;
  border-collapse: separate;
  border-spacing: 12px 0;
}
.cct-experience-table tr, .cct-experience-table td {
  border: none;
}
.cct-experience-table td {
  width: 50%;
  padding: 0;
  vertical-align: top;
  background: #f4f4f4;
  border-top: 7px solid #0019c6;
}
.cct-experience-table img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.cct-experience-card-content {
  padding: 28px 26px;
}
@media (max-width: 767px) {
  .cct-experience-table, .cct-experience-table tbody, .cct-experience-table tr, .cct-experience-table td {
    display: block;
    width: 100% !important;
  }
  .cct-experience-table {
    border-spacing: 0;
  }
  .cct-experience-table td {
    margin-bottom: 22px;
  }
}
/* ==================================================
   Red / Blue Split Card Add-ons
   ================================================== */
.cct-card-table--split td {
  background: #eef0ff;
}
.cct-card-table--split td:nth-child(even) {
  background: #f7eeee;
  border-top-color: #d90000;
}
.cct-card-table--split td:nth-child(even) h3 {
  color: #d90000;
}
/* ==================================================
   Mobile Reusable Content Boxes
   ================================================== */
@media (max-width: 767px) {
  .cct-blue-callout {
    padding: 32px 24px;
  }
  .cct-blue-callout__title {
    font-size: 32px;
  }
  .cct-blue-callout__text {
    font-size: 18px;
    line-height: 1.65;
  }
  .cct-card-table {
    display: block;
    border-spacing: 0;
  }
  .cct-card-table tbody, .cct-card-table tr, .cct-card-table td {
    display: block;
    width: 100% !important;
  }
  .cct-card-table td {
    margin-bottom: 18px;
    padding: 26px 24px;
    box-sizing: border-box;
  }
  .cct-card-table h3 {
    font-size: 30px;
  }
  .cct-section-heading__title {
    font-size: 36px;
  }
}
/* ==================================================
   Image Feature Rows
   ================================================== */
.cct-feature-row {
  width: 100%;
  margin-bottom: 38px;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}
.cct-feature-row td {
  border: none;
  background: #f4f4f4;
  vertical-align: middle;
}
.cct-feature-row__image {
  width: 42%;
  padding: 0;
}
.cct-feature-row__content {
  width: 58%;
  padding: 30px;
  border-top: 7px solid #0019c6 !important;
}
.cct-feature-row img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .cct-feature-row, .cct-feature-row tbody, .cct-feature-row tr, .cct-feature-row td {
    display: block;
    width: 100% !important;
  }
  .cct-feature-row__content {
    padding: 26px 24px;
  }
}
/* ==================================================
   Play Article Page Tweaks
   ================================================== */
.outline-24 .com-content-article .item-image {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.outline-24 .com-content-article .item-image img {
  display: block;
  width: 100%;
  transition: transform 450ms ease, filter 450ms ease;
}
.outline-24 .com-content-article .item-image:hover img {
  transform: scale(1.015);
  filter: brightness(1.04);
}
/* ==================================================
   Things To Do Article Field Styling
   Outline 24
   ================================================== */
.outline-24 .com-content-article .fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto 34px;
  padding: 0;
  background: none;
  border: 0;
  list-style: none;
}
.outline-24 .com-content-article .fields-container .field-entry {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #d9dce5;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.outline-24 .com-content-article .fields-container .field-label {
  color: #122c50;
  font-family: Industrious, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.outline-24 .com-content-article .fields-container .field-value, .outline-24 .com-content-article .fields-container .field-value a {
  color: #0b1d47;
  text-decoration: none;
}
.outline-24 .com-content-article .fields-container .field-value a:hover {
  color: #0019c6;
  text-decoration: underline;
}
@media (max-width: 650px) {
  .outline-24 .com-content-article .fields-container {
    display: block;
    padding: 16px;
  }
  .outline-24 .com-content-article .fields-container .field-entry {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .outline-24 .com-content-article .fields-container .field-entry:last-child {
    margin-bottom: 0;
  }
}
#jbd-container .dir-listing-description, #jbd-container .dir-listing-description p {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1.55;
  color: #0b1d47;
}
#jbd-container .listing-detail-header {
  font-family: Industrious, sans-serif;
  color: #122c50;
}
#jbd-container .listing-item-content.rounded a {
  font-family: Industrious, sans-serif;
}
.jbd-container h1 {
  color: #FFF !important;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 5px;
}
.company-style-5-header-info .dir-address, .company-style-5-header-info .dir-categories {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#companies-search h1 {
  font-size: 4rem;
}
#companies-search .search-description {
  font-size: 2rem;
  margin-bottom: 45px;
}
#g-page-surround .btn.btn-success, #g-offcanvas .btn.btn-success {
  color: #fff;
  background: #D96E11;
  border-color: #944D0C;
}
#g-page-surround .btn.btn-success:hover, #g-offcanvas .btn.btn-success:hover, #g-page-surround .btn.btn-success:active, #g-offcanvas .btn.btn-success:active, #g-page-surround .btn.btn-success:focus, #g-offcanvas .btn.btn-success:focus {
  background: #944D0C;
  border-color: #944D0C;
}
#search-path {
  display: none;
}
/* ==================================================
   Business Directory Results Styling
   ================================================== */
#jbd-container .result-item {
  border-radius: 10px;
  border: 1px solid rgba(18, 44, 80, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
#jbd-container .item-name, #jbd-container .item-name a {
  color: #0b1d47 !important;
  font-family: Industrious, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none !important;
}
#jbd-container .item-name a:hover {
  color: #0019c6 !important;
}
#jbd-container .item-type, #jbd-container .item-slogan {
  color: #122c50 !important;
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
}
#jbd-container .item-options, #jbd-container .item-option {
  color: #122c50 !important;
  font-size: 1.05rem !important;
}
#jbd-container .company-intro {
  color: #0b1d47 !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}
#jbd-container .company-intro a {
  color: #0019c6 !important;
  font-weight: 700;
  text-decoration: none;
}
#jbd-container .company-intro a:hover {
  color: #d90000 !important;
  text-decoration: underline;
}
#jbd-container .item-image-cover {
  border-radius: 8px;
  overflow: hidden;
}
#jbd-container .item-image-cover img {
  transition: transform 450ms ease, filter 450ms ease;
}
#jbd-container .item-image-cover:hover img {
  transform: scale(1.03);
  filter: brightness(1.04);
}
/* ==================================================
   Business Directory Filter Styling
   ================================================== */
.search-filter-container .filter-criteria:nth-of-type(3), .search-filter-container .filter-criteria:nth-of-type(4) {
  display: none !important;
}
.search-filter-container {
  color: #0b1d47;
}
.search-filter-container .filters-header, .search-filter-container .search-filter-title, .search-filter-container .filter-header {
  color: #122c50 !important;
  font-family: Industrious, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.search-filter-container .filters-header {
  font-size: 1.25rem;
}
.search-filter-container .search-filter-title {
  font-size: 1.35rem;
}
.search-filter-container .filter-header {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.search-filter-container a, .search-filter-container li, .search-filter-container .selected-criteria a {
  color: #0b1d47 !important;
  font-size: 1.05rem;
  line-height: 1.45;
}
.search-filter-container a:hover {
  color: #0019c6 !important;
}
/* ==================================================
   Business Directory Detail Page Styling
   ================================================== */
#jbd-container .listing-info-container {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(18, 44, 80, 0.08);
}
#jbd-container .listing-logo {
  background: #f4f4f4;
  padding: 35px;
  text-align: center;
}
#jbd-container .listing-logo img {
  max-width: 100%;
  height: auto;
  transition: transform 450ms ease, filter 450ms ease;
}
#jbd-container .listing-logo:hover img {
  transform: scale(1.025);
  filter: brightness(1.04);
}
#jbd-container .listing-info-wrapper {
  padding: 28px 26px;
}
#jbd-container .item-details {
  margin: 0;
  padding: 0;
  list-style: none;
}
#jbd-container .item-details li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: #0b1d47;
  font-size: 1.05rem;
  line-height: 1.45;
}
#jbd-container .item-details li:last-child {
  margin-bottom: 0;
}
#jbd-container .item-details a {
  color: #0019c6 !important;
  text-decoration: none;
  font-weight: 600;
}
#jbd-container .item-details a:hover {
  color: #d90000 !important;
  text-decoration: underline;
}
#jbd-container .icon-wrapper {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #dfe4f7;
  color: #122c50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#jbd-container .socials-network {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
#jbd-container .socials-network li a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #0019c6;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#jbd-container .socials-network li a:hover {
  background: #d90000;
}
/* ==================================================
   Business Directory Detail Tabs & Description
   ================================================== */
#jbd-container .dir-tab-panel #tabs {
  background: transparent;
  border: 0;
}
#jbd-container .tab-list {
  display: flex;
  gap: 10px;
  margin: 0 0 24px;
  padding: 6px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
#jbd-container .tab-list li {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#jbd-container .tab-list li span {
  display: block;
  padding: 15px 20px;
  border-radius: 999px;
  color: #0b1d47;
  font-family: Industrious, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#jbd-container .tab-list li.active span, #jbd-container .tab-list li span:hover {
  background: #D9DEFF;
  color: #ffffff;
}
#jbd-container .dir-tab {
  background: #ffffff;
  border-radius: 14px;
  padding: 34px 38px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(18, 44, 80, 0.08);
}
#jbd-container .listing-detail-header {
  color: #122c50;
  font-family: Industrious, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#jbd-container .dir-listing-description, #jbd-container .dir-listing-description p, #jbd-container .listing-item-content p {
  color: #0b1d47 !important;
  font-size: 1.35rem !important;
  line-height: 1.55 !important;
}
#jbd-container .listing-details .listing-item-content.rounded {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 18px;
  background: #dfe4f7;
  border-radius: 999px !important;
}
#jbd-container .listing-details .listing-item-content.rounded a {
  color: #0b1d47 !important;
  font-family: Industrious, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#jbd-container .listing-details .listing-item-content.rounded a:hover {
  color: #0019c6 !important;
}
/* Event Cards */
body.itemid-270 #eb-events > div[class*="col"] {
  display: flex;
  margin-bottom: 30px;
}
body.itemid-270 .eb-event-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f4f4f4;
  border-top: 5px solid #0019c6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 22px;
  height: 100%;
}
/* Images */
body.itemid-270 img.eb-thumb-left {
  float: none !important;
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin: 0 0 22px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body.itemid-270 .eb-event-box:hover img.eb-thumb-left {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}
/* Title */
body.itemid-270 .eb-event-title {
  font-family: Esmeralda, cursive;
  font-size: 3rem;
  line-height: 0.95;
  font-weight: normal;
  color: #0019c6 !important;
  margin-bottom: 18px;
  text-align: left;
}
/* Date & Location */
body.itemid-270 .eb-event-date-time, body.itemid-270 .eb-event-location {
  color: #13214a;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.6;
}
body.itemid-270 .eb-event-date-time i, body.itemid-270 .eb-event-location i {
  color: #13214a;
  margin-right: 8px;
}
body.itemid-270 .eb-event-location a {
  color: #0019c6 !important;
  font-weight: 700;
}
/* Hide descriptions ONLY on event listing page */
body.itemid-270 #eb-events .eb-event-short-description {
  display: none;
}
/* Button Placement */
body.itemid-270 .eb-taskbar {
  margin-top: auto;
  padding-top: 24px;
}
body.itemid-270 .eb-taskbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Buttons */
body.itemid-270 .eb-taskbar .btn {
  background: #294797;
  border: 2px solid #294797;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
body.itemid-270 .eb-taskbar .btn:hover {
  background: #0019c6;
  border-color: #0019c6;
  color: #fff !important;
}
/* Social Buttons */
body.itemid-270 #g-page-surround .eb-social-sharing-buttons .btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #000;
  background: #F1ECE7;
  border: 1px solid #000;
  line-height: 1.5;
  font-size: 1.1rem;
}
.eb-social-sharing-buttons .btn i:before {
  color: #000;
}
/* Mobile */
@media (max-width: 767px) {
  body.itemid-270 #eb-events > div[class*="col"] {
    display: block;
  }
  body.itemid-270 .eb-event-box {
    padding: 18px;
  }
  body.itemid-270 img.eb-thumb-left {
    height: auto;
  }
  body.itemid-270 .eb-event-title {
    font-size: 2.5rem;
  }
}
.cctpb-mission-box {
  background-color: #f4efe9;
  border-left: 4px solid #BCA183;
  border-right: 4px solid #BCA183;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #36322C;
  border-radius: 4px;
}
.cctpb-intro-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #36322C;
}
.cctpb-intro-text p {
  margin-bottom: 1rem;
}
.cctpb-deadlines {
  margin-top: 2rem;
}
.cctpb-deadlines ul {
  list-style: none;
  padding-left: 0;
}
.cctpb-deadlines ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #36322C;
  font-size: 1.05rem;
}
.cctpb-deadlines ul li i {
  color: #BCA183;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.cctpb-resource-box {
  background-color: #f9f7f5;
  border: 1px solid #e2ddd6;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.cctpb-expense-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}
.cctpb-expense-boxes .expense-box {
  flex: 1 1 300px;
  background-color: #f9f7f5;
  border: 1px solid #e2ddd6;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.cctpb-expense-boxes .expense-box h3 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #36322C;
}
.cctpb-expense-boxes .expense-box ul {
  padding-left: 1.25rem;
  margin: 0;
}
.cctpb-expense-boxes .expense-box ul li {
  margin-bottom: 0.5rem;
  color: #36322C;
  list-style-type: disc;
}
.cctpb-expense-boxes .permissible {
  border-left: 4px solid #78B744;
}
.cctpb-expense-boxes .non-permissible {
  border-left: 4px solid #D2232A;
}
.cctpb-expense-boxes .promotional-support {
  border-left: 4px solid #FFD166;
  /* Warm yellow */
}
/* ===== CCTB-Events ===== */
.cctb-event-wrap {
  max-width: 980px;
  margin: 0;
  text-align: left;
  color: #243746;
  line-height: 1.7;
  font-size: 1.2rem;
}
.cctb-event-hero, .cctb-event-box, .cctb-event-cta {
  position: relative;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.cctb-event-hero {
  background: linear-gradient(135deg, #25408f 0%, #1f377d 55%, #0019c6 100%);
  padding: 32px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  margin-bottom: 26px;
}
.cctb-event-box {
  background: linear-gradient(135deg, #ffffff 0%, #f7f9ff 55%, #eef3ff 100%);
  padding: 24px;
  margin-bottom: 22px;
}
.cctb-event-box.cctb-event-featured {
  background: linear-gradient(135deg, #ffffff 0%, #fbfcff 55%, #f1f5ff 100%);
  margin-bottom: 18px;
}
.cctb-event-cta {
  background: linear-gradient(135deg, #fffde8 0%, #ffffff 55%, #eef3ff 100%);
  padding: 26px;
  margin-bottom: 0;
}
.cctb-event-hero h2 {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.2;
  font-family: "Industrious", Arial, sans-serif;
}
.cctb-event-hero .cctb-event-subtitle {
  position: relative;
  z-index: 3;
  margin: 10px 0 0 0;
  color: #FFFF00;
  font-size: 20px;
  font-weight: bold;
}
.cctb-event-hero .cctb-event-date {
  position: relative;
  z-index: 3;
  margin: 8px 0 0 0;
  color: #e8eefc;
  font-size: 17px;
}
.cctb-event-content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.cctb-event-copy {
  flex: 1 1 420px;
  min-width: 260px;
}
.cctb-event-image-col {
  flex: 0 0 400px;
  max-width: 100%;
}
.cctb-event-box h3 {
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Esmeralda", serif;
}
.cctb-heading-blue {
  color: #25408f;
}
.cctb-heading-red {
  color: #d90000;
}
.cctb-event-image-wrap {
  position: relative;
  display: inline-block;
  border-radius: 0 22px 22px 0;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.cctb-event-image-wrap:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}
.cctb-event-image-wrap img {
  display: block;
  width: 400px;
  max-width: 100%;
  height: auto;
  border-radius: 0 22px 22px 0;
  transition: transform 0.35s ease;
}
.cctb-event-image-wrap:hover img {
  transform: scale(1.04);
}
.cctb-event-image-wrap .cctb-image-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #d90000;
  z-index: 2;
}
.cctb-event-image-wrap .cctb-image-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #d90000;
  z-index: 2;
}
.cctb-event-image-wrap .cctb-image-cap {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: #d90000;
  border-radius: 0 22px 0 22px;
  z-index: 3;
}
.cctb-event-details-list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cctb-event-button {
  display: inline-block;
  background: #25408f;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 0 8px 8px 0;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 6px 16px rgba(37, 64, 143, 0.3);
}
.cctb-event-button:hover {
  background: #0019c6;
  color: #ffffff;
  text-decoration: none;
}
.cctb-event-title {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #ffffff !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-family: "Industrious", Arial, sans-serif !important;
  font-weight: normal !important;
  opacity: 1 !important;
  text-shadow: none !important;
  letter-spacing: normal !important;
}
/* Header Swoosh */
.gp_banner1 .gp_bgimg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-image: url('../../../../images/converse-blue-guide-wave.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: 999;
  pointer-events: none;
}
/* Index Play */
.g-portfolio-item {
  background: #fff;
}
.g-portfolio-item .g-info-container {
  min-height: 240px;
}
/* Converse County Tourism - Afterbottom Widgetkit slider text visibility */
#g-afterbottom .wk-scope .wk-overlay-primary {
  background: rgba(0, 0, 0, 0.45) !important;
  opacity: 1 !important;
}
#g-afterbottom .wk-scope .wk-overlay, #g-afterbottom .wk-scope .wk-overlay * {
  opacity: 1 !important;
  visibility: visible !important;
}
#g-afterbottom .wk-scope h3, #g-afterbottom .wk-scope .wk-h3, #g-afterbottom .wk-scope h3 a, #g-afterbottom .wk-scope .wk-h3 a, #g-afterbottom .wk-scope .wk-link-reset {
  color: #ffffff !important;
  text-decoration: none !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85) !important;
}
#g-afterbottom .wk-scope h3, #g-afterbottom .wk-scope .wk-h3 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
/* International */
.converse-intl-hero-intro {
  background: #214f95;
  padding: 78px 30px 82px;
  position: relative;
  overflow: hidden;
  border-bottom: 8px solid #f0d348;
}
.converse-intl-hero-intro__inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.converse-intl-hero-intro__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(240, 211, 72, 0.14);
  border: 1px solid rgba(240, 211, 72, 0.35);
  color: #f0d348;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.converse-intl-hero-intro__title {
  max-width: 1280px;
  margin: 0 auto;
  color: #ffffff !important;
  font-size: clamp(3.6rem, 7vw, 6.6rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}
.converse-intl-hero-intro__text {
  max-width: 1080px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.15rem, 1.55vw, 1.75rem);
  line-height: 1.55;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .converse-intl-hero-intro {
    padding: 68px 24px 74px;
  }
  .converse-intl-hero-intro__title {
    font-size: clamp(3rem, 8vw, 5.4rem);
  }
  .converse-intl-hero-intro__text {
    max-width: 980px;
  }
}
@media (max-width: 767px) {
  .converse-intl-hero-intro {
    padding: 54px 18px 60px;
    border-bottom-width: 6px;
  }
  .converse-intl-hero-intro__eyebrow {
    margin-bottom: 16px;
    padding: 7px 14px;
    font-size: 0.8rem;
  }
  .converse-intl-hero-intro__title {
    font-size: clamp(2.4rem, 12vw, 4rem);
    line-height: 0.98;
  }
  .converse-intl-hero-intro__text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.55;
  }
}
/* Converse International Video Section */
.converse-intl-video-split {
  background: #ffffff;
  padding: 60px 30px;
}
.converse-intl-video-split__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.converse-intl-video-split__media {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}
.converse-intl-video-split__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.converse-intl-video-split__content {
  max-width: 540px;
}
.converse-intl-video-split__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(240, 211, 72, 0.16);
  color: #214f95;
  border: 1px solid rgba(240, 211, 72, 0.4);
}
.converse-intl-video-split__eyebrow i {
  font-size: 0.85rem;
}
.converse-intl-video-split__title {
  margin: 0;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #214f95 !important;
}
.converse-intl-video-split__text {
  margin-top: 16px;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #5c677a;
}
/* mobile */
@media (max-width: 900px) {
  .converse-intl-video-split__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .converse-intl-video-split__content {
    max-width: 100%;
    text-align: center;
  }
}
/* Converse International Single Feature Block */
.converse-intl-feature-block {
  padding: 70px 30px;
  background: #f5f1e6;
}
.converse-intl-feature-block__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.converse-intl-feature-block__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.converse-intl-feature-block__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.5s ease;
}
.converse-intl-feature-block__media:hover img {
  transform: scale(1.03);
}
.converse-intl-feature-block__content {
  max-width: 580px;
}
.converse-intl-feature-block__eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(240, 211, 72, 0.18);
  color: #214f95;
  border: 1px solid rgba(240, 211, 72, 0.42);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.converse-intl-feature-block__title {
  margin: 0 0 24px;
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #214f95 !important;
}
.converse-intl-feature-block__text p {
  margin: 0 0 18px;
  font-size: 1.14rem;
  line-height: 1.75;
  color: #56657b;
}
.converse-intl-feature-block__list {
  margin: 0 0 20px 22px;
  padding: 0;
  color: #56657b;
}
.converse-intl-feature-block__list li {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.65;
}
.converse-intl-feature-block__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #214f95;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(33, 79, 149, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.converse-intl-feature-block__button:hover, .converse-intl-feature-block__button:focus {
  background: #1b427c;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(33, 79, 149, 0.24);
}
/* mobile */
@media (max-width: 960px) {
  .converse-intl-feature-block {
    padding: 55px 20px;
  }
  .converse-intl-feature-block__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .converse-intl-feature-block__content {
    max-width: 100%;
  }
  .converse-intl-feature-block__title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }
  .converse-intl-feature-block__text p, .converse-intl-feature-block__list li {
    font-size: 1rem;
    line-height: 1.65;
  }
}
.converse-intl-feature-group {
  padding: 80px 30px;
  background: #f5f1e6;
}
.converse-intl-feature-group__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.converse-intl-feature-group__header {
  text-align: center;
  margin-bottom: 50px;
}
.converse-intl-feature-group__eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(240, 211, 72, 0.18);
  color: #214f95;
  border: 1px solid rgba(240, 211, 72, 0.4);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.converse-intl-feature-group__title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #214f95;
}
.converse-intl-feature-group__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.converse-intl-feature-group__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 20px 26px;
}
.converse-intl-feature-group__media {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.converse-intl-feature-group__media img {
  display: block;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 16px;
  transition: transform 0.5s ease;
}
.converse-intl-feature-group__item:hover .converse-intl-feature-group__media img {
  transform: scale(1.03);
}
.converse-intl-feature-group__item-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #214f95;
}
.converse-intl-feature-group__item-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5c677a;
  margin-bottom: 14px;
}
.converse-intl-feature-group__list {
  margin-left: 18px;
  color: #5c677a;
}
.converse-intl-feature-group__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #214f95;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}
/* 3 Column Layout ONLY when explicitly applied */
.converse-intl-feature-group__grid--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
/* Tablet */
@media (max-width: 1100px) {
  .converse-intl-feature-group__grid--three {
    grid-template-columns: 1fr 1fr;
  }
}
/* Mobile */
@media (max-width: 700px) {
  .converse-intl-feature-group__grid--three {
    grid-template-columns: 1fr;
  }
}
/* International CTA */
.converse-intl-final {
  background: #1f2f47;
  padding: 100px 30px;
  text-align: center;
}
.converse-intl-final__inner {
  max-width: 900px;
  margin: 0 auto;
}
.converse-intl-final__title {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 900;
  color: #ffffff !important;
  margin-bottom: 20px;
  line-height: 1.2;
}
.converse-intl-final__text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}
.converse-intl-final__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.converse-intl-final__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}
/* Primary (Assets) */
.converse-intl-final__button--primary {
  background: #e3b23c;
  color: #1f2f47;
}
.converse-intl-final__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
/* Secondary (Guide) */
.converse-intl-final__button--secondary {
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.converse-intl-final__button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}
.converse-intl-feature-block--alt {
  background: #ebe3cf;
}
@media only all and (max-width: 47.99rem) {
  /* Converse County Tourism - Mobile layered feature */
  /* Move visitor guide upward */
  /* Give guide text breathing room */
  /* Follow Us spacing */
  /* Lodging spacing */
  #g-top .g-title {
    white-space: inherit;
  }
  .g-logo {
    margin-top: 10px;
    box-shadow: none;
  }
  #g-header {
    padding-top: 0;
  }
  #g-header .g-content {
    margin: 0.3rem;
    padding: 0.5rem;
  }
  .g-layercontent {
    padding: 0;
  }
  .gp_infobanner3 .gp_img > h2 {
    font-size: 2.8rem;
    line-height: 2.9rem;
    text-shadow: -1px -1px 1px #aaa, 0px 4px 1px rgba(0, 0, 0, 0.5), 4px 4px 5px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.4);
    padding-top: 25%;
    padding-bottom: 25%;
    text-align: center;
  }
  .gp_banner1 .gp_inner > h1 {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.8rem;
    margin: 0 0 20px;
  }
  .eb-container h1 {
    font-weight: 500;
    font-size: 2.2rem;
  }
  body.itemid-270 .eb-event-title {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  .outline-24 .com-content-article .fields-container {
    padding: 2px !important;
  }
  .g-main-feature {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  #eb-event-page h1.eb-page-heading {
    margin: 0 0 10px !important;
    line-height: 2.3rem;
  }
  #g-feature .eb-events-slider-container_402 .splide__slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  #g-feature .eb-events-slider-container_402 .splide__track {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #g-feature .eb-events-slider-container_402 .eb-event-item-grid-default-layout {
    max-width: 245px !important;
    margin: 0 auto !important;
  }
  #g-feature .eb-events-slider-container_402 .eb-event-title {
    font-size: 1.35rem !important;
    line-height: 1.45rem !important;
  }
  #g-feature .eb-events-slider-container_402 .eb-event-date-time {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
  #g-feature .eb-events-slider-container_402 .splide__arrow--prev {
    left: 8px !important;
  }
  #g-feature .eb-events-slider-container_402 .splide__arrow--next {
    right: 8px !important;
  }
  .gp-activitygrid__button {
    width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    padding: 0.75rem 1.25rem;
  }
  .gp-layeredfeature {
    padding: 3rem 1rem !important;
  }
  .gp-layeredfeature__inner {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
  .gp-layeredfeature__content {
    text-align: center !important;
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  .gp-layeredfeature__title {
    font-size: 3rem !important;
    line-height: 1.05 !important;
    margin-bottom: 1rem !important;
  }
  .gp-layeredfeature__media {
    position: relative !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  .gp-layeredfeature__main-wrap {
    width: 82% !important;
  }
  .gp-layeredfeature__float-wrap {
    position: absolute !important;
    right: 0 !important;
    bottom: -1rem !important;
    width: 46% !important;
    z-index: 2 !important;
  }
  .gp-layeredfeature__main-img, .gp-layeredfeature__float-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .cct-footer-guide {
    margin-top: -170px !important;
  }
  .cct-footer-guide-link {
    display: inline-block !important;
    margin-top: 18px !important;
    padding-bottom: 80px !important;
  }
  .cct-footer-social h2, .cct-footer-social-title {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .cct-footer-social {
    padding-bottom: 40px;
  }
  .cct-footer-feature h2, .cct-footer-feature-title {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
  .cct-footer-wave-only {
    height: 70px !important;
  }
  .cct-footer-wave-only svg {
    height: 70px !important;
    transform: scaleY(0.75);
    transform-origin: bottom center;
  }
  #g-mainbody h2 {
    font-size: 3.4rem;
  }
  .cct-content-box {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=custom_24.css.map */