/* 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_accordion4 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion4 h3.gp_category {
  font-size: 20px;
}
.gp_accordion4 h3.gp_category i {
  margin-right: 11px;
}
.gp_accordion4 h3.gp_category:not(.gp_first) {
  margin-top: 60px;
}
.gp_accordion4 .gp_accordion_question {
  cursor: pointer;
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  padding: 10px 0;
}
.gp_accordion4 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question .gp_accordion_dir {
  font-family: "FontAwesome";
  display: inline-block;
  width: 25px;
  text-align: left;
}
.gp_accordion4 .gp_accordion_answer {
  padding: 10px 0 25px 25px;
  display: none;
}
.gp_accordion4 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion4 .gp_accordion_link {
  margin-top: 15px;
}
/* ===== Kids Works Top Utility Bar ===== */
#g-top .kw-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 18px;
  font-size: 0.95rem;
  line-height: 1.4;
}
#g-top .kw-top-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#g-top .kw-campus {
  white-space: nowrap;
}
#g-top .kw-campus i {
  margin-right: 5px;
}
#g-top .kw-divider {
  opacity: 0.5;
}
#g-top .kw-top-right a {
  margin-left: 12px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#g-top .kw-top-right a:hover {
  opacity: 0.75;
}
/* Mobile */
@media (max-width: 768px) {
  #g-top .kw-top-bar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  #g-top .kw-divider {
    display: none;
  }
}
/* ===== Kids Works Inner Page Hero ===== */
.kw-inner-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 100px;
  color: #FFFFFF;
}
.kw-inner-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.kw-inner-hero-content h1 {
  color: #FFFDF7;
  font-size: 3rem;
  line-height: 1.15;
  margin: 10px 0 25px;
}
.kw-eyebrow {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F3E2A2;
  margin-bottom: 12px;
}
.kw-btn {
  display: inline-block;
  background: #FFFFFF;
  color: #6A3FA0;
  padding: 16px 34px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.kw-btn:hover {
  background: #F3E2A2;
  color: #5B3779;
}
.kw-inner-hero-image img {
  max-width: 100%;
  border-radius: 12px;
}
.kw-inner-hero-image {
  margin-top: -20px;
}
/* ===== Shapes ===== */
/* Curved shape */
.shape-curve::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #FFFDF7;
  border-top-left-radius: 100% 60px;
  border-top-right-radius: 100% 60px;
}
/* ===== Backgrounds ===== */
.bg-purple {
  background: #8672A5;
}
/* ===== Animations ===== */
.animate-fade {
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Mobile */
@media (max-width: 900px) {
  .kw-inner-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .kw-inner-hero-image {
    order: -1;
  }
}
/* ===============================
   Kids Works Footer
   =============================== */
/* SVG curve divider */
.kw-footer-curve {
  width: 100%;
  line-height: 0;
  background: #FFFDF7;
  overflow: hidden;
}
.kw-footer-curve svg {
  display: block;
  width: 100%;
  height: 120px;
  transform: scaleY(-1);
  /* ← THIS IS THE FIX */
}
.kw-footer-curve path {
  fill: #9ECFD1;
}
/* Footer */
.kw-footer {
  background: #9ECFD1;
  color: #3A2F2A;
  padding: 60px 0 80px;
}
/* Layout */
.kw-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
/* Headings */
.kw-footer h4 {
  font-family: Poppins, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #6A3FA0;
}
/* Text */
.kw-footer p {
  margin: 0 0 10px;
  line-height: 1.5;
}
/* Links */
#g-footer a {
  color: #007C8A;
  font-weight: 600;
}
#g-footer a:hover {
  color: #5B3779;
}
/* Icons */
.kw-footer i {
  margin-right: 8px;
  color: #6A3FA0;
}
/* Footer links */
.kw-footer-links {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.kw-footer-links li {
  margin-bottom: 6px;
}
/* Directions button */
.kw-directions-btn {
  background: #AFDADA;
  display: inline-block;
  margin: 6px 0 12px;
  padding: 6px 14px;
  border: 2px solid #6A3FA0;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6A3FA0;
  text-decoration: none;
  transition: all 0.25s ease;
}
.kw-directions-btn:hover {
  background: #EEF7F7;
  color: #FFFDF7;
  text-decoration: none;
}
/* Hours list */
.kw-hours {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 10px;
}
.kw-hours li {
  margin-bottom: 6px;
}
/* Hours note */
.kw-hours-note {
  font-size: 0.9rem;
  margin-top: 10px;
}
/* Mobile */
@media (max-width: 900px) {
  .kw-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .kw-footer i {
    display: none;
  }
}
/* ===============================
   Footer Social Row
   =============================== */
.kw-footer-social-row {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.kw-footer-social-row a {
  color: #6A3FA0;
  /* purple accent */
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, color 0.25s ease;
}
.kw-footer-social-row a:hover {
  transform: scale(1.25);
  color: #3A2F2A;
  /* espresso on hover */
}
.kw-footer-social-row a, .kw-footer-social-row a:hover {
  text-decoration: none !important;
}
/* Bottom footer links row */
.kw-footer-links-row {
  margin-top: 68px;
  text-align: center;
  font-size: 0.95rem;
}
/* Slashes */
.kw-footer-sep {
  margin: 0 10px;
  opacity: 0.6;
}
/* Mobile wrap */
@media (max-width: 800px) {
  .kw-footer-links-row {
    line-height: 1.8;
  }
  .kw-footer-sep {
    display: none;
  }
  .kw-footer-links-row a {
    display: inline-block;
    margin: 0 6px;
  }
}
/* Links */
#g-copyright a {
  color: #007C8A;
  font-weight: 600;
}
#g-copyright a:hover {
  color: #5B3779;
}
/* ===============================
   Kids Works – Team Content Boxes
   =============================== */
