@charset "UTF-8";.bg-red{background-color:#8b2e31}.bg-green{background-color:#355c50}.bg-sand{background-color:#d8c9ae}.bg-light-sand{background-color:#d8c9ae80}.bg-charcoal{background-color:#333}.bg-walnut{background-color:#5e4b3c}.bg-light-gray{background-color:#f5f5f5}.text-white{color:#fff}html{font-family:Libre Baskerville,serif;font-weight:400;font-style:normal;color:#333}body{margin:0 auto;width:100%;line-height:1.5}*{box-sizing:border-box}.content-container{max-width:1200px;margin:0 auto;padding:0 20px}p{margin:0 0 20px}p:last-of-type{margin-bottom:0}:focus-visible{box-shadow:0 0 0 2px #333;outline:2px solid #fff;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;margin:0}h1{font-size:4rem;line-height:5rem}h2{font-size:1.75rem;line-height:2.5rem}h3,.title-3{font-size:1.5rem;line-height:2.5rem}.subtitle{font-family:Montserrat,sans-serif;font-weight:500;font-size:1.25rem}@media screen and (max-width: 1024px){h1{font-size:3rem;line-height:4rem}}@media screen and (max-width: 768px){h1{font-size:2rem;line-height:3rem}h2{font-size:1.5rem;line-height:2rem}h3,.title-3{font-size:1.25rem;line-height:2rem}.subtitle{font-size:1.125rem}}.skip-link{position:absolute;top:-44px;left:0;background:#000;color:#fff;padding:10px 16px;z-index:1000;text-decoration:none;font-weight:700;transition:top .3s ease}.skip-link:focus{top:0}.btn{display:inline-block;cursor:pointer;padding:10px 45px;border:2px solid transparent;border-radius:7px;line-height:normal;font-size:1rem;text-align:center;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:Libre Baskerville,serif;text-decoration:none}.btn--primary{background-color:#355c50;color:#fff}.btn--primary:hover{background-color:#fff;color:#355c50;border-color:#355c50}.btn--primary:focus{box-shadow:none;outline-offset:-4px}.btn--secondary{background-color:transparent;color:#355c50;border-color:#355c50}.btn--secondary:hover{background-color:#355c50;color:#fff;border-color:transparent}.btn--secondary:focus{box-shadow:0 0 0 2px #fff;outline:2px solid #333333}.btn--tertiary{background-color:#355c50;color:#fff;border-color:#fff}.btn--tertiary:hover{background-color:#fff;color:#355c50;border-color:#fff}.btn--quaternary{background-color:#fff;color:#355c50;border-color:#fff;font-weight:600}.btn--quaternary:hover{background-color:#355c50;color:#fff;border-color:#fff}.anchor{font-family:Libre Baskerville,serif;text-decoration:none;position:relative;padding:12px 0}.anchor:after{content:"";position:absolute;width:95%;transform:scaleX(0);height:2px;bottom:7px;left:0;background-color:#8b2e31;transition:transform .25s ease-out;transform-origin:bottom left}.anchor:hover:after{transform:scaleX(1)}.anchor--primary{color:#8b2e31;background:transparent}.anchor--secondary{color:#355c50;background:transparent}.anchor--secondary:after{background-color:#355c50}.anchor--tertiary{color:#333;background:transparent}.anchor--tertiary:after{background-color:#333}.anchor--quaternary{color:#fff;background:transparent}.anchor--quaternary:after{background-color:#fff}.site-header{position:relative;padding:1.25rem 0}.site-header .content-container{display:flex;justify-content:space-between;align-items:center}.site-logo{flex:0 1 auto;max-width:170px;width:100%;margin-bottom:-14px}.nav .anchor,.nav .btn{margin-left:1.2rem}.mobile-nav-toggle{display:none;cursor:pointer;background-color:transparent;border:none;padding:0}.mobile-nav-toggle .line{width:30px;height:4px;background-color:#333;display:block;margin:6px auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mobile-nav-toggle.open .line:nth-child(1){-webkit-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}.mobile-nav-toggle.open .line:nth-child(2){opacity:0}.mobile-nav-toggle.open .line:nth-child(3){-webkit-transform:translateY(-10px) rotate(-45deg);-ms-transform:translateY(-10px) rotate(-45deg);-o-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg)}.nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:0rem 20px 1rem;flex-direction:column;align-items:start;z-index:100}.nav-mobile .anchor,.nav-mobile .btn{margin:.75rem 0}.nav-mobile .anchor{margin:0}.nav-mobile.open{display:flex}.site-header-social{width:100%;margin-left:-5px}.site-header-social-link{display:inline-block;max-width:44px;width:100%}.site-header-social-link:after{background-color:#333}.nav-mobile .site-header-social-link{margin-right:.5rem}.site-header-social-link-img{width:100%}.nav-backdrop{position:fixed;top:100px;left:0;width:100%;height:100%;background:#00000080;z-index:99;display:none;opacity:0;transition:opacity .3s ease}.nav-backdrop.open{display:block;opacity:1}@media screen and (min-width: 769px){.nav-mobile{display:none}}@media screen and (max-width: 768px){.site-logo{max-width:150px}.nav-desktop{display:none}.mobile-nav-toggle{display:block;padding:4px 0 4px 14px}}.hero{position:relative;text-align:center;background-color:#355c50;padding:10rem 0}.hero .btn{margin-top:1.75rem}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0006,#0006);z-index:1}.hero--lg{padding:15rem 0}.hero--lg .slidingVertical{margin-bottom:15px}.hero-image-src{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{position:relative;z-index:1;color:#fff}.hero-content-span{display:block}.hero-content-span--mobile{display:none}.hero-subtitle{font-size:1.75rem}.hero-subtitle-span{display:inline-block}@media screen and (max-width: 1024px){.hero{padding:7rem 0}.hero .btn{margin-top:1.5rem}.hero-subtitle{font-size:1.5rem}.hero-content-span--mobile{display:block}.hero-rotator{display:none}}@media screen and (max-width: 768px){.hero{padding:5rem 0}.hero .btn{margin-top:1rem}.hero-subtitle{font-size:1.15rem}.hero--lg .slidingVertical{margin-bottom:5px}}.hero-rotator{position:relative;height:1.25em;overflow:hidden}.hero-rotator>div{position:absolute;width:100%;opacity:0;transform:translateY(-100%);animation:rotateFall 21s ease infinite}.hero-rotator>div:nth-child(1){animation-delay:0s}.hero-rotator>div:nth-child(2){animation-delay:3s}.hero-rotator>div:nth-child(3){animation-delay:6s}.hero-rotator>div:nth-child(4){animation-delay:9s}.hero-rotator>div:nth-child(5){animation-delay:12s}.hero-rotator>div:nth-child(6){animation-delay:15s}.hero-rotator>div:nth-child(7){animation-delay:18s}@keyframes rotateFall{0%{opacity:0;transform:translateY(-100%)}1%{opacity:1;transform:translateY(0)}14%{opacity:1;transform:translateY(0)}15%{opacity:0;transform:translateY(100%)}to{opacity:0;transform:translateY(100%)}}.site-footer{background:#355c50;color:#fff;padding:4rem 0 4.5rem}.site-footer .content-container{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 768px){.site-footer .content-container{flex-direction:column;align-items:center}}.site-footer .site-logo{display:block}.site-footer-content-left{max-width:338px;width:100%}@media screen and (max-width: 768px){.site-footer-content-left{margin-bottom:75px}}.site-footer-content-right{max-width:338px;width:100%}.site-footer-address{margin-bottom:20px}.site-footer-address a{display:inline-block}.site-footer-address a:after{width:100%}.site-footer-address--phone{padding:20px 0 0}.site-footer-address--phone:after{bottom:-3px}.site-footer-address--email{padding:10px 0}.site-footer-social{margin:0 0 14px -5px}.site-footer-social-link{display:inline-block;max-width:50px;width:100%;text-decoration:none;margin-right:10px;padding:0}.site-footer-social-link:after{background-color:#fff;bottom:3px;left:6px;width:75%}@media screen and (max-width: 768px){.site-footer-social-link:last-of-type{margin-right:0}}.site-footer-social-link-img{width:100%}.site-footer-copyright p{margin-bottom:0}.site-footer-copyright--italic{font-style:italic}.sender-placeholder-form{font-family:Arial,Helvetica,sans-serif;display:block;margin-top:-4px}body.sender-loaded .sender-placeholder-form{display:none}.site-footer-form--title-div{margin-bottom:14px}.site-footer-form--title{font-size:26px}.site-footer-form--label,.site-footer-form--input,.site-footer-form--button{width:100%}.site-footer-form--input{padding:10px 12px;border:2px solid #FFFFFF;margin:3px 0 5px;border-radius:7px;font-size:16px;transition:border-color .3s,box-shadow .3s;width:100%;color:#333}.site-footer-form--input::placeholder{color:#333;opacity:.7}.site-footer-form--checkbox-div{margin:13px 0 9px}.site-footer-form--checkbox{display:inline-block;width:13px}.site-footer-form--button{font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700}.content-section{text-align:center;padding:5rem 0;position:relative}.content-section .heading-margin-bottom{margin-bottom:.7rem}.content-section .btn{margin-top:2rem}.content-section .subtitle-span{display:block}.content-section--md-width .content-container{max-width:1000px}.content-section--sm-width .content-container{max-width:680px}.content-section-content-inner{text-align:center;margin-bottom:10px}.content-section-content-inner--sm-width{max-width:680px;margin:0 auto}.content-section-heading-span{display:inline-block}.content-section--left{text-align:left}.content-section--gradient:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000a6,#000000a6);z-index:1}.content-section--gradient .content-section-content{position:relative;z-index:1}.content-section-image-src{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.accordion{padding-top:2rem}.accordion-btn{font-family:Libre Baskerville,serif;background-color:#5e4b3c;color:#fff;cursor:pointer;font-size:16px;font-weight:700;text-align:left;width:100%;padding:12px 18px;display:inline-flex;align-items:center;justify-content:space-between;border:1px solid rgba(0,0,0,.2);border-radius:7px;transition:.4s}.accordion-btn:after{content:"+";font-size:25px;color:#fff;font-weight:700;float:right;margin-left:5px}.accordion-btn.active{margin-bottom:15px}.active:hover,.active:focus-visible,.accordion-btn:hover,.accordion-btn:focus-visible{background-color:#2f251e}.active:after{content:"−"}.accordion-panel{padding:0 18px;margin-bottom:15px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.accordion-panel-text{text-align:left}.carousel-wrapper{position:relative;width:100%;overflow:hidden;margin-top:45px}.carousel-container{display:flex;transition:transform .3s ease}.carousel-item-image{flex:0 0 auto;width:375px;cursor:pointer;overflow:hidden;margin-right:10px;border:2px solid transparent;padding:2px;background-color:#f5f5f5}.carousel-item-image:focus-visible{border-color:#333;box-shadow:none;outline:none}.carousel-item-image img{width:100%;height:275px;object-fit:cover;object-position:50% 25%;display:block}.carousel-item-text{font-size:18px;font-weight:600;flex:0 0 auto;max-width:640px;width:100%;margin-right:10px;display:flex;align-items:center;justify-content:center;padding:0 100px}.testimonial-meta{display:flex;justify-content:center;flex-direction:column;margin-top:20px;font-size:16px}.testimonial-name{margin-bottom:20px}.testimonial-count{font-style:italic;letter-spacing:8px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#333;font-size:50px;background:#fff;border:1px solid #ccc;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;outline:3px solid #333333;outline-offset:-6px;padding:0 0 5px}.carousel-arrow.left{left:.5rem}.carousel-arrow.right{right:.5rem}.modal{display:none;position:fixed;z-index:50;inset:0;background:#000c;justify-content:center;align-items:center}.modal.modal-open{display:flex}body.modal-is-open{overflow:hidden}.modal-image-wrapper{position:relative;max-width:90%;max-height:90%}.modal img{max-width:1200px;width:100%;max-height:1000px;height:auto;display:block}.modal-close{position:absolute;top:1rem;right:1rem;font-size:60px;line-height:50px;height:50px;width:50px;background:#fff;border-radius:50%;cursor:pointer;color:#333;outline:3px solid #333333;outline-offset:-5px}@media screen and (max-width: 768px){.carousel-item-image{width:275px}.carousel-item-image img{height:200px}.carousel-item-text{font-size:16px;padding:0 50px}.testimonial-meta{font-size:14px}.carousel-arrow{font-size:30px;width:44px;height:44px}.content-section--gradient .carousel-arrow.left{left:0rem}.content-section--gradient .carousel-arrow.right{right:0rem}.modal-close{font-size:40px;line-height:40px;width:40px;height:40px}}.card-section{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:-15px}.card{position:relative;flex:1 1 300px;max-width:360px;height:260px;overflow:hidden;box-shadow:0 10px 20px #00000026}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000e6,#0000,#0000);z-index:1}.card-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 25%;inset:0;z-index:0}.card-image--pos-bottom-50{object-position:50% 50%}.card-image--pos-bottom-60{object-position:50% 60%}.card-image--pos-bottom-65{object-position:50% 65%}.card-image--pos-bottom-85{object-position:50% 85%}.card-content{position:relative;z-index:1;color:#fff;padding:1.25rem 1.6rem;display:flex;flex-direction:column;justify-content:flex-end;text-align:left;height:100%}.card-content h3{margin:0 0 .5rem;font-size:1.5rem}.card-content p{margin:0;font-size:1rem}.card-icon{position:absolute;top:0;right:.75rem;z-index:2;background-color:#8b2e31;border-radius:0 0 45% 45%;padding:.7rem}.card-icon-img{max-width:50px;width:100%;padding-top:5px}@media screen and (max-width: 768px){.card-section{margin-top:-57px}.card{height:180px}.card-content h3{font-size:1.25rem;line-height:2rem}.card-icon-img{max-width:40px;padding-top:0}}.team-cards{display:flex;flex-direction:column;gap:2rem;padding:30px 0 0}.team-card{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem;border:1px solid rgba(0,0,0,.2);border-radius:7px;padding:1.5rem;background-color:#f9f9f9;box-shadow:0 4px 10px #00000026}.team-photo{width:300px;height:300px;object-fit:cover;border-radius:7px;flex-shrink:0}.team-photo--pos-upper-25{object-position:50% 25%}.team-info{flex:1}.team-info h3{margin:0;font-size:1.5rem}.team-info h4{margin:.25rem 0;font-size:1.1rem;font-weight:600}.team-info p{margin-top:.5rem}@media screen and (max-width: 768px){.team-card{flex-direction:column;text-align:center;align-items:center}.team-photo{width:100%;max-width:250px;height:auto}.team-info h3{font-size:1.25rem;line-height:2rem}}.contact-section{display:flex;flex-wrap:wrap;gap:2rem;padding:4rem 0 0}.contact-form-box,.contact-info-box{flex:1 1 400px;padding:2rem;border:1px solid rgba(0,0,0,.2);border-radius:7px;box-shadow:0 6px 18px #0000000d;max-width:600px;width:100%;margin:0 auto}.contact-form h2,.contact-info-box h3{margin-top:0;margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}.contact-form-label{display:none}.contact-form input,.contact-form textarea{font-family:Libre Baskerville,serif;padding:9px 12px;border:1px solid rgba(0,0,0,.2);border-radius:7px;font-size:.9rem;transition:border-color .3s,box-shadow .3s;width:100%;color:#333}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#333;opacity:.7}.contact-form textarea{height:150px;resize:vertical}.contact-form .btn{margin-top:1.6rem}.form-submission-message{display:none;font-family:Montserrat,sans-serif;font-size:25px;font-weight:500;margin-top:60px}.contact-info-box .info-item{display:flex;align-items:center;margin-left:-8px}.info-item-link{color:#333;text-decoration:none;display:flex;align-items:center;text-align:left;word-break:break-word;padding:0;min-height:44px}.info-item-link:after{background-color:#333;width:100%}.info-item-link--phone:after{bottom:2px}.info-item-link--email:after{bottom:0}.info-item-link--location:after{bottom:1px}.info-item-icon{display:inline-block;max-width:50px;width:100%;margin-right:15px}.info-item-icon--phone{margin-right:10px}.info-item-icon--email{max-width:40px;margin-left:5px}.info-item-icon--location{max-width:45px;margin:4px 13px 0 2px}.map{margin-top:1rem;width:100%;height:281px;border:none;border-radius:7px}@media screen and (max-width: 768px){.contact-form-box,.contact-info-box{padding:20px}.contact-form .btn{margin-top:.65rem}}
