﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:#3498db;text-decoration:none}a:hover{color:#2980b9;text-decoration:underline}ul,ol{list-style-position:inside}table{border-collapse:collapse;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.7;color:#333;background:#f0f8f8}h1,h2,h3,h4,h5,h6{color:#2c3e50;line-height:1.3;margin-bottom:.75rem;font-weight:600}h1{font-size:2.2rem}h2{font-size:1.75rem}h3{font-size:1.35rem}h4{font-size:1.15rem}p{margin-bottom:1rem}strong{font-weight:600}blockquote{border-left:3px solid #3498db;padding:.75rem 1.25rem;margin:1.5rem 0;color:#666;background:#f0f8f8;border-radius:0 4px 4px 0}blockquote p:last-child{margin-bottom:0}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:800px}main{flex:1}.section{padding:4rem 0}.section--alt{background:#f0f8f8}.section__heading{text-align:center;margin-bottom:2.5rem}.grid{display:grid;gap:1.5rem}@media(min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.grid--3{grid-template-columns:repeat(3, 1fr)}}.text-center{text-align:center}.site-header{background:#b6d4e7;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:1100px;margin:0 auto}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#2c3e50;text-decoration:none}.site-header__logo:hover{color:#2c3e50;text-decoration:none}.site-header__logo img{height:36px;width:auto}.site-nav{display:none}@media(min-width: 992px){.site-nav{display:flex;gap:1.75rem;align-items:center}}.site-nav__link{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;padding:.25rem 0;border-bottom:2px solid rgba(0,0,0,0);transition:border-color .2s}.site-nav__link:hover,.site-nav__link--active{color:#3498db;text-decoration:none;border-bottom-color:#3498db}.menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem}@media(min-width: 992px){.menu-toggle{display:none}}.menu-toggle__bar{display:block;width:24px;height:2px;background:#2c3e50;position:relative;transition:background .2s}.menu-toggle__bar::before,.menu-toggle__bar::after{content:"";display:block;width:24px;height:2px;background:#2c3e50;position:absolute;transition:transform .2s}.menu-toggle__bar::before{top:-7px}.menu-toggle__bar::after{top:7px}.mobile-nav{display:none;background:#b6d4e7;border-bottom:1px solid #e0e0e0;padding:1rem 1.5rem}@media(min-width: 992px){.mobile-nav{display:none !important}}.mobile-nav--open{display:block}.mobile-nav__link{display:block;padding:.6rem 0;color:#333;font-size:1.05rem;font-weight:500;text-decoration:none;border-bottom:1px solid #e0e0e0}.mobile-nav__link:last-child{border-bottom:none}.mobile-nav__link:hover,.mobile-nav__link--active{color:#3498db;text-decoration:none}.site-footer{background:#2c3e50;color:hsla(0,0%,100%,.85);padding:3rem 0 1.5rem}.site-footer a{color:hsla(0,0%,100%,.85)}.site-footer a:hover{color:#fff}.site-footer__inner{display:grid;gap:2rem}@media(min-width: 768px){.site-footer__inner{grid-template-columns:1fr 1fr}}.site-footer__heading{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.site-footer__contact p{margin-bottom:.35rem;font-size:.95rem}.site-footer__bottom{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid hsla(0,0%,100%,.15);display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.85rem;color:hsla(0,0%,100%,.6)}.site-footer__bottom a{color:hsla(0,0%,100%,.6)}.site-footer__bottom a:hover{color:#fff}.hero{background:#2c3e50;color:#2c3e50;text-align:center;padding:4rem 1.5rem;position:relative;overflow:hidden;background-size:cover;background-position:center 40%}@media(min-width: 768px){.hero{padding:6rem 1.5rem}}.hero--overlay::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0)}.hero__content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero__title{color:#2c3e50;font-size:2rem;margin-bottom:.75rem}@media(min-width: 768px){.hero__title{font-size:2.75rem}}.hero__subtitle{font-size:1.15rem;opacity:.9;margin-bottom:1.5rem}@media(min-width: 768px){.hero__subtitle{font-size:1.35rem}}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:4px;font-size:1rem;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;border:none;transition:background .2s,transform .1s}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:#3498db;color:#fff}.btn--primary:hover{background:#2980b9;color:#fff}.btn--outline{background:rgba(0,0,0,0);color:#3498db;border:2px solid #3498db}.btn--outline:hover{background:#3498db;color:#fff}.btn--white{background:#fff;color:#2c3e50}.btn--white:hover{background:#f0f8f8;color:#2c3e50}.btn--sm{padding:.5rem 1.25rem;font-size:.9rem}.card{background:#f0f8f8;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.card__title{font-size:1.1rem;margin-bottom:.5rem;color:#2c3e50}.card__text{font-size:.95rem;color:#666;margin-bottom:0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.table{min-width:600px}.table th,.table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid #e0e0e0;font-size:.95rem}.table th{background:#f0f8f8;font-weight:600;color:#2c3e50;white-space:nowrap}.table tbody tr:hover{background:#f0f8f8}.map-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1.5rem 0;border-radius:6px;border:1px solid #e0e0e0}.map-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1.5rem 0;border-radius:6px}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.page-content ul,.page-content ol{margin-bottom:1rem;padding-left:.25rem}.page-content ul li,.page-content ol li{margin-bottom:.35rem}.page-content h2{margin-top:2.5rem}.page-content h3{margin-top:1.75rem}.page-content h2:first-child,.page-content h3:first-child{margin-top:0}.credentials{list-style:none}.credentials li{padding:.4rem 0;padding-left:1.5rem;position:relative}.credentials li::before{content:"✓";position:absolute;left:0;color:#3498db;font-weight:700}.steps{counter-reset:step;list-style:none}.steps li{counter-increment:step;padding:1rem 0;padding-left:3rem;position:relative;border-bottom:1px solid #e0e0e0}.steps li:last-child{border-bottom:none}.steps li::before{content:counter(step);position:absolute;left:0;top:1rem;width:2rem;height:2rem;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.about-headshot{max-width:280px;border-radius:6px;margin:1.5rem auto}@media(min-width: 768px){.about-headshot{float:right;margin:0 0 1.5rem 2rem}}.download-links{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}/*# sourceMappingURL=main.css.map */