html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}body{max-width:72em;margin:auto;padding:0 1em;font-family:sans-serif}a{text-decoration:none;color:#ea5906}.header{display:flex;flex-wrap:wrap;margin:2em 0}.header-title{margin:0}.header-title a{display:block}.nav{flex-grow:1;display:flex;flex-basis:400px}.nav-items{padding:0;margin:0;display:flex;flex-grow:1;list-style:none;align-items:stretch;justify-content:flex-end}.nav-item{display:flex;flex-direction:column;justify-content:center;flex-basis:100px;text-align:center}.nav-item:first-child{display:none}.nav-link{padding:1em}.category{background:#efefef;margin-bottom:2em}.category-title{margin:0 0 .5em;border-bottom:6px solid #ccc;padding:.5em;background:#ea5906;color:#fff}.category-title a{color:#fff}.category-title a:hover{text-decoration:underline}[data-category=articles] .category-title{background:#ea9206}[data-category=videos] .category-title{background:#104e99}[data-category=tools] .category-title{background:#049970}[data-category=talks] .category-title{background:#7a57d1}.category-items{display:flex;flex-wrap:wrap;align-content:flex-start}.category-items>*{margin:0 1%;padding:1em;border:1px solid rgba(0,0,0,.05);background:#fff;margin-bottom:1em;min-width:15em;position:relative}@media(min-width:33em){.category-items>*{flex-basis:31.3333%}}.category-items>*:hover,.category-items>*:focus{color:#fff}.category-items>*:hover a,.category-items>*:focus a{color:#fff;display:block}.category-items>*:hover p a,.category-items>*:focus p a{display:inline;text-decoration:underline}[data-category=articles] .category-items>*:hover,[data-category=articles] .category-items>*:focus{background:#ea9206}[data-category=videos] .category-items>*:hover,[data-category=videos] .category-items>*:focus{background:#104e99}[data-category=tools] .category-items>*:hover,[data-category=tools] .category-items>*:focus{background:#049970}[data-category=talks] .category-items>*:hover,[data-category=talks] .category-items>*:focus{background:#7a57d1}.category-items>* h3{margin-top:0}.learn-vrt{display:flex;background:#ea5906;padding:.5em 1em;margin-bottom:2em;font-size:1.2em}.learn-vrt-copy{flex-grow:1;margin:0 2em 0 0;align-self:center;color:#fff;text-align:right;text-shadow:1px 1px rgba(0,0,0,.2)}.learn-vrt-link{text-align:center;color:#fff;border:1px solid #fff;display:block;align-self:center;padding:.5em 1.5em .5em 2em;background:rgba(0,0,0,.05);font-weight:700}.learn-vrt-link:hover,.learn-vrt-link:focus{background:rgba(255,255,255,.2);text-shadow:1px 1px rgba(0,0,0,.2)}