*{box-sizing:border-box}html{font-size:62.5%}body{font-size:1.6rem}.clearfix:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.clear{clear:both}body{margin:0}.errorMessages{color:red;margin:10px 0}main{padding:16px}ul{padding:0}.centeringForMobile{align-items:center;display:flex;flex-flow:column nowrap}h2{font-weight:500;margin:0 0 2rem}ol{padding-left:2rem}input,label{font-size:1.6rem}a{text-decoration:none}button{font-size:3rem;margin:10px}.simpleCloseBtn{align-self:flex-end;background-color:white;border:none;cursor:pointer;margin:0;transition:transform 1s ease}.simpleCloseBtn:hover{transform:rotate(180deg)}.custom-btn{align-self:center;border-radius:5px;background:transparent;box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);cursor:pointer;color:#fff;display:inline-block;font-family:Lato,sans-serif;font-weight:500;outline:none;position:relative;text-align:center;transition:all .3s ease}.btn-3{display:flex;flex-flow:row;justify-content:center;align-items:center;background:var(--main-blue);background:linear-gradient(0deg,rgba(0,172,238,1),rgba(2,126,251,1));padding:0;border:none}.btn-3 span{position:relative;display:block;text-align:center;width:100%;height:100%;padding:7.5px}.btn-3:after,.btn-3:before{position:absolute;content:"";right:0;top:0;background:rgba(2,126,251,1);transition:all .3s ease}.btn-3:before{height:0;width:2px}.btn-3:after{width:0;height:2px}.btn-3:hover{background:transparent;box-shadow:none}.btn-3:hover:before{height:100%}.btn-3:hover:after{width:100%}.btn-3 span:hover{color:rgba(2,126,251,1)}.btn-3 span:after,.btn-3 span:before{position:absolute;content:"";left:0;bottom:0;background:rgba(2,126,251,1);transition:all .3s ease}.btn-3 span:before{width:2px;height:0}.btn-3 span:after{width:0;height:2px}.btn-3 span:hover:before{height:100%}.btn-3 span:hover:after{width:100%}header{background:linear-gradient(0deg,rgba(0,172,238,1),rgba(2,126,251,1));border-bottom:.2rem solid rgb(0,0,0);display:flex;flex-flow:row nowrap;justify-content:space-between;padding:16px;position:-webkit-sticky;position:sticky;z-index:1}header>h1{align-self:flex-start;font-size:30px;margin:0}.loggedOutNav>*,.navLinks>a{color:black;text-align:center;text-decoration:none}.navLinks{cursor:pointer;padding:0 0 1rem}.navLinks>a{font-size:3rem;transition:color .75s ease-in-out}.navLinks:hover,.navLinks>a:hover{color:white}.loggedOutNav>*{font-size:3.2rem;text-decoration:none}.nav{height:100vh;position:fixed;right:-125%;top:0;transition:right 1s ease-in-out;width:100vw;z-index:3}.nav.show{right:0}.navbar{background:linear-gradient(0deg,rgba(0,172,238,1),rgba(2,126,251,1));display:flex;align-items:center;flex-flow:column;height:100%;list-style-type:none;margin:0}