/* 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";
/* ===== Heading Banner Particle ===== */
.pby-headingbanner {
  position: relative;
  isolation: isolate;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: var(--hb-height, 520px);
  display: flex;
  align-items: center;
  /* vertical center */
  overflow: hidden;
}
@media (max-width: 768px) {
  .pby-headingbanner {
    height: var(--hb-height-mobile, 320px);
  }
}
/* Dark overlay layer (color + opacity controlled by CSS vars) */
.pby-headingbanner__overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hb-overlay-color, #000);
  opacity: var(--hb-overlay-opacity, 0.45);
  pointer-events: none;
  z-index: 0;
}
/* Content wrapper */
.pby-headingbanner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.pby-headingbanner__content {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pby-headingbanner.is-left .pby-headingbanner__content {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.pby-headingbanner.is-right .pby-headingbanner__content {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
/* Icon above heading */
.pby-headingbanner__icon {
  display: inline-block;
  margin: 0 0 0.35rem;
  line-height: 1;
}
/* Title & description (fonts inherit from your template) */
.pby-headingbanner__title {
  margin: 0 0 0.5rem;
  line-height: 1.1;
}
.pby-headingbanner__desc {
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 80ch;
}
.pby-headingbanner__cta {
  margin-top: 0.9rem;
}
/* Bottom edge area */
.pby-headingbanner__edge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: var(--hb-edge-height, 48px);
  line-height: 0;
  z-index: 1;
}
.pby-headingbanner__edge svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* ===== Custom Image Features (scoped to .g-cif) ===== */
.g-cif {
  padding: 2rem 0;
}
.g-cif--pad-none {
  padding: 0;
}
.g-cif--pad-small {
  padding: 1rem 0;
}
.g-cif--pad-medium {
  padding: 2rem 0;
}
.g-cif--pad-large {
  padding: 3rem 0;
}
.g-cif__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
/* Columns at desktop */
@media (min-width: 992px) {
  .g-cif--cols-2 .g-cif__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-cif--cols-3 .g-cif__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.g-cif__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: var(--cif-card-h, 280px);
  background: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
/* Left/right variants */
.g-cif__card--left {
  direction: ltr;
}
.g-cif__card--right {
  direction: rtl;
}
.g-cif__card--right > * {
  direction: ltr;
}
.g-cif__media {
  position: relative;
  overflow: hidden;
}
.g-cif__media-inner {
  width: 100%;
  height: 100%;
}
.g-cif__media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Aspect helpers if you prefer preserved ratio wrappers */
.g-cif__ratio--sixteen-nine {
  aspect-ratio: 1.7777777778;
}
.g-cif__ratio--three-two {
  aspect-ratio: 1.5;
}
.g-cif__ratio--four-three {
  aspect-ratio: 1.3333333333;
}
.g-cif__content {
  background: var(--cif-bg, #19a0e6);
  color: var(--cif-text, #eaf7fa);
  position: relative;
  display: flex;
  align-items: center;
}
/* The wedge that points toward the image */
/* --- FIX: wedge triangle --- */
.g-cif__content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  /* must be 0x0 for border-triangle */
  border-style: solid;
  border-width: 18px;
  border-color: transparent;
  /* triangle size */
  pointer-events: none;
}
/* Content on the left → triangle points RIGHT, sits on the right seam */
.g-cif__card--left .g-cif__content::before {
  right: -18px;
  border-left-color: var(--cif-bg, #19a0e6);
  /* sit exactly on the seam */
  /* points right */
}
/* Content on the right → triangle points LEFT, sits on the left seam */
.g-cif__card--right .g-cif__content::before {
  left: -18px;
  border-right-color: var(--cif-bg, #19a0e6);
}
/* Hover nudge */
.g-cif__card:hover .g-cif__content::before {
  transform: translateY(-50%) translateX(4px);
}
.g-cif__card--right:hover .g-cif__content::before {
  transform: translateY(-50%) translateX(-4px);
}
.g-cif__content-inner {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Large title, but not an H tag */
.g-cif__title {
  color: var(--cif-title, #fff);
  font-size: clamp(1.2rem, 2.1vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.g-cif__desc {
  flex: 1 1 auto;
  line-height: 1.6;
  /* Optional clamping to help equalize heights */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--cif-clamp, 3);
  overflow: hidden;
}
.g-cif__footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.g-cif__label {
  opacity: 0.95;
  font-size: 0.95rem;
}
.g-cif__arrow {
  color: var(--cif-arrow, currentColor);
  display: inline-flex;
}
/* Arrow motion */
.g-cif__card:hover .g-cif__arrow {
  transform: translateX(6px);
  transition: transform 0.25s ease;
}
/* Make the whole content panel clickable */
.g-cif__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* Stack on small screens */
@media (max-width: 768px) {
  .g-cif__card {
    grid-template-columns: 1fr;
  }
  .g-cif__card--right .g-cif__content::before, .g-cif__card--left .g-cif__content::before {
    top: auto;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    display: none;
  }
}
.gp_testimonials1 .gp_heading {
  margin-bottom: 50px;
}
.gp_testimonials1 .gp_items {
  display: none;
}
@media only all and (min-width: 48rem) {
  .gp_testimonials1 .gp_items {
    max-width: 80%;
    margin: 0 auto;
  }
}
.gp_testimonials1 .gp_items.slick-initialized {
  display: block;
}
.gp_testimonials1 .gp_item {
  text-align: center;
}
.gp_testimonials1 .gp_icon {
  margin-bottom: 1.5625rem;
}
.gp_testimonials1 .gp_icon > i {
  font-size: 2.8125rem;
}
.gp_testimonials1 .gp_comment {
  font-size: 115%;
  margin-bottom: 1.5625rem;
}
.gp_testimonials1 .gp_author {
  font-size: 110%;
  font-weight: 700;
}
.gp_testimonials1 .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.gp_testimonials1 .slick-slider .slick-track, .gp_testimonials1 .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gp_testimonials1 .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.gp_testimonials1 .slick-slider .slick-list:focus {
  outline: none;
}
.gp_testimonials1 .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.gp_testimonials1 .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gp_testimonials1 .slick-slider .slick-track:before {
  display: table;
  content: "";
}
.gp_testimonials1 .slick-slider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.gp_testimonials1 .slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
.gp_testimonials1 .slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
.gp_testimonials1 [dir="rtl"] .slick-slide {
  float: right;
}
.gp_testimonials1 .slick-slide img {
  display: block;
}
.gp_testimonials1 .slick-slide.slick-loading img {
  display: none;
}
.gp_testimonials1 .slick-slide.dragging img {
  pointer-events: none;
}
.gp_testimonials1 .slick-initialized .slick-slide {
  display: block;
}
.gp_testimonials1 .slick-loading .slick-slide {
  visibility: hidden;
}
.gp_testimonials1 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.gp_testimonials1 .slick-arrow.slick-hidden {
  display: none;
}
.gp_testimonials1 .slick-dotted.slick-slider {
  margin-bottom: 35px;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots li button:before {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots li button:hover, .gp_testimonials1 .slick-dotted.slick-slider .slick-dots li button:focus {
  outline: none;
}
.gp_testimonials1 .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  content: "";
}
.g-article-header {
  text-align: center;
}
/* ===== Intro ===== */
/* Mint base */
#g-intro {
  position: relative;
}
/* Teal waves via mask (keeps 100×18 tile ratio) */
#g-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-color: #82e0d0;
  /* wave color */
  opacity: 0.3;
  /* 50% pattern opacity */
  /* Tile size — change only --scale to make waves bigger/smaller */
  --scale: 2.2;
  -webkit-mask-image: url('../../../../images/formal-invitation.svg');
  mask-image: url('../../../../images/formal-invitation.svg');
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: calc(100px * var(--scale)) calc(18px * var(--scale));
  mask-size: calc(100px * var(--scale)) calc(18px * var(--scale));
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
/* Keep content above the overlay */
#g-intro > * {
  position: relative;
  z-index: 1;
}
/* ===== Calendars (Gantry 5) — harden spacing ===== */
.pb-calendar {
  padding: 2rem 0;
}
.pb-calendar .pb-intro {
  margin: 0 0 1rem;
}
/* Desktop: force 50/50 with a 2rem gutter between columns */
@media (min-width: 992px) {
  /* the gutter */
  .pb-calendar .pb-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .pb-calendar .pb-grid .g-block.size-50 {
    min-width: 0;
    flex: 0 0 calc(50% - 1rem) !important;
    /* account for half the gutter */
    max-width: calc(50% - 1rem) !important;
  }
  .pb-calendar .pb-grid .g-block.size-50:first-child {
    margin-right: 2rem;
  }
}
/* Mobile: stack full width and add vertical spacing */
@media (max-width: 991.98px) {
  .pb-calendar .pb-grid {
    display: block;
  }
  .pb-calendar .pb-grid .g-block.size-50 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .pb-calendar .pb-grid .g-block.size-50 + .g-block.size-50 {
    margin-top: 1.5rem;
  }
}
.pb-calendar .cal-actions {
  margin-top: 0.5rem;
}
/* Images: responsive & centered */
.pb-calendar img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 575px;
  margin: 0 auto;
}
/* ==== Universal grid gutters ) ==== */
/* Usage: add class "g-gutter" to any .g-grid. Optional sizes: g-gutter-s/m/l */
.g-grid.g-gutter {
  --gutter-x: 2rem;
  /* horizontal gap */
  --gutter-y: 1.25rem;
  /* vertical gap   */
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--gutter-x) / -2);
  margin-right: calc(var(--gutter-x) / -2);
}
.g-grid.g-gutter > .g-block {
  box-sizing: border-box;
  padding-left: calc(var(--gutter-x) / 2);
  padding-right: calc(var(--gutter-x) / 2);
  margin-bottom: var(--gutter-y);
  min-width: 0;
  /* avoids overflow in tight columns */
}
/* ==== Universal grid gutters ) ==== */
/* Quick size helpers -- variants */
.g-grid.g-gutter.g-gutter-s {
  --gutter-x: 1rem;
  --gutter-y: .75rem;
}
.g-grid.g-gutter.g-gutter-m {
  --gutter-x: 1.5rem;
  --gutter-y: 1rem;
}
.g-grid.g-gutter.g-gutter-l {
  --gutter-x: 2rem;
  --gutter-y: 1.5rem;
}
/* ==== Social Icons & Quick Links ) ==== */
/* ==== Topbar Socials + Phone (place LAST in custom.css) ==== */
/* Base sizing for the top strip area */
#g-top {
  font-size: 0.9rem;
}
/* Force white links in the top bar (beats global a { color }) */
#g-top .topbar-mini a, #g-top .topbar-mini a:visited {
  color: #175E51 !important;
  text-decoration: none;
}
#g-top .topbar-mini a:hover, #g-top .topbar-mini a:focus {
  color: #FFFF71 !important;
}
/* Uniform social icon boxes + icon sizes (FA5) */
#g-top .mini-social .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  /* consistent box size */
  height: 28px;
  color: #fff;
  /* ensure icons inherit white */
  text-decoration: none;
}
#g-top .mini-social .icon i {
  font-size: 20px !important;
  /* consistent glyph size */
  line-height: 1;
}
/* Phone bit */
#g-top .mini-phone {
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.06rem;
}
#g-top .mini-phone i {
  font-size: 16px;
  margin-right: 0.4rem;
  line-height: 1;
}
#g-top .mini-phone__num {
  font-weight: 700;
}
/* Mobile tweaks */
@media (max-width: 600px) {
  /* keep just the number on tiny screens */
  #g-top .mini-social .icon {
    width: 26px;
    height: 26px;
  }
  #g-top .mini-social .icon i {
    font-size: 18px !important;
  }
  #g-top .mini-phone__text {
    display: none;
  }
}
/* ===== Topbar Quick Links (FA5) ===== */
#g-top .topbar-quicklinks {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  /* space between boxes */
  /* wrap under on small screens */
}
/* the little boxes */
#g-top .topbar-quicklinks .ql {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 6px 10px;
  background: #175E51;
  /* compact height ~32–34px */
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  color: #fff !important;
  line-height: 1;
  /* force white like your topbar */
  font-weight: 500;
  white-space: nowrap;
}
/* icons inside the boxes (uniform size) */
#g-top .topbar-quicklinks .ql i {
  font-size: 18px;
  line-height: 1;
  /* bump a tad */
}
/* hover/focus */
#g-top .topbar-quicklinks .ql:hover, #g-top .topbar-quicklinks .ql:focus {
  color: #FFFF71 !important;
  border-color: rgba(255, 255, 113, 0.6);
  /* icon + text */
  outline: none;
}
/* tiny screens: let them stack cleanly */
@media (max-width: 600px) {
  #g-top .topbar-quicklinks {
    gap: 0.4rem;
  }
  #g-top .topbar-quicklinks .ql {
    padding: 6px 9px;
  }
  #g-top .topbar-quicklinks .ql i {
    font-size: 17px;
  }
}
/* ================================
   Main Menu tweaks 
   ================================ */
