*{margin:0;padding:0;box-sizing:border-box;font-size:10px;font-family:Ubuntu,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-nav{width:100%;border-bottom:3px solid #116402;position:sticky;top:0;z-index:10;background-color:#fff}.mobile-nav__container{width:100%;padding:2rem;display:flex;justify-content:space-between;align-items:center}.mobile-nav__logos{display:flex;gap:1rem;justify-content:flex-start;align-items:center}.mobile-nav__logo{height:70px}.mobile-nav__hamburger{width:5rem;height:5rem;border:1px solid #ccc;border-radius:1rem;background-color:transparent;cursor:pointer}.mobile-nav__icon{width:100%;transition:fill .2s ease-in-out}.mobile-nav__hamburger:hover .mobile-nav__icon{fill:#116402}.mobile-nav__menu{position:fixed;left:-100%;height:100vh;top:0;width:100%;max-width:270px;background-color:#fff;transition:left .2s ease-in-out;display:flex;flex-direction:column;gap:3rem;padding:3.5rem 2rem 2rem;justify-content:flex-start;align-items:flex-start}.mobile-nav__menu--active{left:0;box-shadow:0 0 3px #ccc}.mobile-nav__list{display:flex;flex-direction:column;gap:2rem;list-style:none}.mobile-nav__link{color:#000;text-decoration:none;font-size:1.4rem;transition:color .2s ease-in-out}.mobile-nav__link:hover{color:#116402}.desktop-nav{display:none;width:100%;background-color:#fff;z-index:10;border-bottom:3px solid #116402}.desktop-nav__container{width:100%;max-width:1300px;padding:2rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.desktop-nav__logo{height:70px}.desktop-nav__logos{display:flex;gap:.5rem;align-items:center}.desktop-nav__menu{display:flex;gap:2rem;list-style:none;align-items:center;justify-content:flex-end}.desktop-nav__link{font-size:1.6rem;color:#000;text-decoration:none;transition:color .2s ease-in-out}.desktop-nav__link:hover{color:#116402}.desktop-nav__link:focus-visible{outline:2px solid #000;outline-offset:4px}.hero{height:450px;position:relative}.hero:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:#00000080}.hero__image{width:100%;height:100%;object-fit:cover}.hero__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:600px;gap:2rem}.hero__heading{color:#fff;font-size:3.5rem;font-weight:700;text-align:center;background-color:#00000003}.hero__search{width:100%;position:relative}.hero__search-bar{width:100%;font-size:1.4rem;padding:.5rem 1rem;border-radius:.5rem;border:none;outline:none;border:1px solid #ccc;height:35px}.hero__search-button{position:absolute;width:35px;height:35px;top:0;right:0;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;border:none;outline:none;background-color:#116402;display:flex;justify-content:center;align-items:center;cursor:pointer}.hero__search-icon{width:20px;fill:#fff}.section__container{width:100%;max-width:1300px;margin:0 auto;padding:4rem 2rem}.section__heading{margin:0 auto;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.5rem}.section__prefix{width:80px}.section__title{font-size:2.4rem}.section__title--colored{color:#116402}.tiles__container{width:100%;display:flex;gap:2rem;flex-wrap:wrap;margin-top:4rem;justify-content:center;align-items:center}.tiles__tile{width:100%;width:155px;height:155px;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;text-decoration:none;box-shadow:#00000029 0 1px 4px;border-radius:1rem;padding:2rem;transition:box-shadow .2s ease-in-out}.tiles__tile:hover{box-shadow:#0000003d 0 3px 8px}.tiles__icon{height:56px;transition:fill .2s ease-in-out}.tiles__tile:hover .tiles__icon{fill:#116402}.tiles__name{text-align:center;color:#000;font-size:1.4rem}.tiles__name--smaller{font-size:1.2rem}.posts__container{margin-top:4rem;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start}.posts__post{width:100%;box-shadow:#00000029 0 1px 4px;border-radius:1rem;text-decoration:none;color:#000;overflow:hidden;transition:box-shadow .2s ease-in-out}.posts__post:hover{box-shadow:#0000003d 0 3px 8px}.posts__image-wrapper{width:100%;height:200px}.posts__image{width:100%;height:100%;background-color:#f3f3f3;object-fit:contain}.posts__text{padding:2rem;display:flex;flex-direction:column;gap:1rem}.posts__title{font-size:1.8rem}.posts__date{color:#116402;font-size:1.4rem;font-weight:600;display:flex;gap:.5rem;justify-content:flex-start;align-items:center}.posts__icon{width:18px;fill:#116402;margin-top:-.1rem}.posts__excerpt{font-size:1.4rem;line-height:1.5}.post__container{max-width:1300px;padding:2rem;width:100%;margin:0 auto}.post__heading{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:flex-start}.post__image{width:100%;max-width:200px;border:1px solid #ccc;border-radius:1rem}.post__title{font-size:2.4rem}.post__expand{font-size:1.4rem}.post__excerpt{font-size:1.4rem;line-height:1.6}.post__breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;align-items:center}.post__breadcrumbs-item,.post__breadcrumbs-icon{font-size:1.3rem;color:#000}.post__breadcrumbs-link{text-decoration:none;font-size:1.3rem;color:#116402}.post__breadcrumbs-link:hover{text-decoration:underline}.post__videos{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.post__video-wrapper{width:100%;border-radius:2rem;display:flex;flex-direction:column;gap:1rem}.post__video{width:100%;border:2px solid #ccc;border-radius:2rem;overflow:hidden}.post__video-title{font-size:1.4rem!important;font-weight:700!important;margin:0!important}.post__body{line-height:1.6;color:#1a1a1a;margin-top:1rem}.post__body p,.post__body div,.post__body span,.post__body ins{margin-bottom:1.5rem!important;font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body u,.post__body td{font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body h1,.post__body h2,.post__body h3,.post__body h4,.post__body h5,.post__body h6{font-weight:600;line-height:1.3;margin:2rem 0 1rem;font-family:Ubuntu,sans-serif!important}.post__body h1{font-size:2rem!important}.post__body h2{font-size:1.8rem!important}.post__body h3{font-size:1.6rem!important}.post__body h4{font-size:1.5rem!important}.post__body h5{font-size:1.4rem!important}.post__body h6{font-size:1.3rem!important}.post__body ul,.post__body ol{padding-left:1.5rem;margin-bottom:1.5rem;font-family:Ubuntu,sans-serif!important}.post__body ul li,.post__body ol li{margin-bottom:.5rem;line-height:1.5;font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body ul{list-style-type:disc;font-family:Ubuntu,sans-serif!important}.post__body ol{list-style-type:decimal;font-family:Ubuntu,sans-serif!important}.post__body a{color:#116402;text-decoration:underline;transition:.3s;font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body a:hover,.post__body a:focus{outline:none}.post__body blockquote{border-left:4px solid #116402;background-color:#f4f4f4;padding:1rem 1.5rem;font-style:italic;margin:2rem 0;font-size:1.4rem;font-family:Ubuntu,sans-serif!important}.post__body img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:.5rem}.post__body table{display:block;width:100%!important;min-width:100%!important;max-width:100%;height:fit-content!important;border-collapse:collapse;margin:2rem 0;font-size:1.4rem!important;overflow-x:auto;font-family:Ubuntu,sans-serif!important}.post__body table thead{background-color:#116402;color:#fff;font-family:Ubuntu,sans-serif!important}.post__body table th,.post__body table td{border:1px solid #ccc;padding:1rem;text-align:left;width:100%;font-family:Ubuntu,sans-serif!important}.post__body table tbody tr:nth-child(odd){background-color:#f9f9f9}.post__body table tbody tr:hover{background-color:#f0f0f0}.post__body strong,.post__body b{font-weight:700;font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body em{font-style:italic;font-size:1.4rem!important;font-family:Ubuntu,sans-serif!important}.post__body hr{border:none;border-top:1px solid #ccc;margin:2rem 0;font-family:Ubuntu,sans-serif!important}.post__body code{background-color:#f4f4f4;padding:.2rem .4rem;font-family:monospace;font-size:1.3rem!important;border-radius:.3rem;font-family:Ubuntu,sans-serif!important}.post__body pre{background-color:#f4f4f4;padding:1rem;overflow-x:auto;font-family:monospace;font-size:1.3rem!important;border-radius:.3rem;margin:2rem 0;font-family:Ubuntu,sans-serif!important}.top-bar{width:100%;background-color:#116402}.top-bar__container{width:100%;max-width:1300px;padding:1rem 2rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center}.top-bar__column{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column}.top-bar__link,.top-bar__text{font-size:1.2rem;color:#fff;text-decoration:none;display:flex;gap:.2rem;align-items:center}.top-bar__link:hover{text-decoration:underline}.top-bar__icon{fill:#fff;width:16px}.category__container{max-width:1300px;padding:2rem;width:100%;margin:0 auto}.category__heading{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:flex-start}.category__breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;align-items:center}.category__breadcrumbs-item,.category__breadcrumbs-icon{font-size:1.3rem;color:#000}.category__breadcrumbs-link{text-decoration:none;font-size:1.3rem;color:#116402}.category__breadcrumbs-link:hover{text-decoration:underline}.category__title{font-size:2.4rem}.category__title--colored{color:#116402}.footer{border-top:3px solid #116402}.footer__container{max-width:1300px;padding:4rem 2rem;width:100%;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:4rem}.footer__column{width:100%;display:flex;flex-direction:column;gap:2rem;padding-right:4rem}.footer__logo{height:70px}.footer__logos{display:flex;gap:.5rem;align-items:center}.footer__heading{font-size:1.4rem;font-weight:700}.footer__text{font-size:1.4rem;line-height:1.5}.footer__menu{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer__link{font-size:1.4rem;color:#000;text-decoration:none;display:flex;gap:.5rem;align-items:center;transition:color .2s ease-in-out}.footer__link:hover,.footer__link--colored{color:#116402}.footer__link--inline{display:inline}.footer__link--inline:hover{text-decoration:underline}.footer__icon{font-size:1.6rem}.footer__bottom{width:100%;border-top:2px solid #fafafa}.footer__bottom-container{max-width:1300px;padding:1rem 2rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center}@media (min-width: 768px){.posts__post{width:calc(50% - 2rem)}.posts__container{align-items:stretch}.post__videos{justify-content:space-between}.post__video-wrapper{width:calc(50% - 2rem)}.tiles__tile{width:180px;height:180px}.footer__column{width:calc(50% - 4rem)}}@media (min-width: 1024px){.top-bar__container{flex-direction:row}.top-bar__column{justify-content:flex-start;flex-direction:row}.top-bar__column:nth-child(2){justify-content:flex-end}.top-bar__link,.top-bar__text{font-size:1.4rem}.hero__heading{font-size:4.2rem}.hero__search-bar{font-size:1.5rem;height:50px;border-radius:1rem}.hero__search-button{height:50px;width:50px;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.hero__search-icon{width:24px}.section__container{padding:6rem 2rem}.section__title{font-size:3rem}.section__prefix{width:100px}.tiles__name{font-size:1.5rem}.tiles__name--smaller{font-size:1.2rem}.tiles__icon{height:64px}.desktop-nav{display:flex;position:sticky;top:0}.mobile-nav{display:none}.posts__container{justify-content:space-between;gap:1rem}.posts__post{display:flex;flex-direction:row;align-items:stretch}.posts__image-wrapper{width:200px;min-width:200px;justify-content:center}.posts__title{font-size:2rem}.posts__image{width:100%}.posts__excerpt,.posts__date{font-size:1.5rem;line-height:1.5}.post__container{padding:4rem 2rem}.post__title{font-size:3rem}.post__excerpt,.post__breadcrumbs-item,.post__breadcrumbs-link,.post__breadcrumbs-icon{font-size:1.5rem}.post__video-title{font-size:1.6rem!important}.post__body{font-family:serif}.post__body p,.post__body u,.post__body div,.post__body span,.post__body ins,.post__body ul li,.post__body ol li,.post__body a,.post__body blockquote,.post__body table,.post__body strong,.post__body b,.post__body em{font-size:1.5rem!important}.category__container{padding:4rem 2rem}.category__title{font-size:3rem}.category__breadcrumbs-item,.category__breadcrumbs-link,.category__breadcrumbs-icon{font-size:1.5rem}.footer__container{gap:2rem}.footer__column{width:calc(25% - 2rem)}.footer__heading,.footer__text,.footer__link{font-size:1.5rem}.footer__bottom-container{flex-direction:row;justify-content:space-between;align-items:center}}