.kw-team-wrapper {
  margin-top: 40px;
}
/* Card layout */
.kw-team-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  padding: 30px 0;
  align-items: flex-start;
}
/* Photo */
.kw-team-photo img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  /* soft styling */
  border-radius: 18px;
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  /* subtle motion */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Subtle hover wiggle */
.kw-team-card:hover .kw-team-photo img {
  transform: rotate(-0.6deg) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
/* Text content */
.kw-team-content h3 {
  margin: 0 0 4px;
  font-size: 1.4rem;
  color: #6A3FA0 !important;
}
.kw-team-content h4 {
  margin: 0 0 14px;
  font-size: 1rem;
  color: #007C8A !important;
}
.kw-team-content p {
  margin: 0 0 12px;
  line-height: 1.6;
}
/* Divider between team members */
.kw-team-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
/* Mobile */
@media (max-width: 800px) {
  .kw-team-card {
    grid-template-columns: 1fr;
  }
  .kw-team-photo img {
    max-width: 100%;
    margin-bottom: 16px;
    transform: none;
  }
}
@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;
  }
}
/* Links Top*/
#g-top a {
  color: #F3E2A2;
  font-weight: 600;
}
#g-top a:hover {
  color: #5B3779;
}
/* Links Main */
#g-container-main a {
  color: #007C8A;
  font-weight: 600;
}
#g-container-main a:hover {
  color: #5B3779;
}
/* ===============================
   Kids Works – School Calendar
   =============================== */
.kw-calendar {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}
.kw-calendar h1 {
  text-align: center;
  color: #6A3FA0;
  margin-bottom: 30px;
  font-size: 2rem;
}
/* Calendar list */
.kw-calendar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Individual row */
.kw-calendar-list li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: start;
}
/* Date column */
.kw-date {
  font-weight: 700;
  color: #6A3FA0;
  white-space: nowrap;
}
/* Event text */
.kw-event {
  color: #3A2F2A;
  line-height: 1.5;
  display: block;
}
/* Time styling */
.kw-time {
  display: block;
  font-size: 0.95rem;
  color: #555;
  margin-top: 4px;
}
/* Emphasis for closures */
.kw-event:has(:not(.kw-time)) {
  font-weight: 500;
}
/* Remove last divider */
.kw-calendar-list li:last-child {
  border-bottom: none;
}
/* Mobile */
@media (max-width: 700px) {
  .kw-calendar-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .kw-date {
    font-size: 0.95rem;
  }
}
/* =====================================
   Kids Works – Welcome / Mission Block
   ===================================== */