/* 1) TOP-LEVEL ALL CAPS (leave size/color to template) */
@media (min-width: 768px) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
}
/* 2) LOWER THE MENU A BIT (move nav closer to bottom of header) */
@media (min-width: 992px) {
  #g-header .g-main-nav {
    margin-top: 20px;
  }
}
/* 3) DROPDOWN BACKGROUND COLORS */
#g-header .g-dropdown, #g-header .g-dropdown .g-dropdown-column, #g-header .g-dropdown .g-sublevel {
  background: #FFF2CF;
  color: #175E51;
}
/* Hover/active state inside dropdown */
#g-header .g-dropdown .g-sublevel > li > .g-menu-item-container:hover, #g-header .g-dropdown .g-sublevel > li.active > .g-menu-item-container, #g-header .g-dropdown .g-sublevel > li.open > .g-menu-item-container, #g-header .g-dropdown .g-level-1.g-go-back > a:hover {
  background: #FFF0AB;
  /* brighter yellow on hover/active */
}
/* 4) Optional: subtle separators between dropdown items */
#g-header .g-dropdown .g-sublevel > li > .g-menu-item-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#g-header .g-dropdown .g-sublevel > li:last-child > .g-menu-item-container {
  border-bottom: 0;
}
/* ===== Pottery By You: 2-col feature (Gantry 5) ===== */
.pby-two-col {
  padding: 2.5rem 0;
}
/* Text styling */
.pby-copy {
  max-width: 60ch;
}
.pby-intro {
  margin: 0 0 1rem;
  line-height: 1.7;
  font-size: 1.05rem;
}
.pby-subhead {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
  margin: 0.25rem 0 0.5rem;
}
/* Playful list with FA5 icons */
.pby-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.75rem;
}
.pby-li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  column-gap: 0.6rem;
}
.pby-li i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  background: rgba(23, 94, 81, 0.12);
  /* studio green tint */
  color: #175E51;
}
/* Image card + subtle hover animation */
.pby-figure {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
}
.pby-media {
  margin: 0;
  aspect-ratio: 1.5;
}
.pby-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02) rotate(0.2deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1), filter 0.3s ease;
}
.pby-figure:hover .pby-media img {
  transform: scale(1.06) rotate(-0.4deg);
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pby-media img {
    transition: none;
    transform: none;
  }
  .pby-figure:hover .pby-media img {
    transform: none;
  }
}
/* Mobile tweaks */
@media (max-width: 768px) {
  .pby-two-col {
    padding: 2rem 0;
  }
  .pby-copy {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .pby-li {
    grid-template-columns: 30px 1fr;
  }
  .pby-li i {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
/* ===== Summer Camps (scoped) ===== */
.camp-landing .center {
  text-align: center;
}
.camp-landing .camp-card {
  background: #FFF8E7;
  border: 3px dashed #FFC235;
  padding: 1.5rem;
  border-radius: 18px;
  box-shadow: 0 6px 14px rgba(56, 7, 78, 0.08);
  margin-bottom: 2rem;
  color: #38074E;
  /* text color only; fonts inherit site-wide */
}
.camp-landing .camp-card h2, .camp-landing .camp-card h3 {
  color: #88306B;
}
.camp-landing .camp-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  text-align: left;
}
.camp-landing .camp-list li {
  margin: 0.4rem 0;
  font-size: 1.05rem;
  color: #0F9FA6;
}
/* Images */
.camp-landing .camp-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.camp-landing .camp-img-round {
  border-radius: 12px;
}
/* Award section */
.camp-landing .camp-award {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem auto;
}
.camp-landing .camp-award img {
  max-width: 200px;
  margin-bottom: 1rem;
}
/* Animations */
@keyframes camp-pop {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes camp-slideIn {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes camp-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.camp-landing .animate-pop {
  animation: camp-pop 0.7s ease-out both;
}
.camp-landing .animate-slide {
  animation: camp-slideIn 0.8s ease-out both;
}
.camp-landing .animate-fade {
  animation: camp-fade 1s ease-in both;
}
/* Small screens */
@media (max-width: 600px) {
  .camp-landing .camp-card {
    padding: 1.25rem;
  }
}
/* === Fix Mailchimp field alignment (Pottery By You) === */
#mc_embed_signup .mc-field-group {
  display: block;
  margin: 0 0 0.75rem;
  position: relative;
  clear: both;
  /* stop odd floats from earlier rules */
}
#mc_embed_signup .mc-field-group label {
  float: none !important;
  display: block;
  /* kill Mailchimp float layout */
  margin: 0 0 0.25rem;
  font-weight: 600;
}
#mc_embed_signup .mc-field-group input[type="email"], #mc_embed_signup .mc-field-group input[type="text"] {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  /* make all inputs same width */
  margin: 0 !important;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  line-height: 1.2;
}
/* Button spacing */
#mc_embed_signup .clear {
  margin-top: 0.6rem;
}
#mc_embed_signup .button {
  padding: 0.6rem 1.1rem;
  border-radius: 6px;
}
/* Optional: tame password-manager icons that break layout */
#mc_embed_signup [data-lastpass-icon-root] {
  display: none !important;
}
#mc_embed_signup shark-icon-container {
  position: absolute;
  right: 0.5rem;
  top: 2.35rem;
  pointer-events: none;
}
/*

body .g-particle-intro .g-title-separator {
    height: 5px;
    width: 70px;
    margin: 1.5rem auto 0!important;
    border-radius: 4px;
}

#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container a:hover {
    color: #F8DC5B;
}
#g-mainbody a {
    text-decoration: underline;
}

#g-navigation  .gp_banner1 .gp_inner > h1 {
    font-weight: 900;
    font-size: 6rem;
    line-height: 6.1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    color: #fff !important;
    text-align: left;
}
#g-navigation .gp_banner1 .gp_inner {
    padding-top: 14rem;
}
#g-navigation .gp_banner1 .gp_inner > .gp_desc {
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-align: left;
}
body.itemid-318 #g-navigation {
    background: url(images/headers/devils-tower-country-header-1.jpg) rgba(0, 0, 0, 0.9);
        background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#g-navigation {
        padding: 0rem 0;
}


.gp_infobanner3 .gp_img > h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 3.9rem;
    line-height: 3.1rem;
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);
    margin: 0;
    position: absolute;
    padding-top: 25%;
    padding-bottom: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.gp_infobanner3 .gp_img {
    background-color: rgba(0, 0, 0, 0.9);
}
.gp_infobanner3 .gp_img:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 1;
    z-index: 1;
}
#g-header .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: #F8DC5B;
}



#g-header {
	.g-main-nav {
		// Styling for the Dropdown
		.g-dropdown {
			background: #FFC91C;
			.g-sublevel {
				> li {
					// Styling for the default state of the Dropdown items
					> .g-menu-item-container {
						color: #091526;
					}

					&.active {
						// Styling ONLY for the Active state of the Dropdown items
						> .g-menu-item-container {
							color: #091526;
							background: #F8DC5B;
						}
					}

					&:hover {
						// Styling ONLY for the Hover state of the Dropdown items
						> .g-menu-item-container {
							color: #091526;
							background: #F8DC5B;
						}
					}
				}
			}
		}
	}
}
.g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > li .g-menu-parent-indicator:after, .g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > .g-menu-parent-indicator:after {
    display: none;

} 
#g-feature h3, #g-feature strong {
    font-size: 3.5rem;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#g-feature .g-cta-desc {
    font-size: 1.7rem;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

}

#modal-search {
			background: rgba(0, 0, 0, 0.5);
}
.g-main-nav {
    font-family: "Montserrat";
    font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1, h2, h4, h5, h6 {
    font-family: "Montserrat";
    font-weight: 900;
}
h3 {
    font-weight: 900;
    letter-spacing: 1px;
}
.accent2-bg {
    background: #5375A8;
}
#g-header .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;
}
#g-header {
	.g-main-nav {
		// Styling for the Dropdown
		.g-dropdown {
			background: #928676;
			.g-sublevel {
				> li {
					// Styling for the default state of the Dropdown items
					> .g-menu-item-container {
						color: #FFF;
						font-weight: 500;
					}

					&.active {
						// Styling ONLY for the Active state of the Dropdown items
						> .g-menu-item-container {
						color: #FFF;
						background: #928676;
						font-weight: 900;
						}
					}

					&:hover {
						// Styling ONLY for the Hover state of the Dropdown items
						> .g-menu-item-container {
						color: #FFF;
						background: #D2232A;
						font-weight: 900;
						}
					}
				}
			}
		}
	}
}
.g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > li .g-menu-parent-indicator:after, .g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > .g-menu-parent-indicator:after {
    display: none;
}
.g-main-nav .g-fullwidth > .g-dropdown .g-sublevel > li:last-child {
    border-bottom: none!important;
}
#g-header .g-main-nav .g-dropdown li {
    border-bottom: none;
}
.g-logo {
    margin-top: -20px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
}
.large-padding-top {
    margin-top: 1 rem;
    padding-top: 1 rem;
}
#g-top {
    border-bottom: 1px solid #f0f0f0;
}
#g-top .g-social{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
#g-top .g-social a:hover {
   color: #D2232A;
}
#g-top .g-social a {
    display: inline-block;
    border: 2px solid #FFF;
    background: #F1ECE7;
    color: #36322C;
}
#g-top .g-social-text {
    display: none;
}
#g-container-header {
    margin-bottom: -70px;
    background: #D2232A;
}
#g-breadcrumb {
    border-bottom: 40px solid #36322C;
}
#g-last {
    padding: 0.5rem 0;
}
#g-last .g-cta-button.style2 .g-cta-inner .g-cta-right .button:hover {
    background: #36322C;
}
#g-footer .ya li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 0.625rem;
}
#g-footer .nav.menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 0.625rem;
}

#g-footer a:hover{
        color: #F8DC5B;
}
#g-footer .button:hover{
        background: #C11E2C;
}
#g-footer .g-social a {
    background: #fff;
    color: rgba(154, 123, 85, 0.9);
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    line-height: 38px;
    border: none!important;
    margin-right: 3px;
}
#g-footer .g-title {
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f1ece7;
    border-bottom: 1px dashed #f1ece7;
}

#g-copyright .g-content {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
#g-copyright .g-copyright-border {
    border-top: 1px dashed #ededed;
}
#g-copyright {
        font-size: 0.9rem;
}
#g-copyright a{
        color: #FFF;
}
#g-copyright a:hover{
        text-decoration: underline;
}
#g-copyright .g-social a:hover {
    color: rgba(255, 255, 255, 0.3);
}
.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;
}




// Show Image - Main Feature

.g-main-feature {
	.image-block {
		@include breakpoint(tablet-range) {
			display: block;
		}
		@include breakpoint(mobile-only) {
			display: block;
		}
	}
}


// Home

.outline-17 #g-afterbottom {
    padding-top: 2.0rem;
    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: .25rem;
    padding-top: 0.25rem;
}
.outline-17 #g-intro {
    padding: .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;
}

// Blog

.outline-21 .g-article-header .page-header h2 {
    margin: 0 0 -10px 0;
    font-size: 3.6rem;
    line-height: 3.7rem;
    border-bottom: none!important;
}
.outline-21 .g-article-header .page-header h2 a {
    color: #122C50;
    text-decoration: none!important;
}


*/
@media only all and (max-width: 47.99rem) {
  #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.425rem;
    padding: 0.638rem;
  }
  .g-layercontent {
    padding: 0;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=custom_129.css.map */