body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{background-color:#006eb8}a{color:inherit;text-decoration:none}*{box-sizing:border-box}:root{font-size:10px}.nav-primary{display:flex;flex-direction:column;border-bottom:1px solid rgba(247,255,221,.25);background-color:hsla(0,0%,100%,.1)}.nav-primary__lower,.nav-primary__upper{display:flex;flex-direction:row;align-items:center;margin:0}.nav-primary__upper{justify-content:space-between;padding:2rem;margin-bottom:2rem}.nav-primary__lower{justify-content:space-around;padding:0;list-style:none}.nav-primary__logo-link{font-size:2.2rem;text-transform:uppercase;color:#f7ffdd;display:flex;flex-direction:column}.nav-primary__logo-faded{color:rgba(247,255,221,.5);text-transform:lowercase}.nav-primary__logo-slogan{font-size:1.5rem;font-weight:300;text-transform:none;letter-spacing:.25rem}.nav-primary__sub-btn{padding:1rem 4rem;background-color:#efa00b;color:#f7ffdd;text-shadow:2px 2px 5px rgba(0,0,0,.25);border:0;border-radius:1rem;font-weight:600;outline:none;cursor:pointer}.nav-primary__nav-link{padding:1rem;border-bottom:2px solid transparent;font-size:1.6rem;color:#f7ffdd}.nav-primary__nav-link--current{border-bottom-color:#f7ffdd}.page-heading{margin:2rem 0 0;padding:2rem;box-sizing:border-box;font-size:3rem;color:#f7ffdd;font-weight:100}.page-heading--intro{text-align:center;font-weight:600;font-size:3.6rem}.intro,.magnet{margin:0 auto;padding:4rem;box-sizing:border-box;width:100%;max-width:72rem;color:#f7ffdd;font-size:2rem;font-weight:400}.intro p,.intro ul{line-height:3.6rem;margin-bottom:6rem}.intro p:nth-of-type(2n){text-align-last:right}.intro p:first-of-type:first-letter{font-size:6rem}.magnet{max-width:120rem;display:flex;flex-direction:row;align-items:center;justify-content:space-around}.magnet img{width:100%;height:auto;max-width:80rem}.feature-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.feature-list__item{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:4rem}.feature-list__item:last-of-type{margin-bottom:0}.feature-list__item svg{max-width:5rem;height:auto;margin-right:1rem}.feature-list__item header{margin-bottom:1rem;font-weight:600}.feature-list__item p{margin:0;font-size:1.5rem}.icon-grid{display:flex;flex-direction:row;align-items:center;justify-content:center}.icon-grid svg{width:4rem;height:auto}.big-btn{display:flex;flex-direction:row;align-items:center;padding:1rem 4rem;background-color:#efa00b;color:#f7ffdd;text-shadow:2px 2px 5px rgba(0,0,0,.25);border:0;border-radius:1rem;font-weight:600;outline:none;cursor:pointer;margin-top:8rem;margin-bottom:8rem}.big-btn,.post-grid{justify-content:center}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-template-rows:minmax(100px,auto);grid-auto-flow:dense;grid-gap:2rem;gap:2rem;padding:2rem}.post-grid__post{border:1px solid rgba(247,255,221,.25);color:#130f02;background-color:#f7ffdd;border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-size:cover}.post-grid__post:first-child{grid-column:span 2}.post-grid__post:nth-child(2),.post-grid__post:nth-child(3){grid-row:span 2}.post-grid__post-icon{max-height:4rem;width:auto;margin-top:2rem}.post-grid__post-title{width:100%;padding:2rem;font-size:2rem;font-weight:600;text-align:center}.post-grid__post-snippet{font-size:1.5rem;padding:2rem;margin:0}.post-grid__post-author{padding:2rem;font-size:1.4rem}.post-grid__post-author,.post-grid__post-who{display:flex;flex-direction:row;align-items:center}.post-grid__post-profilepic{width:5rem;height:5rem;border-radius:100%;margin-right:1rem}.post-grid__post-username{font-style:normal;font-weight:600}.article-header{box-sizing:border-box;padding:4rem 2rem;background-size:cover;background-position:50%;color:#006eb8;color:#f7ffdd}.article-header__heading,.article-header__subheading{box-sizing:border-box;padding:2rem}.article-header__heading{font-size:4rem}.article-header__subheading{font-size:2rem}.icon-title{max-width:92rem;margin:0 auto}.icon-title__icon{display:block;margin:0 auto;width:100%;max-width:7rem}.article-grid,.comments{width:calc(100% - 2rem);max-width:92rem;box-sizing:border-box;padding:2rem;margin:1rem auto 0;border-radius:1rem;background-color:#f7ffdd;font-size:1.8rem}.sub-modal{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);box-sizing:border-box;padding:2rem;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility .5s,opacity .5s}.sub-modal--open{visibility:visible;opacity:1}.sub-modal__modal{width:100%;max-width:60rem;background-color:#f7ffdd;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 0 10px rgba(0,0,0,.5)}.sub-modal__body,.sub-modal__heading{padding:2rem}.sub-modal__heading{background-color:#006eb8;color:#fff;text-align:center;font-size:2.6rem}.sub-modal__heading-sm{text-decoration:underline;font-size:1.8rem}.sub-modal__body{font-size:1.8rem;line-height:3rem}.sub-modal__form{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.sub-modal__form--sm{padding:0 2rem;max-width:75rem;margin:0 auto}.sub-modal__email{flex:1 1;font-size:1.8rem;box-sizing:border-box;padding:1rem;border:2px solid #efa00b;background-color:#fff;border-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom:0;outline:none}.sub-modal__submit{padding:1rem 4rem;background-color:#efa00b;color:#f7ffdd;text-shadow:2px 2px 5px rgb(0 0 0/25%);border:0;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;outline:none;font-weight:600;font-size:1.8rem;cursor:pointer}.sub-modal__cancel{width:100%;border:0;background-color:transparent;outline:none;padding:1rem;margin-top:2rem;font-size:1.4rem}.comment-form,.form-ele{display:flex;flex-direction:column}.form-ele.row{flex-direction:row}.form-ele{padding:1rem 0}.form-ele textarea{min-height:10rem;resize:vertical}.form-ele input,.form-ele textarea{padding:1rem;border:1px solid #130f02;background-color:#fff;border-radius:1rem;font-size:1.5rem}.form-ele .big-btn{margin-top:0;font-size:1.8rem}.comment-feed__comment{box-sizing:border-box;padding:1rem;margin-bottom:2rem;border:1px solid #130f02;border-radius:1rem}.comment-feed__comment:last-of-type{margin-bottom:0}.error{margin:1rem 0 0;font-size:1.4rem;color:red}.video-player{width:100%;max-width:92rem;margin:0 auto}.aspect-16x9{width:100%;height:0;padding-top:56.25%;overflow:hidden;position:relative}.aspect-16x9 iframe{position:absolute;left:0;top:0;width:100%;height:100%}.article-grid p:first-of-type{margin-top:0}.article-grid p:last-of-type{margin-bottom:0}.article-grid li,.article-grid p{line-height:3rem}@media (min-width:630px){.sub-modal__form{flex-direction:row}.sub-modal__email{border-radius:0;border-top-left-radius:1rem;border-bottom-left-radius:1rem;border-right:0;border-bottom:2px solid #efa00b}.sub-modal__submit{border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0}}@media (max-width:700px){.post-grid__post:first-child{grid-column:span 1}.post-grid__post:nth-child(2),.post-grid__post:nth-child(3){grid-row:span 1}}@media (max-width:1150px){.magnet{flex-direction:column}}