body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-navigation-header{background-color:#1a1a1a;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.branding-section{text-align:left}.home-link{text-decoration:none;color:inherit;cursor:pointer}.home-link:hover,.home-link:focus{text-decoration:none;color:inherit}.organization-logo{height:30px;width:auto;margin:0 0 .5rem}.organization-tagline{font-size:.9rem;margin:0;color:#ccc;font-style:italic}.hamburger-menu-button{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:2rem;height:.25rem;background:#ccc;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger-menu-button.menu-open .hamburger-line:first-child{transform:rotate(45deg)}.hamburger-menu-button.menu-open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu-button.menu-open .hamburger-line:nth-child(3){transform:rotate(-45deg)}.primary-navigation{margin-top:1rem}.navigation-menu-list{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.navigation-menu-item{margin:0}.navigation-link{color:#ccc;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:4px}.navigation-link:hover,.navigation-link:focus{color:#fff;background-color:#ffffff1a;text-decoration:none}@media (max-width: 768px){.header-content-container{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.branding-section{text-align:left;margin-bottom:0}.organization-logo{height:25px}.hamburger-menu-button{display:flex}.primary-navigation{display:none;position:absolute;top:100%;left:0;right:0;background-color:#1a1a1a;border-top:1px solid #333;padding:1rem;margin-top:0;z-index:9}.primary-navigation.nav-open{display:block}.navigation-menu-list{flex-direction:column;gap:.5rem}.navigation-link{display:block;text-align:center;padding:1rem;border-bottom:1px solid #333}.navigation-link:last-child{border-bottom:none}}.site-footer{background-color:#343a40;color:#fff;margin-top:auto}.footer-content-container{max-width:1200px;margin:0 auto;padding:3rem 1rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-info-section,.footer-contact-section,.footer-links-section{margin-bottom:1rem}.footer-organization-name{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-mission-statement{color:#adb5bd;line-height:1.6;margin-bottom:0}.footer-section-title{font-size:1.1rem;margin-bottom:1rem;color:#fff}.footer-contact-info{color:#adb5bd;line-height:1.6;margin-bottom:1rem}.social-media-links{display:flex;gap:1rem;margin-top:1rem}.social-link{color:#adb5bd;text-decoration:none;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a}.social-link:hover{color:#fff;transform:translateY(-2px);background-color:#fff3}.social-link:focus{outline:2px solid #ffffff;outline-offset:2px}.external-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.external-link{color:#adb5bd;text-decoration:none;transition:color .3s ease;padding:.25rem 0;border-bottom:1px solid transparent}.external-link:hover{color:#fff;border-bottom-color:#fff}.external-link:focus{outline:2px solid #ffffff;outline-offset:2px}.footer-copyright-section{max-width:1200px;margin:0 auto;padding:1rem;border-top:1px solid #495057;text-align:center}.copyright-text{color:#6c757d;margin:0;font-size:.9rem}@media (max-width: 768px){.footer-content-container{grid-template-columns:1fr;padding:2rem 1rem 1rem}.footer-organization-name{font-size:1.3rem}.social-media-links{justify-content:center;margin-top:1.5rem}}.main-site-layout{min-height:100vh;display:flex;flex-direction:column}.primary-content-area{flex:1;background-color:#f8f9fa}.page-title-section{background-color:#fff;padding:2rem 0;border-bottom:1px solid #e9ecef}.page-main-title{max-width:1200px;margin:0 auto;padding:0 1rem;font-size:2.5rem;color:#333;text-align:center}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.content-wrapper>*:not(.home-page-container):first-child{padding-top:2rem}.home-page-container{padding-top:0}@media (max-width: 768px){.page-main-title{font-size:2rem}}.home-page-container{width:100%}.fullwidth-hero-section{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:70vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) contrast(110%) brightness(90%);z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2}.hero-content-wrapper{position:relative;max-width:800px;margin:0 auto;padding:0 2rem;z-index:3}.welcome-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.welcome-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.call-to-action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-action-button,.secondary-action-button,.tertiary-action-button{padding:1rem 2rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block}.primary-action-button{background-color:#e74c3c;color:#fff}.primary-action-button:hover{background-color:#c0392b;transform:translateY(-2px)}.secondary-action-button{background-color:transparent;color:#fff;border:2px solid white}.secondary-action-button:hover{background-color:#fff;color:#2c3e50}.tertiary-action-button{background-color:#fff;color:#2c3e50;border:2px solid #4a4a4a}.tertiary-action-button:hover{background-color:#f2f4f6;border-color:#2c3e50;color:#2c3e50;transform:translateY(-2px)}.narrative-section{padding:4rem 2rem;background-color:#fff}.narrative-content-wrapper{max-width:900px;margin:0 auto;text-align:center}.narrative-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem;text-align:left}.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding:2rem 0}.stat-item{text-align:center;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000001a}.stat-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}svg.stat-icon{height:40px;width:40px;color:#e74c3c}.stat-number{font-size:2.5rem;font-weight:700;color:#e74c3c;margin-top:1.5rem;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#555;margin:0;font-weight:500}.core-principles-section{padding:4rem 2rem;background-color:#f8f9fa}.principles-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.principle-item{background-color:#fff;padding:2rem 1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.principle-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}svg.principle-icon{height:40px;width:40px;color:#e74c3c}.principle-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.principle-description{font-size:.95rem;line-height:1.6;color:#555;margin:0}.credo-section{padding:4rem 2rem;background-color:#e74c3c;background-color:#e74c3cd9}.credo-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.credo-logo{height:80px;width:auto;margin-bottom:2rem}.credo-text{font-size:1.8rem;font-weight:600;line-height:1.6;color:#fff;margin:0}.community-information-section{padding:4rem 2rem;background-color:#f8f9fa}.information-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.community-description{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;color:#555}.community-call-to-action{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media (max-width: 768px){.welcome-main-heading{font-size:2.5rem}.welcome-description{font-size:1.1rem}.call-to-action-buttons{flex-direction:column;align-items:center}.primary-action-button,.secondary-action-button,.tertiary-action-button{min-width:150px}.community-call-to-action{flex-direction:column;align-items:center}.section-main-title{font-size:2rem}.community-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}.principles-grid-container{grid-template-columns:1fr;gap:1.5rem}.principle-item{padding:1.5rem}.principle-title{font-size:1.2rem}.credo-logo{height:60px}.credo-text{font-size:1.4rem}}.about-page-container{width:100%}.about-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.about-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.about-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.mission-statement-section{padding:4rem 2rem;background-color:#fff}.mission-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.mission-description{font-size:1.2rem;line-height:1.7;color:#555}.history-section{padding:4rem 2rem;background-color:#f8f9fa}.history-content-wrapper{max-width:800px;margin:0 auto}.history-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#555}.values-section{padding:4rem 2rem;background-color:#fff}.values-grid-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card-item{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.value-card-item:hover{transform:translateY(-5px)}.value-title{font-size:1.5rem;margin-bottom:1rem;color:#495057;font-weight:600}.value-description{line-height:1.6;color:#555}@media (max-width: 768px){.about-main-heading{font-size:2.5rem}.about-description{font-size:1.1rem}.section-main-title{font-size:2rem}.values-grid-container{grid-template-columns:1fr}}.schedule-page-container{width:100%}.schedule-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.schedule-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.schedule-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.workout-description-section{padding:2rem;background-color:#fff}.description-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.workout-brief-description{font-size:1.2rem;line-height:1.6;color:#555;margin:0}.workout-map-section{padding:2rem;background-color:#fff}.map-container{max-width:1200px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.locations-section{padding:4rem 2rem;background-color:#f8f9fa}.locations-grid-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.location-card-item{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.location-card-item:hover{transform:translateY(-5px)}.location-title{font-size:1.3rem;margin-bottom:1rem;color:#495057;font-weight:600}.location-description{line-height:1.6;color:#555}.workout-schedule-section{padding:4rem 2rem;background-color:#f8f9fa}.tab-container{max-width:1200px;margin:0 auto}.tab-buttons{display:flex;justify-content:center;margin-bottom:2rem;gap:.5rem;flex-wrap:wrap}.tab-button{background-color:#fff;border:2px solid #495057;color:#495057;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-button:hover{background-color:#495057;color:#fff;transform:translateY(-2px)}.tab-button.active{background-color:#495057;color:#fff;box-shadow:0 4px 12px #4950574d}.tab-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.table-container{overflow-x:auto}.workout-table{width:100%;border-collapse:collapse;font-size:.9rem}.workout-table th{background-color:#495057;color:#fff;padding:1rem .75rem;text-align:left;font-weight:600;border-bottom:2px solid #495057}.workout-table td{padding:1rem .75rem;border-bottom:1px solid #e0e0e0;color:#555;vertical-align:top}.workout-table tr:hover{background-color:#f8f9fa}.workout-table tr:last-child td{border-bottom:none}.notes-column{max-width:200px;word-wrap:break-word;font-size:.85rem;line-height:1.4}@media (max-width: 768px){.schedule-main-heading{font-size:2.5rem}.schedule-description{font-size:1.1rem}.section-main-title{font-size:2rem}.workout-brief-description{font-size:1.1rem}.workout-map-section{padding:1rem}.map-container iframe{height:400px}.locations-grid-container{grid-template-columns:1fr}.tab-buttons{flex-direction:column}.tab-button{padding:.75rem 1.5rem;font-size:.9rem}.workout-table{font-size:.8rem}.workout-table th,.workout-table td{padding:.75rem .5rem}.notes-column{max-width:150px;font-size:.75rem}}.fng-page-container{width:100%}.fng-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.fng-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.fng-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.first-workout-section{padding:4rem 2rem;background-color:#fff}.section-main-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.first-workout-content-wrapper{max-width:1000px;margin:0 auto;text-align:center}.first-workout-description{font-size:1.2rem;line-height:1.7;margin-bottom:3rem;color:#555}.video-placeholder{margin:3rem 0}.vimeo-embed-container{max-width:800px;margin:0 auto;position:relative;background-color:#f8f9fa;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.video-placeholder-content{text-align:center;color:#6c757d}.video-placeholder-content p{margin:.5rem 0;font-size:1.1rem;font-weight:500}.video-placeholder-content p:first-child{font-size:1.3rem;color:#495057}.preparation-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;text-align:left}.preparation-card-item{background-color:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.preparation-title{font-size:1.5rem;margin-bottom:1rem;color:#495057;font-weight:600}.preparation-list{margin-bottom:1rem;padding-left:1.5rem}.preparation-list li{margin-bottom:.5rem;color:#555}.preparation-note{font-style:italic;color:#777;margin-bottom:0}.fng-encouragement-section{padding:4rem 2rem;background-color:#fff}.encouragement-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.encouragement-description{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;color:#555}.call-to-action-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#6c757d,#5a6268);border-radius:8px;color:#fff}.call-to-action-text{font-size:1.1rem;line-height:1.7;margin:0}.call-to-action-text a,.call-to-action-text a:visited{color:#fff}.podcast-section{padding:4rem 2rem;background-color:#f8f9fa}.podcast-content-wrapper{max-width:800px;margin:0 auto}.podcast-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#555}.podcast-link-container{text-align:center;margin-top:2rem}.podcast-link{display:inline-block;font-size:1.1rem;color:#2c3e50;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2c3e50;border-radius:8px;transition:all .3s ease}.podcast-link:hover{background-color:#2c3e50;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #2c3e504d}@media (max-width: 768px){.fng-main-heading{font-size:2.5rem}.fng-description{font-size:1.1rem}.section-main-title{font-size:2rem}.preparation-grid-container,.highlights-item-list{grid-template-columns:1fr}}.not-found-page-container{width:100%}.not-found-hero-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:6rem 2rem 4rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content-wrapper{max-width:800px;margin:0 auto}.error-code{font-size:8rem;font-weight:900;color:#e74c3c;line-height:1;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.not-found-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700;color:#fff}.not-found-description{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-actions .primary-action-button,.not-found-actions .secondary-action-button,.not-found-actions .tertiary-action-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.not-found-actions .primary-action-button{background-color:#e74c3c;color:#fff}.not-found-actions .primary-action-button:hover{background-color:#c0392b;transform:translateY(-2px)}.not-found-actions .secondary-action-button{background-color:transparent;color:#fff;border:2px solid white}.not-found-actions .secondary-action-button:hover{background-color:#fff;color:#2c3e50}.not-found-actions .tertiary-action-button{background-color:#fff;color:#2c3e50;border:2px solid #4a4a4a}.not-found-actions .tertiary-action-button:hover{background-color:#f2f4f6;border-color:#2c3e50;color:#2c3e50;transform:translateY(-2px)}.helpful-links-section{padding:4rem 2rem;background-color:#fff}.links-content-wrapper{max-width:1000px;margin:0 auto;text-align:center}.section-title{font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.helpful-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.helpful-link{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-decoration:none;color:inherit;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.helpful-link:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026;text-decoration:none;color:inherit}.link-title{font-size:1.3rem;font-weight:600;color:#e74c3c;margin-top:0;margin-bottom:.5rem}.link-description{color:#555;line-height:1.5;margin:0}.back-navigation{margin-top:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;color:#2c3e50;border:2px solid #2c3e50;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.back-button:hover{background-color:#2c3e50;color:#fff;transform:translateY(-2px)}.back-button:focus{outline:2px solid #e74c3c;outline-offset:2px}@media (max-width: 768px){.not-found-hero-section{padding:4rem 2rem 3rem;min-height:50vh}.error-code{font-size:6rem}.not-found-heading{font-size:2.5rem}.not-found-description{font-size:1.1rem}.not-found-actions{flex-direction:column;align-items:center}.not-found-actions .primary-action-button,.not-found-actions .secondary-action-button,.not-found-actions .tertiary-action-button{min-width:150px;justify-content:center}.section-title{font-size:2rem}.helpful-links-grid{grid-template-columns:1fr}}.content-link{color:#2c3e50;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.content-link:hover{color:#e74c3c;text-decoration:underline}.content-link:focus{outline:2px solid #e74c3c;outline-offset:2px;border-radius:2px}.content-link:visited{color:#495057}.content-link:visited:hover{color:#e74c3c}
