html{box-sizing:border-box;font-family:Montserrat,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;overflow-y:scroll;min-height:100%;word-wrap:break-word}*,:after,:before{box-sizing:inherit}body{align-items:stretch;display:block;display:flex;flex-direction:column;line-height:1.5;min-height:100vh;position:relative;width:100%}.page-width{margin-left:auto;margin-right:auto;max-width:1600px;padding-left:5%;padding-right:5%}.bold{font-weight:700;transition:.5s ease}.faded{color:#dfdfdf;font-size:20px}.orange{color:#e6a247}h1,h2,h3,h4,h5,h6{color:#2c2c2c;margin:25px 0 10px}ol,p,ul{font-size:12px}@media screen and (min-width:768px){ol,p,ul{font-size:14px}}@media screen and (min-width:960px){ol,p,ul{font-size:16px}}h1{font-size:20px}@media screen and (min-width:768px){h1{font-size:22px}}@media screen and (min-width:960px){h1{font-size:26px}}h2{font-size:18px}@media screen and (min-width:768px){h2{font-size:20px}}@media screen and (min-width:960px){h2{font-size:24px}}h3{font-size:16px}@media screen and (min-width:768px){h3{font-size:18px}}@media screen and (min-width:960px){h3{font-size:22px}}h4{font-size:14px}@media screen and (min-width:768px){h4{font-size:16px}}@media screen and (min-width:960px){h4{font-size:20px}}h5{font-size:12px}@media screen and (min-width:768px){h5{font-size:14px}}@media screen and (min-width:960px){h5{font-size:18px}}h6{font-size:10px}@media screen and (min-width:768px){h6{font-size:12px}}@media screen and (min-width:960px){h6{font-size:16px}}header{background-color:#0078d7}header a,header h1,header h2{color:#fff;text-decoration:none;margin:0;text-align:start}header .site-header{position:relative}header .site-header__wrapper{padding-left:.7rem;padding-right:.7rem}@media(min-width:600px){header .site-header__wrapper{display:flex;justify-content:space-between;align-items:center;padding-top:0;padding-bottom:0}}header .nav__wrapper{list-style:none}@media(min-width:600px){header .nav__wrapper{display:flex}}@media(max-width:599px){header .nav__wrapper{position:absolute;top:100%;right:0;left:0;z-index:-1;visibility:hidden;opacity:0;transform:translateY(-100%);transition:transform .3s ease-out,opacity .3s ease-out}header .nav__wrapper.active{visibility:visible;opacity:1;transform:translateY(0)}}header .nav__item a{display:block;padding:1.5rem 1rem}header .nav__toggle{display:none}@media(max-width:599px){header .nav__toggle{display:block;position:absolute;right:1rem;top:1rem}}.content .wrapper{padding-left:.7rem;padding-right:.7rem}footer{background-color:#0078d7;color:#fff;height:3vh;text-align:center}footer a{color:#fff;text-decoration:none}footer .copyright{margin:0;position:relative;top:50%;transform:translateY(-50%)}body,html{width:100vw;height:100vh;margin:0!important}body{overflow-x:hidden;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}#app{width:100vw;height:100vh}#app .page{min-height:100vh;display:flex;flex-direction:column;align-items:stretch}#app .content{flex-grow:1}