.welcomepanel{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto;z-index:99;box-sizing:border-box;margin-bottom:0}.welcomepanel__content{opacity:0;will-change:margin-top;transition:all 700ms;transition-delay:600ms;padding:100px 200px;margin-top:-5%}.welcomepanel:target .welcomepanel__content{opacity:1;margin-top:0}.welcomepanel#home{z-index:1}.welcomepanel#welcome{background-color:transparent;transition:all 800ms cubic-bezier(.19,1,.56,1);transform:translate3d(0,-100%,0)}.welcomepanel#welcome:target{transform:translate3d(0,0,0);transition-delay:600ms}a.backToLogin{font-size:1em;color:#fff;font-weight:400;line-height:3em}a.welcome-description{font-size:2em;color:#fff;font-weight:400}.hidden{display:none}.bootbox.modal .modal-body{color:#4bb1e6}.welcome-text{color:#fff;font-size:22px}.welcome-text img{width:300px}.text-white{color:#fff}.text-grey{color:#bbb}a.read-more-button:focus{text-decoration:none;background:transparent;color:#4bb1e6}.image-container{background-color:#fff}.image-container img{width:100%}.login-form-container{padding-top:5px}.emc-info{height:auto;padding:50px}.emc-info h2{color:#fff;font-weight:600;text-align:left}.emc-info img{width:55%}.emc-info p{text-align:left}.register-button{font-size:16px;margin:auto;display:block;vertical-align:middle;padding:5px;border-radius:50px;background:#fff;text-align:center;margin-top:40px;font-weight:400}.register-button:hover{border:solid rgba(0,176,216,1) thin;background-color:#fff}.emc-features{background-color:#fff;height:auto}.emc-feature1{border-radius:100%;background:#00b0d8;padding:25px;display:inline-block;width:100px;height:100px;-moz-border-radius:50px;border-radius:50%;color:#fff}.emc-feature2{border-radius:100%;background:#999;padding:25px;display:inline-block;width:100px;height:100px;-moz-border-radius:50px;border-radius:50%;color:#fff}.emc-feature3{border-radius:100%;background:#4caf50;padding:25px;display:inline-block;width:100px;height:100px;-moz-border-radius:50px;border-radius:50%;color:#fff}.emc-feature-block h3{color:#5f9ea0}.emc-feature-block p{color:#5f9ea0;padding:20px;padding-bottom:51px}form[name="login"]{width:400px;padding:20px;background-color:transparent;margin:auto}.emc-footer{height:auto;background:#2f2f2f}.emc-footer p{color:#ccc;margin:auto;padding:10px}.emc-footer h3{color:#fff;padding:30px}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:1000px){.emc-info img{display:none}.emc-info p{width:100%}.image-container img{display:none}.emc-features{width:100%}}