.kw-welcome-block {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
/* Image */
.kw-welcome-image img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  /* Soft organic shape */
  border-radius: 42% 58% 55% 45% / 48% 40% 60% 52%;
  transition: transform 0.4s ease;
}
.kw-welcome-image img:hover {
  transform: scale(1.02);
}
/* Content */
.kw-welcome-content {
  max-width: 640px;
}
.kw-welcome-kicker {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6A3FA0;
  font-weight: 600;
  margin-bottom: 12px;
}
.kw-welcome-content h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 0 24px;
  color: #2E2A27;
}
/* Text */
.kw-welcome-text h4 {
  margin: 24px 0 6px;
  font-size: 1.1rem;
  color: #6A3FA0;
}
.kw-welcome-text p {
  margin: 0;
  line-height: 1.7;
  color: #3A2F2A;
}
/* Button */
.kw-welcome-actions {
  margin-top: 32px;
}
.kw-btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #49BDE6;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.kw-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* Responsive */
@media (max-width: 900px) {
  .kw-welcome-block {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .kw-welcome-image img {
    margin: 0 auto;
  }
  .kw-welcome-content {
    max-width: none;
  }
}
/* =====================================
   Kids Works – Reputation / Awards Strip
   ===================================== */
.kw-reputation-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 24px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 60px;
  align-items: center;
}
/* Text content */
.kw-reputation-content h3 {
  margin: 0 0 16px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFDF7;
}
.kw-reputation-content p {
  margin: 0 0 22px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #FFFDF7;
  max-width: 680px;
}
/* CTA */
.kw-reputation-link {
  display: inline-block;
  padding: 13px 32px;
  background: #6A3FA0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.kw-reputation-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
/* Badge */
.kw-reputation-badge img {
  display: block;
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
.kw-reputation-badge img:hover {
  transform: scale(1.05);
}
/* Mobile */
@media (max-width: 900px) {
  .kw-reputation-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 70px 24px;
  }
  .kw-reputation-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .kw-reputation-badge img {
    margin: 30px auto 0;
  }
}
.kw-reputation-badge a {
  display: inline-block;
  cursor: pointer;
}
.kw-reputation-badge a:hover img {
  transform: scale(1.06);
}
/* =========================
   Kids Works – Programs
   ========================= */
.kw-programs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.kw-programs h2 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.kw-programs-intro {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.kw-program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
/* Card */
.kw-program-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.kw-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}
/* Icon */
.kw-program-icon {
  font-size: 2.4rem;
  color: #6A3FA0;
  margin-bottom: 14px;
}
/* Headings */
.kw-program-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}
/* Text */
.kw-program-card p {
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
  /* KEY: keeps buttons aligned */
}
/* Button */
.kw-program-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 999px;
  background: #6A3FA0;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.kw-program-btn:hover {
  background: #5a3488;
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
/* Responsive */
@media (max-width: 900px) {
  .kw-program-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================
   Kids Works – Locations
   ========================= */
.kw-locations {
  padding: 90px 24px;
  text-align: center;
  color: #3A2F2A;
}
.kw-locations-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.kw-location-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.kw-location-btn {
  background: #9B8BB4;
  color: #FFFDF7;
  padding: 16px 40px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.kw-location-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  color: #FFFDF7;
}
/* Icon above locations block */
.kw-locations-icon {
  margin-bottom: 28px;
  text-align: center;
}
.kw-locations-icon i {
  font-size: 4rem;
  color: #8672A5;
  opacity: 0.9;
}
/* ====================================
   Kids Works – Secondary Intro Section
   ==================================== */
.kw-intro-secondary {
  padding: 100px 24px;
  background: #FFFDF7;
}
.kw-intro-secondary-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
/* Content */
.kw-intro-secondary-content {
  max-width: 640px;
}
.kw-intro-secondary .kw-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #6A3FA0;
}
.kw-intro-secondary-content h3 {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #3A2F2A;
}
.kw-intro-secondary-content p {
  margin: 0 0 18px;
  line-height: 1.75;
  color: #3A2F2A;
}
.kw-intro-secondary-content a {
  color: #6A3FA0;
  font-weight: 600;
  text-decoration: none;
}
.kw-intro-secondary-content a:hover {
  text-decoration: underline;
}
/* Optional image styling (future-ready) */
.kw-intro-secondary-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 50%;
  display: block;
}
/* Desktop split layout when image is used */
@media (min-width: 900px) {
  .kw-intro-secondary-inner {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
#g-additional {
  padding: 2rem 0;
  background-color: #F7F1E3;
  color: #3a2f2a;
}
/* =========================================
   Kids Works – Inner Feature Flow Block
   ========================================= */
.kw-inner-feature {
  padding: 80px 24px;
  background: #FFFDF7;
}
.kw-inner-feature-top {
  max-width: 1200px;
  margin: 0 auto 10px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  /* subtle shift, more room for text */
  gap: 60px;
  align-items: center;
}
/* Image */
.kw-inner-feature-image img {
  width: 100%;
  max-width: 460px;
  max-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 42% 58% 55% 45% / 48% 40% 60% 52%;
  transition: transform 0.35s ease;
}
.kw-inner-feature-image img:hover {
  transform: scale(1.025);
}
/* Intro content */
.kw-inner-feature-intro h2 {
  margin: 0 0 22px;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #2E2A27;
}
.kw-inner-feature-intro p {
  margin: 0 0 18px;
  line-height: 1.75;
  color: #3A2F2A;
}
.kw-inner-feature-intro a {
  color: #6A3FA0;
  font-weight: 600;
  text-decoration: none;
}
.kw-inner-feature-intro a:hover {
  text-decoration: underline;
}
/* Flowing body content */
.kw-inner-feature-body {
  max-width: 1200px;
  /* ⬅️ now matches top row */
  margin: 0 auto;
}
.kw-inner-feature-body p {
  margin: 0 0 18px;
  line-height: 1.75;
  color: #3A2F2A;
}
/* Responsive */
@media (max-width: 900px) {
  .kw-inner-feature-top {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .kw-inner-feature-image img {
    margin: 0 auto;
  }
}
/* ============================
   Kids Works – Soft Content Cards
   ============================ */
.kw-soft-cards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
/* Base card */
.kw-soft-card {
  border-radius: 22px;
  padding: 38px 42px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Subtle lift / pulse */
.kw-soft-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}
/* Typography – KEEPING what already works */
.kw-soft-card h3 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  color: #3A2F2A;
}
.kw-soft-card p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: #3A2F2A;
}
/* --------------------------------
   Color Variants (washed palette)
   -------------------------------- */
/* Soft lavender (ties to purples) */
.kw-soft-card--env {
  background: #F4F1FA;
}
/* Soft butter yellow (ties to yellows) */
.kw-soft-card--parents {
  background: #FBF2C4;
}
/* Soft teal / aqua (ties to greens/teals) */
.kw-soft-card--community {
  background: #E6F4F2;
}
/* Mobile spacing refinement */
@media (max-width: 700px) {
  .kw-soft-card {
    padding: 30px 28px;
  }
}
.kw-soft-card--icon .kw-soft-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.kw-soft-card--icon .kw-soft-card-header i {
  font-size: 1.4rem;
  color: #6A3FA0;
  /* shared accent */
  opacity: 0.85;
}
/* Ensure headings stay consistent */
.kw-soft-card--icon h3 {
  margin: 0;
}
/*

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);
}

}







// 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;
}


*/
@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;
  }
  .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;
  }
  #g-mainbody h3 {
    font-size: 1.5rem;
  }
  #eb-event-page h1.eb-page-heading {
    margin: 0 0 10px !important;
    line-height: 2.3rem;
  }
}
/*# sourceMappingURL=custom_144.css.map */