.button,button{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #005110;cursor:pointer;box-sizing:border-box}input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:hover,button:hover{color:white;border-color:#00841A;background-color:#00841A;text-decoration:none;outline:0}input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{color:#333;border-color:#888;outline:0}.button:focus,button:focus{color:#333;border-color:#888;outline:0}input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{color:#333;border-color:#888;outline:0}.button.button-primary,button.button-primary{color:#fff;background-color:#00841A;border-color:#00841A}input[type="submit"].button-primary,input[type="reset"].button-primary,input[type="button"].button-primary{color:#fff;background-color:#00841A;border-color:#00841A}.button.button-primary:hover,button.button-primary:hover{color:#005110;background-color:white;border-color:#005110}input[type="submit"].button-primary:hover,input[type="reset"].button-primary:hover,input[type="button"].button-primary:hover{color:#005110;background-color:white;border-color:#005110}.button.button-primary:focus,button.button-primary:focus{color:#005110;background-color:white;border-color:#005110}input[type="submit"].button-primary:focus,input[type="reset"].button-primary:focus,input[type="button"].button-primary:focus{color:#005110;background-color:white;border-color:#005110}input[type="email"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"]{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}a,a:visited{color:#005110}#cover{position:relative;top:0;left:0;width:100vw;max-height:100vh;overflow:hidden;font-weight:bolder;z-index:3;text-align:center}#cover img{width:100vw}#cover.cover-home{height:100vh}#cover.cover-home h3{margin-top:2em}#cover .cover-title{color:white;position:absolute;padding-top:15em;margin:0 auto;width:100%;font-weight:bolder;z-index:3;-webkit-animation:fadein 4s;-moz-animation:fadein 4s;-ms-animation:fadein 4s;-o-animation:fadein 4s;animation:fadein 4s}.back-to-home{display:block;position:fixed;top:3em;left:48%;border-radius:10px;padding:.4em .6em;font-weight:normal;color:rgba(0,0,0,0.6);height:24px;background:rgba(255,255,255,0.6)}.scroll-indicator{position:absolute;bottom:2em;left:50%;margin-left:-22px;text-align:center}.scroll-indicator .scroll-indicator-wrapper{width:42px;height:42px;margin-top:4px;position:relative;display:inline-block;overflow:hidden}#talks{width:100%;margin:4em 0 2em 0}#talks ul{list-style:none;margin:0;padding-bottom:2em}#talks .talk-thumb{position:relative;margin-bottom:1em}#talks .talk-thumb .talk-link{display:block;z-index:1000}@media screen and (max-width: 860px){#talks .talk-thumb{display:block;margin-bottom:.5em}}#talks .talk-thumb .talk-thumb-img{height:20vh;overflow:hidden}#talks .talk-thumb .talk-thumb-img img{width:100%}#talks .talk-thumb h3{position:absolute;top:10px;left:10px;color:white;line-height:1em;transition:opacity .5s ease-in-out;opacity:1}#talks .talk-thumb h3 a{color:white}#talks .talk-thumb h3 small{font-size:.7em}#talks .talk-thumb h3:hover{opacity:0}#talks .talk-thumb .talk-info{position:absolute;right:1em;bottom:1em;color:white;border:1px solid rgba(255,255,255,0.3);border-radius:.5em;padding:.2em .5em;font-size:.9em}#talks .talk-thumb .overlay{transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out}#talks .talk-thumb .overlay:after{position:absolute;top:0;left:0;content:" ";background:rgba(31,44,108,0.45);opacity:1;width:100%;height:100%}#talks .talk-thumb .overlay:hover{opacity:0}#particles-js,#wind{height:100%;width:100%;background-color:#00841A;background-image:url("");background-size:cover;background-position:50% 50%;background-repeat:no-repeat}#particles-js.particle-2018{background-color:#b61924}#single-post .talk-content{margin:1em 0 3em 0;font-size:1.3em}#single-post .post-header{padding-top:1em}#single-post .post-header .talk-date{font-size:1.1em}.register-button{margin:1em 0 3em 0}.lunch,.coffee-break{color:#00841A;background:none}#schedule table,#schedule tr,#schedule td{border:0;background:none}#schedule table{border-top:solid 3px #00841A}#schedule .lunch,#schedule .coffee-break{color:#00841A;background:none}#schedule tr{height:10vh;border-bottom:1px solid #e1e1e1}#schedule .workshop{background:#f3f3f3;height:20vh}.site-header{display:none}footer{background:#00841A;color:white}.contact-list{color:#fff}.contact-list a{color:#ccc}.contact-list a:hover{color:white}#sponsors{text-align:right}#sponsors img{max-height:5em}footer p{color:#fff}footer a,footer a:visited{color:white}footer p a{text-decoration:underline}.footer-col-2{width:-webkit-calc(45% - (30px / 2));width:calc(45% - (30px / 2));text-align:right}.footer-col-3{width:-webkit-calc(20% - (30px / 2));width:calc(20% - (30px / 2));text-align:center}@keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-ms-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}blockquote{font-style:normal;color:#888;line-height:1.8em;letter-spacing:0.02em}
