﻿@-webkit-keyframes vex-fadein{0%{opacity:0}100%{opacity:1}}@keyframes vex-fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes vex-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes vex-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes vex-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes vex-rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.vex,.vex *,.vex *:before,.vex *:after{-moz-box-sizing:border-box;box-sizing:border-box}.vex{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1111;top:0;right:0;bottom:0;left:0}.vex-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.vex-overlay{-webkit-animation:vex-fadein .5s;animation:vex-fadein .5s;position:fixed;z-index:1111;background:rgba(0,0,0,0.4);top:0;right:0;bottom:0;left:0}.vex-overlay.vex-closing{-webkit-animation:vex-fadeout .5s forwards;animation:vex-fadeout .5s forwards}.vex-content{-webkit-animation:vex-fadein .5s;animation:vex-fadein .5s;background:#fff}.vex.vex-closing .vex-content{-webkit-animation:vex-fadeout .5s forwards;animation:vex-fadeout .5s forwards}.vex-close:before{font-family:Arial, sans-serif;content:"\00D7"}.vex-dialog-form{margin:0}.vex-dialog-button{text-rendering:optimizeLegibility;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.vex-loading-spinner{-webkit-animation:vex-rotation .7s linear infinite;animation:vex-rotation .7s linear infinite;box-shadow:0 0 1em rgba(0,0,0,0.1);position:fixed;z-index:1112;margin:auto;top:0;right:0;bottom:0;left:0;height:2em;width:2em;background:#fff}body.vex-open{overflow:hidden}@-webkit-keyframes vex-slideup{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}1%{-webkit-transform:translateY(800px);transform:translateY(800px);opacity:0}2%{-webkit-transform:translateY(800px);transform:translateY(800px);opacity:1}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes vex-slideup{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}1%{-webkit-transform:translateY(800px);transform:translateY(800px);opacity:0}2%{-webkit-transform:translateY(800px);transform:translateY(800px);opacity:1}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes vex-slidedown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(800px);transform:translateY(800px)}}@keyframes vex-slidedown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(800px);transform:translateY(800px)}}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-bottom-right-corner{top:auto;bottom:0;right:0;overflow:visible}.vex.vex-theme-bottom-right-corner .vex-overlay{display:none}.vex.vex-theme-bottom-right-corner.vex-closing .vex-content{-webkit-animation:vex-slidedown .5s forwards;animation:vex-slidedown .5s forwards}.vex.vex-theme-bottom-right-corner .vex-content{-webkit-animation:vex-slideup .5s;animation:vex-slideup .5s}.vex.vex-theme-bottom-right-corner .vex-content{border-radius:5px 0 0 0;font-family:"Helvetica Neue", sans-serif;background:#f0f0f0;color:#444;padding:1em;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em;position:fixed;bottom:0;right:0;left:auto}.vex.vex-theme-bottom-right-corner .vex-content h1,.vex.vex-theme-bottom-right-corner .vex-content h2,.vex.vex-theme-bottom-right-corner .vex-content h3,.vex.vex-theme-bottom-right-corner .vex-content h4,.vex.vex-theme-bottom-right-corner .vex-content h5,.vex.vex-theme-bottom-right-corner .vex-content h6,.vex.vex-theme-bottom-right-corner .vex-content p,.vex.vex-theme-bottom-right-corner .vex-content ul,.vex.vex-theme-bottom-right-corner .vex-content li{color:inherit}.vex.vex-theme-bottom-right-corner .vex-close{border-radius:5px;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-bottom-right-corner .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:normal;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-bottom-right-corner .vex-close:hover:before,.vex.vex-theme-bottom-right-corner .vex-close:active:before{color:#777;background:#e0e0e0}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"]{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:none}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-bottom-right-corner .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-bottom-right-corner .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-bottom-right-corner .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-bottom-right-corner .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-bottom-right-corner .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-bottom-right-corner{box-shadow:0 0 0 0.5em #f0f0f0,0 0 1px 0.5em rgba(0,0,0,0.3);border-radius:100%;background:#f0f0f0;border:.2em solid transparent;border-top-color:#bbb;top:-1.1em;bottom:auto}body.vex-open{overflow:initial}@-webkit-keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-default{padding-top:160px;padding-bottom:160px}.vex.vex-theme-default.vex-closing .vex-content{-webkit-animation:vex-flyout .5s forwards;animation:vex-flyout .5s forwards}.vex.vex-theme-default .vex-content{-webkit-animation:vex-flyin .5s;animation:vex-flyin .5s}.vex.vex-theme-default .vex-content{border-radius:5px;font-family:"Helvetica Neue", sans-serif;background:#f0f0f0;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-default .vex-content h1,.vex.vex-theme-default .vex-content h2,.vex.vex-theme-default .vex-content h3,.vex.vex-theme-default .vex-content h4,.vex.vex-theme-default .vex-content h5,.vex.vex-theme-default .vex-content h6,.vex.vex-theme-default .vex-content p,.vex.vex-theme-default .vex-content ul,.vex.vex-theme-default .vex-content li{color:inherit}.vex.vex-theme-default .vex-close{border-radius:5px;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-default .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:normal;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-default .vex-close:hover:before,.vex.vex-theme-default .vex-close:active:before{color:#777;background:#e0e0e0}.vex.vex-theme-default .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-default .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:none}.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-default .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-default .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-default .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-default .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-default{box-shadow:0 0 0 0.5em #f0f0f0,0 0 1px 0.5em rgba(0,0,0,0.3);border-radius:100%;background:#f0f0f0;border:.2em solid transparent;border-top-color:#bbb;top:-1.1em;bottom:auto}@-webkit-keyframes vex-flipin-horizontal{0%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}100%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes vex-flipin-horizontal{0%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}100%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes vex-flipout-horizontal{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{opacity:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}}@keyframes vex-flipout-horizontal{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100%{opacity:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}}.vex.vex-theme-flat-attack{-webkit-perspective:1300px;perspective:1300px;-webkit-perspective-origin:50% 150px;perspective-origin:50% 150px;padding-top:100px;padding-bottom:100px;font-size:1.5em}.vex.vex-theme-flat-attack.vex-closing .vex-content{-webkit-animation:vex-flipout-horizontal .5s forwards;animation:vex-flipout-horizontal .5s forwards}.vex.vex-theme-flat-attack .vex-content{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation:vex-flipin-horizontal .5s;animation:vex-flipin-horizontal .5s}.vex.vex-theme-flat-attack .vex-content{font-family:"Helvetica Neue", sans-serif;font-weight:200;background:#fff;color:#444;padding:2em 2em 3em 2em;line-height:1.5em;position:relative;margin:0 auto;max-width:100%;width:600px}.vex.vex-theme-flat-attack .vex-content h1,.vex.vex-theme-flat-attack .vex-content h2,.vex.vex-theme-flat-attack .vex-content h3,.vex.vex-theme-flat-attack .vex-content h4,.vex.vex-theme-flat-attack .vex-content h5,.vex.vex-theme-flat-attack .vex-content h6,.vex.vex-theme-flat-attack .vex-content p,.vex.vex-theme-flat-attack .vex-content ul,.vex.vex-theme-flat-attack .vex-content li{color:inherit}.vex.vex-theme-flat-attack .vex-close{position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-flat-attack .vex-close:before{font-family:"Helvetica Neue", sans-serif;font-weight:100;line-height:1px;padding-top:.5em;display:block;font-size:2em;text-indent:1px;overflow:hidden;height:1.25em;width:1.25em;text-align:center;top:0;right:0;color:#fff;background:#666}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input{margin-bottom:.5em}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]{border-radius:3px;background:#f0f0f0;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #666;outline:none}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons{*zoom:1;padding-top:1em;margin-bottom:-3em;margin-left:-2em;margin-right:-2em}.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-flat-attack .vex-dialog-button{border-radius:0;border:0;margin:0;float:right;padding:.5em 1em;font-size:1.13em;text-transform:uppercase;font-weight:200;letter-spacing:.1em;line-height:1em;font-family:inherit}.vex.vex-theme-flat-attack .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-flat-attack .vex-dialog-button:focus{outline:none}.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary{background:#666;color:#fff}.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-primary:focus{box-shadow:inset 0 3px rgba(0,0,0,0.2)}.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary{background:#fff;color:#ccc}.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:focus{box-shadow:inset 0 3px #aaa;background:#eee;color:#777}.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:hover,.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary:active{color:#777}.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-close:before{background:#ff7ea7}.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #ff7ea7}.vex.vex-theme-flat-attack.vex-theme-flat-attack-pink .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary{background:#ff7ea7}.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-close:before{background:#ce4a55}.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #ce4a55}.vex.vex-theme-flat-attack.vex-theme-flat-attack-red .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary{background:#ce4a55}.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-close:before{background:#34b989}.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #34b989}.vex.vex-theme-flat-attack.vex-theme-flat-attack-green .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary{background:#34b989}.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-close:before{background:#477FA5}.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #477FA5}.vex.vex-theme-flat-attack.vex-theme-flat-attack-blue .vex-dialog-form .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary{background:#477FA5}.vex-loading-spinner.vex-theme-flat-attack{height:4em;width:4em}@-webkit-keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes vex-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes vex-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-os{padding-top:160px;padding-bottom:160px}.vex.vex-theme-os.vex-closing .vex-content{-webkit-animation:vex-flyout .5s forwards;animation:vex-flyout .5s forwards}.vex.vex-theme-os .vex-content{-webkit-animation:vex-flyin .5s;animation:vex-flyin .5s}.vex.vex-theme-os .vex-content{border-radius:5px;box-shadow:inset 0 1px #a6a6a6,0 0 0 1px rgba(0,0,0,0.08);font-family:"Helvetica Neue", sans-serif;border-top:20px solid #bbb;background:#f0f0f0;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-os .vex-content h1,.vex.vex-theme-os .vex-content h2,.vex.vex-theme-os .vex-content h3,.vex.vex-theme-os .vex-content h4,.vex.vex-theme-os .vex-content h5,.vex.vex-theme-os .vex-content h6,.vex.vex-theme-os .vex-content p,.vex.vex-theme-os .vex-content ul,.vex.vex-theme-os .vex-content li{color:inherit}.vex.vex-theme-os .vex-close{border-radius:0 5px 0 0;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-os .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:normal;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-os .vex-close:hover:before,.vex.vex-theme-os .vex-close:active:before{color:#777;background:#e0e0e0}.vex.vex-theme-os .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-os .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 1px #3288e6;outline:none}.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-os .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-os .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-os .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-os .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-os{box-shadow:0 0 0 1px rgba(0,0,0,0.2),0 0 0.5em rgba(0,0,0,0.2);border-radius:100%;background:rgba(255,255,255,0.2);width:0;height:0;border:1.2em solid #bbb;border-top-color:#f0f0f0;border-bottom-color:#f0f0f0}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-plain{padding-top:160px;padding-bottom:160px}.vex.vex-theme-plain .vex-content{font-family:"Helvetica Neue", sans-serif;background:#fff;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-plain .vex-content h1,.vex.vex-theme-plain .vex-content h2,.vex.vex-theme-plain .vex-content h3,.vex.vex-theme-plain .vex-content h4,.vex.vex-theme-plain .vex-content h5,.vex.vex-theme-plain .vex-content h6,.vex.vex-theme-plain .vex-content p,.vex.vex-theme-plain .vex-content ul,.vex.vex-theme-plain .vex-content li{color:inherit}.vex.vex-theme-plain .vex-close{position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-plain .vex-close:before{position:absolute;content:"\00D7";font-size:26px;font-weight:normal;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-plain .vex-close:hover:before,.vex.vex-theme-plain .vex-close:active:before{color:#777;background:#e0e0e0}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]{background:#f0f0f0;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px rgba(0,0,0,0.2);outline:none}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-plain .vex-dialog-button{border-radius:0;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-plain .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-plain .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-plain .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-plain{height:2.5em;width:2.5em}@-webkit-keyframes vex-dropin{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}1%{-webkit-transform:translateY(-800px);transform:translateY(-800px);opacity:0}2%{-webkit-transform:translateY(-800px);transform:translateY(-800px);opacity:1}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes vex-dropin{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}1%{-webkit-transform:translateY(-800px);transform:translateY(-800px);opacity:0}2%{-webkit-transform:translateY(-800px);transform:translateY(-800px);opacity:1}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes vex-dropout{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-800px);transform:translateY(-800px)}}@keyframes vex-dropout{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-800px);transform:translateY(-800px)}}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-top.vex-closing .vex-content{-webkit-animation:vex-dropout .5s forwards;animation:vex-dropout .5s forwards}.vex.vex-theme-top .vex-content{-webkit-animation:vex-dropin .5s;animation:vex-dropin .5s}.vex.vex-theme-top .vex-content{border-radius:0 0 5px 5px;font-family:"Helvetica Neue", sans-serif;background:#f0f0f0;color:#444;padding:1em;position:relative;margin:0 auto;max-width:100%;width:450px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-top .vex-content h1,.vex.vex-theme-top .vex-content h2,.vex.vex-theme-top .vex-content h3,.vex.vex-theme-top .vex-content h4,.vex.vex-theme-top .vex-content h5,.vex.vex-theme-top .vex-content h6,.vex.vex-theme-top .vex-content p,.vex.vex-theme-top .vex-content ul,.vex.vex-theme-top .vex-content li{color:inherit}.vex.vex-theme-top .vex-close{border-radius:5px;position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-top .vex-close:before{border-radius:3px;position:absolute;content:"\00D7";font-size:26px;font-weight:normal;line-height:31px;height:30px;width:30px;text-align:center;top:3px;right:3px;color:#bbb;background:transparent}.vex.vex-theme-top .vex-close:hover:before,.vex.vex-theme-top .vex-close:active:before{color:#777;background:#e0e0e0}.vex.vex-theme-top .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-top .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-top .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"]{border-radius:3px;background:#fff;width:100%;padding:.25em .67em;border:0;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em}.vex.vex-theme-top .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-top .vex-dialog-form .vex-dialog-input input[type="week"]:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:none}.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-top .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-top .vex-dialog-button{border-radius:3px;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-top .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-top .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-top .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-primary{background:#3288e6;color:#fff}.vex.vex-theme-top .vex-dialog-button.vex-dialog-button-secondary{background:#e0e0e0;color:#777}.vex-loading-spinner.vex-theme-top{box-shadow:0 0 0 0.5em #f0f0f0,0 0 1px 0.5em rgba(0,0,0,0.3);border-radius:100%;background:#f0f0f0;border:.2em solid transparent;border-top-color:#bbb;top:-1.1em;bottom:auto}@-webkit-keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}@keyframes vex-pulse{0%{box-shadow:inset 0 0 0 300px transparent}70%{box-shadow:inset 0 0 0 300px rgba(255,255,255,0.25)}100%{box-shadow:inset 0 0 0 300px transparent}}.vex.vex-theme-wireframe{padding-top:160px;padding-bottom:160px}.vex.vex-theme-wireframe .vex-overlay{background:rgba(255,255,255,0.4)}.vex.vex-theme-wireframe .vex-content{font-family:"Helvetica Neue", sans-serif;background:#fff;color:#000;border:2px solid #000;padding:2em;position:relative;margin:0 auto;max-width:100%;width:400px;font-size:1.1em;line-height:1.5em}.vex.vex-theme-wireframe .vex-content h1,.vex.vex-theme-wireframe .vex-content h2,.vex.vex-theme-wireframe .vex-content h3,.vex.vex-theme-wireframe .vex-content h4,.vex.vex-theme-wireframe .vex-content h5,.vex.vex-theme-wireframe .vex-content h6,.vex.vex-theme-wireframe .vex-content p,.vex.vex-theme-wireframe .vex-content ul,.vex.vex-theme-wireframe .vex-content li{color:inherit}.vex.vex-theme-wireframe .vex-close{position:absolute;top:0;right:0;cursor:pointer}.vex.vex-theme-wireframe .vex-close:before{position:absolute;content:"\00D7";font-size:40px;font-weight:normal;line-height:80px;height:80px;width:80px;text-align:center;top:3px;right:3px;color:#000}.vex.vex-theme-wireframe .vex-close:hover:before,.vex.vex-theme-wireframe .vex-close:active:before{color:#000}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-message{margin-bottom:.5em}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input{margin-bottom:1em}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input select,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"],.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]{background:#fff;width:100%;padding:.25em .67em;font-family:inherit;font-weight:inherit;font-size:inherit;min-height:2.5em;margin:0 0 .25em;border:2px solid #000}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input select:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input textarea:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="date"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="email"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="month"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="number"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="password"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="search"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="text"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="time"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="url"]:focus,.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-input input[type="week"]:focus{border-style:dashed;outline:none}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons{*zoom:1}.vex.vex-theme-wireframe .vex-dialog-form .vex-dialog-buttons:after{content:"";display:table;clear:both}.vex.vex-theme-wireframe .vex-dialog-button{border-radius:0;border:0;float:right;margin:0 0 0 .5em;font-family:inherit;text-transform:uppercase;letter-spacing:.1em;font-size:.8em;line-height:1em;padding:.75em 2em}.vex.vex-theme-wireframe .vex-dialog-button.vex-last{margin-left:0}.vex.vex-theme-wireframe .vex-dialog-button:focus{-webkit-animation:vex-pulse 1.1s infinite;animation:vex-pulse 1.1s infinite;outline:none}@media (max-width: 568px){.vex.vex-theme-wireframe .vex-dialog-button:focus{-webkit-animation:none;animation:none}}.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-primary{background:#000;color:#fff;border:2px solid transparent}.vex.vex-theme-wireframe .vex-dialog-button.vex-dialog-button-secondary{background:#fff;color:#000;border:2px solid #000}.vex-loading-spinner.vex-theme-wireframe{height:2.5em;width:2.5em}.select2-container{-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{-moz-box-sizing:border-box;box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;-moz-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{-moz-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, white 50%, #eee 100%);background-image:linear-gradient(to bottom, white 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, white 0%, #eee 50%);background-image:linear-gradient(to bottom, white 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, white 100%);background-image:linear-gradient(to bottom, #eee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a,a.Byline .Byline-name,.Byline--link .Byline-name{background-color:transparent}a:active,a.Byline .Byline-name:active,.Byline--link .Byline-name:active,a:hover,a.Byline .Byline-name:hover,.Byline--link .Byline-name:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}a,a.Byline .Byline-name,.Byline--link .Byline-name,a:visited,.Byline--link .Byline-name:visited{text-decoration:underline}a[href]:after,a.Byline .Byline-name[href]:after,.Byline--link .Byline-name[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a.Byline .Byline-name[href^="#"]:after,.Byline--link .Byline-name[href^="#"]:after,a[href^="javascript:"]:after,a.Byline .Byline-name[href^="javascript:"]:after,.Byline--link .Byline-name[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.newsletter-signup-modal .modal-body .newsletter-signup .button>.caret,.dropup>.btn>.caret,.newsletter-signup-modal .modal-body .newsletter-signup .dropup>.button>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.428571429;color:#333333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a,a.Byline .Byline-name,.Byline--link .Byline-name{color:#337ab7;text-decoration:none}a:hover,a.Byline .Byline-name:hover,.Byline--link .Byline-name:hover,a:focus,a.Byline .Byline-name:focus,.Byline--link .Byline-name:focus{color:#23527c;text-decoration:underline}a:focus,a.Byline .Byline-name:focus,.Byline--link .Byline-name:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h1 .small,h2 small,h2 .small,h3 small,h3 .small,h4 small,h4 .small,h5 small,h5 .small,h6 small,h6 .small,.h1 small,.h1 .small,.h2 small,.h2 .small,.h3 small,.h3 .small,.h4 small,.h4 .small,.h5 small,.h5 .small,.h6 small,.h6 .small{font-weight:400;line-height:1;color:#777777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,h1 .small,.h1 small,.h1 .small,h2 small,h2 .small,.h2 small,.h2 .small,h3 small,h3 .small,.h3 small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,h4 .small,.h4 small,.h4 .small,h5 small,h5 .small,.h5 small,.h5 .small,h6 small,h6 .small,.h6 small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right,.Field-charCount{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase,.initialism{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777777}.text-primary{color:#337ab7}a.text-primary:hover,a.Byline .text-primary.Byline-name:hover,.Byline--link .text-primary.Byline-name:hover,a.text-primary:focus,a.Byline .text-primary.Byline-name:focus,.Byline--link .text-primary.Byline-name:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.Byline .text-success.Byline-name:hover,.Byline--link .text-success.Byline-name:hover,a.text-success:focus,a.Byline .text-success.Byline-name:focus,.Byline--link .text-success.Byline-name:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.Byline .text-info.Byline-name:hover,.Byline--link .text-info.Byline-name:hover,a.text-info:focus,a.Byline .text-info.Byline-name:focus,.Byline--link .text-info.Byline-name:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.Byline .text-warning.Byline-name:hover,.Byline--link .text-warning.Byline-name:hover,a.text-warning:focus,a.Byline .text-warning.Byline-name:focus,.Byline--link .text-warning.Byline-name:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.Byline .text-danger.Byline-name:hover,.Byline--link .text-danger.Byline-name:hover,a.text-danger:focus,a.Byline .text-danger.Byline-name:focus,.Byline--link .text-danger.Byline-name:focus{color:#843534}.bg-primary{color:#fff}.bg-primary{background-color:#337ab7}a.bg-primary:hover,a.Byline .bg-primary.Byline-name:hover,.Byline--link .bg-primary.Byline-name:hover,a.bg-primary:focus,a.Byline .bg-primary.Byline-name:focus,.Byline--link .bg-primary.Byline-name:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.Byline .bg-success.Byline-name:hover,.Byline--link .bg-success.Byline-name:hover,a.bg-success:focus,a.Byline .bg-success.Byline-name:focus,.Byline--link .bg-success.Byline-name:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.Byline .bg-info.Byline-name:hover,.Byline--link .bg-info.Byline-name:hover,a.bg-info:focus,a.Byline .bg-info.Byline-name:focus,.Byline--link .bg-info.Byline-name:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.Byline .bg-warning.Byline-name:hover,.Byline--link .bg-warning.Byline-name:hover,a.bg-warning:focus,a.Byline .bg-warning.Byline-name:focus,.Byline--link .bg-warning.Byline-name:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.Byline .bg-danger.Byline-name:hover,.Byline--link .bg-danger.Byline-name:hover,a.bg-danger:focus,a.Byline .bg-danger.Byline-name:focus,.Byline--link .bg-danger.Byline-name:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#777777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eeeeee;border-left:0}.blockquote-reverse footer:before,.blockquote-reverse small:before,.blockquote-reverse .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,.blockquote-reverse small:after,.blockquote-reverse .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after,blockquote.pull-right .small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container-fluid:before,.container-fluid:after{display:table;content:" "}.container-fluid:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.header-description,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.header-description,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5,.header-description{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}table{background-color:transparent}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>th,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>thead>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>thead>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>thead>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>thead>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>thead>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="radio"][disabled],input.disabled[type="radio"],fieldset[disabled] input[type="radio"],input[type="checkbox"][disabled],input.disabled[type="checkbox"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio: 0){input.form-control[type="date"],input.form-control[type="time"],input.form-control[type="datetime-local"],input.form-control[type="month"]{line-height:34px}input.input-sm[type="date"],.input-group-sm>.form-control[type="date"],.input-group-sm>.input-group-addon[type="date"],.input-group-sm>.input-group-btn>.btn[type="date"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button[type="date"],.input-group-sm input[type="date"],input.input-sm[type="time"],.input-group-sm>.form-control[type="time"],.input-group-sm>.input-group-addon[type="time"],.input-group-sm>.input-group-btn>.btn[type="time"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button[type="time"],.input-group-sm input[type="time"],input.input-sm[type="datetime-local"],.input-group-sm>.form-control[type="datetime-local"],.input-group-sm>.input-group-addon[type="datetime-local"],.input-group-sm>.input-group-btn>.btn[type="datetime-local"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button[type="datetime-local"],.input-group-sm input[type="datetime-local"],input.input-sm[type="month"],.input-group-sm>.form-control[type="month"],.input-group-sm>.input-group-addon[type="month"],.input-group-sm>.input-group-btn>.btn[type="month"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button[type="month"],.input-group-sm input[type="month"]{line-height:30px}input.input-lg[type="date"],.input-group-lg>.form-control[type="date"],.input-group-lg>.input-group-addon[type="date"],.input-group-lg>.input-group-btn>.btn[type="date"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button[type="date"],.input-group-lg input[type="date"],input.input-lg[type="time"],.input-group-lg>.form-control[type="time"],.input-group-lg>.input-group-addon[type="time"],.input-group-lg>.input-group-btn>.btn[type="time"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button[type="time"],.input-group-lg input[type="time"],input.input-lg[type="datetime-local"],.input-group-lg>.form-control[type="datetime-local"],.input-group-lg>.input-group-addon[type="datetime-local"],.input-group-lg>.input-group-btn>.btn[type="datetime-local"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button[type="datetime-local"],.input-group-lg input[type="datetime-local"],input.input-lg[type="month"],.input-group-lg>.form-control[type="month"],.input-group-lg>.input-group-addon[type="month"],.input-group-lg>.input-group-btn>.btn[type="month"],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button[type="month"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,fieldset[disabled] .radio label,.checkbox.disabled label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,fieldset[disabled] .radio-inline,.checkbox-inline.disabled,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.form-control-static.button,.form-control-static.input-sm,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.form-control-static.button{padding-right:0;padding-left:0}.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,.input-group-sm>.input-group-btn>select.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>select.button{height:30px;line-height:30px}textarea.input-sm,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,.input-group-sm>.input-group-btn>textarea.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>textarea.button,select.input-sm[multiple],.input-group-sm>.form-control[multiple],.input-group-sm>.input-group-addon[multiple],.input-group-sm>.input-group-btn>.btn[multiple],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button[multiple]{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select.form-control[multiple]{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,.input-group-lg>.input-group-btn>select.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>select.button{height:46px;line-height:46px}textarea.input-lg,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,.input-group-lg>.input-group-btn>textarea.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>textarea.button,select.input-lg[multiple],.input-group-lg>.form-control[multiple],.input-group-lg>.input-group-addon[multiple],.input-group-lg>.input-group-btn>.btn[multiple],.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button[multiple]{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select.form-control[multiple]{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.button+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.button+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn,.newsletter-signup-modal .modal-body .newsletter-signup .button{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button:focus,.btn.focus,.newsletter-signup-modal .modal-body .newsletter-signup .focus.button,.btn:active:focus,.btn.focus:active,.btn.active:focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button:hover,.btn:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button:focus,.btn.focus,.newsletter-signup-modal .modal-body .newsletter-signup .focus.button{color:#333;text-decoration:none}.btn:active,.newsletter-signup-modal .modal-body .newsletter-signup .button:active,.btn.active,.newsletter-signup-modal .modal-body .newsletter-signup .active.button{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button,.btn[disabled],.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled],fieldset[disabled] .btn,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .button{cursor:not-allowed;filter:alpha(opacity=65);opacity:0.65;box-shadow:none}a.btn.disabled,a.Byline .btn.disabled.Byline-name,.Byline--link .btn.disabled.Byline-name,.newsletter-signup-modal .modal-body .newsletter-signup a.disabled.button,.newsletter-signup-modal .modal-body .newsletter-signup a.Byline .disabled.button.Byline-name,a.Byline .newsletter-signup-modal .modal-body .newsletter-signup .disabled.button.Byline-name,.newsletter-signup-modal .modal-body .newsletter-signup .Byline--link .disabled.button.Byline-name,.Byline--link .newsletter-signup-modal .modal-body .newsletter-signup .disabled.button.Byline-name,fieldset[disabled] a.btn,fieldset[disabled] a.Byline .btn.Byline-name,a.Byline fieldset[disabled] .btn.Byline-name,fieldset[disabled] .Byline--link .btn.Byline-name,.Byline--link fieldset[disabled] .btn.Byline-name,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup a.button,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup a.Byline .button.Byline-name,a.Byline fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .button.Byline-name,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .Byline--link .button.Byline-name,.Byline--link fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .button.Byline-name,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] a.button,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] a.Byline .button.Byline-name,a.Byline .newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .button.Byline-name,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .Byline--link .button.Byline-name,.Byline--link .newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .button.Byline-name{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default:active:focus,.btn-default.focus:active,.btn-default.active:hover,.btn-default.active:focus,.btn-default.active.focus,.open>.btn-default.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled.focus,.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default.focus[disabled],fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary,.newsletter-signup-modal .modal-body .newsletter-signup .button{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button:focus,.btn-primary.focus,.newsletter-signup-modal .modal-body .newsletter-signup .focus.button{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.newsletter-signup-modal .modal-body .newsletter-signup .button:active,.btn-primary.active,.newsletter-signup-modal .modal-body .newsletter-signup .active.button,.open>.btn-primary.dropdown-toggle,.newsletter-signup-modal .modal-body .newsletter-signup .open>.dropdown-toggle.button{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button:active:hover,.btn-primary:active:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button:active:focus,.btn-primary.focus:active,.newsletter-signup-modal .modal-body .newsletter-signup .button.focus:active,.btn-primary.active:hover,.newsletter-signup-modal .modal-body .newsletter-signup .active.button:hover,.btn-primary.active:focus,.newsletter-signup-modal .modal-body .newsletter-signup .active.button:focus,.btn-primary.active.focus,.newsletter-signup-modal .modal-body .newsletter-signup .active.focus.button,.open>.btn-primary.dropdown-toggle:hover,.newsletter-signup-modal .modal-body .newsletter-signup .open>.dropdown-toggle.button:hover,.open>.btn-primary.dropdown-toggle:focus,.newsletter-signup-modal .modal-body .newsletter-signup .open>.dropdown-toggle.button:focus,.open>.btn-primary.dropdown-toggle.focus,.newsletter-signup-modal .modal-body .newsletter-signup .open>.dropdown-toggle.focus.button{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button:hover,.btn-primary.disabled:focus,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button:focus,.btn-primary.disabled.focus,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.focus.button,.btn-primary[disabled]:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]:hover,.btn-primary[disabled]:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]:focus,.btn-primary.focus[disabled],.newsletter-signup-modal .modal-body .newsletter-signup .focus.button[disabled],fieldset[disabled] .btn-primary:hover,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .button:hover,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .button:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .button:focus,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .button:focus,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .newsletter-signup-modal .modal-body .newsletter-signup .focus.button,.newsletter-signup-modal .modal-body .newsletter-signup fieldset[disabled] .focus.button{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge,.newsletter-signup-modal .modal-body .newsletter-signup .button .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success:active:focus,.btn-success.focus:active,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled.focus,.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success.focus[disabled],fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info:active:focus,.btn-info.focus:active,.btn-info.active:hover,.btn-info.active:focus,.btn-info.active.focus,.open>.btn-info.dropdown-toggle:hover,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled.focus,.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info.focus[disabled],fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning:active:focus,.btn-warning.focus:active,.btn-warning.active:hover,.btn-warning.active:focus,.btn-warning.active.focus,.open>.btn-warning.dropdown-toggle:hover,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled.focus,.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning.focus[disabled],fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger:active:focus,.btn-danger.focus:active,.btn-danger.active:hover,.btn-danger.active:focus,.btn-danger.active.focus,.open>.btn-danger.dropdown-toggle:hover,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled.focus,.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger.focus[disabled],fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.btn-lg,.newsletter-signup-modal .modal-body .newsletter-signup .button,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-sm>.button{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-xs>.button{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input.btn-block[type="submit"],input.btn-block[type="reset"],input.btn-block[type="button"]{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a,a.Byline .dropdown-menu>li>.Byline-name,.Byline--link .dropdown-menu>li>.Byline-name{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,a.Byline .dropdown-menu>li>.Byline-name:hover,.Byline--link .dropdown-menu>li>.Byline-name:hover,.dropdown-menu>li>a:focus,a.Byline .dropdown-menu>li>.Byline-name:focus,.Byline--link .dropdown-menu>li>.Byline-name:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,a.Byline .dropdown-menu>.active>.Byline-name,.Byline--link .dropdown-menu>.active>.Byline-name,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,a.Byline .dropdown-menu>.disabled>.Byline-name,.Byline--link .dropdown-menu>.disabled>.Byline-name,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777777}.dropdown-menu>.disabled>a:hover,a.Byline .dropdown-menu>.disabled>.Byline-name:hover,.Byline--link .dropdown-menu>.disabled>.Byline-name:hover,.dropdown-menu>.disabled>a:focus,a.Byline .dropdown-menu>.disabled>.Byline-name:focus,.Byline--link .dropdown-menu>.disabled>.Byline-name:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a,a.Byline .open>.Byline-name,.Byline--link .open>.Byline-name{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button,.btn-group-vertical>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button{position:relative;float:left}.btn-group>.btn:hover,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:hover,.btn-group>.btn:focus,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:focus,.btn-group>.btn:active,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:active,.btn-group>.btn.active,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.active.button,.btn-group-vertical>.btn:hover,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:hover,.btn-group-vertical>.btn:focus,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:focus,.btn-group-vertical>.btn:active,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:active,.btn-group-vertical>.btn.active,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.active.button{z-index:2}.btn-group .btn+.btn,.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group .button+.btn,.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .btn+.button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group .btn+.button,.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button+.button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group .button+.button,.btn-group .btn+.btn-group,.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button+.btn-group,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group .button+.btn-group,.btn-group .btn-group+.btn,.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .btn-group+.button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group .btn-group+.button,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn,.btn-toolbar .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-toolbar .button,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-toolbar>.button,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.btn-group:not(:first-child):not(:last-child)>.button{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.btn-group:first-child:not(:last-child)>.button:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.btn-group:last-child:not(:first-child)>.button:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group>.button+.dropdown-toggle,.btn-group-lg.btn-group>.btn+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret,.newsletter-signup-modal .modal-body .newsletter-signup .button .caret{margin-left:0}.btn-lg .caret,.newsletter-signup-modal .modal-body .newsletter-signup .button .caret,.btn-group-lg>.btn .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret,.dropup .newsletter-signup-modal .modal-body .newsletter-signup .button .caret,.newsletter-signup-modal .modal-body .newsletter-signup .dropup .button .caret,.dropup .btn-group-lg>.btn .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group>.button{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group>.button{float:none}.btn-group-vertical>.btn+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn+.button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button+.button,.btn-group-vertical>.btn+.btn-group,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button+.btn-group,.btn-group-vertical>.btn-group+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group+.button,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child),.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.button:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.button{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group:first-child:not(:last-child)>.button:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-vertical>.btn-group:last-child:not(:first-child)>.button:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-justified>.button,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn,.btn-group-justified>.btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-justified>.btn-group .button{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],.newsletter-signup-modal .modal-body .newsletter-signup [data-toggle="buttons"]>.button input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],.newsletter-signup-modal .modal-body .newsletter-signup [data-toggle="buttons"]>.button input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-sm>.input-group-btn>.input-group-addon.button{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-lg>.input-group-btn>.input-group-addon.button{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:first-child>.button,.input-group-btn:first-child>.btn-group>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:first-child>.btn-group>.button,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:last-child>.button:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:last-child>.btn-group:not(:last-child)>.button{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:last-child>.button,.input-group-btn:last-child>.btn-group>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:last-child>.btn-group>.button,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:first-child>.button:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:first-child>.btn-group:not(:first-child)>.button{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button{position:relative}.input-group-btn>.btn+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.btn+.button,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button+.button{margin-left:-1px}.input-group-btn>.btn:hover,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button:hover,.input-group-btn>.btn:focus,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button:focus,.input-group-btn>.btn:active,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn>.button:active{z-index:2}.input-group-btn:first-child>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:first-child>.button,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .input-group-btn:last-child>.button,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a,a.Byline .nav>li>.Byline-name,.Byline--link .nav>li>.Byline-name{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,a.Byline .nav>li>.Byline-name:hover,.Byline--link .nav>li>.Byline-name:hover,.nav>li>a:focus,a.Byline .nav>li>.Byline-name:focus,.Byline--link .nav>li>.Byline-name:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a,a.Byline .nav>li.disabled>.Byline-name,.Byline--link .nav>li.disabled>.Byline-name{color:#777777}.nav>li.disabled>a:hover,a.Byline .nav>li.disabled>.Byline-name:hover,.Byline--link .nav>li.disabled>.Byline-name:hover,.nav>li.disabled>a:focus,a.Byline .nav>li.disabled>.Byline-name:focus,.Byline--link .nav>li.disabled>.Byline-name:focus{color:#777777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav a.Byline .open>.Byline-name,a.Byline .nav .open>.Byline-name,.nav .Byline--link .open>.Byline-name,.Byline--link .nav .open>.Byline-name,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img,a.Byline .nav>li>.Byline-name>img,.Byline--link .nav>li>.Byline-name>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a,a.Byline .nav-tabs>li>.Byline-name,.Byline--link .nav-tabs>li>.Byline-name{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,a.Byline .nav-tabs>li>.Byline-name:hover,.Byline--link .nav-tabs>li>.Byline-name:hover{border-color:#eeeeee #eeeeee #ddd}.nav-tabs>li.active>a,a.Byline .nav-tabs>li.active>.Byline-name,.Byline--link .nav-tabs>li.active>.Byline-name,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li{float:left}.nav-pills>li>a,a.Byline .nav-pills>li>.Byline-name,.Byline--link .nav-pills>li>.Byline-name{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,a.Byline .nav-pills>li.active>.Byline-name,.Byline--link .nav-pills>li.active>.Byline-name,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified,.nav-tabs.nav-justified{width:100%}.nav-justified>li,.nav-tabs.nav-justified>li{float:none}.nav-justified>li>a,a.Byline .nav-justified>li>.Byline-name,.Byline--link .nav-justified>li>.Byline-name,.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li,.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a,a.Byline .nav-justified>li>.Byline-name,.Byline--link .nav-justified>li>.Byline-name,.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified,.nav-tabs.nav-justified{border-bottom:0}.nav-tabs-justified>li>a,a.Byline .nav-tabs-justified>li>.Byline-name,.Byline--link .nav-tabs-justified>li>.Byline-name,.nav-tabs.nav-justified>li>a,a.Byline .nav-tabs.nav-justified>li>.Byline-name,.Byline--link .nav-tabs.nav-justified>li>.Byline-name{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,a.Byline .nav-tabs-justified>.active>.Byline-name,.Byline--link .nav-tabs-justified>.active>.Byline-name,.nav-tabs.nav-justified>.active>a,a.Byline .nav-tabs.nav-justified>.active>.Byline-name,.Byline--link .nav-tabs.nav-justified>.active>.Byline-name,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width: 768px){.nav-tabs-justified>li>a,a.Byline .nav-tabs-justified>li>.Byline-name,.Byline--link .nav-tabs-justified>li>.Byline-name,.nav-tabs.nav-justified>li>a,a.Byline .nav-tabs.nav-justified>li>.Byline-name,.Byline--link .nav-tabs.nav-justified>li>.Byline-name{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,a.Byline .nav-tabs-justified>.active>.Byline-name,.Byline--link .nav-tabs-justified>.active>.Byline-name,.nav-tabs.nav-justified>.active>a,a.Byline .nav-tabs.nav-justified>.active>.Byline-name,.Byline--link .nav-tabs.nav-justified>.active>.Byline-name,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media (min-width: 768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}@media (min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a,a.Byline .navbar-nav>li>.Byline-name,.Byline--link .navbar-nav>li>.Byline-name{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name,a.Byline .navbar-nav .open .dropdown-menu>li>.Byline-name,.navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name,.Byline--link .navbar-nav .open .dropdown-menu>li>.Byline-name,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name,a.Byline .navbar-nav .open .dropdown-menu>li>.Byline-name,.navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name,.Byline--link .navbar-nav .open .dropdown-menu>li>.Byline-name{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:hover,a.Byline .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:hover,.Byline--link .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:focus,a.Byline .navbar-nav .open .dropdown-menu>li>.Byline-name:focus,.navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:focus,.Byline--link .navbar-nav .open .dropdown-menu>li>.Byline-name:focus{background-image:none}}@media (min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a,a.Byline .navbar-nav>li>.Byline-name,.Byline--link .navbar-nav>li>.Byline-name{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm,.btn-group-sm>.navbar-btn.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-sm>.navbar-btn.button{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-xs>.navbar-btn.button{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a,.navbar-default a.Byline .navbar-nav>li>.Byline-name,a.Byline .navbar-default .navbar-nav>li>.Byline-name,.navbar-default .Byline--link .navbar-nav>li>.Byline-name,.Byline--link .navbar-default .navbar-nav>li>.Byline-name{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default a.Byline .navbar-nav>li>.Byline-name:hover,a.Byline .navbar-default .navbar-nav>li>.Byline-name:hover,.navbar-default .Byline--link .navbar-nav>li>.Byline-name:hover,.Byline--link .navbar-default .navbar-nav>li>.Byline-name:hover,.navbar-default .navbar-nav>li>a:focus,.navbar-default a.Byline .navbar-nav>li>.Byline-name:focus,a.Byline .navbar-default .navbar-nav>li>.Byline-name:focus,.navbar-default .Byline--link .navbar-nav>li>.Byline-name:focus,.Byline--link .navbar-default .navbar-nav>li>.Byline-name:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default a.Byline .navbar-nav>.active>.Byline-name,a.Byline .navbar-default .navbar-nav>.active>.Byline-name,.navbar-default .Byline--link .navbar-nav>.active>.Byline-name,.Byline--link .navbar-default .navbar-nav>.active>.Byline-name,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default a.Byline .navbar-nav>.disabled>.Byline-name,a.Byline .navbar-default .navbar-nav>.disabled>.Byline-name,.navbar-default .Byline--link .navbar-nav>.disabled>.Byline-name,.Byline--link .navbar-default .navbar-nav>.disabled>.Byline-name,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default a.Byline .navbar-nav>.open>.Byline-name,a.Byline .navbar-default .navbar-nav>.open>.Byline-name,.navbar-default .Byline--link .navbar-nav>.open>.Byline-name,.Byline--link .navbar-default .navbar-nav>.open>.Byline-name,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name,a.Byline .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name,.navbar-default .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name,.Byline--link .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:hover,a.Byline .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-default .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:hover,.Byline--link .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:focus,a.Byline .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name:focus,.navbar-default .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:focus,.Byline--link .navbar-default .navbar-nav .open .dropdown-menu>li>.Byline-name:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open a.Byline .dropdown-menu>.active>.Byline-name,a.Byline .navbar-default .navbar-nav .open .dropdown-menu>.active>.Byline-name,.navbar-default .navbar-nav .open .Byline--link .dropdown-menu>.active>.Byline-name,.Byline--link .navbar-default .navbar-nav .open .dropdown-menu>.active>.Byline-name,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open a.Byline .dropdown-menu>.disabled>.Byline-name,a.Byline .navbar-default .navbar-nav .open .dropdown-menu>.disabled>.Byline-name,.navbar-default .navbar-nav .open .Byline--link .dropdown-menu>.disabled>.Byline-name,.Byline--link .navbar-default .navbar-nav .open .dropdown-menu>.disabled>.Byline-name,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#090909}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a,.navbar-inverse a.Byline .navbar-nav>li>.Byline-name,a.Byline .navbar-inverse .navbar-nav>li>.Byline-name,.navbar-inverse .Byline--link .navbar-nav>li>.Byline-name,.Byline--link .navbar-inverse .navbar-nav>li>.Byline-name{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse a.Byline .navbar-nav>li>.Byline-name:hover,a.Byline .navbar-inverse .navbar-nav>li>.Byline-name:hover,.navbar-inverse .Byline--link .navbar-nav>li>.Byline-name:hover,.Byline--link .navbar-inverse .navbar-nav>li>.Byline-name:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse a.Byline .navbar-nav>li>.Byline-name:focus,a.Byline .navbar-inverse .navbar-nav>li>.Byline-name:focus,.navbar-inverse .Byline--link .navbar-nav>li>.Byline-name:focus,.Byline--link .navbar-inverse .navbar-nav>li>.Byline-name:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse a.Byline .navbar-nav>.active>.Byline-name,a.Byline .navbar-inverse .navbar-nav>.active>.Byline-name,.navbar-inverse .Byline--link .navbar-nav>.active>.Byline-name,.Byline--link .navbar-inverse .navbar-nav>.active>.Byline-name,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse a.Byline .navbar-nav>.disabled>.Byline-name,a.Byline .navbar-inverse .navbar-nav>.disabled>.Byline-name,.navbar-inverse .Byline--link .navbar-nav>.disabled>.Byline-name,.Byline--link .navbar-inverse .navbar-nav>.disabled>.Byline-name,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse a.Byline .navbar-nav>.open>.Byline-name,a.Byline .navbar-inverse .navbar-nav>.open>.Byline-name,.navbar-inverse .Byline--link .navbar-nav>.open>.Byline-name,.Byline--link .navbar-inverse .navbar-nav>.open>.Byline-name,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#090909}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.navbar-inverse .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name,a.Byline .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name,.navbar-inverse .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name,.Byline--link .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:hover,a.Byline .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-inverse .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:hover,.Byline--link .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open a.Byline .dropdown-menu>li>.Byline-name:focus,a.Byline .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name:focus,.navbar-inverse .navbar-nav .open .Byline--link .dropdown-menu>li>.Byline-name:focus,.Byline--link .navbar-inverse .navbar-nav .open .dropdown-menu>li>.Byline-name:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open a.Byline .dropdown-menu>.active>.Byline-name,a.Byline .navbar-inverse .navbar-nav .open .dropdown-menu>.active>.Byline-name,.navbar-inverse .navbar-nav .open .Byline--link .dropdown-menu>.active>.Byline-name,.Byline--link .navbar-inverse .navbar-nav .open .dropdown-menu>.active>.Byline-name,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#090909}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open a.Byline .dropdown-menu>.disabled>.Byline-name,a.Byline .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>.Byline-name,.navbar-inverse .navbar-nav .open .Byline--link .dropdown-menu>.disabled>.Byline-name,.Byline--link .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>.Byline-name,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,a.Byline .pagination>li>.Byline-name,.Byline--link .pagination>li>.Byline-name,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:hover,a.Byline .pagination>li>.Byline-name:hover,.Byline--link .pagination>li>.Byline-name:hover,.pagination>li>a:focus,a.Byline .pagination>li>.Byline-name:focus,.Byline--link .pagination>li>.Byline-name:focus,.pagination>li>span:hover,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}.pagination>li:first-child>a,a.Byline .pagination>li:first-child>.Byline-name,.Byline--link .pagination>li:first-child>.Byline-name,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,a.Byline .pagination>li:last-child>.Byline-name,.Byline--link .pagination>li:last-child>.Byline-name,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,a.Byline .pagination>.active>.Byline-name,.Byline--link .pagination>.active>.Byline-name,.pagination>.active>a:hover,.pagination>.active>a:focus,.pagination>.active>span,.pagination>.active>span:hover,.pagination>.active>span:focus{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,a.Byline .pagination>.disabled>.Byline-name,.Byline--link .pagination>.disabled>.Byline-name,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,a.Byline .pagination-lg>li>.Byline-name,.Byline--link .pagination-lg>li>.Byline-name,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,a.Byline .pagination-lg>li:first-child>.Byline-name,.Byline--link .pagination-lg>li:first-child>.Byline-name,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,a.Byline .pagination-lg>li:last-child>.Byline-name,.Byline--link .pagination-lg>li:last-child>.Byline-name,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,a.Byline .pagination-sm>li>.Byline-name,.Byline--link .pagination-sm>li>.Byline-name,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,a.Byline .pagination-sm>li:first-child>.Byline-name,.Byline--link .pagination-sm>li:first-child>.Byline-name,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,a.Byline .pagination-sm>li:last-child>.Byline-name,.Byline--link .pagination-sm>li:last-child>.Byline-name,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager a.Byline li>.Byline-name,a.Byline .pager li>.Byline-name,.pager .Byline--link li>.Byline-name,.Byline--link .pager li>.Byline-name,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager a.Byline li>.Byline-name:hover,a.Byline .pager li>.Byline-name:hover,.pager .Byline--link li>.Byline-name:hover,.Byline--link .pager li>.Byline-name:hover,.pager li>a:focus,.pager a.Byline li>.Byline-name:focus,a.Byline .pager li>.Byline-name:focus,.pager .Byline--link li>.Byline-name:focus,.Byline--link .pager li>.Byline-name:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager a.Byline .next>.Byline-name,a.Byline .pager .next>.Byline-name,.pager .Byline--link .next>.Byline-name,.Byline--link .pager .next>.Byline-name,.pager .next>span{float:right}.pager .previous>a,.pager a.Byline .previous>.Byline-name,a.Byline .pager .previous>.Byline-name,.pager .Byline--link .previous>.Byline-name,.Byline--link .pager .previous>.Byline-name,.pager .previous>span{float:left}.pager .disabled>a,.pager a.Byline .disabled>.Byline-name,a.Byline .pager .disabled>.Byline-name,.pager .Byline--link .disabled>.Byline-name,.Byline--link .pager .disabled>.Byline-name,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label:empty{display:none}.btn .label,.newsletter-signup-modal .modal-body .newsletter-signup .button .label{position:relative;top:-1px}a.label:hover,a.Byline .label.Byline-name:hover,.Byline--link .label.Byline-name:hover,a.label:focus,a.Byline .label.Byline-name:focus,.Byline--link .label.Byline-name:focus{color:#fff;text-decoration:none;cursor:pointer}.label-default{background-color:#777777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777777;border-radius:10px}.badge:empty{display:none}.btn .badge,.newsletter-signup-modal .modal-body .newsletter-signup .button .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-xs>.button .badge{top:0;padding:1px 5px}.list-group-item.active>.badge,.nav-pills>.active>a>.badge,a.Byline .nav-pills>.active>.Byline-name>.badge,.Byline--link .nav-pills>.active>.Byline-name>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge,a.Byline .nav-pills>li>.Byline-name>.badge,.Byline--link .nav-pills>li>.Byline-name>.badge{margin-left:3px}a.badge:hover,a.Byline .badge.Byline-name:hover,.Byline--link .badge.Byline-name:hover,a.badge:focus,a.Byline .badge.Byline-name:focus,.Byline--link .badge.Byline-name:focus{color:#fff;text-decoration:none;cursor:pointer}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.thumbnail>img,.thumbnail a>img,.thumbnail a.Byline .Byline-name>img,a.Byline .thumbnail .Byline-name>img,.thumbnail .Byline--link .Byline-name>img,.Byline--link .thumbnail .Byline-name>img{display:block;max-width:100%;height:auto;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333333}a.thumbnail:hover,a.Byline .thumbnail.Byline-name:hover,.Byline--link .thumbnail.Byline-name:hover,a.thumbnail:focus,a.Byline .thumbnail.Byline-name:focus,.Byline--link .thumbnail.Byline-name:focus,a.thumbnail.active,a.Byline .thumbnail.active.Byline-name,.Byline--link .thumbnail.active.Byline-name{border-color:#337ab7}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777777;cursor:not-allowed;background-color:#eeeeee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}a.list-group-item,a.Byline .list-group-item.Byline-name,.Byline--link .list-group-item.Byline-name,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,a.Byline .list-group-item.Byline-name .list-group-item-heading,.Byline--link .list-group-item.Byline-name .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.Byline .list-group-item.Byline-name:hover,.Byline--link .list-group-item.Byline-name:hover,a.list-group-item:focus,a.Byline .list-group-item.Byline-name:focus,.Byline--link .list-group-item.Byline-name:focus,button.list-group-item:hover,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,a.Byline .list-group-item-success.Byline-name,.Byline--link .list-group-item-success.Byline-name,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,a.Byline .list-group-item-success.Byline-name .list-group-item-heading,.Byline--link .list-group-item-success.Byline-name .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.Byline .list-group-item-success.Byline-name:hover,.Byline--link .list-group-item-success.Byline-name:hover,a.list-group-item-success:focus,a.Byline .list-group-item-success.Byline-name:focus,.Byline--link .list-group-item-success.Byline-name:focus,button.list-group-item-success:hover,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.Byline .list-group-item-success.active.Byline-name,.Byline--link .list-group-item-success.active.Byline-name,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active,button.list-group-item-success.active:hover,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,a.Byline .list-group-item-info.Byline-name,.Byline--link .list-group-item-info.Byline-name,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,a.Byline .list-group-item-info.Byline-name .list-group-item-heading,.Byline--link .list-group-item-info.Byline-name .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.Byline .list-group-item-info.Byline-name:hover,.Byline--link .list-group-item-info.Byline-name:hover,a.list-group-item-info:focus,a.Byline .list-group-item-info.Byline-name:focus,.Byline--link .list-group-item-info.Byline-name:focus,button.list-group-item-info:hover,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.Byline .list-group-item-info.active.Byline-name,.Byline--link .list-group-item-info.active.Byline-name,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active,button.list-group-item-info.active:hover,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,a.Byline .list-group-item-warning.Byline-name,.Byline--link .list-group-item-warning.Byline-name,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,a.Byline .list-group-item-warning.Byline-name .list-group-item-heading,.Byline--link .list-group-item-warning.Byline-name .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.Byline .list-group-item-warning.Byline-name:hover,.Byline--link .list-group-item-warning.Byline-name:hover,a.list-group-item-warning:focus,a.Byline .list-group-item-warning.Byline-name:focus,.Byline--link .list-group-item-warning.Byline-name:focus,button.list-group-item-warning:hover,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.Byline .list-group-item-warning.active.Byline-name,.Byline--link .list-group-item-warning.active.Byline-name,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active,button.list-group-item-warning.active:hover,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,a.Byline .list-group-item-danger.Byline-name,.Byline--link .list-group-item-danger.Byline-name,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,a.Byline .list-group-item-danger.Byline-name .list-group-item-heading,.Byline--link .list-group-item-danger.Byline-name .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.Byline .list-group-item-danger.Byline-name:hover,.Byline--link .list-group-item-danger.Byline-name:hover,a.list-group-item-danger:focus,a.Byline .list-group-item-danger.Byline-name:focus,.Byline--link .list-group-item-danger.Byline-name:focus,button.list-group-item-danger:hover,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.Byline .list-group-item-danger.active.Byline-name,.Byline--link .list-group-item-danger.active.Byline-name,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active,button.list-group-item-danger.active:hover,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,a.Byline .panel-title>.Byline-name,.Byline--link .panel-title>.Byline-name,.panel-title>small,.panel-title>.small,.panel-title>small>a,a.Byline .panel-title>small>.Byline-name,.Byline--link .panel-title>small>.Byline-name,.panel-title>.small>a,a.Byline .panel-title>.small>.Byline-name,.Byline--link .panel-title>.small>.Byline-name{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:0.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:0.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header:before,.modal-header:after{display:table;content:" "}.modal-header:after{clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn,.modal-footer .newsletter-signup-modal .modal-body .newsletter-signup .button+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .button+.btn,.modal-footer .newsletter-signup-modal .modal-body .newsletter-signup .btn+.button,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .btn+.button,.modal-footer .newsletter-signup-modal .modal-body .newsletter-signup .button+.button,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .button+.button{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .btn-group .button+.btn,.modal-footer .btn-group .newsletter-signup-modal .modal-body .newsletter-signup .btn+.button,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .btn-group .btn+.button,.modal-footer .btn-group .newsletter-signup-modal .modal-body .newsletter-signup .button+.button,.newsletter-signup-modal .modal-body .newsletter-signup .modal-footer .btn-group .button+.button{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:0.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.428571429;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img,a.Byline .carousel-inner>.item>.Byline-name>img,.Byline--link .carousel-inner>.item>.Byline-name>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;transition:-webkit-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:0.5}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:0.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn,.carousel-caption .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .carousel-caption .button{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.SimpleTaggerContext:before,.clearfix:after,.SimpleTaggerContext:after{display:table;content:" "}.clearfix:after,.SimpleTaggerContext:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.blue,.power{color:#0033a0}.pink,.input{color:#ed258f}.orange,.wire{color:#ff8a00}.green,.output{color:#97d700}.purple,.InventionCycleCarousel .InventionCycleCarousel-label,.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title{color:#5f027e}.black{color:#000}.bright-purple{color:#8e07ba}.dark-purple{color:#2f013e}.pad-s{padding:1em}.some-element{color:red}/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-690be61fe58020511558ce4b04375178872629f6c737ed1b332aec65855fd937.eot);src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-690be61fe58020511558ce4b04375178872629f6c737ed1b332aec65855fd937.eot#iefix) format("embedded-opentype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-7798165ee5a3c6809310d8261dcbe7c8d0c12d795b7b09a71af3eb86ec8f33f2.woff2) format("woff2"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-8fb19633f125ca466a45da9e4cf291d8b9519dd74c214f99dde835ef83f3ab96.woff) format("woff"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-b97adad7ece9792af4122ae88103cad8fab54558a529c4ba79b5224c2b02ebe9.ttf) format("truetype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-solid-900-22f6af77ffeeb267c5270fa1e50681ae01a9a19f8e9ef976798e0196c941ade6.svg#fontawesome) format("svg")}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-169416887c9d3c310bf02a12eaf82269d4cf77b16af2e91745b1c152bba0061d.eot);src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-169416887c9d3c310bf02a12eaf82269d4cf77b16af2e91745b1c152bba0061d.eot#iefix) format("embedded-opentype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-92ba7bfaa43a35c94353e96860d99376313ee9b5fce6124d4e64067280f9a841.woff2) format("woff2"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-f101b8f70e36be2e9004222875e9fd45b263f72769c68e25e3c7525d3871728b.woff) format("woff"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-ecb5719eb6408359d91fd2530646064a3f251aed691fd48277289cc8d6d53dfa.ttf) format("truetype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-regular-400-59dc408283c57a47d27b2a2852726f43db3285cab7e3d6297e8da7c901857f7b.svg#fontawesome) format("svg")}@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-9158ee2ef88ea648444ba1c9fcea310baa1e5e4e5fe86e338dcd29fcb081cfc7.eot);src:url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-9158ee2ef88ea648444ba1c9fcea310baa1e5e4e5fe86e338dcd29fcb081cfc7.eot#iefix) format("embedded-opentype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-05dbc51654b96590d176c27efbcef2cf4ac0497499a9f28b731b73eea399070c.woff2) format("woff2"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-ca441c07992a7160e4d2622e78f8970c9b92f176694c8dc07592326496a801d6.woff) format("woff"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-dbd08d025602b79ce71910b2a68577959cbf2ef02fc664e243bf50277754fdfc.ttf) format("truetype"),url(//d1hxhfsggnhjjy.cloudfront.net/assets/font-awesome/fa-brands-400-7aadbc4ac7f80413de00052694c1a44e0b0dbf0e2d7f739c628b88b28bb72bfa.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}.far{font-family:'Font Awesome 5 Free';font-weight:400}.fab{font-family:'Font Awesome 5 Brands'}.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1, -1);transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"FontAwesome";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome/fontawesome-webfont.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome/fontawesome-webfont.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"FontAwesomeSocial";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome-social/fontawesome-social-webfont.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome-social/fontawesome-social-webfont.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome-social/fontawesome-social-webfont.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome-social/fontawesome-social-webfont.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/font-awesome-social/fontawesome-social-webfont.svg#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Futura Round";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundLight.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundLight.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundLight.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundLight.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundLight.svg#futura_round_lightregular") format("svg");font-weight:100;font-style:normal}@font-face{font-family:"Futura Round";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBook.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBook.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBook.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBook.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBook.svg#futura_round_bookregular") format("svg");font-weight:300;font-style:normal}@font-face{font-family:"Futura Round";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundMedium.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundMedium.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundMedium.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundMedium.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundMedium.svg#futura_round_mediumregular") format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Futura Round";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundDemi.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundDemi.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundDemi.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundDemi.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundDemi.svg#futura_round_demibold") format("svg");font-weight:600;font-style:normal}@font-face{font-family:"Futura Round";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBold.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBold.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBold.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBold.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/futura-rounded/FuturaRoundBold.svg#futura_roundbold") format("svg");font-weight:700;font-style:normal}@font-face{font-family:"Montserrat";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Regular.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Montserrat";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Italic.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Italic.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Montserrat";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Medium.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Montserrat";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Bold.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"SSSocial";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/symbolset/ss-social-circle.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/symbolset/ss-social-circle.eot?#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/symbolset/ss-social-circle.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/symbolset/ss-social-circle.ttf") format("truetype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/symbolset/ss-social-circle.svg#SSSocialCircle") format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Eund";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundMedium.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundMedium.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundMedium.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundMedium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Eund";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundExtraBold.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundExtraBold.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundExtraBold.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundExtraBold.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:"Eund";src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundHeavy.eot");src:url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundHeavy.eot#iefix") format("embedded-opentype"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundHeavy.woff") format("woff"),url("https://d3ii2lldyojfer.cloudfront.net/fonts/eund/EundHeavy.ttf") format("truetype");font-weight:900;font-style:normal}.ss-icon,.ss-icon.ss-social,.ss-icon.ss-social-circle,[class^="ss-"]:before,[class*=" ss-"]:before,[class^="ss-"][class*=" ss-social"]:before,[class*=" ss-"][class*=" ss-social"]:before,.right[class^="ss-"]:after,.right[class*=" ss-"]:after,.right[class^="ss-"][class*=" ss-social"]:after,.right[class*=" ss-"][class*=" ss-social"]:after{font-family:"SSSocial";font-style:normal;font-weight:normal;text-decoration:none;text-rendering:optimizeLegibility;white-space:nowrap;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased}body{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100}.section-divider{padding-top:3em;padding-bottom:3em}.smaller-section-divider{padding-top:2em;padding-bottom:2em}.small-section-divider{padding-top:1em;padding-bottom:1em}.subsection-divider{margin-bottom:2.5em}.secondary-content{font-size:0.9em}.theme--light-highlight{background:#f6f6f6}.theme--medium-highlight{background:#ccc}.theme--dark-highlight{background:#444;color:#fff}.theme--dark-gray-highlight{background:#222;color:#fff}.theme--purple-highlight{background:#5f027e;color:#fff}.theme--darkpurple-highlight{background:#2f013e;color:#fff}.theme--brightpurple-highlight{background:#8e07ba;color:#fff}.theme--starpurple-highlight{background:#520A76;color:#fff;padding:0}.theme--output-highlight,.theme--green-highlight{background:#99cc00;color:#fff}.theme--input-highlight,.theme--pink-highlight{background:#e52ca0;color:#fff}.theme--wire-highlight,.theme--orange-highlight{background:#fe6f09;color:#fff}.theme--light-orange-highlight{background:#ff8a00;color:#fff}.theme--paleOrange-highlight{background:rgba(254,111,9,0.1);color:#444}.theme--power-highlight,.theme--darkblue-highlight{background:#1547ba;color:#fff}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,a.Byline .Byline-name,.Byline--link .Byline-name,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,fieldset,form,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;outline:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,iframe{display:block}body,input,textarea,button,form{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100}html,body{display:block;width:100%;height:100%;position:relative}body{min-height:100%;font-size:18px;line-height:1.4;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/page-background-41ed87a2b5dfc38f8769fc77e28a1ae10dfda1374ac04875ecb8c542b698697c.png);background-repeat:no-repeat;background-size:1200px auto;background-position:right -140px top 450px;background-color:#F6F6F7;color:#444;-webkit-text-size-adjust:100%}abbr[title]{border:none}h1,.title-xxl,.content-title-xxl{font-size:4em;line-height:0.8;word-wrap:break-word}h2,.title-xl,.content-title-xl{font-size:3.5em;line-height:0.8}h3,.title-lg,.cms-banner.has-associated-resources .title-xl,.secondary-home-banner .title-xl,.content-title-lg{font-size:2.8em;line-height:0.8}h4,.title-md,.VideoLauncher-title,.content-title-md{font-size:1.6em;line-height:0.95}h5,.title-sm,.ResourceCard .ResourceCard-title,.ProductList-heading,.cardBrowser .menu-header,.cardBrowser .open .filter-by,.cardBrowser .open .sort-header,.card .callout,.guide h6,.content-title-sm{font-size:1.1em;line-height:0.9}h6,.title-xs,.cardBrowser .sort-link,.card.mini .callout,.card.thumb .callout,.guide a.link,.guide a.Byline .link.Byline-name,a.Byline .guide .link.Byline-name,.guide .Byline--link .link.Byline-name,.Byline--link .guide .link.Byline-name,.InventionCycleCarousel .InventionCycleCarousel-label,.content-title-xs,.SimpleTagger h5{font-size:0.9em;line-height:0.9}.title-xxs,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,.VideoLauncher-text,.Field-charCount,.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title,.content-title-xxs{font-size:0.8em;line-height:0.9}h1,.title-xxl,.content-title-xxl h2,.title-xl,.content-title-xl h3,.title-lg,.cms-banner.has-associated-resources .title-xl,.secondary-home-banner .title-xl,.content-title-lg{margin-bottom:0.1em}@media (max-width: 450px){h1,.title-xxl,.content-title-xxl{font-size:3em}h2,.title-xl,.content-title-xl{font-size:2.5em}h3,.title-lg,.cms-banner.has-associated-resources .title-xl,.secondary-home-banner .title-xl,.content-title-lg{font-size:2em}}.title-xxl,.title-xl,.title-lg,.cms-banner.has-associated-resources .title-xl,.secondary-home-banner .title-xl,.title-md,.VideoLauncher-title,.title-sm,.ResourceCard .ResourceCard-title,.ProductList-heading,.cardBrowser .menu-header,.cardBrowser .open .filter-by,.cardBrowser .open .sort-header,.card .callout,.guide h6,.title-xs,.cardBrowser .sort-link,.card.mini .callout,.card.thumb .callout,.guide a.link,.guide a.Byline .link.Byline-name,a.Byline .guide .link.Byline-name,.guide .Byline--link .link.Byline-name,.Byline--link .guide .link.Byline-name,.InventionCycleCarousel .InventionCycleCarousel-label,.title-xxs,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,.VideoLauncher-text,.Field-charCount,.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;text-transform:uppercase}.title-xxl strong,.title-xxl.strong,.title-xl strong,.title-xl.strong,.title-lg strong,.cms-banner.has-associated-resources .title-xl strong,.secondary-home-banner .title-xl strong,.title-lg.strong,.cms-banner.has-associated-resources .strong.title-xl,.title-md strong,.VideoLauncher-title strong,.title-md.strong,.strong.VideoLauncher-title,.title-sm strong,.ResourceCard .ResourceCard-title strong,.ProductList-heading strong,.cardBrowser .menu-header strong,.cardBrowser .open .filter-by strong,.cardBrowser .open .sort-header strong,.card .callout strong,.guide h6 strong,.title-sm.strong,.ResourceCard .strong.ResourceCard-title,.strong.ProductList-heading,.cardBrowser .strong.menu-header,.cardBrowser .open .strong.filter-by,.cardBrowser .open .strong.sort-header,.card .strong.callout,.guide h6.strong,.title-xs strong,.cardBrowser .sort-link strong,.card.mini .callout strong,.card.thumb .callout strong,.guide a.link strong,.guide a.Byline .link.Byline-name strong,a.Byline .guide .link.Byline-name strong,.guide .Byline--link .link.Byline-name strong,.Byline--link .guide .link.Byline-name strong,.InventionCycleCarousel .InventionCycleCarousel-label strong,.title-xs.strong,.cardBrowser .strong.sort-link,.guide a.strong.link,.guide a.Byline .strong.link.Byline-name,a.Byline .guide .strong.link.Byline-name,.guide .Byline--link .strong.link.Byline-name,.Byline--link .guide .strong.link.Byline-name,.InventionCycleCarousel .InventionCycleCarousel-label,.title-xxs strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .SubmitAnother strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .SubmitAnother strong,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.VideoLauncher-text strong,.Field-charCount strong,.InventionCycleDiagram .InventionCycleDiagram-label strong,.InventionCycleDiagram .InventionCycleDiagram-title strong,.title-xxs.strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .strong.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.strong.VideoLauncher-text,.strong.Field-charCount,.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700}b,strong,.strong,.InventionCycleCarousel .InventionCycleCarousel-label,.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700}.strong[class^="title-"],.InventionCycleCarousel .InventionCycleCarousel-label[class^="title-"],.InventionCycleDiagram .InventionCycleDiagram-label[class^="title-"],.InventionCycleDiagram .InventionCycleDiagram-title[class^="title-"],[class^="title-"] strong{font-weight:700}.content-title-xl,.content-title-lg,.content-title-md,.content-title-sm,.content-title-xs,.SimpleTagger h5,.content-title-xxs{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400}.section-title{text-align:center;margin-bottom:2em}@media all and (max-width: 768px){.section-title.title-lg,.cms-banner.has-associated-resources .section-title.title-xl,.secondary-home-banner .section-title.title-xl{margin-bottom:1em}}.section-sub-title{font-weight:300;margin-top:-3em;margin-bottom:3em;text-align:center}.recede{color:#aaa}p{margin:0 0 0.8em 0}img{border:none}a,a.Byline .Byline-name,.Byline--link .Byline-name{color:#5f027e;text-decoration:none;cursor:pointer}a:hover,a.Byline .Byline-name:hover,.Byline--link .Byline-name:hover{color:#5f027e;text-decoration:underline}a:focus,a.Byline .Byline-name:focus,.Byline--link .Byline-name:focus{text-decoration:none !important}i,em{font-style:italic}.price{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;color:#666;font-size:1.25em}.price .strikeout{color:red;text-decoration:line-through}.price .original_price{color:#888;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100}h1 .price,h2 .price,h3 .price{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#444}.highlighted-divide{background-color:#eee}ul.bullets{margin:0.2em 0 0.8em}ul.bullets li,li ul.bullets li{list-style:disc;margin-left:1em}ol.numbers{margin:0.2em 0 0.8em}ol.numbers li,li ol.numbers li{list-style:decimal;margin-left:1em}.hint{font-size:0.9em}.accent{border-bottom:2px solid #444;font-size:24px}.headspace{margin-top:33px}.please_note{color:#ed258f}@media print{a:link:after,a.Byline .Byline-name:link:after,.Byline--link .Byline-name:link:after,a:visited:after,a.Byline .Byline-name:visited:after,.Byline--link .Byline-name:visited:after{display:none;content:""}}@media screen and (max-width: 767px){.strong-purple{color:#5f027e;font-weight:600;text-transform:uppercase}}.app-links img{height:39px}.label-primary{background-color:#5f027e}.readmore{font-family:Arial, Helvetica, sans-serif;font-weight:normal;display:block;float:right;text-decoration:none;padding:5px 5px 0px 0px;margin:0px;line-height:12px;font-size:11px;text-transform:none}.readmore a,.readmore a.Byline .Byline-name,a.Byline .readmore .Byline-name,.readmore .Byline--link .Byline-name,.Byline--link .readmore .Byline-name{color:#3D3732;text-align:right;font-size:11px;font-weight:normal}.clearfix:before,.SimpleTaggerContext:before,.clearfix:after,.SimpleTaggerContext:after,.cf:before,.sidebar .tag-list:before,.sidebar .tools-list:before,.cf:after,.sidebar .tag-list:after,.sidebar .tools-list:after{content:"\0020";display:block;height:0;visibility:hidden}.clearfix:after,.SimpleTaggerContext:after,.cf:after,.sidebar .tag-list:after,.sidebar .tools-list:after{clear:both}.clearfix,.SimpleTaggerContext,.cf,.sidebar .tag-list,.sidebar .tools-list{min-height:0}.clear{clear:both}.border-box{border:1px solid #ccc;padding:0px 15px 15px}.alignleft{float:left}.alignright{float:right}.aligncenter{text-align:center}.noclear{clear:none !important}.visuallyhidden,.hidden{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;border:0;clip:rect(0 0 0 0)}.small{font-size:0.9em}.smaller{font-size:0.66em}.inline_block{display:inline-block}.apple-logo{-webkit-mask:url(//d1hxhfsggnhjjy.cloudfront.net/assets/cloudbit-firmware/apple-logo-714aa3b057cabba10d424dbc74f14b819df07f1a5f086151c49af7c77363a129.svg);mask:url(//d1hxhfsggnhjjy.cloudfront.net/assets/cloudbit-firmware/apple-logo-714aa3b057cabba10d424dbc74f14b819df07f1a5f086151c49af7c77363a129.svg);-webkit-mask-size:cover;mask-size:cover;background-color:#ff8a00;display:inline-block;width:17px;height:20px}.windows-logo{-webkit-mask:url(//d1hxhfsggnhjjy.cloudfront.net/assets/cloudbit-firmware/windows-logo-dfda3f244bd8d396879ff72137b22bcb8bb6e5708837cbf590080d9732cbfe8b.svg);mask:url(//d1hxhfsggnhjjy.cloudfront.net/assets/cloudbit-firmware/windows-logo-dfda3f244bd8d396879ff72137b22bcb8bb6e5708837cbf590080d9732cbfe8b.svg);-webkit-mask-size:cover;mask-size:cover;background-color:#ff8a00;display:inline-block;width:17px;height:20px}@media (min-width: 768px){.u-strong--mobileOnly{font-weight:700}}.u-uppercase,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText,.u-textUppercase{text-transform:uppercase}.u-textLowercase{text-transform:lowercase}.u-fontWeight300{font-weight:300}.u-fontWeight600{font-weight:600}.u-textLeft{text-align:left}.u-textCenter{text-align:center}@media (max-width: 767px){.u-textCenter--MobileOnly{text-align:center}}@media (max-width: 991px){.u-textCenter--NotDesktop{text-align:center}}@media (min-width: 768px){.u-textCenter--NotMobile{text-align:center}}.u-textRight{text-align:right}.u-paragraph{max-width:100%;font-size:16px;line-height:16px;margin:0}@media (min-width: 768px){.u-paragraph{font-size:18px;line-height:18px}}.u-paragraph.strong,.InventionCycleCarousel .u-paragraph.InventionCycleCarousel-label,.InventionCycleDiagram .u-paragraph.InventionCycleDiagram-label,.InventionCycleDiagram .u-paragraph.InventionCycleDiagram-title,.u-paragraph strong{font-weight:300}.u-titleXxs,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText{font-size:14.5px}.u-titleXxs--responsive,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText{max-width:100%}.u-titleXxs--responsive strong,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText strong{font-weight:700}@media (min-width: 768px){.u-titleXxs--responsive,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText{font-size:18px}}.u-titleXs{font-size:14.5px}.u-titleXs--responsive{max-width:100%}.u-titleXs--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleXs--responsive{font-size:18px}}.u-titleSm{font-size:18px;line-height:18px}.u-titleSm--responsive{max-width:100%}.u-titleSm--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleSm--responsive{font-size:24px;line-height:24px}}@media (min-width: 992px){.u-titleSm--responsive{font-size:28px;line-height:28px}}.u-titleXmd--responsive{max-width:100%}.u-titleXmd--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleXmd--responsive{font-size:18px;line-height:1.2}}@media (min-width: 992px){.u-titleXmd--responsive{font-size:22px;line-height:1.3}}.u-titleMd{font-size:18px;line-height:18px}.u-titleMd--responsive{max-width:100%}.u-titleMd--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleMd--responsive{font-size:28px;line-height:28px}}@media (min-width: 992px){.u-titleMd--responsive{font-size:40px;line-height:40px}}.u-titleLg{font-size:40px;line-height:40px}.u-titleLg--responsive{max-width:100%}.u-titleLg--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleLg--responsive{font-size:60px;line-height:60px}}.u-titleXlg{font-size:50px;line-height:50px}.u-titleXlg--responsive{max-width:100%}.u-titleXlg--responsive strong{font-weight:700}@media (min-width: 768px){.u-titleXlg--responsive{font-size:80px;line-height:80px}}.u-bannerTitle--responsive{max-width:100%;font-size:30px;line-height:0.8;padding-bottom:3px}.u-bannerTitle--responsive strong{font-weight:700}@media (min-width: 992px){.u-bannerTitle--responsive{font-size:40px;line-height:40px}}@media (min-width: 1200px){.u-bannerTitle--responsive{font-size:50px;line-height:50px}}.u-bannerSubtitle--responsive{font-size:18px;line-height:0.8}@media (min-width: 992px){.u-bannerSubtitle--responsive{font-size:28px}}.u-textMonospace{font-family:"Menlo", monospace}.u-lightFontWeight{font-weight:100 !important}.u-titleFontWeight,.u-titleXxs,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText,.u-titleXs,.u-titleSm,.u-titleMd,.u-titleLg,.u-titleXlg{font-weight:300}.u-titleFontWeight.strong,.InventionCycleCarousel .u-titleFontWeight.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleFontWeight.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleFontWeight.InventionCycleDiagram-title,.strong.u-titleXxs,.ShopProductCard .ShopProductCard-header .strong.ShopProductCard-headerText,.InventionCycleCarousel .u-titleXxs.InventionCycleCarousel-label,.InventionCycleCarousel .ShopProductCard .ShopProductCard-header .InventionCycleCarousel-label.ShopProductCard-headerText,.ShopProductCard .ShopProductCard-header .InventionCycleCarousel .InventionCycleCarousel-label.ShopProductCard-headerText,.InventionCycleDiagram .u-titleXxs.InventionCycleDiagram-label,.InventionCycleDiagram .ShopProductCard .ShopProductCard-header .InventionCycleDiagram-label.ShopProductCard-headerText,.ShopProductCard .ShopProductCard-header .InventionCycleDiagram .InventionCycleDiagram-label.ShopProductCard-headerText,.InventionCycleDiagram .u-titleXxs.InventionCycleDiagram-title,.InventionCycleDiagram .ShopProductCard .ShopProductCard-header .InventionCycleDiagram-title.ShopProductCard-headerText,.ShopProductCard .ShopProductCard-header .InventionCycleDiagram .InventionCycleDiagram-title.ShopProductCard-headerText,.strong.u-titleXs,.InventionCycleCarousel .u-titleXs.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleXs.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleXs.InventionCycleDiagram-title,.strong.u-titleSm,.InventionCycleCarousel .u-titleSm.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleSm.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleSm.InventionCycleDiagram-title,.strong.u-titleMd,.InventionCycleCarousel .u-titleMd.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleMd.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleMd.InventionCycleDiagram-title,.strong.u-titleLg,.InventionCycleCarousel .u-titleLg.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleLg.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleLg.InventionCycleDiagram-title,.strong.u-titleXlg,.InventionCycleCarousel .u-titleXlg.InventionCycleCarousel-label,.InventionCycleDiagram .u-titleXlg.InventionCycleDiagram-label,.InventionCycleDiagram .u-titleXlg.InventionCycleDiagram-title{font-weight:700}.u-titleFontWeight strong,.u-titleXxs strong,.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText strong,.u-titleXs strong,.u-titleSm strong,.u-titleMd strong,.u-titleLg strong,.u-titleXlg strong{font-weight:700}.u-textHeavy{font-weight:700 !important}.u-textWeight600{font-weight:600 !important}.u-textTruncate,.User-Username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.u-noUnderline{text-decoration:none}.u-noUnderline:hover{text-decoration:none}.u-noMargin{margin:0}.u-textAlwaysWhite{color:#fff !important}.u-textAlwaysWhite:hover{color:#fff !important}.u-textDarkPurple{color:#2f013e}.u-underline{text-decoration:underline}.u-subtitleWidth{margin-left:auto;margin-right:auto}@media (min-width: 768px){.u-subtitleWidth{width:80%}}@media (min-width: 992px){.u-subtitleWidth{width:70%}}.u-grayText{color:#444}.u-backgroundCover{background-position:center;background-repeat:no-repeat;background-size:cover}.u-backgroundImage{background-position:center;background-repeat:no-repeat}.u-grayscale{-webkit-filter:grayscale(1);filter:grayscale(1)}.u-inlineBlock{display:inline-block}.u-Block{display:block}.u-hidden{display:none}.u-Flex{display:-webkit-flex;display:-ms-flexbox;display:flex}.u-Flex--wrapRow{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.u-Flex--wrapRow--mobileOnly{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 768px){.u-Flex--wrapRow--mobileOnly{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.u-Flex--column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.u-Flex--rowCenterHorizontal{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.u-Flex--rowCenterVertical{-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width: 767px){.u-Flex--rowCenterHorizontalMobileOnly{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}@media (max-width: 991px){.u-Flex--rowCenterHorizontalNotDesktop{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.u-Flex--columnStartMobile-CenterMobile{-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.u-Flex--columnStartMobile-CenterMobile{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}.u-Flex--columnCenterHorizontal{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.u-Flex--columnCenterVertical{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.u-Flex--columnLeftVertical{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.u-FlexChild{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.u-textSpace{margin-right:7px}.u-largeSpacer{margin-right:15px}.u-imageContain{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-height:100%;max-width:100%}.u-Flex--centerChild,.FeaturedAwards .Award{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.u-Flex--spaceBetween{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.u-Relative{position:relative}.u-Clear{clear:both}.u-MarginAuto{margin:auto}.u-disabled,.u-notImplemented{cursor:not-allowed !important;opacity:0.5 !important}.u-disabled>*,.u-notImplemented>*{pointer-events:none !important}.u-inlineForm--SignUp{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.u-inlineForm--SignUp .description{margin:0}.u-inlineForm--SignUp .form-group{margin-bottom:15px;padding-bottom:0}.u-inlineForm--SignUp .form-group input{background-color:#fff !important;border-radius:0;margin:0;padding:6px 12px}.u-inlineForm--SignUp .form-group input[type=email]{min-width:200px}.u-inlineForm--SignUp.u-inlineForm--SignUp-stackedErrors{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.u-inlineForm--SignUp.u-inlineForm--SignUp-stackedErrors .form-group .error{display:block}@media (min-width: 768px){.u-inlineForm--SignUp{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.u-inlineForm--SignUp .form-group{margin-bottom:0;margin-right:15px}}@media (min-width: 768px){.u-inlineForm--SignUp.u-inlineForm--stacked{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.u-inlineForm--SignUp.u-inlineForm--stacked .form-group{margin-bottom:15px;margin-right:0}}.u-Form--whiteErrors .form-group label.error{color:#fff}@media (max-width: 767px){.u-inlineForm--SignUpMobileOnly{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.u-inlineForm--SignUpMobileOnly .form-group{margin-bottom:15px;padding-bottom:0}.u-inlineForm--SignUpMobileOnly .form-group input{padding:6px 12px}}@media (max-width: 767px){.u-MobileRow{padding-left:15px;padding-right:15px}}.u-SeparatedColumn{border-color:#ccc;border-style:solid}.u-SeparatedColumn:not(:last-child){border-bottom-width:1px}@media (min-width: 768px){.u-SeparatedColumn:not(:last-child){border-bottom-width:0;border-right-width:1px}}.u-BoxShadow{box-shadow:0 0 3px rgba(0,0,0,0.5)}.u-BoxShadow--large{box-shadow:0 0 13px 0 rgba(0,0,0,0.5)}.banner-message{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;height:30px;background-color:#ed258f;color:#fff;text-align:center;position:absolute;top:0;left:0;right:0;margin:auto}.section-loading-true{position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;margin:auto;background:#000;opacity:.25;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.section-loading-true .lds-roller{display:inline-block;position:relative;width:80px;height:80px}.section-loading-true .lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.section-loading-true .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px}.section-loading-true .lds-roller div:nth-child(1){-webkit-animation-delay:-0.036s;animation-delay:-0.036s}.section-loading-true .lds-roller div:nth-child(1):after{top:63px;left:63px}.section-loading-true .lds-roller div:nth-child(2){-webkit-animation-delay:-0.072s;animation-delay:-0.072s}.section-loading-true .lds-roller div:nth-child(2):after{top:68px;left:56px}.section-loading-true .lds-roller div:nth-child(3){-webkit-animation-delay:-0.108s;animation-delay:-0.108s}.section-loading-true .lds-roller div:nth-child(3):after{top:71px;left:48px}.section-loading-true .lds-roller div:nth-child(4){-webkit-animation-delay:-0.144s;animation-delay:-0.144s}.section-loading-true .lds-roller div:nth-child(4):after{top:72px;left:40px}.section-loading-true .lds-roller div:nth-child(5){-webkit-animation-delay:-0.18s;animation-delay:-0.18s}.section-loading-true .lds-roller div:nth-child(5):after{top:71px;left:32px}.section-loading-true .lds-roller div:nth-child(6){-webkit-animation-delay:-0.216s;animation-delay:-0.216s}.section-loading-true .lds-roller div:nth-child(6):after{top:68px;left:24px}.section-loading-true .lds-roller div:nth-child(7){-webkit-animation-delay:-0.252s;animation-delay:-0.252s}.section-loading-true .lds-roller div:nth-child(7):after{top:63px;left:17px}.section-loading-true .lds-roller div:nth-child(8){-webkit-animation-delay:-0.288s;animation-delay:-0.288s}.section-loading-true .lds-roller div:nth-child(8):after{top:56px;left:12px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.TitleXXL{font-size:2.5rem;line-height:2.25rem}@media (min-width: 768px){.TitleXXL{font-size:3.75rem;line-height:3.25rem}}@media (min-width: 992px){.TitleXXL{font-size:5rem;line-height:4.5rem}}.TitleXL{font-size:1.875rem;line-height:1}@media (min-width: 768px){.TitleXL{font-size:2.5rem}}@media (min-width: 992px){.TitleXL{font-size:3.125rem}}.TitleXML{font-size:1.875rem;line-height:1}@media (min-width: 768px){.TitleXML{font-size:2.125rem}}@media (min-width: 992px){.TitleXML{font-size:2.8125rem}}.TitleL{font-size:1.5rem;line-height:1}@media (min-width: 768px){.TitleL{font-size:1.875rem}}@media (min-width: 992px){.TitleL{font-size:2.5rem}}.TitleM{font-size:1.125rem}@media (min-width: 768px){.TitleM{font-size:1.5rem}}@media (min-width: 992px){.TitleM{font-size:1.875rem}}.TitleS{font-size:1.125rem}@media (min-width: 768px){.TitleS{font-size:1.5rem}}.TitleXS{font-size:0.875rem;line-height:1.2em}.PretitleXXL{font-size:0.875rem;line-height:0.95}@media (min-width: 768px){.PretitleXXL{font-size:1.125rem}}@media (min-width: 992px){.PretitleXXL{font-size:1.875rem}}.PretitleXL{font-size:0.875rem}@media (min-width: 768px){.PretitleXL{font-size:1.125rem}}.PretitleL{font-size:0.875rem}.SubtitleXXL{font-size:1.125rem}@media (min-width: 768px){.SubtitleXXL{font-size:1.5rem}}@media (min-width: 992px){.SubtitleXXL{font-size:1.875rem}}.BigTitle{font-weight:700;text-transform:uppercase}.MediumTitle{font-weight:600;text-transform:uppercase}.ParagraphL,.ParagraphM,.ParagraphS,.ParagraphXS{margin-bottom:0}.ParagraphL{font-size:1.125rem}.ParagraphL.ParagraphL--display{line-height:1.5rem}@media (min-width: 768px){.ParagraphL{font-size:1.5rem}}@media (min-width: 992px){.ParagraphL{font-size:1.875rem}.ParagraphL.ParagraphL--display{line-height:3rem}}.ParagraphM{font-size:1rem}.ParagraphM.ParagraphM--highlight{line-height:2.1rem}.ParagraphM.ParagraphM--highlight .TitleBlock--sm{line-height:1.6rem}@media (min-width: 768px){.ParagraphM{font-size:1.125rem}}@media (min-width: 992px){.ParagraphM{font-size:1.5rem}.ParagraphM.ParagraphM--highlight{line-height:2.5rem}.ParagraphM.ParagraphM--highlight .TitleBlock--sm{line-height:2rem}}.ParagraphS{font-size:1rem}@media (min-width: 768px){.ParagraphS{font-size:1.125rem}}@media (min-width: 992px){.ParagraphS{font-size:1.125rem}}.ParagraphXS{font-size:0.875rem}@media (min-width: 768px){.ParagraphXS{font-size:1rem}}.section-subtitle{font-weight:300;margin-top:5px;text-align:center}.section-subtitle .small{font-weight:100}.section-title-header{text-align:center}@media (max-width: 767px){.section-title-header{padding:0 10px}}.banner-spacer-sm{margin-top:4px}.section-divider-lg{padding-bottom:60px;padding-top:70px}.section-divider-md{padding-bottom:60px;padding-top:55px}.section-divider-sm{padding-bottom:35px;padding-top:35px}.section-divider-xs{padding-bottom:15px;padding-top:15px}.section-divider-banner{padding-bottom:20px;padding-top:55px}.section-spacer-md{margin-bottom:60px;margin-top:55px}.section-spacer-sm{margin-bottom:35px;margin-top:35px}.section-spacer-xs{margin-bottom:15px;margin-top:15px}.section-divider-with-button{padding-bottom:0}.mar-top-lg{margin-top:70px}.mar-top-md{margin-top:55px}.mar-top-sm{margin-top:35px}.mar-top-xs{margin-top:15px}.mar-top-xxs{margin-top:7px}.mar-left-lg{margin-left:70px}.mar-left-md{margin-left:55px}.mar-left-sm{margin-left:35px}.mar-left-xs{margin-left:15px}.mar-left-xxs{margin-left:7px}.mar-right-lg{margin-right:70px}.mar-right-md{margin-right:55px}.mar-right-sm{margin-right:35px}.mar-right-xs{margin-right:15px}.mar-right-xxs{margin-right:7px}@media (max-width: 767px){.mar-top-xs-mobileOnly{margin-top:15px}}.mar-bottom-xl{margin-bottom:120px}.mar-bottom-lg{margin-bottom:70px}.mar-bottom-md{margin-bottom:55px}.mar-bottom-sm{margin-bottom:35px}.mar-bottom-xs{margin-bottom:15px}.mar-bottom-xxs{margin-bottom:7px}.pad-bottom-xlg{padding-bottom:90px}.pad-top-lg{padding-top:70px}.pad-top-md{padding-top:55px}.pad-top-sm{padding-top:35px}.pad-top-xs{padding-top:15px}.pad-top-xxs{padding-top:7px}.pad-bottom-lg{padding-bottom:70px}.pad-bottom-md{padding-bottom:55px}.pad-bottom-sm{padding-bottom:35px}.pad-bottom-xs{padding-bottom:15px}.pad-bottom-xxs{padding-bottom:7px}.section-end-button{margin:35px 0}.section-ender-button{margin-bottom:35px}.center-button{text-align:center}.uppercase{text-transform:uppercase}.col-sm-2-5{width:100%}@media all and (min-width: 769px){.col-sm-2-5{float:left;width:-webkit-calc(100%/5);width:calc(100%/5)}}@media all and (min-width: 1201px){.col-lg-offset-3-5{margin-left:29.165%}}@media all and (min-width: 769px){.col-sm-offset-1-5{margin-left:12.5%}}.clickable{cursor:pointer}.TitleBlock,.TitleBlock--power,.TitleBlock--wire,.TitleBlock--output,.TitleBlock--input,.TitleBlock--pink,.TitleBlock--purple,.TitleBlock--white{background:#eee;display:inline-block;padding:10px}.TitleBlock.TitleBlock--sm,.TitleBlock--sm.TitleBlock--power,.TitleBlock--sm.TitleBlock--wire,.TitleBlock--sm.TitleBlock--output,.TitleBlock--sm.TitleBlock--input,.TitleBlock--sm.TitleBlock--pink,.TitleBlock--sm.TitleBlock--purple,.TitleBlock--sm.TitleBlock--white{padding:5px 7px}.TitleBlock--white{background:#fff;color:#8e07ba}.TitleBlock--purple{background:#8e07ba;color:#fff}.TitleBlock--pink{background:#fff;color:#ed258f}.TitleBlock--input{background:#ed258f;color:#fff}.TitleBlock--output{background:#97d700;color:#fff}.TitleBlock--wire{background:#ff8a00;color:#fff}.TitleBlock--power{background:#0033a0;color:#fff}.MomentCard-container{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.InventionBadge .InventionBadge-pretitle{font-weight:600;margin-bottom:7px;text-transform:uppercase}.InventionBadge .InventionBadge-subtitle{font-weight:100}.MomentCard .MomentCard-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:300px;position:relative}.MomentCard .MomentCard-inventionLabel{background-color:#8e07ba;color:#fff;padding:12px;position:absolute}.MomentCard .MomentCard-subtitle{font-weight:100}.MomentCard .MomentCard-title{font-weight:100}.MomentCard .MomentCard-pretitle{font-weight:700;margin-bottom:7px;text-transform:uppercase}@media (max-width: 767px){.MomentCard .MomentCard-content{background-color:#2f013e;color:#fff;padding:2rem 2rem 2.5rem}.MomentCard .MomentCard-inventionLabel{left:40px;top:-28px}}@media (min-width: 768px){.MomentCard .MomentCard-image{height:320px}}.CallToActionCard .handwritten{margin-right:10px;text-align:right}.CallToActionCard .CallToActionCard-content{padding:2em 0}.CallToActionCard .CallToActionCard-actions{position:relative}@media (min-width: 992px){.CallToActionCard .CallToActionCard-content{padding:2em 4em;padding-left:6em}.CallToActionCard i{bottom:0.7em;left:-10%}}.ImageCircle{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;height:250px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 24px;max-height:250px;max-width:250px;overflow:hidden;width:250px}.ImageCircle img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-height:100%;min-height:100%;min-width:100%}.IconBox{border:2px solid #5f027e;border-radius:5px;height:50px;position:relative;width:50px}@media (max-width: 767px){.IconBox.IconBox--list{border-width:1px;height:30px;width:30px}}.IconBox svg{height:80%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:70%}.ArrowCta a,.ArrowCta a.Byline .Byline-name,a.Byline .ArrowCta .Byline-name,.ArrowCta .Byline--link .Byline-name,.Byline--link .ArrowCta .Byline-name{color:#fff;font-weight:600}.ArrowCta.ArrowCta--gray a,.ArrowCta.ArrowCta--gray a.Byline .Byline-name,a.Byline .ArrowCta.ArrowCta--gray .Byline-name,.ArrowCta.ArrowCta--gray .Byline--link .Byline-name,.Byline--link .ArrowCta.ArrowCta--gray .Byline-name{color:#444}.ArrowCta.ArrowCta--gray::after{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/navigation/right_arrow.svg")}.ArrowCta::after{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/navigation/right_arrow_white.svg");background-position-y:center;background-repeat:no-repeat;background-size:6px;content:"";display:inline-block;height:12px;margin-left:7px;width:15px}.StandardsList .StandardsList-item{-webkit-transition:0.5s;transition:0.5s}.StandardsList .StandardsList-item.active{color:#5f027e;font-weight:400}.StandardsList .StandardsList-item.disabled{color:#aaa}.StandardsList .StandardsList-item:not(:last-child){margin-bottom:15px}.StandardsList.StandardsList-static .StandardsList-itemCounter{font-weight:600}.StandardsList .StandardsList-itemCounter{display:table-cell;padding-right:15px;vertical-align:top}.StandardsList .StandardsList-standardItem{display:table-cell;-webkit-transition:0.2s;transition:0.2s;vertical-align:top}@media (min-width: 768px){.StandardsList .StandardsList-standardItem{max-width:300px}}@media (min-width: 992px){.StandardsList .StandardsList-standardItem{max-width:415px}}@media (min-width: 1200px){.StandardsList .StandardsList-standardItem{max-width:455px}}.InventionCycleDiagram .InventionCycleDiagram-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.InventionCycleDiagram .InventionCycleDiagram-middleRow{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.InventionCycleDiagram .InventionCycleDiagram-bottomRow .InventionCycleDiagram-arrow{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.InventionCycleDiagram .InventionCycleDiagram-bottomRow .InventionCycleDiagram-arrow:first-child{margin-right:10px;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.InventionCycleDiagram .InventionCycleDiagram-bottomRow .InventionCycleDiagram-arrow:last-child{margin-left:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.InventionCycleDiagram .InventionCycleDiagram-bottomRow .InventionCycleDiagram-label{margin-top:7px}.InventionCycleDiagram .InventionCycleDiagram-topRow .InventionCycleDiagram-arrow{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.InventionCycleDiagram .InventionCycleDiagram-topRow .InventionCycleDiagram-arrow:first-child{margin-right:10px}.InventionCycleDiagram .InventionCycleDiagram-topRow .InventionCycleDiagram-arrow:last-child{margin-left:10px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.InventionCycleDiagram .InventionCycleDiagram-topRow .InventionCycleDiagram-label{margin-bottom:7px}.InventionCycleDiagram .InventionCycleDiagram-bottomRow,.InventionCycleDiagram .InventionCycleDiagram-topRow{padding-left:10px}.InventionCycleDiagram .InventionCycleDiagram-box{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.InventionCycleDiagram .InventionCycleDiagram-arrow{height:50px}.InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleDiagram-title{max-width:100%;text-align:center}.InventionCycleDiagram .InventionCycleDiagram-titleBox{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;height:110px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;width:110px}.InventionCycleDiagram .InventionCycleDiagram-label.InventionCycleDiagram-title--vertical{margin-left:-5px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.InventionCycleDiagram .InventionCycleDiagram-label.InventionCycleDiagram-title--verticalOpposite{margin-right:-8px;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.InventionCycleDiagram .IconBox{height:80px;width:80px}.InventionCycleDiagram .IconBox.active,.InventionCycleDiagram .IconBox:hover{background:#5f027e}.InventionCycleDiagram .IconBox.active .IconBox-pulseRing,.InventionCycleDiagram .IconBox:hover .IconBox-pulseRing{border-color:transparent}.InventionCycleDiagram .IconBox.active svg path,.InventionCycleDiagram .IconBox:hover svg path{fill:#fff;stroke:#fff}.InventionCycleDiagram .IconBox.active #share-purple path,.InventionCycleDiagram .IconBox:hover #share-purple path{fill:#5f027e}.InventionCycleCarousel .IconBox{background:#5f027e;border-radius:9px;height:120px;width:120px}.InventionCycleCarousel .IconBox svg path{fill:#fff;stroke:#fff}.InventionCycleCarousel .IconBox #share-purple path{fill:#5f027e}.InventionCycleCarousel .InventionCycleCarousel-label{text-align:center}.InventionCycleCarousel .carousel-control{display:inline-block;position:absolute;top:50%}.InventionCycleCarousel .carousel-control.right{right:0}.InventionCycleCarousel .carousel-control.left{left:0}@-webkit-keyframes jumper{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}10%{border-width:4px;opacity:0.6}100%{border-width:8px;opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jumper{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}10%{border-width:4px;opacity:0.6}100%{border-width:8px;opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.IconBox-pulseRing{-webkit-animation:jumper 1.8s 0.66666s ease-out infinite;animation:jumper 1.8s 0.66666s ease-out infinite;border:2px solid #5f027e;border-image:initial;border-radius:5px;height:90px;opacity:1;position:absolute;right:-7px;top:-7px;width:90px;z-index:10}.ngss-image{max-width:115px}.u-afterIconSpacing{margin-right:5px}.section-content-cta{clear:both}.section-content-cta a,.section-content-cta a.Byline .Byline-name,a.Byline .section-content-cta .Byline-name,.section-content-cta .Byline--link .Byline-name,.Byline--link .section-content-cta .Byline-name{color:#444;font-weight:700}.section-content-cta a::after,.section-content-cta a.Byline .Byline-name::after,a.Byline .section-content-cta .Byline-name::after,.section-content-cta .Byline--link .Byline-name::after,.Byline--link .section-content-cta .Byline-name::after{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/navigation/right_arrow.svg");background-position:bottom;background-repeat:no-repeat;background-size:6px;content:"";display:inline-block;height:12px;margin-left:3px;width:7px}.section-content-cta a:hover,.section-content-cta a.Byline .Byline-name:hover,a.Byline .section-content-cta .Byline-name:hover,.section-content-cta .Byline--link .Byline-name:hover,.Byline--link .section-content-cta .Byline-name:hover{text-decoration:none}.newsletter-signup-inline .email-newsletter-container{float:left;width:69%}.newsletter-signup-inline .submit-newsletter-container{float:left;margin-left:0;width:31%}.newsletter-signup-inline .submit-newsletter-container .btn,.newsletter-signup-inline .submit-newsletter-container .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .newsletter-signup-inline .submit-newsletter-container .button{border-radius:0}.newsletter-signup-inline .button,.newsletter-signup-inline input[type="email"]{font-size:14px}.newsletter-signup-inline .button,.newsletter-signup-inline .btn,.newsletter-signup-inline .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .newsletter-signup-inline .button{border:0;font-weight:600;padding:9px;text-transform:uppercase}.newsletter-signup-inline input[type="email"]{background-color:#fff;color:#444;min-height:37px;padding:7px;width:100%}.dark-hr{border-color:#ccc}.page-placeholder{height:70vh;min-height:600px}a.nostyle:link,a.Byline .nostyle.Byline-name:link,.Byline--link .nostyle.Byline-name:link{text-decoration:inherit;color:inherit}a.nostyle:visited,a.Byline .nostyle.Byline-name:visited,.Byline--link .nostyle.Byline-name:visited{text-decoration:inherit;color:inherit}.newsletter-signup .email{border:none;color:#aaa;padding:9px;font-weight:300}.newsletter-signup .email:focus{color:#666}.newsletter-signup .error{color:#ed258f}#flash_container,.error_container{display:block;position:relative;padding-top:80px;width:100%}.alert{font-weight:300;border-radius:0px;margin-bottom:0px;padding:11px;text-align:center}.alert .close{position:absolute;right:5px;top:5px}@media (max-width: 767px){.alert{padding-left:15px}.alert .close{margin-right:2px}}.alert h2,.errorExplanation h2,#errorExplanation h2,#error_explanation h2{font-size:25px}.alert li,.errorExplanation li,#error_explanation li{margin-left:1em}.alert a,.alert a.Byline .Byline-name,a.Byline .alert .Byline-name,.alert .Byline--link .Byline-name,.Byline--link .alert .Byline-name{font-weight:bold}.alert.alert-warning a,.alert.alert-warning a.Byline .Byline-name,a.Byline .alert.alert-warning .Byline-name,.alert.alert-warning .Byline--link .Byline-name,.Byline--link .alert.alert-warning .Byline-name{color:#c09853}.alert.alert-danger a,.alert.alert-danger a.Byline .Byline-name,a.Byline .alert.alert-danger .Byline-name,.alert.alert-danger .Byline--link .Byline-name,.Byline--link .alert.alert-danger .Byline-name{color:#b94a48}.alert.alert-success a,.alert.alert-success a.Byline .Byline-name,a.Byline .alert.alert-success .Byline-name,.alert.alert-success .Byline--link .Byline-name,.Byline--link .alert.alert-success .Byline-name{color:#468847}.alert.alert-info a,.alert.alert-info a.Byline .Byline-name,a.Byline .alert.alert-info .Byline-name,.alert.alert-info .Byline--link .Byline-name,.Byline--link .alert.alert-info .Byline-name{color:#3a87ad}.alert p,.errorExplanation p,#errorExplanation p,#error_explanation p{padding:0;margin:0 0 0.8em 0}.alert p:last-child{margin:0}.alert.product-stock-notice{margin-top:10px;font-size:14px}.alert-beta{border:1px solid #ccc;margin-top:3em;padding:1em;padding-bottom:0;text-align:center}.alert-beta .title-sm,.alert-beta .ResourceCard .ResourceCard-title,.ResourceCard .alert-beta .ResourceCard-title,.alert-beta .ProductList-heading,.alert-beta .cardBrowser .menu-header,.alert-beta .cardBrowser .open .filter-by,.alert-beta .cardBrowser .open .sort-header,.cardBrowser .alert-beta .menu-header,.cardBrowser .alert-beta .open .filter-by,.cardBrowser .open .alert-beta .filter-by,.cardBrowser .alert-beta .open .sort-header,.cardBrowser .open .alert-beta .sort-header,.alert-beta .card .callout,.card .alert-beta .callout,.alert-beta .guide h6,.guide .alert-beta h6{margin-right:1em;position:relative;top:3px}.sidebar .card-buy{margin-bottom:3em}.sidebar .gallery-list-item{text-align:center}.sidebar .sidebar-list li{line-height:1.66em}.sidebar .sidebar-list .quantity-prefix{float:right}.sidebar .tag-list li,.sidebar .tools-list li{float:left;width:50%}.sidebar .title-xs,.sidebar .cardBrowser .sort-link,.cardBrowser .sidebar .sort-link,.sidebar .guide a.link,.sidebar .guide a.Byline .link.Byline-name,a.Byline .sidebar .guide .link.Byline-name,.sidebar .guide .Byline--link .link.Byline-name,.Byline--link .sidebar .guide .link.Byline-name,.guide .sidebar a.link,.guide .sidebar a.Byline .link.Byline-name,a.Byline .guide .sidebar .link.Byline-name,.guide .sidebar .Byline--link .link.Byline-name,.Byline--link .guide .sidebar .link.Byline-name,.sidebar .InventionCycleCarousel .InventionCycleCarousel-label,.InventionCycleCarousel .sidebar .InventionCycleCarousel-label,.sidebar .title-sm,.sidebar .ResourceCard .ResourceCard-title,.ResourceCard .sidebar .ResourceCard-title,.sidebar .ProductList-heading,.sidebar .cardBrowser .menu-header,.sidebar .cardBrowser .open .filter-by,.sidebar .cardBrowser .open .sort-header,.cardBrowser .sidebar .menu-header,.cardBrowser .sidebar .open .filter-by,.cardBrowser .open .sidebar .filter-by,.cardBrowser .sidebar .open .sort-header,.cardBrowser .open .sidebar .sort-header,.sidebar .card .callout,.card .sidebar .callout,.sidebar .guide h6,.guide .sidebar h6{margin-bottom:0.8em}.like_button button{background-color:none;border:none;height:auto;width:auto;padding:0;background:none;color:#ccc;font-size:28px}.like_button button.liked{color:#ec1d2f}.like_button button:hover{color:#b3b3b3}.like_button button.liked:hover{color:#b3b3b3}.Input,.Textarea.hasError,.Textarea,.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{background-color:#eee;border:1px solid #eee;color:#444;display:block;font-weight:300;padding:5px;width:100%}.Input:focus,.Textarea:focus,.littleForm input[type=date]:focus,.littleForm input[type=datetime-local]:focus,.littleForm input[type=email]:focus,.littleForm input[type=number]:focus,.littleForm input[type=password]:focus,.littleForm input[type=tel]:focus,.littleForm input[type=text]:focus,.littleForm input[type=url]:focus,.littleForm textarea:focus{background-color:white;border-color:#ccc}.Input.hasError,.hasError.Textarea,.littleForm input.hasError[type=date],.littleForm input.hasError[type=datetime-local],.littleForm input.hasError[type=email],.littleForm input.hasError[type=number],.littleForm input.hasError[type=password],.littleForm input.hasError[type=tel],.littleForm input.hasError[type=text],.littleForm input.hasError[type=url],.littleForm textarea.hasError{border:1px;border-left:8px solid #ed258f}.Input.hasError:focus,.hasError.Textarea:focus,.littleForm input.hasError[type=date]:focus,.littleForm input.hasError[type=datetime-local]:focus,.littleForm input.hasError[type=email]:focus,.littleForm input.hasError[type=number]:focus,.littleForm input.hasError[type=password]:focus,.littleForm input.hasError[type=tel]:focus,.littleForm input.hasError[type=text]:focus,.littleForm input.hasError[type=url]:focus,.littleForm textarea.hasError:focus{background-color:#eee;border-left:8px solid #ed258f}.Input--url{padding-left:2em}.InputMask{position:relative}.InputMask-icon{color:#888;display:inline-block;left:8px;line-height:1.5;position:absolute;top:8px}.Field{margin-bottom:22px}.Field input.error{border:1px;border-left:6px solid #ed258f !important}.Field label.error{color:#444;font-weight:400}.Field.Field--checkbox .Field-checkboxInput{display:table-cell;vertical-align:middle}.Field.Field--checkbox .Field-checkboxLabel{display:table-cell;vertical-align:top}.Field-charCount{color:#aaa;margin-top:5px}.Field-error{color:#ed258f;display:block;font-weight:400}.Field-helpText{color:#888;font-size:0.9em}.Field-label,.littleForm label{color:#888;display:block;font-size:0.9em;font-weight:300}.Field-meta{margin-bottom:0.309em}.Input,.Textarea.hasError,.Textarea,.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{background-color:#eee;border:1px solid #eee;color:#444;display:block;font-weight:300;padding:5px;width:100%}.Input:focus,.Textarea:focus,.littleForm input[type=date]:focus,.littleForm input[type=datetime-local]:focus,.littleForm input[type=email]:focus,.littleForm input[type=number]:focus,.littleForm input[type=password]:focus,.littleForm input[type=tel]:focus,.littleForm input[type=text]:focus,.littleForm input[type=url]:focus,.littleForm textarea:focus{background-color:white;border-color:#ccc}.Input.hasError,.hasError.Textarea,.littleForm input.hasError[type=date],.littleForm input.hasError[type=datetime-local],.littleForm input.hasError[type=email],.littleForm input.hasError[type=number],.littleForm input.hasError[type=password],.littleForm input.hasError[type=tel],.littleForm input.hasError[type=text],.littleForm input.hasError[type=url],.littleForm textarea.hasError{border:1px;border-left:8px solid #ed258f}.Input.hasError:focus,.hasError.Textarea:focus,.littleForm input.hasError[type=date]:focus,.littleForm input.hasError[type=datetime-local]:focus,.littleForm input.hasError[type=email]:focus,.littleForm input.hasError[type=number]:focus,.littleForm input.hasError[type=password]:focus,.littleForm input.hasError[type=tel]:focus,.littleForm input.hasError[type=text]:focus,.littleForm input.hasError[type=url]:focus,.littleForm textarea.hasError:focus{background-color:#eee;border-left:8px solid #ed258f}.Input--url{padding-left:2em}.InputMask{position:relative}.InputMask-icon{color:#888;display:inline-block;left:8px;line-height:1.5;position:absolute;top:8px}.Select,.littleForm select{-moz-appearance:none;-webkit-appearance:none;background-color:#eee;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/arrow-dark-grey-down-21651cadd1a8337b80b5e6c6455b1455c8f5814c2e0bd68212a0558320661637.png);background-position:right 9px center;background-repeat:no-repeat;background-size:15px;border:1px solid #aaa;border-radius:0;margin:5px 0;padding:5px 9px;padding-right:33px;width:auto}.Select::-ms-expand,.littleForm select::-ms-expand{display:none}.Select:focus,.littleForm select:focus{background-color:#fff;border-color:#ccc}.Select--fullWidth{width:100%}.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{margin:5px 0}.littleForm input[type=date],.littleForm input[type=datetime-local]{line-height:normal;padding:4px 5px}.littleForm input.form-control[type=checkbox]{margin-top:15px;height:12px}.littleForm .Field.control-group input[type=checkbox],.littleForm input[type=radio]{position:initial;margin:4px 0 0 0}.littleForm input[type=file]{background:none;border:none}.littleForm input[type=hidden]{display:none}.littleForm input[type=submit]{margin-top:2em}.littleForm .input-group-addon{border:none}.littleForm label{margin-top:22px}.littleForm label.control-label{margin-top:0}.littleForm select#event_date_1i{min-width:85px}.littleForm select#event_date_2i{min-width:120px}.littleForm select#event_date_3i{min-width:60px}.littleForm select#event_date_4i{min-width:90px}.littleForm select#event_date_5i{min-width:60px}.littleForm select.product-quantity{max-width:none;width:auto}.littleForm .tertiary-action{font-size:0.75em;font-weight:400;text-transform:uppercase}.littleForm .wysihtml5-toolbar{float:right}.littleForm .field_with_errors input[type=date],.littleForm .field_with_errors input[type=datetime-local],.littleForm .field_with_errors input[type=email],.littleForm .field_with_errors input[type=password],.littleForm .field_with_errors input[type=tel],.littleForm .field_with_errors input[type=text],.littleForm .field_with_errors input[type=url],.littleForm .field_with_errors textarea{border:1px;border-left:8px solid #ed258f}.littleForm .field_with_errors input[type=date]:focus,.littleForm .field_with_errors input[type=datetime-local]:focus,.littleForm .field_with_errors input[type=email]:focus,.littleForm .field_with_errors input[type=password]:focus,.littleForm .field_with_errors input[type=tel]:focus,.littleForm .field_with_errors input[type=text]:focus,.littleForm .field_with_errors input[type=url]:focus,.littleForm .field_with_errors textarea:focus{background-color:#eee}.theme--light-highlight .littleForm input[type=date],.theme--light-highlight .littleForm input[type=datetime-local],.theme--light-highlight .littleForm input[type=email],.theme--light-highlight .littleForm input[type=password],.theme--light-highlight .littleForm input[type=tel],.theme--light-highlight .littleForm input[type=text],.theme--light-highlight .littleForm input[type=url],.theme--light-highlight .littleForm textarea{background-color:white;border-color:white}.theme--light-highlight .littleForm input[type=date]:focus,.theme--light-highlight .littleForm input[type=datetime-local]:focus,.theme--light-highlight .littleForm input[type=email]:focus,.theme--light-highlight .littleForm input[type=password]:focus,.theme--light-highlight .littleForm input[type=tel]:focus,.theme--light-highlight .littleForm input[type=text]:focus,.theme--light-highlight .littleForm input[type=url]:focus,.theme--light-highlight .littleForm textarea:focus{border-color:#ccc}.theme--light-highlight .littleForm select{background-color:white}.theme--light-highlight .littleForm select:focus{border-color:#ccc}.control-group.check_boxes .controls{background-color:#eee;padding:5px}.control-group.check_boxes .controls::-webkit-scrollbar{-webkit-appearance:none;width:7px}.control-group.check_boxes .controls::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,0.5);box-shadow:0 0 1px rgba(255,255,255,0.5)}.control-group.check_boxes .controls::-webkit-scrollbar-corner{background:inherit}.control-group.check_boxes .controls label{margin:0px 5px;padding-left:20px}.control-group.check_boxes .controls label input{margin-top:5px}.radio_buttons .controls{margin-left:10px}.radio_buttons .controls .radio input{margin-top:0}.control-group.error input[type=email],.control-group.error input[type=password],.control-group.error input[type=tel],.control-group.error input[type=text],.control-group.error textarea{border:1px;border-left:8px solid #ed258f}.control-group.error input[type=email]:focus,.control-group.error input[type=password]:focus,.control-group.error input[type=tel]:focus,.control-group.error input[type=text]:focus,.control-group.error textarea:focus{background-color:#eee}.control-group.error .help-inline{color:#ed258f;display:block;font-weight:400}.form-group{padding-bottom:10px}.form-group input{border:1px solid #eee;padding-left:12px}.form-group input.error{border:1px;border-left:6px solid #ed258f !important}.form-group input,.form-group select{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;background:#eee;color:#444;float:none !important}.form-group input.wide,.form-group select.wide{width:100%}.form-group label{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;color:#888}.form-group label.error{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;color:#ed258f;font-size:16px;font-weight:400 !important;margin-top:0}.form-group select{padding-right:0px}input[type=checkbox],input[type=radio]{float:left;margin-right:10px !important;width:auto !important}.press-quotes{color:#444;font-size:1.2em}.press-quotes .quote .logo{display:block;height:22px;margin:10px auto}.press-quotes .quote a,.press-quotes .quote a.Byline .Byline-name,a.Byline .press-quotes .quote .Byline-name,.press-quotes .quote .Byline--link .Byline-name,.Byline--link .press-quotes .quote .Byline-name{color:#444}@media (max-width: 991px){.press-quotes .quote{font-size:1em;display:none}}@media (max-width: 767px){.press-quotes .quote{font-size:1.4em}}@media (max-width: 767px){.press-quotes .quote:nth-last-of-type(2){display:none}}@media (max-width: 480px){.press-quotes .quote{font-size:1em}}.Press{text-align:center}.Press .Press-description{margin-top:15px;max-width:100%}.Press .Press-image--source{height:30px;max-width:220px}.Press .Press-image--award{margin-bottom:30px;max-height:140px;max-width:160px;padding-top:15px}@media (min-width: 768px){.Press .Press-container{max-width:50%}}@media (min-width: 768px) and (max-width: 991px){.Press .Press-container.col-sm-6{padding-bottom:20px}}@media (min-width: 992px){.Press .Press-container{max-width:33.333%}}.Press .Press-video{background-position:center;background-repeat:no-repeat;background-size:cover;height:100px;margin-top:15px;width:175px}@media (max-width: 767px){.Press .carousel-indicators{left:0;margin-left:0;position:relative;width:100%}}.modal-backdrop{background:#fff}.modal-backdrop.in{opacity:0.7}.modal-solid-backdrop{background:#5f027e}.modal-solid-backdrop.in{opacity:1}.modal-content{border-radius:0;-ms-box-shadow:none;box-shadow:none}.modal-header{border-bottom:none}.modal-body{padding:0.5em 1.5em 1.5em}@media (min-width: 768px){#mini-cart-modal .modal-dialog{width:666px}}#mini-cart-modal .card{margin-bottom:1em}#mini-cart-modal .Image{height:150px}#mini-cart-modal .thumb .card-price .small{display:none}#mini-cart-modal .thumb .Image{height:104px}#mini-cart-modal .upsell-section{margin-top:2em}.newsletter-signup-modal .modal-dialog{max-width:300px;margin:auto;margin-top:6em}@media (min-width: 500px){.newsletter-signup-modal .modal-dialog{max-width:400px}}.newsletter-signup-modal .modal-body{text-align:center;padding-bottom:33px}@media (min-width: 500px){.newsletter-signup-modal .modal-body{padding-left:55px;padding-right:55px;padding-bottom:44px}}.newsletter-signup-modal .modal-body .section-title{margin-bottom:1em}.newsletter-signup-modal .modal-body .newsletter-signup .email{background:#eee;margin-top:9px;width:90%}.newsletter-signup-modal .modal-body .newsletter-signup .button{margin-top:15px}.bare{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0}.btn,.newsletter-signup-modal .modal-body .newsletter-signup .button{border-radius:2px;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;border-width:1px;font-size:14px;letter-spacing:1px;min-width:150px;padding:14px 35px;text-transform:uppercase}.btn.disabled,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button,.btn[disabled],.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]{background:#ccc;border-color:#ccc;color:#fff}.btn.disabled:active,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button:active,.btn.disabled:focus,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button:focus,.btn.disabled:hover,.newsletter-signup-modal .modal-body .newsletter-signup .disabled.button:hover,.btn[disabled]:active,.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]:active,.btn[disabled]:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]:focus,.btn[disabled]:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button[disabled]:hover{background:#ccc;border-color:#ccc}.btn-xs,.btn-group-xs>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-xs>.button{border-radius:2px;font-size:12px;min-width:80px;padding:10px 15px}.btn-sm,.btn-group-sm>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .btn-group-sm>.button{border-radius:2px;min-width:120px;padding:13px 30px}.btn-lg,.btn-group-lg>.btn,.newsletter-signup-modal .modal-body .newsletter-signup .button{border-radius:2px;font-size:16px;min-width:200px;padding:20px 40px}.btn-default{color:#222;background:#ccc;font-weight:400}.btn-default:active,.btn-default:focus,.btn-default:hover{background:#888;border-color:#888;color:#fff}.btn-primary,.newsletter-signup-modal .modal-body .newsletter-signup .button{background:#5f027e;border-color:#5f027e}.btn-primary:active,.newsletter-signup-modal .modal-body .newsletter-signup .button:active,.btn-primary:focus,.newsletter-signup-modal .modal-body .newsletter-signup .button:focus,.btn-primary:hover,.newsletter-signup-modal .modal-body .newsletter-signup .button:hover{background:#2f013e;border-color:#2f013e}.btn-darkpurple{background:#2f013e;border-color:#2f013e;color:#fff}.btn-darkpurple:active,.btn-darkpurple:focus,.btn-darkpurple:hover{background:#5f027e;border-color:#5f027e;color:#fff}.btn-brightpurple{background:#8e07ba;border-color:#8e07ba;color:#fff}.btn-brightpurple:active,.btn-brightpurple:focus,.btn-brightpurple:hover{background:#5f027e;border-color:#5f027e;color:#fff}.btn-secondary-brightpurple{background:#fff;border-color:#8e07ba;color:#8e07ba}.btn-secondary-brightpurple:active,.btn-secondary-brightpurple:focus,.btn-secondary-brightpurple:hover{background:#5f027e;border-color:#5f027e;color:#fff}.btn-secondary{background:#fff;border-color:#5f027e;color:#5f027e}.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover{background:#2f013e;border-color:#2f013e;color:#fff}.btn-secondary-gray{background:#fff;border-color:#444;color:#444}.btn-secondary-gray:active,.btn-secondary-gray:focus,.btn-secondary-gray:hover{background:#444;border-color:#444;color:#fff}.btn-secondary-white{background:none;border-color:#fff;color:#fff}.btn-secondary-white:active,.btn-secondary-white:focus,.btn-secondary-white:hover{background:#fff;color:#222}.btn-orange{background:#ff8a00;border-color:#ff8a00;color:#fff}.btn-orange:active,.btn-orange:focus,.btn-orange:hover{background:#e67c00;border-color:#e67c00;color:#fff}.btn-white{background:#fff;color:#444}.btn-white:active,.btn-white:focus,.btn-white:hover{background:#ccc}.btn-white-purple{background:#fff;border-color:#fff;color:#5f027e}.btn-white-purple:active,.btn-white-purple:focus,.btn-white-purple:hover{color:#8e07ba}.btn-pink{background:#ed258f;border-color:#D40C76;color:#fff}.btn-pink:active,.btn-pink:focus,.btn-pink:hover{background:#D40C76;border-color:#D40C76;color:#fff}.btn-secondary-pink{background:#fff;border-color:#ed258f;color:#ed258f}.btn-secondary-pink:active,.btn-secondary-pink:focus,.btn-secondary-pink:hover{background:#fff;border-color:#D40C76;color:#D40C76}.btn-tertiary-pink{background:#ed258f;border-color:#D40C76;color:#fff}.btn-tertiary-pink:active,.btn-tertiary-pink:focus,.btn-tertiary-pink:hover{background:#fff;border-color:#ed258f;color:#ed258f}.btn-gray{background:#444;border-color:#444;color:#fff}.btn-gray:active,.btn-gray:focus,.btn-gray:hover{background:#222;border-color:#222;color:#fff}.social-login{background:#5f027e;border-radius:4px;padding:5px 0px;font-size:18px;text-align:center;color:white;width:100%;display:block;margin:15px 0;font-weight:200}.social-login:hover{color:white;text-decoration:none}.social-login span{margin-left:10px}.social-login.github{background-color:#444}.social-login.github:hover{background-color:#2b2b2b}.social-login.facebook{background-color:#3b5998}.social-login.facebook:hover{background-color:#2d4373}.social-login.google{background:#4285F4;background-color:#4285F4}.social-login.google:hover{background-color:#4285F4}.social-login.twitter{background-color:#55acee}.social-login.twitter:hover{background-color:#2795e9}.social-login i{font-size:1em}.btn-theme--dark{background:#444;border-color:#444;color:#fff}.btn-theme--dark:hover{border-color:#5f027e;background:#5f027e;color:#fff}.ResourceContentCard{background:white;border-radius:8px;margin-top:35px;max-width:360px}.ResourceContentCard.ResourceContentCard--middle{margin-left:auto;margin-right:auto}.ResourceContentCard.ResourceContentCard--bordered{border:1px solid #eee}.ResourceContentCard-content{min-height:360px;padding-top:30px;position:relative}.ResourceContentCard-content .ResourceContentCard-img{margin:0 auto 20px;max-height:147px;padding:0 15px}.ResourceContentCard-content .ResourceContentCard-lock{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.ResourceContentCard-content .btn,.ResourceContentCard-content .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .ResourceContentCard-content .button{margin-bottom:30px}.ResourceContentCard-content .ResourceContentCard-ctaOverrideText{color:#ed258f;font-weight:300}.ResourceContentCard-title{font-weight:600}.ResourceContentCard-subtitle{color:#666;font-weight:100;margin-bottom:15px;margin-top:10px}.education-power-images{width:260px;height:130px}.btn-education-wrapper{position:relative}.btn-education{line-height:0;text-align:center;font-weight:400;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:132px;left:-111px}.btn-education .education-span{margin-left:10px}.code-kit-resource-button{margin:0 auto;display:block;width:275px;padding:14px 0px;margin-bottom:30px}.User-Avatar{border:1px solid #ccc;border-radius:50%}@media (max-width: 479px){.User-Avatar--Invention{width:50px}}.User-Avatar--side{float:left;margin-right:1em}.User-Bio--more{font-weight:500;margin-left:1em}.User-Bio--more i{font-size:0.66em}@media (max-width: 374px){.User-Username{max-width:190px}}@media (max-width: 767px){.User-Username{max-width:240px}}.User-Tile{margin-bottom:2em}.User-Tile .User-Username{margin-bottom:0.33em;max-width:150px}.User-Location{color:#888}.User-Location .glyphicon-map-marker{color:#aaa;top:2px}.feedbackBalloon{bottom:9px;left:9px;position:fixed;z-index:999}.lb-navigation .lb-navigation__menu.ui.text.menu .lb-navigation__meta{padding-right:0}.lb-navigation .lb-navigation__menu.ui.text.menu .lb-navigation__account{padding-left:0}.lb-navigation .lb-logo{max-width:141px;margin-right:20px}@media (min-width: 1400px){.lb-navigation .ui.grid{margin-right:0;margin-left:0}}.lb-navigation .lb-navigation__menu{display:grid;grid-template-columns:auto auto 2fr auto;padding:0 34px 0 25px;grid-template-rows:1fr;height:80px}.lb-navigation .header{height:80px}.lb-navigation .lb-navigation__right{justify-self:flex-end}.lb-navigation .lb-navigation__left .menu,.lb-navigation .lb-navigation__right .menu{margin:0}.lb-navigation .lb-navigation__left .menu{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-navigation .lb-navigation__right .item,.lb-navigation .lb-navigation__left .item{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;-webkit-font-smoothing:antialiased}.lb-navigation .divider{width:2px;height:26px;background:rgba(131,0,212,0.8);margin:0 10px}.lb-featured-kit-selection .text{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#5f027e}.lb-featured-kit-selection i.dropdown.icon{color:#EA2D8F}.lb-navigation-mobile-dropdown.ui.vertical.menu{width:100%;top:81px;height:100%}.lb-navigation-mobile__toggle-button{background:transparent;border:0;height:40px;width:40px}.lb-navigation__subnav.lb-navigation__subnav--scrolled.ui.fixed.menu{top:0;width:-webkit-calc(100% - 147px);width:calc(100% - 147px);padding-right:0;z-index:101}@media (min-width: 1200px){.lb-navigation__subnav.lb-navigation__subnav--scrolled.ui.fixed.menu{width:-webkit-calc(100% - 155px);width:calc(100% - 155px)}}.lb-navigation__subnav.ui.fixed.menu{top:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;min-height:80px;max-height:80px;height:100%;display:none;grid-template-columns:177px 2fr 1fr;padding:0 34px 0 25px;grid-template-rows:1fr;z-index:10}@media (min-width: 992px){.lb-navigation__subnav.ui.fixed.menu{display:grid}}.lb-navigation__subnav.ui.fixed.menu .lb-navigation__links.item{grid-column:2/3;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-bottom:0;height:100%}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item--active:after{content:'';border-bottom:4px solid #8D1CB7;position:absolute;bottom:0;left:0;right:0;margin:auto}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item{font-size:14px;height:100%;position:relative}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a.Byline .Byline-name,a.Byline .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline--link .Byline-name,.Byline--link .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name{color:#2E043D}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a:hover,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a.Byline .Byline-name:hover,a.Byline .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name:hover,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline--link .Byline-name:hover,.Byline--link .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name:hover{text-decoration:none}@media (max-width: 1199px){.lb-toolbar__item a,.lb-toolbar__item a.Byline .Byline-name,a.Byline .lb-toolbar__item .Byline-name,.lb-toolbar__item .Byline--link .Byline-name,.Byline--link .lb-toolbar__item .Byline-name{font-size:14px !important}}.lb-navigation .lb-navigation__left .lb-dropdown{width:auto}.lb-navigation__right .ui.menu .item{text-transform:uppercase}@media (max-width: 1199px){.lb-navigation-dropdown .text{font-size:14px !important}}@media (min-width: 992px){.lb-navigation .lb-navigation__left .dropdown.item>.lb-navigation-dropdown{border-radius:2px;min-width:521px;padding:25px 20px;top:45px}.lb-navigation .lb-navigation__left .dropdown.item>.lb-navigation-dropdown .item{padding:0 !important;width:33% !important;text-align:left;margin-top:25px;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400}}.lb-dropdown{width:auto !important}.lb-navigation-dropdown__items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lb-navigation-dropdown__title{color:#000;text-transform:uppercase;font-size:10px}#nav-bar{background:white;border-bottom:1px solid #eee;font-weight:300;height:auto}#nav-bar .shop-nav{font-size:14px;text-align:center;text-transform:uppercase}#nav-bar .shop-nav .menu-item a,#nav-bar .shop-nav .menu-item a.Byline .Byline-name,a.Byline #nav-bar .shop-nav .menu-item .Byline-name,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name{padding:5px 28px;color:#fff}#nav-bar .shop-nav .menu-item a.current span,#nav-bar .shop-nav .menu-item a.Byline .current.Byline-name span,a.Byline #nav-bar .shop-nav .menu-item .current.Byline-name span,#nav-bar .shop-nav .menu-item .Byline--link .current.Byline-name span,.Byline--link #nav-bar .shop-nav .menu-item .current.Byline-name span,#nav-bar .shop-nav .menu-item a:hover span,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover span,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover span,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover span,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover span{color:#fff;position:relative}#nav-bar .shop-nav .menu-item a.current span::after,#nav-bar .shop-nav .menu-item a.Byline .current.Byline-name span::after,a.Byline #nav-bar .shop-nav .menu-item .current.Byline-name span::after,#nav-bar .shop-nav .menu-item .Byline--link .current.Byline-name span::after,.Byline--link #nav-bar .shop-nav .menu-item .current.Byline-name span::after,#nav-bar .shop-nav .menu-item a:hover span::after,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover span::after,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover span::after,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover span::after,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover span::after{background-color:#8e07ba;content:"";width:120%;left:-10%;bottom:-8px;position:absolute;height:4px}#nav-bar .shop-nav .menu-item a:hover,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover{text-decoration:none}@media (max-width: 1024px){#nav-bar .shop-nav .menu-item a,#nav-bar .shop-nav .menu-item a.Byline .Byline-name,a.Byline #nav-bar .shop-nav .menu-item .Byline-name,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name{padding:33px 12px;text-align:left}#nav-bar .shop-nav .menu-item li:first-child{border-top:1px solid #eee}}#nav-bar .admin-header{width:480px;margin-left:140px}@media (min-width: 1025px){.main-nav a div.nav-chevron,a.Byline .main-nav .Byline-name div.nav-chevron,.main-nav .Byline--link .Byline-name div.nav-chevron,.Byline--link .main-nav .Byline-name div.nav-chevron{display:none}}.subnav--no-children{border-top:1px solid #ccc}.header--intro,.header--home{border:0}.header-description{margin:1em 0 1.5em}.subnav-menu{background:#2f013e;font-size:14px;font-weight:300;list-style:none;margin:10px 0 0;padding:0;text-align:center;text-transform:uppercase}.subnav-menu li{display:inline-block}.subnav-menu a,.subnav-menu a.Byline .Byline-name,a.Byline .subnav-menu .Byline-name,.subnav-menu .Byline--link .Byline-name,.Byline--link .subnav-menu .Byline-name{color:#fff;display:block;padding:13px 45px}@media (max-width: 991px){.subnav-menu a,.subnav-menu a.Byline .Byline-name,a.Byline .subnav-menu .Byline-name,.subnav-menu .Byline--link .Byline-name,.Byline--link .subnav-menu .Byline-name{padding:13px 20px}}.subnav-menu a.current,.subnav-menu a.Byline .current.Byline-name,a.Byline .subnav-menu .current.Byline-name,.subnav-menu .Byline--link .current.Byline-name,.Byline--link .subnav-menu .current.Byline-name,.subnav-menu a:hover,.subnav-menu a.Byline .Byline-name:hover,a.Byline .subnav-menu .Byline-name:hover,.subnav-menu .Byline--link .Byline-name:hover,.Byline--link .subnav-menu .Byline-name:hover{text-decoration:none}.subnav-menu a.current span,.subnav-menu a.Byline .current.Byline-name span,a.Byline .subnav-menu .current.Byline-name span,.subnav-menu .Byline--link .current.Byline-name span,.Byline--link .subnav-menu .current.Byline-name span,.subnav-menu a:hover span,.subnav-menu a.Byline .Byline-name:hover span,a.Byline .subnav-menu .Byline-name:hover span,.subnav-menu .Byline--link .Byline-name:hover span,.Byline--link .subnav-menu .Byline-name:hover span{border-bottom:1px solid #fff;padding-bottom:2px}.horizontal-slide{overflow-x:scroll;white-space:nowrap;width:100%;-ms-overflow-style:none;overflow:-moz-scrollbars-none}.horizontal-slide::-webkit-scrollbar{display:none}.header--checkout{border:none}@media (max-width: 767px){.subnav-menu a.current span,.subnav-menu a.Byline .current.Byline-name span,a.Byline .subnav-menu .current.Byline-name span,.subnav-menu .Byline--link .current.Byline-name span,.Byline--link .subnav-menu .current.Byline-name span,.subnav-menu a:hover span,.subnav-menu a.Byline .Byline-name:hover span,a.Byline .subnav-menu .Byline-name:hover span,.subnav-menu .Byline--link .Byline-name:hover span,.Byline--link .subnav-menu .Byline-name:hover span{padding-bottom:4px}}footer#site-footer{background-color:#190b24;color:#ffffff;font-size:.9em;padding-top:100px}footer#site-footer li.social{color:#ffffff;font-size:.6em;display:inline-block}footer#site-footer a.social-link,footer#site-footer a.Byline .social-link.Byline-name,a.Byline footer#site-footer .social-link.Byline-name,footer#site-footer .Byline--link .social-link.Byline-name,.Byline--link footer#site-footer .social-link.Byline-name{color:#ffffff}footer#site-footer .icon-fallback-text{position:absolute !important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}footer#site-footer .icon{display:inline-block;vertical-align:middle;width:2em;height:2em}footer#site-footer.minimal{padding:0}footer#site-footer.minimal #legal{border-top:0;margin-top:0}footer#site-footer a,footer#site-footer a.Byline .Byline-name,a.Byline footer#site-footer .Byline-name,footer#site-footer .Byline--link .Byline-name,.Byline--link footer#site-footer .Byline-name,footer#site-footer a:hover{color:#ffffff}footer#site-footer .title-sm.strong,footer#site-footer .ResourceCard .strong.ResourceCard-title,.ResourceCard footer#site-footer .strong.ResourceCard-title,footer#site-footer .strong.ProductList-heading,footer#site-footer .cardBrowser .strong.menu-header,footer#site-footer .cardBrowser .open .strong.filter-by,footer#site-footer .cardBrowser .open .strong.sort-header,.cardBrowser footer#site-footer .strong.menu-header,.cardBrowser footer#site-footer .open .strong.filter-by,.cardBrowser .open footer#site-footer .strong.filter-by,.cardBrowser footer#site-footer .open .strong.sort-header,.cardBrowser .open footer#site-footer .strong.sort-header,footer#site-footer .card .strong.callout,.card footer#site-footer .strong.callout,footer#site-footer .guide h6.strong,.guide footer#site-footer h6.strong,footer#site-footer .InventionCycleDiagram .title-sm.InventionCycleDiagram-label,footer#site-footer .InventionCycleDiagram .ResourceCard .InventionCycleDiagram-label.ResourceCard-title,.ResourceCard footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.ResourceCard-title,footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.ProductList-heading,footer#site-footer .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-label.menu-header,footer#site-footer .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-label.filter-by,footer#site-footer .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-label.sort-header,.cardBrowser footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.menu-header,.cardBrowser footer#site-footer .InventionCycleDiagram .open .InventionCycleDiagram-label.filter-by,.cardBrowser .open footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.filter-by,.cardBrowser footer#site-footer .InventionCycleDiagram .open .InventionCycleDiagram-label.sort-header,.cardBrowser .open footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.sort-header,footer#site-footer .InventionCycleDiagram .card .InventionCycleDiagram-label.callout,.card footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-label.callout,footer#site-footer .InventionCycleDiagram .guide h6.InventionCycleDiagram-label,.guide footer#site-footer .InventionCycleDiagram h6.InventionCycleDiagram-label,.InventionCycleDiagram footer#site-footer .title-sm.InventionCycleDiagram-label,.InventionCycleDiagram footer#site-footer .ResourceCard .InventionCycleDiagram-label.ResourceCard-title,.ResourceCard .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.ResourceCard-title,.InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.ProductList-heading,.InventionCycleDiagram footer#site-footer .cardBrowser .InventionCycleDiagram-label.menu-header,.InventionCycleDiagram footer#site-footer .cardBrowser .open .InventionCycleDiagram-label.filter-by,.InventionCycleDiagram footer#site-footer .cardBrowser .open .InventionCycleDiagram-label.sort-header,.cardBrowser .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.menu-header,.cardBrowser .InventionCycleDiagram footer#site-footer .open .InventionCycleDiagram-label.filter-by,.cardBrowser .open .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.filter-by,.cardBrowser .InventionCycleDiagram footer#site-footer .open .InventionCycleDiagram-label.sort-header,.cardBrowser .open .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.sort-header,.InventionCycleDiagram footer#site-footer .card .InventionCycleDiagram-label.callout,.card .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-label.callout,.InventionCycleDiagram footer#site-footer .guide h6.InventionCycleDiagram-label,.guide .InventionCycleDiagram footer#site-footer h6.InventionCycleDiagram-label,footer#site-footer .InventionCycleDiagram .title-sm.InventionCycleDiagram-title,footer#site-footer .InventionCycleDiagram .ResourceCard .InventionCycleDiagram-title.ResourceCard-title,.ResourceCard footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.ResourceCard-title,footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.ProductList-heading,footer#site-footer .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-title.menu-header,footer#site-footer .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-title.filter-by,footer#site-footer .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-title.sort-header,.cardBrowser footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.menu-header,.cardBrowser footer#site-footer .InventionCycleDiagram .open .InventionCycleDiagram-title.filter-by,.cardBrowser .open footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.filter-by,.cardBrowser footer#site-footer .InventionCycleDiagram .open .InventionCycleDiagram-title.sort-header,.cardBrowser .open footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.sort-header,footer#site-footer .InventionCycleDiagram .card .InventionCycleDiagram-title.callout,.card footer#site-footer .InventionCycleDiagram .InventionCycleDiagram-title.callout,footer#site-footer .InventionCycleDiagram .guide h6.InventionCycleDiagram-title,.guide footer#site-footer .InventionCycleDiagram h6.InventionCycleDiagram-title,.InventionCycleDiagram footer#site-footer .title-sm.InventionCycleDiagram-title,.InventionCycleDiagram footer#site-footer .ResourceCard .InventionCycleDiagram-title.ResourceCard-title,.ResourceCard .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.ResourceCard-title,.InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.ProductList-heading,.InventionCycleDiagram footer#site-footer .cardBrowser .InventionCycleDiagram-title.menu-header,.InventionCycleDiagram footer#site-footer .cardBrowser .open .InventionCycleDiagram-title.filter-by,.InventionCycleDiagram footer#site-footer .cardBrowser .open .InventionCycleDiagram-title.sort-header,.cardBrowser .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.menu-header,.cardBrowser .InventionCycleDiagram footer#site-footer .open .InventionCycleDiagram-title.filter-by,.cardBrowser .open .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.filter-by,.cardBrowser .InventionCycleDiagram footer#site-footer .open .InventionCycleDiagram-title.sort-header,.cardBrowser .open .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.sort-header,.InventionCycleDiagram footer#site-footer .card .InventionCycleDiagram-title.callout,.card .InventionCycleDiagram footer#site-footer .InventionCycleDiagram-title.callout,.InventionCycleDiagram footer#site-footer .guide h6.InventionCycleDiagram-title,.guide .InventionCycleDiagram footer#site-footer h6.InventionCycleDiagram-title,footer#site-footer .InventionCycleCarousel .title-sm.InventionCycleCarousel-label,footer#site-footer .InventionCycleCarousel .ResourceCard .InventionCycleCarousel-label.ResourceCard-title,.ResourceCard footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.ResourceCard-title,footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.ProductList-heading,footer#site-footer .InventionCycleCarousel .cardBrowser .InventionCycleCarousel-label.menu-header,footer#site-footer .InventionCycleCarousel .cardBrowser .open .InventionCycleCarousel-label.filter-by,footer#site-footer .InventionCycleCarousel .cardBrowser .open .InventionCycleCarousel-label.sort-header,.cardBrowser footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.menu-header,.cardBrowser footer#site-footer .InventionCycleCarousel .open .InventionCycleCarousel-label.filter-by,.cardBrowser .open footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.filter-by,.cardBrowser footer#site-footer .InventionCycleCarousel .open .InventionCycleCarousel-label.sort-header,.cardBrowser .open footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.sort-header,footer#site-footer .InventionCycleCarousel .card .InventionCycleCarousel-label.callout,.card footer#site-footer .InventionCycleCarousel .InventionCycleCarousel-label.callout,footer#site-footer .InventionCycleCarousel .guide h6.InventionCycleCarousel-label,.guide footer#site-footer .InventionCycleCarousel h6.InventionCycleCarousel-label,.InventionCycleCarousel footer#site-footer .title-sm.InventionCycleCarousel-label,.InventionCycleCarousel footer#site-footer .ResourceCard .InventionCycleCarousel-label.ResourceCard-title,.ResourceCard .InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.ResourceCard-title,.InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.ProductList-heading,.InventionCycleCarousel footer#site-footer .cardBrowser .InventionCycleCarousel-label.menu-header,.InventionCycleCarousel footer#site-footer .cardBrowser .open .InventionCycleCarousel-label.filter-by,.InventionCycleCarousel footer#site-footer .cardBrowser .open .InventionCycleCarousel-label.sort-header,.cardBrowser .InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.menu-header,.cardBrowser .InventionCycleCarousel footer#site-footer .open .InventionCycleCarousel-label.filter-by,.cardBrowser .open .InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.filter-by,.cardBrowser .InventionCycleCarousel footer#site-footer .open .InventionCycleCarousel-label.sort-header,.cardBrowser .open .InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.sort-header,.InventionCycleCarousel footer#site-footer .card .InventionCycleCarousel-label.callout,.card .InventionCycleCarousel footer#site-footer .InventionCycleCarousel-label.callout,.InventionCycleCarousel footer#site-footer .guide h6.InventionCycleCarousel-label,.guide .InventionCycleCarousel footer#site-footer h6.InventionCycleCarousel-label{border-bottom:1px solid #ffffff;color:#ffffff;font-size:1em;margin-bottom:0.5em;padding-bottom:0.5em}footer#site-footer li a,footer#site-footer li a.Byline .Byline-name,a.Byline footer#site-footer li .Byline-name,footer#site-footer li .Byline--link .Byline-name,.Byline--link footer#site-footer li .Byline-name{color:#ffffff;display:block;font-weight:300;line-height:22px}footer#site-footer li a:hover,footer#site-footer li a.Byline .Byline-name:hover,a.Byline footer#site-footer li .Byline-name:hover,footer#site-footer li .Byline--link .Byline-name:hover,.Byline--link footer#site-footer li .Byline-name:hover{text-decoration:underline}footer#site-footer #legal{padding:50px 50px 50px 50px}footer#site-footer #stamps{padding-top:15px;text-align:right}footer#site-footer #stamps .svg:first-child{margin-right:25px}footer#site-footer .svg{display:inline-block}footer#site-footer .svg-facebook{position:relative;top:3px}footer#site-footer .footer-column{width:20%;padding-bottom:20px}@media (max-width: 991px){footer#site-footer .col-xs-6 ul{margin-bottom:44px}footer#site-footer .footer-column{width:33%}}@media (max-width: 767px){footer#site-footer .even-out ul{height:133px}footer#site-footer #legal,footer#site-footer #stamps{text-align:center}footer#site-footer #legal ul{text-align:center}}@media (max-width: 479px){footer#site-footer .footer-column{width:50%}}.user-avatar{border-radius:50%;border:1px solid #ccc;margin-right:1.5em;float:left}.user-tile{min-height:8em}.user-tile h3{padding-bottom:0.5em}.user-tile .user-bio{clear:both;font-size:1em;padding-top:1em;padding-bottom:1em}.user-tile .user-info{padding-top:25px;word-break:break-all}.user-tile .user-info .user-location{color:#888}.user-tile .user-info .glyphicon-map-marker{color:#aaa;top:2px}.user-tile div{line-height:1.66em}.hidable-revealer{text-align:center;padding:0;border:0;border-bottom:1px solid #eeeeee;clear:both;margin-bottom:1em}.hidable-revealer .hidable-toggler{color:#666;cursor:pointer}.hidable-revealer .hidable-toggler .hidable-text,.hidable-revealer .hidable-toggler .glyphicon{display:inline-block;position:relative;bottom:-0.7em;font-size:14px;padding:0 0.25em;background:white;font-weight:300}.hidable-revealer .hidable-toggler .glyphicon{top:0.9em}.hidable-revealer .hidable-toggler:hover{color:#5f027e}#carousel-generic .carousel-control{bottom:33%}#carousel-generic .carousel-control .icon-prev,#carousel-generic .carousel-control .icon-next,#carousel-generic .carousel-control .glyphicon-chevron-left,#carousel-generic .carousel-control .glyphicon-chevron-right{top:70%}#carousel-generic .carousel-inner{max-height:400px}#carousel-generic .carousel-video{background-color:#1B1B1B}#carousel-generic .item img{max-height:400px;margin-right:auto;margin-left:auto}#carousel-generic .play-button-icon{position:absolute;left:50%;top:50%;z-index:99;height:66px;width:66px;margin-left:-33px;margin-top:-33px}#carousel-generic .play-button-icon:hover #Stroke-1{stroke:#5f027e}#carousel-generic .play-button-icon:hover #Fill-2{fill:#5f027e}.carousel.carousel-with-thumbnails .item img{width:100%}.carousel.carousel-with-thumbnails .carousel-control{color:#fff;opacity:1}.carousel.carousel-with-thumbnails .carousel-control:hover{color:#eee}.carousel.carousel-with-thumbnails .carousel-control .glyphicon-chevron-left,.carousel.carousel-with-thumbnails .carousel-control .glyphicon-chevron-right{text-shadow:0 2px 8px rgba(0,0,0,0.8)}.carousel .carousel-control{background:none}.carousel .carousel-indicators.under{bottom:-30px}.carousel .carousel-indicators.down-under{bottom:-55px}.carousel .carousel-indicators.bottom{bottom:0px}.carousel .carousel-indicators.grey li{border-color:gray}.carousel .carousel-indicators.grey li.active{background-color:gray}.carousel .carousel-indicators.purple li,.carousel .InventionCycleDiagram .carousel-indicators.InventionCycleDiagram-label li,.InventionCycleDiagram .carousel .carousel-indicators.InventionCycleDiagram-label li,.carousel .InventionCycleDiagram .carousel-indicators.InventionCycleDiagram-title li,.InventionCycleDiagram .carousel .carousel-indicators.InventionCycleDiagram-title li,.carousel .InventionCycleCarousel .carousel-indicators.InventionCycleCarousel-label li,.InventionCycleCarousel .carousel .carousel-indicators.InventionCycleCarousel-label li{background-color:#ccc;border-color:#ccc}.carousel .carousel-indicators.purple li.active,.carousel .InventionCycleDiagram .carousel-indicators.InventionCycleDiagram-label li.active,.InventionCycleDiagram .carousel .carousel-indicators.InventionCycleDiagram-label li.active,.carousel .InventionCycleDiagram .carousel-indicators.InventionCycleDiagram-title li.active,.InventionCycleDiagram .carousel .carousel-indicators.InventionCycleDiagram-title li.active,.carousel .InventionCycleCarousel .carousel-indicators.InventionCycleCarousel-label li.active,.InventionCycleCarousel .carousel .carousel-indicators.InventionCycleCarousel-label li.active{background-color:#8e07ba;border-color:#8e07ba}.carousel .carousel-indicators.pink li{background-color:#ccc;border-color:#ccc;opacity:0.5}.carousel .carousel-indicators.pink li.active{background-color:#ed258f;border-color:#ed258f;opacity:1}.carousel-thumbnails{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:15px;position:relative}.carousel-thumbnails.thumbnail-arrows .thumbnails{padding:0 7px}.carousel-thumbnails .thumbnail-arrow{background:#444;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:25px}.carousel-thumbnails .thumbnails-container{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:67px;max-width:100%;overflow:hidden;padding-top:1px}.carousel-thumbnails .thumbnails{overflow:auto;position:relative;text-align:center;white-space:nowrap}.carousel-thumbnails .thumbnails li{display:inline-block;margin-bottom:5px}.carousel-thumbnails .thumbnails li:not(:last-child){margin-right:3px}.carousel-thumbnails .thumbnails li img{border:1px solid #eee;height:65px;width:100px}.carousel-thumbnails .thumbnails li.active img,.carousel-thumbnails .thumbnails li:hover img{border:2px solid #8e07ba;box-shadow:0 0 7px rgba(0,0,0,0.3)}.project-code table,.project-code thead,.project-code tbody{border:none}.project-code table{margin:0;border:1px solid #eee;border-radius:5px;color:#666}.project-code thead{background-color:#eee}.project-code .code-line,.project-code .code-text{border:none;padding-top:0;padding-bottom:0;padding-right:5px;padding-left:5px}.project-code .code-line{text-align:right;border-right:1px solid #eee}.project-code .code-text{padding-left:10px}.project-code tbody{font-family:'Source Code Pro';font-size:0.9em}.project-code pre{background-color:white}.project-code .icon-code{float:left;margin-right:10px;stroke:#666}@media (min-width: 768px){.InventionSection .Banner--withCutout .banner-container{padding-bottom:50px;padding-top:40px}}@media (min-width: 992px){.InventionSection .Banner--withCutout .banner-container{padding-bottom:120px;padding-top:100px}}.banner--shop .fineprint-text{left:0;line-height:11px;position:absolute;width:100%;top:92%;-webkit-transform:translateY(-92%);transform:translateY(-92%)}@media (min-width: 340px) and (max-width: 480px){.banner--shop .fineprint-text{top:97%;-webkit-transform:translateY(-97%);transform:translateY(-97%)}}@media (min-width: 1025px) and (max-width: 1279px){.banner--shop .fineprint-text{top:89%;-webkit-transform:translateY(-89%);transform:translateY(-89%)}}.banner--shop{text-align:center}.banner--shop .banner .title-xl{font-size:5.2em}@media all and (max-width: 768px){.banner--shop .banner .title-xl{font-size:2.3em}}.banner--shop .banner .title-md,.banner--shop .banner .VideoLauncher-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100}@media all and (max-width: 768px){.banner--shop .banner .title-md,.banner--shop .banner .VideoLauncher-title{font-size:1em}}.banner--shop .filter-container{margin-top:20px;padding:0;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400}@media all and (max-width: 768px){.banner--shop .filter-container{margin-bottom:0}}.banner--shop .filter-container a,.banner--shop .filter-container a.Byline .Byline-name,a.Byline .banner--shop .filter-container .Byline-name,.banner--shop .filter-container .Byline--link .Byline-name,.Byline--link .banner--shop .filter-container .Byline-name{color:inherit;font-size:1em;letter-spacing:2px;padding:0}.banner--shop .filter-container a:hover,.banner--shop .filter-container a.Byline .Byline-name:hover,a.Byline .banner--shop .filter-container .Byline-name:hover,.banner--shop .filter-container .Byline--link .Byline-name:hover,.Byline--link .banner--shop .filter-container .Byline-name:hover{color:inherit;text-decoration:none}@media all and (min-width: 769px){.banner--shop .filter-container a,.banner--shop .filter-container a.Byline .Byline-name,a.Byline .banner--shop .filter-container .Byline-name,.banner--shop .filter-container .Byline--link .Byline-name,.Byline--link .banner--shop .filter-container .Byline-name{font-size:.8em}}@media all and (min-width: 993px){.banner--shop .filter-container a,.banner--shop .filter-container a.Byline .Byline-name,a.Byline .banner--shop .filter-container .Byline-name,.banner--shop .filter-container .Byline--link .Byline-name,.Byline--link .banner--shop .filter-container .Byline-name{font-size:1em}}.banner--shop .filter-container i{text-decoration:none}@media (min-width: 768px){.banner--shop .filter-container{text-align:left}}.banner--shop .top-banner{height:100px}.banner--shop .top-banner .fineprint-text{margin-top:16px}.banner--shop .top-banner .title-md,.banner--shop .top-banner .VideoLauncher-title{color:#5f027e}@media (max-width: 999px){.banner--shop .top-banner{font-size:0.75em}}@media (max-width: 600px){.banner--shop .top-banner{font-size:0.5em}}.secondary-home-banner{min-height:350px}.cms-banner.has-associated-resources .banner-container{padding-bottom:88px;padding-top:66px}.cms-banner.has-associated-resources .banner-container .header-description{margin-bottom:0}@media (max-width: 991px){.cms-banner.has-associated-resources .banner-container{padding-bottom:55px;padding-top:33px}}.banner.hidden~.banner-cutout{display:none}.banner.hidden~.banner-associated-resources{display:none}.banner-cutout{position:relative;top:-24px;display:-webkit-flex;display:-ms-flexbox;display:flex}.banner-cutout--mask{height:25px;margin-left:-2px !important;margin-right:-2px !important;background:#fff;-webkit-clip-path:polygon(0 0, 25px 0, 50px 24px, 75px 0, 101% 0, 100% 25px, 0 25px);-moz-clip-path:polygon(0 0, 25px 0, 50px 24px, 75px 0, 101% 0, 100% 25px, 0 25px);clip-path:polygon(0 0, 25px 0, 50px 24px, 75px 0, 101% 0, 100% 25px, 0 25px)}.banner-cutout--mask.container{margin:0;padding:0}@media all and (max-width: 768px){.banner-cutout--mask.container{width:100%}}.banner-cutout--spacer{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff}.banner,.sub-banner{display:block;color:#fff;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;position:relative}.banner:hover,.sub-banner:hover{text-decoration:none}.banner.u-Flex,.sub-banner.u-Flex{display:-webkit-flex;display:-ms-flexbox;display:flex}.banner .tm,.sub-banner .tm{font-size:50%;font-weight:100;position:relative;left:3px}.fineprint-text{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;display:block;font-weight:300}.fineprint-text.tm{top:-7px}.text-color-gray{color:#444 !important}.text-color-purple{color:#5f027e !important}.text-color-white{color:white !important}.dark-background .title-xxl,.dark-background .title-xl,.dark-background .title-lg,.dark-background .cms-banner.has-associated-resources .title-xl,.cms-banner.has-associated-resources .dark-background .title-xl,.dark-background .title-md,.dark-background .VideoLauncher-title,.dark-background .title-sm,.dark-background .ResourceCard .ResourceCard-title,.ResourceCard .dark-background .ResourceCard-title,.dark-background .ProductList-heading,.dark-background .cardBrowser .menu-header,.dark-background .cardBrowser .open .filter-by,.dark-background .cardBrowser .open .sort-header,.cardBrowser .dark-background .menu-header,.cardBrowser .dark-background .open .filter-by,.cardBrowser .open .dark-background .filter-by,.cardBrowser .dark-background .open .sort-header,.cardBrowser .open .dark-background .sort-header,.dark-background .card .callout,.card .dark-background .callout,.dark-background .guide h6,.guide .dark-background h6,.dark-background .title-xs,.dark-background .cardBrowser .sort-link,.cardBrowser .dark-background .sort-link,.dark-background .guide a.link,.dark-background .guide a.Byline .link.Byline-name,a.Byline .dark-background .guide .link.Byline-name,.dark-background .guide .Byline--link .link.Byline-name,.Byline--link .dark-background .guide .link.Byline-name,.guide .dark-background a.link,.guide .dark-background a.Byline .link.Byline-name,a.Byline .guide .dark-background .link.Byline-name,.guide .dark-background .Byline--link .link.Byline-name,.Byline--link .guide .dark-background .link.Byline-name,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label,.dark-background .title-xxs,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .SubmitAnother,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother,.dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother,.dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother,.dark-background .VideoLauncher-text,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title,.dark-background .Field-charCount{color:#fff}.dark-background .title-xxl strong,.dark-background .title-xxl.strong,.dark-background .InventionCycleDiagram .title-xxl.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .title-xxl.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-xxl.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .title-xxl.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-xxl.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .title-xxl.InventionCycleCarousel-label,.dark-background .title-xl strong,.dark-background .title-xl.strong,.dark-background .InventionCycleDiagram .title-xl.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-xl.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-xl.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .title-xl.InventionCycleCarousel-label,.dark-background .title-lg strong,.dark-background .secondary-home-banner .title-xl strong,.secondary-home-banner .dark-background .title-xl strong,.dark-background .cms-banner.has-associated-resources .title-xl strong,.cms-banner.has-associated-resources .dark-background .title-xl strong,.dark-background .title-lg.strong,.dark-background .secondary-home-banner .strong.title-xl,.secondary-home-banner .dark-background .strong.title-xl,.dark-background .cms-banner.has-associated-resources .strong.title-xl,.cms-banner.has-associated-resources .dark-background .strong.title-xl,.dark-background .InventionCycleDiagram .title-lg.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .title-lg.InventionCycleDiagram-label,.dark-background .secondary-home-banner .InventionCycleDiagram .title-xl.InventionCycleDiagram-label,.secondary-home-banner .InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .secondary-home-banner .title-xl.InventionCycleDiagram-label,.InventionCycleDiagram .secondary-home-banner .dark-background .title-xl.InventionCycleDiagram-label,.dark-background .cms-banner.has-associated-resources .InventionCycleDiagram .title-xl.InventionCycleDiagram-label,.cms-banner.has-associated-resources .InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .cms-banner.has-associated-resources .title-xl.InventionCycleDiagram-label,.InventionCycleDiagram .cms-banner.has-associated-resources .dark-background .title-xl.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-lg.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .title-lg.InventionCycleDiagram-title,.dark-background .secondary-home-banner .InventionCycleDiagram .title-xl.InventionCycleDiagram-title,.secondary-home-banner .InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .secondary-home-banner .title-xl.InventionCycleDiagram-title,.InventionCycleDiagram .secondary-home-banner .dark-background .title-xl.InventionCycleDiagram-title,.dark-background .cms-banner.has-associated-resources .InventionCycleDiagram .title-xl.InventionCycleDiagram-title,.cms-banner.has-associated-resources .InventionCycleDiagram .dark-background .title-xl.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .cms-banner.has-associated-resources .title-xl.InventionCycleDiagram-title,.InventionCycleDiagram .cms-banner.has-associated-resources .dark-background .title-xl.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-lg.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .title-lg.InventionCycleCarousel-label,.dark-background .secondary-home-banner .InventionCycleCarousel .title-xl.InventionCycleCarousel-label,.secondary-home-banner .InventionCycleCarousel .dark-background .title-xl.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .secondary-home-banner .title-xl.InventionCycleCarousel-label,.InventionCycleCarousel .secondary-home-banner .dark-background .title-xl.InventionCycleCarousel-label,.dark-background .cms-banner.has-associated-resources .InventionCycleCarousel .title-xl.InventionCycleCarousel-label,.cms-banner.has-associated-resources .InventionCycleCarousel .dark-background .title-xl.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .cms-banner.has-associated-resources .title-xl.InventionCycleCarousel-label,.InventionCycleCarousel .cms-banner.has-associated-resources .dark-background .title-xl.InventionCycleCarousel-label,.dark-background .title-md strong,.dark-background .VideoLauncher-title strong,.dark-background .title-md.strong,.dark-background .strong.VideoLauncher-title,.dark-background .InventionCycleDiagram .title-md.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label.VideoLauncher-title,.InventionCycleDiagram .dark-background .title-md.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label.VideoLauncher-title,.dark-background .InventionCycleDiagram .title-md.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title.VideoLauncher-title,.InventionCycleDiagram .dark-background .title-md.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title.VideoLauncher-title,.dark-background .InventionCycleCarousel .title-md.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label.VideoLauncher-title,.InventionCycleCarousel .dark-background .title-md.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label.VideoLauncher-title,.dark-background .title-sm strong,.dark-background .ResourceCard .ResourceCard-title strong,.ResourceCard .dark-background .ResourceCard-title strong,.dark-background .ProductList-heading strong,.dark-background .cardBrowser .menu-header strong,.dark-background .cardBrowser .open .filter-by strong,.dark-background .cardBrowser .open .sort-header strong,.cardBrowser .dark-background .menu-header strong,.cardBrowser .dark-background .open .filter-by strong,.cardBrowser .open .dark-background .filter-by strong,.cardBrowser .dark-background .open .sort-header strong,.cardBrowser .open .dark-background .sort-header strong,.dark-background .card .callout strong,.card .dark-background .callout strong,.dark-background .guide h6 strong,.guide .dark-background h6 strong,.dark-background .title-sm.strong,.dark-background .ResourceCard .strong.ResourceCard-title,.ResourceCard .dark-background .strong.ResourceCard-title,.dark-background .strong.ProductList-heading,.dark-background .cardBrowser .strong.menu-header,.dark-background .cardBrowser .open .strong.filter-by,.dark-background .cardBrowser .open .strong.sort-header,.cardBrowser .dark-background .strong.menu-header,.cardBrowser .dark-background .open .strong.filter-by,.cardBrowser .open .dark-background .strong.filter-by,.cardBrowser .dark-background .open .strong.sort-header,.cardBrowser .open .dark-background .strong.sort-header,.dark-background .card .strong.callout,.card .dark-background .strong.callout,.dark-background .guide h6.strong,.guide .dark-background h6.strong,.dark-background .InventionCycleDiagram .title-sm.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .ResourceCard .InventionCycleDiagram-label.ResourceCard-title,.ResourceCard .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.ResourceCard-title,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label.ProductList-heading,.dark-background .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-label.menu-header,.dark-background .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-label.filter-by,.dark-background .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-label.sort-header,.cardBrowser .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.menu-header,.cardBrowser .dark-background .InventionCycleDiagram .open .InventionCycleDiagram-label.filter-by,.cardBrowser .open .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.filter-by,.cardBrowser .dark-background .InventionCycleDiagram .open .InventionCycleDiagram-label.sort-header,.cardBrowser .open .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.sort-header,.dark-background .InventionCycleDiagram .card .InventionCycleDiagram-label.callout,.card .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.callout,.dark-background .InventionCycleDiagram .guide h6.InventionCycleDiagram-label,.guide .dark-background .InventionCycleDiagram h6.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .title-sm.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .ResourceCard .InventionCycleDiagram-label.ResourceCard-title,.ResourceCard .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.ResourceCard-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label.ProductList-heading,.InventionCycleDiagram .dark-background .cardBrowser .InventionCycleDiagram-label.menu-header,.InventionCycleDiagram .dark-background .cardBrowser .open .InventionCycleDiagram-label.filter-by,.InventionCycleDiagram .dark-background .cardBrowser .open .InventionCycleDiagram-label.sort-header,.cardBrowser .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.menu-header,.cardBrowser .InventionCycleDiagram .dark-background .open .InventionCycleDiagram-label.filter-by,.cardBrowser .open .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.filter-by,.cardBrowser .InventionCycleDiagram .dark-background .open .InventionCycleDiagram-label.sort-header,.cardBrowser .open .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.sort-header,.InventionCycleDiagram .dark-background .card .InventionCycleDiagram-label.callout,.card .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.callout,.InventionCycleDiagram .dark-background .guide h6.InventionCycleDiagram-label,.guide .InventionCycleDiagram .dark-background h6.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-sm.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .ResourceCard .InventionCycleDiagram-title.ResourceCard-title,.ResourceCard .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.ResourceCard-title,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title.ProductList-heading,.dark-background .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-title.menu-header,.dark-background .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-title.filter-by,.dark-background .InventionCycleDiagram .cardBrowser .open .InventionCycleDiagram-title.sort-header,.cardBrowser .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.menu-header,.cardBrowser .dark-background .InventionCycleDiagram .open .InventionCycleDiagram-title.filter-by,.cardBrowser .open .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.filter-by,.cardBrowser .dark-background .InventionCycleDiagram .open .InventionCycleDiagram-title.sort-header,.cardBrowser .open .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.sort-header,.dark-background .InventionCycleDiagram .card .InventionCycleDiagram-title.callout,.card .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.callout,.dark-background .InventionCycleDiagram .guide h6.InventionCycleDiagram-title,.guide .dark-background .InventionCycleDiagram h6.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .title-sm.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .ResourceCard .InventionCycleDiagram-title.ResourceCard-title,.ResourceCard .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.ResourceCard-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title.ProductList-heading,.InventionCycleDiagram .dark-background .cardBrowser .InventionCycleDiagram-title.menu-header,.InventionCycleDiagram .dark-background .cardBrowser .open .InventionCycleDiagram-title.filter-by,.InventionCycleDiagram .dark-background .cardBrowser .open .InventionCycleDiagram-title.sort-header,.cardBrowser .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.menu-header,.cardBrowser .InventionCycleDiagram .dark-background .open .InventionCycleDiagram-title.filter-by,.cardBrowser .open .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.filter-by,.cardBrowser .InventionCycleDiagram .dark-background .open .InventionCycleDiagram-title.sort-header,.cardBrowser .open .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.sort-header,.InventionCycleDiagram .dark-background .card .InventionCycleDiagram-title.callout,.card .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.callout,.InventionCycleDiagram .dark-background .guide h6.InventionCycleDiagram-title,.guide .InventionCycleDiagram .dark-background h6.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-sm.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .ResourceCard .InventionCycleCarousel-label.ResourceCard-title,.ResourceCard .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.ResourceCard-title,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label.ProductList-heading,.dark-background .InventionCycleCarousel .cardBrowser .InventionCycleCarousel-label.menu-header,.dark-background .InventionCycleCarousel .cardBrowser .open .InventionCycleCarousel-label.filter-by,.dark-background .InventionCycleCarousel .cardBrowser .open .InventionCycleCarousel-label.sort-header,.cardBrowser .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.menu-header,.cardBrowser .dark-background .InventionCycleCarousel .open .InventionCycleCarousel-label.filter-by,.cardBrowser .open .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.filter-by,.cardBrowser .dark-background .InventionCycleCarousel .open .InventionCycleCarousel-label.sort-header,.cardBrowser .open .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.sort-header,.dark-background .InventionCycleCarousel .card .InventionCycleCarousel-label.callout,.card .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.callout,.dark-background .InventionCycleCarousel .guide h6.InventionCycleCarousel-label,.guide .dark-background .InventionCycleCarousel h6.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .title-sm.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .ResourceCard .InventionCycleCarousel-label.ResourceCard-title,.ResourceCard .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.ResourceCard-title,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label.ProductList-heading,.InventionCycleCarousel .dark-background .cardBrowser .InventionCycleCarousel-label.menu-header,.InventionCycleCarousel .dark-background .cardBrowser .open .InventionCycleCarousel-label.filter-by,.InventionCycleCarousel .dark-background .cardBrowser .open .InventionCycleCarousel-label.sort-header,.cardBrowser .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.menu-header,.cardBrowser .InventionCycleCarousel .dark-background .open .InventionCycleCarousel-label.filter-by,.cardBrowser .open .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.filter-by,.cardBrowser .InventionCycleCarousel .dark-background .open .InventionCycleCarousel-label.sort-header,.cardBrowser .open .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.sort-header,.InventionCycleCarousel .dark-background .card .InventionCycleCarousel-label.callout,.card .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.callout,.InventionCycleCarousel .dark-background .guide h6.InventionCycleCarousel-label,.guide .InventionCycleCarousel .dark-background h6.InventionCycleCarousel-label,.dark-background .title-xs strong,.dark-background .cardBrowser .sort-link strong,.cardBrowser .dark-background .sort-link strong,.dark-background .card.mini .callout strong,.dark-background .card.thumb .callout strong,.card.mini .dark-background .callout strong,.card.thumb .dark-background .callout strong,.dark-background .guide a.link strong,.dark-background .guide a.Byline .link.Byline-name strong,a.Byline .dark-background .guide .link.Byline-name strong,.dark-background .guide .Byline--link .link.Byline-name strong,.Byline--link .dark-background .guide .link.Byline-name strong,.guide .dark-background a.link strong,.guide .dark-background a.Byline .link.Byline-name strong,a.Byline .guide .dark-background .link.Byline-name strong,.guide .dark-background .Byline--link .link.Byline-name strong,.Byline--link .guide .dark-background .link.Byline-name strong,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label strong,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label strong,.dark-background .title-xs.strong,.dark-background .cardBrowser .strong.sort-link,.cardBrowser .dark-background .strong.sort-link,.dark-background .card.mini .strong.callout,.dark-background .card.thumb .strong.callout,.card.mini .dark-background .strong.callout,.card.thumb .dark-background .strong.callout,.dark-background .guide a.strong.link,.dark-background .guide a.Byline .strong.link.Byline-name,a.Byline .dark-background .guide .strong.link.Byline-name,.dark-background .guide .Byline--link .strong.link.Byline-name,.Byline--link .dark-background .guide .strong.link.Byline-name,.guide .dark-background a.strong.link,.guide .dark-background a.Byline .strong.link.Byline-name,a.Byline .guide .dark-background .strong.link.Byline-name,.guide .dark-background .Byline--link .strong.link.Byline-name,.Byline--link .guide .dark-background .strong.link.Byline-name,.dark-background .InventionCycleCarousel .strong.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .strong.InventionCycleCarousel-label,.dark-background .InventionCycleDiagram .title-xs.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-label.sort-link,.cardBrowser .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.sort-link,.dark-background .InventionCycleDiagram .card.mini .InventionCycleDiagram-label.callout,.dark-background .InventionCycleDiagram .card.thumb .InventionCycleDiagram-label.callout,.card.mini .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.callout,.card.thumb .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.callout,.dark-background .InventionCycleDiagram .guide a.InventionCycleDiagram-label.link,.dark-background .InventionCycleDiagram .guide a.Byline .InventionCycleDiagram-label.link.Byline-name,a.Byline .dark-background .InventionCycleDiagram .guide .InventionCycleDiagram-label.link.Byline-name,.dark-background .InventionCycleDiagram .guide .Byline--link .InventionCycleDiagram-label.link.Byline-name,.Byline--link .dark-background .InventionCycleDiagram .guide .InventionCycleDiagram-label.link.Byline-name,.guide .dark-background .InventionCycleDiagram a.InventionCycleDiagram-label.link,.guide .dark-background .InventionCycleDiagram a.Byline .InventionCycleDiagram-label.link.Byline-name,a.Byline .guide .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.link.Byline-name,.guide .dark-background .InventionCycleDiagram .Byline--link .InventionCycleDiagram-label.link.Byline-name,.Byline--link .guide .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.link.Byline-name,.InventionCycleDiagram .dark-background .title-xs.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .cardBrowser .InventionCycleDiagram-label.sort-link,.cardBrowser .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.sort-link,.InventionCycleDiagram .dark-background .card.mini .InventionCycleDiagram-label.callout,.InventionCycleDiagram .dark-background .card.thumb .InventionCycleDiagram-label.callout,.card.mini .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.callout,.card.thumb .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.callout,.InventionCycleDiagram .dark-background .guide a.InventionCycleDiagram-label.link,.InventionCycleDiagram .dark-background .guide a.Byline .InventionCycleDiagram-label.link.Byline-name,a.Byline .InventionCycleDiagram .dark-background .guide .InventionCycleDiagram-label.link.Byline-name,.InventionCycleDiagram .dark-background .guide .Byline--link .InventionCycleDiagram-label.link.Byline-name,.Byline--link .InventionCycleDiagram .dark-background .guide .InventionCycleDiagram-label.link.Byline-name,.guide .InventionCycleDiagram .dark-background a.InventionCycleDiagram-label.link,.guide .InventionCycleDiagram .dark-background a.Byline .InventionCycleDiagram-label.link.Byline-name,a.Byline .guide .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.link.Byline-name,.guide .InventionCycleDiagram .dark-background .Byline--link .InventionCycleDiagram-label.link.Byline-name,.Byline--link .guide .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.link.Byline-name,.dark-background .InventionCycleCarousel .InventionCycleDiagram .InventionCycleCarousel-label.InventionCycleDiagram-label,.InventionCycleCarousel .InventionCycleDiagram .dark-background .InventionCycleCarousel-label.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .InventionCycleCarousel .InventionCycleCarousel-label.InventionCycleDiagram-label,.InventionCycleDiagram .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-xs.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .cardBrowser .InventionCycleDiagram-title.sort-link,.cardBrowser .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.sort-link,.dark-background .InventionCycleDiagram .card.mini .InventionCycleDiagram-title.callout,.dark-background .InventionCycleDiagram .card.thumb .InventionCycleDiagram-title.callout,.card.mini .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.callout,.card.thumb .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.callout,.dark-background .InventionCycleDiagram .guide a.InventionCycleDiagram-title.link,.dark-background .InventionCycleDiagram .guide a.Byline .InventionCycleDiagram-title.link.Byline-name,a.Byline .dark-background .InventionCycleDiagram .guide .InventionCycleDiagram-title.link.Byline-name,.dark-background .InventionCycleDiagram .guide .Byline--link .InventionCycleDiagram-title.link.Byline-name,.Byline--link .dark-background .InventionCycleDiagram .guide .InventionCycleDiagram-title.link.Byline-name,.guide .dark-background .InventionCycleDiagram a.InventionCycleDiagram-title.link,.guide .dark-background .InventionCycleDiagram a.Byline .InventionCycleDiagram-title.link.Byline-name,a.Byline .guide .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.link.Byline-name,.guide .dark-background .InventionCycleDiagram .Byline--link .InventionCycleDiagram-title.link.Byline-name,.Byline--link .guide .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.link.Byline-name,.InventionCycleDiagram .dark-background .title-xs.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .cardBrowser .InventionCycleDiagram-title.sort-link,.cardBrowser .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.sort-link,.InventionCycleDiagram .dark-background .card.mini .InventionCycleDiagram-title.callout,.InventionCycleDiagram .dark-background .card.thumb .InventionCycleDiagram-title.callout,.card.mini .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.callout,.card.thumb .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.callout,.InventionCycleDiagram .dark-background .guide a.InventionCycleDiagram-title.link,.InventionCycleDiagram .dark-background .guide a.Byline .InventionCycleDiagram-title.link.Byline-name,a.Byline .InventionCycleDiagram .dark-background .guide .InventionCycleDiagram-title.link.Byline-name,.InventionCycleDiagram .dark-background .guide .Byline--link .InventionCycleDiagram-title.link.Byline-name,.Byline--link .InventionCycleDiagram .dark-background .guide .InventionCycleDiagram-title.link.Byline-name,.guide .InventionCycleDiagram .dark-background a.InventionCycleDiagram-title.link,.guide .InventionCycleDiagram .dark-background a.Byline .InventionCycleDiagram-title.link.Byline-name,a.Byline .guide .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.link.Byline-name,.guide .InventionCycleDiagram .dark-background .Byline--link .InventionCycleDiagram-title.link.Byline-name,.Byline--link .guide .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.link.Byline-name,.dark-background .InventionCycleCarousel .InventionCycleDiagram .InventionCycleCarousel-label.InventionCycleDiagram-title,.InventionCycleCarousel .InventionCycleDiagram .dark-background .InventionCycleCarousel-label.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .InventionCycleCarousel .InventionCycleCarousel-label.InventionCycleDiagram-title,.InventionCycleDiagram .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-xs.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .cardBrowser .InventionCycleCarousel-label.sort-link,.cardBrowser .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.sort-link,.dark-background .InventionCycleCarousel .card.mini .InventionCycleCarousel-label.callout,.dark-background .InventionCycleCarousel .card.thumb .InventionCycleCarousel-label.callout,.card.mini .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.callout,.card.thumb .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.callout,.dark-background .InventionCycleCarousel .guide a.InventionCycleCarousel-label.link,.dark-background .InventionCycleCarousel .guide a.Byline .InventionCycleCarousel-label.link.Byline-name,a.Byline .dark-background .InventionCycleCarousel .guide .InventionCycleCarousel-label.link.Byline-name,.dark-background .InventionCycleCarousel .guide .Byline--link .InventionCycleCarousel-label.link.Byline-name,.Byline--link .dark-background .InventionCycleCarousel .guide .InventionCycleCarousel-label.link.Byline-name,.guide .dark-background .InventionCycleCarousel a.InventionCycleCarousel-label.link,.guide .dark-background .InventionCycleCarousel a.Byline .InventionCycleCarousel-label.link.Byline-name,a.Byline .guide .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.link.Byline-name,.guide .dark-background .InventionCycleCarousel .Byline--link .InventionCycleCarousel-label.link.Byline-name,.Byline--link .guide .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.link.Byline-name,.InventionCycleCarousel .dark-background .title-xs.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .cardBrowser .InventionCycleCarousel-label.sort-link,.cardBrowser .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.sort-link,.InventionCycleCarousel .dark-background .card.mini .InventionCycleCarousel-label.callout,.InventionCycleCarousel .dark-background .card.thumb .InventionCycleCarousel-label.callout,.card.mini .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.callout,.card.thumb .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.callout,.InventionCycleCarousel .dark-background .guide a.InventionCycleCarousel-label.link,.InventionCycleCarousel .dark-background .guide a.Byline .InventionCycleCarousel-label.link.Byline-name,a.Byline .InventionCycleCarousel .dark-background .guide .InventionCycleCarousel-label.link.Byline-name,.InventionCycleCarousel .dark-background .guide .Byline--link .InventionCycleCarousel-label.link.Byline-name,.Byline--link .InventionCycleCarousel .dark-background .guide .InventionCycleCarousel-label.link.Byline-name,.guide .InventionCycleCarousel .dark-background a.InventionCycleCarousel-label.link,.guide .InventionCycleCarousel .dark-background a.Byline .InventionCycleCarousel-label.link.Byline-name,a.Byline .guide .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.link.Byline-name,.guide .InventionCycleCarousel .dark-background .Byline--link .InventionCycleCarousel-label.link.Byline-name,.Byline--link .guide .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.link.Byline-name,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label,.dark-background .title-xxs strong,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .SubmitAnother strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .SubmitAnother strong,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother strong,.dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother strong,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother strong,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother strong,.dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .SubmitAnother strong,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .SubmitAnother strong,.dark-background .VideoLauncher-text strong,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label strong,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label strong,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title strong,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title strong,.dark-background .Field-charCount strong,.dark-background .title-xxs.strong,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .strong.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .strong.SubmitAnother,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .strong.SubmitAnother,.dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .strong.SubmitAnother,.dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .strong.SubmitAnother,.dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .strong.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .strong.SubmitAnother,.dark-background .strong.VideoLauncher-text,.dark-background .InventionCycleDiagram .strong.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .strong.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .strong.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .strong.InventionCycleDiagram-title,.dark-background .strong.Field-charCount,.dark-background .InventionCycleDiagram .title-xxs.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.SubmitAnother,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.SubmitAnother,.dark-background .InventionCycleDiagram a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.SubmitAnother,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.SubmitAnother,.dark-background .InventionCycleDiagram .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-label.SubmitAnother,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label.VideoLauncher-text,.InventionCycleDiagram .dark-background .title-xxs.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.SubmitAnother,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.SubmitAnother,.InventionCycleDiagram .dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.SubmitAnother,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.SubmitAnother,.InventionCycleDiagram .dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-label.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.SubmitAnother,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label.VideoLauncher-text,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .Field-charCount.InventionCycleDiagram-label,.InventionCycleDiagram .dark-background .Field-charCount.InventionCycleDiagram-label,.dark-background .InventionCycleDiagram .title-xxs.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.SubmitAnother,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.SubmitAnother,.dark-background .InventionCycleDiagram a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.SubmitAnother,.dark-background .InventionCycleDiagram .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.SubmitAnother,.dark-background .InventionCycleDiagram .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleDiagram .InventionCycleDiagram-title.SubmitAnother,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title.VideoLauncher-text,.InventionCycleDiagram .dark-background .title-xxs.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.SubmitAnother,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.SubmitAnother,.InventionCycleDiagram .dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.SubmitAnother,.InventionCycleDiagram .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.SubmitAnother,.InventionCycleDiagram .dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram-title.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.SubmitAnother,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title.VideoLauncher-text,.dark-background .InventionCycleDiagram .InventionCycleDiagram-label.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-label.InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .InventionCycleDiagram-title,.dark-background .InventionCycleDiagram .Field-charCount.InventionCycleDiagram-title,.InventionCycleDiagram .dark-background .Field-charCount.InventionCycleDiagram-title,.dark-background .InventionCycleCarousel .title-xxs.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.SubmitAnother,.dark-background .InventionCycleCarousel .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.SubmitAnother,.dark-background .InventionCycleCarousel a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.SubmitAnother,.dark-background .InventionCycleCarousel .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.SubmitAnother,.dark-background .InventionCycleCarousel .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .dark-background .InventionCycleCarousel .InventionCycleCarousel-label.SubmitAnother,.dark-background .InventionCycleCarousel .InventionCycleCarousel-label.VideoLauncher-text,.InventionCycleCarousel .dark-background .title-xxs.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.SubmitAnother,.InventionCycleCarousel .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.SubmitAnother,.InventionCycleCarousel .dark-background a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.SubmitAnother,.InventionCycleCarousel .dark-background .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.SubmitAnother,.InventionCycleCarousel .dark-background .Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel-label.SubmitAnother,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name .InventionCycleCarousel .dark-background .InventionCycleCarousel-label.SubmitAnother,.InventionCycleCarousel .dark-background .InventionCycleCarousel-label.VideoLauncher-text,.dark-background .InventionCycleDiagram .InventionCycleCarousel .InventionCycleDiagram-label.InventionCycleCarousel-label,.InventionCycleDiagram .InventionCycleCarousel .dark-background .InventionCycleDiagram-label.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .InventionCycleDiagram .InventionCycleDiagram-label.InventionCycleCarousel-label,.InventionCycleCarousel .InventionCycleDiagram .dark-background .InventionCycleDiagram-label.InventionCycleCarousel-label,.dark-background .InventionCycleDiagram .InventionCycleCarousel .InventionCycleDiagram-title.InventionCycleCarousel-label,.InventionCycleDiagram .InventionCycleCarousel .dark-background .InventionCycleDiagram-title.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .InventionCycleDiagram .InventionCycleDiagram-title.InventionCycleCarousel-label,.InventionCycleCarousel .InventionCycleDiagram .dark-background .InventionCycleDiagram-title.InventionCycleCarousel-label,.dark-background .InventionCycleCarousel .Field-charCount.InventionCycleCarousel-label,.InventionCycleCarousel .dark-background .Field-charCount.InventionCycleCarousel-label{color:#fff}.dark-background p a,.dark-background p a.Byline .Byline-name,a.Byline .dark-background p .Byline-name,.dark-background p .Byline--link .Byline-name,.Byline--link .dark-background p .Byline-name{color:#fff;font-weight:400;text-decoration:underline}.banner-cta{display:inline-block;text-shadow:none;margin-top:20px}.banner-cta.title-xs:after,.cardBrowser .banner-cta.sort-link:after,.card.mini .banner-cta.callout:after,.card.thumb .banner-cta.callout:after,.guide a.banner-cta.link:after,.guide a.Byline .banner-cta.link.Byline-name:after,a.Byline .guide .banner-cta.link.Byline-name:after,.guide .Byline--link .banner-cta.link.Byline-name:after,.Byline--link .guide .banner-cta.link.Byline-name:after,.InventionCycleCarousel .banner-cta.InventionCycleCarousel-label:after{display:inline;content:' >'}.banner.dark{background-color:#2f013e}.discount-banner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#ED258F;width:100%;min-height:65px;z-index:1;opacity:.9}.discount-banner-text{display:block;color:#fff;font-size:20px;font-weight:bold;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-right:5px;text-transform:uppercase;text-align:center}.guide{letter-spacing:1px;text-align:center}.guide a:not(.btn),.guide a.Byline .Byline-name:not(.btn),a.Byline .guide .Byline-name:not(.btn),.guide .Byline--link .Byline-name:not(.btn),.Byline--link .guide .Byline-name:not(.btn){font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400}.guide h6{font-weight:600;margin:9px auto 5px}.guide .icon{height:40px;margin:2px;fill:#444}.guide #icon-hands-on.icon{height:44px;margin:0;position:relative;top:-2px}.guide #icon-collaboration.icon,.guide #icon-community.icon{height:36px;margin:4px}.guide .icon #icon-collaboration,.guide .icon #icon-heart{height:36px;margin:2px auto}.guide a.link,.guide a.Byline .link.Byline-name,a.Byline .guide .link.Byline-name,.guide .Byline--link .link.Byline-name,.Byline--link .guide .link.Byline-name{font-weight:600;color:#444}.guide .row div{padding-top:22px;padding-bottom:9px}@media (max-width: 767px){.guide .white{background:#fff}.guide .gray{background:#eee}}.faq-card{background:white;padding:18px;margin-bottom:25px}.faq-card p{font-weight:300}.HowItWorks{height:735px;position:relative}@media (min-width: 400px){.HowItWorks{height:765px}}@media (min-width: 992px){.HowItWorks{height:760px}}@media (min-width: 1200px){.HowItWorks{height:820px}}.HowItWorks .HowItWorks-content{height:100%;margin:auto}@media (min-width: 768px){.HowItWorks .HowItWorks-content{height:100%;width:40%;right:0;padding-top:200px;padding-right:15px}}@media (min-width: 992px){.HowItWorks .HowItWorks-content{padding-right:30px}}@media (min-width: 1400px){.HowItWorks .HowItWorks-content{width:35%;right:0}}.HowItWorks .HowItWorks-header{left:0;margin:auto;position:absolute;right:0;top:35px;z-index:2}@media (max-width: 767px){.HowItWorks .HowItWorks-header .btn,.HowItWorks .HowItWorks-header .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .HowItWorks .HowItWorks-header .button{border-radius:6px;min-width:120px;padding:5px 20px}.HowItWorks .HowItWorks-header .section-subtitle{margin-bottom:5px}}.HowItWorks .HowItWorks-image{position:relative;overflow:hidden}@media (max-width: 767px){.HowItWorks .HowItWorks-image{height:500px;width:100%;margin-top:80px}.HowItWorks .HowItWorks-image .HowItWorks-imageOverlay{display:none}}.HowItWorks .HowItWorks-image img{position:absolute;top:0;bottom:0;left:0;height:100%}@media (max-width: 399px){.HowItWorks .HowItWorks-image img{height:90%;left:-120px;top:10px}}@media (max-width: 526px){.HowItWorks .HowItWorks-image img{left:-110px}}@media (min-width: 768px){.HowItWorks .HowItWorks-image img{top:110px;height:76%;right:-12%;left:inherit}}@media (min-width: 900px){.HowItWorks .HowItWorks-image img{right:-6%}}@media (min-width: 992px){.HowItWorks .HowItWorks-image img{right:-10%;top:0;height:100%}}@media (min-width: 1350px){.HowItWorks .HowItWorks-image img{left:0;right:0}}.HowItWorks .HowItWorks-imageOverlay{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.HowItWorks .HowItWorks-imageOverlay.active{opacity:1}.HowItWorks .HowItWorks-bitsContainer{cursor:pointer}@media (max-width: 767px){.HowItWorks .HowItWorks-bitsContainer{margin-top:-40px;width:80%}.HowItWorks .HowItWorks-bitsContainer .carousel{background:white}}@media (max-width: 399px){.HowItWorks .HowItWorks-bitsContainer{margin-top:-80px}}@media (min-width: 768px){.HowItWorks .HowItWorks-bitsContainer{max-width:400px}}.HowItWorks .HowItWorks-bitTitle{padding:5px 0}.HowItWorks .HowItWorks-bitTitle strong{color:#ccc}.HowItWorks .HowItWorks-bitDescription{color:#ccc;font-size:16px;font-weight:300;line-height:22px;margin:0;padding-bottom:15px;padding-top:5px;-webkit-transition:.5s;transition:.5s}@media (max-width: 768px){.HowItWorks .HowItWorks-bitDescription{min-height:64px}}@media (min-width: 768px) and (max-width: 991px){.HowItWorks .HowItWorks-bitDescription{font-size:16px}}@media (min-width: 1200px){.HowItWorks .HowItWorks-bitDescription{padding-bottom:25px;font-size:18px}}.HowItWorks .HowItWorks-bitSection--power.active .HowItWorks-bitTitle strong{background-color:#0033a0;color:#fff;padding:3px 7px;-webkit-transition:.5s;transition:.5s;-webkit-transition:padding .3s;transition:padding .3s}.HowItWorks .HowItWorks-bitSection--power.active .HowItWorks-bitDescription{color:#444}.HowItWorks .HowItWorks-bitSection--input.active .HowItWorks-bitTitle strong{background-color:#ed258f;color:#fff;padding:3px 7px;-webkit-transition:.5s;transition:.5s;-webkit-transition:padding .3s;transition:padding .3s}.HowItWorks .HowItWorks-bitSection--input.active .HowItWorks-bitDescription{color:#444}.HowItWorks .HowItWorks-bitSection--output.active .HowItWorks-bitTitle strong{background-color:#97d700;color:#fff;padding:3px 7px;-webkit-transition:.5s;transition:.5s;-webkit-transition:padding .3s;transition:padding .3s}.HowItWorks .HowItWorks-bitSection--output.active .HowItWorks-bitDescription{color:#444}.HowItWorks .HowItWorks-bitSection--wire.active .HowItWorks-bitTitle strong{background-color:#ff8a00;color:#fff;padding:3px 7px;-webkit-transition:.5s;transition:.5s;-webkit-transition:padding .3s;transition:padding .3s}.HowItWorks .HowItWorks-bitSection--wire.active .HowItWorks-bitDescription{color:#444}.HowItWorks .HowItWorks-featureSection{border-bottom:1px solid #eee;border-top:1px solid #eee;padding-bottom:6px;padding:10px 0;width:80%}@media (min-width: 768px){.HowItWorks .HowItWorks-featureSection{width:100%;max-width:420px;margin-top:15px;padding:15px 0}}@media (min-width: 992px){.HowItWorks .HowItWorks-featureSection{margin-top:30px}}@media (max-width: 767px){.HowItWorks .HowItWorks-feature{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}}@media (min-width: 768px){.HowItWorks .HowItWorks-feature{width:-webkit-calc(100%/3);width:calc(100%/3)}}.HowItWorks .HowItWorks-featureIcon{background-position:center;background-repeat:no-repeat;background-size:contain;height:30px;margin-bottom:7px;width:30px}@media (max-width: 767px){.HowItWorks .HowItWorks-featureIcon{height:25px;margin-bottom:5px;margin-right:25px;width:25px}}@media (min-width: 1200px){.HowItWorks .HowItWorks-featureIcon{height:45px;width:45px}}.HowItWorks .HowItWorks-featureIcon--magnet{background-image:url("https://s3.amazonaws.com/lB_images/homepage/magnet-magic-dark.svg")}.HowItWorks .HowItWorks-featureIcon--infinity{background-image:url("https://s3.amazonaws.com/lB_images/homepage/infinity-dark.svg")}.HowItWorks .HowItWorks-featureIcon--clock{background-image:url("https://s3.amazonaws.com/lB_images/homepage/clock_stroke-dark.svg")}.HowItWorks .HowItWorks-featureDescription{color:#444;font-size:16px;margin:0}@media (min-width: 768px){.HowItWorks .HowItWorks-featureDescription{max-width:125px}}.HowItWorks .HowItWorks-touchPoint{display:block;position:absolute;top:200px;left:350px;background-color:black}.HowItWorks .HowItWorks-touchPoint--power{left:26px;top:139px}.HowItWorks .HowItWorks-touchPoint--power.active .HowItWorks-pulse{background-color:#0033a0;border-color:#0033a0}.HowItWorks .HowItWorks-touchPoint--power .HowItWorks-pulseRing{border:4px solid #0033a0}@media (min-width: 400px){.HowItWorks .HowItWorks-touchPoint--power{left:55px;top:144px}}@media (min-width: 527px){.HowItWorks .HowItWorks-touchPoint--power{left:153px;top:144px}}.HowItWorks .HowItWorks-touchPoint--input{left:103px;top:135px}.HowItWorks .HowItWorks-touchPoint--input.active .HowItWorks-pulse{background-color:#ed258f;border-color:#ed258f}.HowItWorks .HowItWorks-touchPoint--input .HowItWorks-pulseRing{border:4px solid #ed258f}@media (min-width: 400px){.HowItWorks .HowItWorks-touchPoint--input{left:137px;top:140px}}@media (min-width: 527px){.HowItWorks .HowItWorks-touchPoint--input{left:245px;top:140px}}.HowItWorks .HowItWorks-touchPoint--output{left:248px;top:244px}.HowItWorks .HowItWorks-touchPoint--output.active .HowItWorks-pulse{background-color:#97d700;border-color:#97d700}.HowItWorks .HowItWorks-touchPoint--output .HowItWorks-pulseRing{border:4px solid #97d700}@media (min-width: 400px){.HowItWorks .HowItWorks-touchPoint--output{left:295px;top:265px}}@media (min-width: 527px){.HowItWorks .HowItWorks-touchPoint--output{left:404px;top:265px}}.HowItWorks .HowItWorks-touchPoint--wire{left:175px;top:230px}.HowItWorks .HowItWorks-touchPoint--wire.active .HowItWorks-pulse{background-color:#ff8a00;border-color:#ff8a00}.HowItWorks .HowItWorks-touchPoint--wire .HowItWorks-pulseRing{border:4px solid #ff8a00}@media (min-width: 400px){.HowItWorks .HowItWorks-touchPoint--wire{left:210px;top:246px}}@media (min-width: 527px){.HowItWorks .HowItWorks-touchPoint--wire{left:322px;top:247px}}.HowItWorks .HowItWorks-pulse{background-color:#666;border-radius:50%;border:3px solid #666;bottom:0;height:40px;left:0;margin:auto;opacity:0.7;position:absolute;right:0;top:0;-webkit-transition:background-color .5s;transition:background-color .5s;-webkit-transition:border-color .5s;transition:border-color .5s;width:40px}.HowItWorks .HowItWorks-pulseRing{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite;background-color:transparent;border-image:initial;border-radius:100px;border-radius:50%;height:80px;margin:0 auto;opacity:1;position:absolute;right:-23px;top:-23px;width:80px;z-index:10}@keyframes pulse{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}8%{opacity:0;-webkit-transform:scale(0.2);transform:scale(0.2)}15%{opacity:1;-webkit-transform:scale(0.5);transform:scale(0.5)}30%{opacity:1;-webkit-transform:scale(0.6);transform:scale(0.6)}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pulse{0%{opacity:0;-webkit-transform:scale(0)}8%{opacity:0;-webkit-transform:scale(0.2)}15%{opacity:1;-webkit-transform:scale(0.5)}30%{opacity:1;-webkit-transform:scale(0.6)}100%{opacity:0;-webkit-transform:scale(1)}}.quote-symbol{max-height:97px;max-width:97px}.quote-symbol path{fill:#eee}@media (max-width: 767px){.BreakApart-desktop.BreakApart-desktop--withMobile{display:none}}@media (max-width: 991px){.BreakApart-desktop.BreakApart-desktop--withTablet{display:none}}@media (min-width: 768px) and (max-width: 991px){.BreakApart-desktop .app-info{margin-top:35px}}.BreakApart-tablet{padding:35px 0}.BreakApart-tablet.BreakApart-tablet--small{padding:15px 0}@media (min-width: 992px){.BreakApart-tablet{display:none}}.BreakApart-mobile{padding:35px 0}.BreakApart-mobile.BreakApart-mobile--small{padding:15px 0}@media (min-width: 768px){.BreakApart-mobile{display:none}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all 0.25s ease-in;transition:all 0.25s ease-in;opacity:0.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all 0.15s ease-in;transition:all 0.15s ease-in;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border 0.15s ease-in;transition:border 0.15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height 0.15s ease-in;transition:height 0.15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#fff}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:-webkit-calc(100% - 80px);width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity 0.35s ease-in-out;transition:opacity 0.35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:0.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#000}.carousel:hover .slide .legend{opacity:1}.EducatorSpotlight-container .spotlight-name{font-weight:700}.EducatorSpotlight-container .spotlight-name a,.EducatorSpotlight-container .spotlight-name a.Byline .Byline-name,a.Byline .EducatorSpotlight-container .spotlight-name .Byline-name,.EducatorSpotlight-container .spotlight-name .Byline--link .Byline-name,.Byline--link .EducatorSpotlight-container .spotlight-name .Byline-name{color:#444 !important;text-decoration:none}.EducatorSpotlight-container .spotlight-info{margin-top:7px}.EducatorSpotlight-container .spotlight-info p{color:#666;font-weight:100;margin:0;margin-top:12px;text-transform:none}.EducatorSpotlight-container .spotlight-info p:nth-of-type(2){margin:0 0 24px}.EducatorSpotlight-container .spotlight-description{float:none;font-weight:300;margin-bottom:26px}@media (min-width: 768px){.EducatorSpotlight-container .spotlight-description{height:390px}}@media (min-width: 992px){.EducatorSpotlight-container .spotlight-description{height:280px}}@media (min-width: 1200px){.EducatorSpotlight-container .spotlight-description{height:260px}}.EducatorSpotlight-container .spotlight-circle{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;height:193px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 24px auto;max-height:193px;max-width:193px;overflow:hidden;width:193px}.EducatorSpotlight-container .spotlight-circle img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;max-height:100%;min-height:100%;min-width:100%}.EducatorSpotlight-container .educator-box{padding:35px 0}.CaseStudy-section .case-study-link{font-weight:600;color:#5f027e;margin-top:-15px}.CaseStudy-section .case-study{text-align:left !important}.CaseStudy-section .case-study-sub-header{font-weight:700;font-size:24px;color:#666;margin-bottom:55px}.CaseStudy-section .case-study-example-title{text-transform:uppercase;font-weight:600;color:#5f027e;margin-bottom:0}.CaseStudy-section .case-study-example-title:hover{color:#2f013e}.CaseStudy-section .case-study-example-level{color:#888;font-weight:100;text-transform:none}.CaseStudy-section .case-study-example-description{font-weight:300;color:#666;margin-top:15px}.CaseStudy-section .case-study-container div:not(:first-child){margin-top:30px}.ResourceBlock{margin-left:20%;text-align:left}.ResourceBlock:not(:first-child){margin-top:40px}.ResourceBlock svg{display:inline;float:left;margin-right:7px;margin-top:4px}.ResourceBlock svg path{fill:#aaa}.ResourceBlock svg#events-calendar-icon{height:18px}.ResourceBlock .name{color:#666;display:inline;font-weight:600}.ResourceBlock .projects-light-bulb path{fill:inherit;stroke:#aaa}.ResourceBlock a:hover,.ResourceBlock a.Byline .Byline-name:hover,a.Byline .ResourceBlock .Byline-name:hover,.ResourceBlock .Byline--link .Byline-name:hover,.Byline--link .ResourceBlock .Byline-name:hover{text-decoration:none}.DownloadContentLink .DownloadContentLink-title{display:inline-block;font-weight:300;padding-top:7px;text-align:left}@media (max-width: 767px){.DownloadContentLink .DownloadContentLink-title{text-align:center}}.PurpleDash{border-radius:4px;border:4px solid #8e07ba;margin:15px auto;position:relative;width:40px}.PurpleDash.PurpleDash--sm{border-width:3px;width:30px}.education.banner .hbspt-form input[type=submit]{margin-top:15px;border:0;font-weight:600;padding:9px;text-transform:uppercase;display:block;width:100px;border:none;background:#fff;color:#444}.education.banner .hbspt-form input[type=submit]:active,.education.banner .hbspt-form input[type=submit]:focus,.education.banner .hbspt-form input[type=submit]:hover{background:#ccc}.education.banner .hbspt-form input[type=email]{display:inline-block;width:300px;height:35px;padding:10px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:18px;font-weight:normal;line-height:1.5;color:#666;border:1px solid #ccc;border-radius:3px;-webkit-transition:border 0.2s linear,box-shadow 0.2s linear;transition:border 0.2s linear,box-shadow 0.2s linear;box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)}body{margin:0}.lb-verification-background{background:#fff;margin:0;padding-top:20px}.lb-verification-container{margin:0 auto;width:90%;max-width:1140px;padding:40px 0px 4px 0px}.lb-verification-container>h2{margin:0;text-align:center;text-transform:uppercase;color:#2f013e;padding:0px 0px 22px 0px;font-size:30px;line-height:32px}.lb-verification-container>p{margin:0 auto;max-width:440px;text-align:center;color:#2f013e;font-size:20px;line-height:28px;padding:0px 20px}.lb-verification-image{display:block;margin:0 auto;background:url("https://s3.amazonaws.com/bronto-email-graphics/JAM/verification-page/Bits+Verified+-+Desktop%402x.png");background-position:center top;background-size:cover;min-height:129px;max-width:722px}/*!
 * Quill Editor v1.2.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{-moz-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica, Arial, sans-serif;font-size:13px;height:100%;margin:0px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-moz-box-sizing:border-box;box-sizing:border-box;cursor:text;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li::before{content:'\25CF'}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li::before,.ql-editor ul[data-checked=false]>li::before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li::before{content:'\2611'}.ql-editor ul[data-checked=false]>li::before{content:'\2610'}.ql-editor li::before{display:inline-block;margin-right:0.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5em}.ql-editor ol li,.ql-editor ul li{padding-left:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-num}.ql-editor ol li:before{content:counter(list-num, decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1, lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2, lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3, decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4, lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5, lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6, decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7, lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8, lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia, Times New Roman, serif}.ql-editor .ql-font-monospace{font-family:Monaco, Courier New, monospace}.ql-editor .ql-size-small{font-size:0.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;pointer-events:none;position:absolute}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}.ql-snow{-moz-box-sizing:border-box;box-sizing:border-box}.ql-snow *{-moz-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a,.ql-snow .ql-tooltip a.Byline .Byline-name,a.Byline .ql-snow .ql-tooltip .Byline-name,.ql-snow .ql-tooltip .Byline--link .Byline-name,.Byline--link .ql-snow .ql-tooltip .Byline-name{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:0.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:0.83em}.ql-snow .ql-editor h6{font-size:0.67em}.ql-snow .ql-editor a,.ql-snow .ql-editor a.Byline .Byline-name,a.Byline .ql-snow .ql-editor .Byline-name,.ql-snow .ql-editor .Byline--link .Byline-name,.Byline--link .ql-snow .ql-editor .Byline-name{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding-bottom:2px;padding-top:2px}.ql-snow .ql-editor code:before,.ql-snow .ql-editor code:after{content:"\A0";letter-spacing:-2px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0px}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0px;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:0.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:0.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia, Times New Roman, serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco, Courier New, monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-moz-box-sizing:border-box;box-sizing:border-box;font-family:'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0px 0px 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0px;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview,.ql-snow .ql-tooltip a.Byline .ql-preview.Byline-name,a.Byline .ql-snow .ql-tooltip .ql-preview.Byline-name,.ql-snow .ql-tooltip .Byline--link .ql-preview.Byline-name,.Byline--link .ql-snow .ql-tooltip .ql-preview.Byline-name{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after,.ql-snow .ql-tooltip a.Byline .ql-action.Byline-name::after,a.Byline .ql-snow .ql-tooltip .ql-action.Byline-name::after,.ql-snow .ql-tooltip .Byline--link .ql-action.Byline-name::after,.Byline--link .ql-snow .ql-tooltip .ql-action.Byline-name::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before,.ql-snow .ql-tooltip a.Byline .ql-remove.Byline-name::before,a.Byline .ql-snow .ql-tooltip .ql-remove.Byline-name::before,.ql-snow .ql-tooltip .Byline--link .ql-remove.Byline-name::before,.Byline--link .ql-snow .ql-tooltip .ql-remove.Byline-name::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a,.ql-snow .ql-tooltip a.Byline .Byline-name,a.Byline .ql-snow .ql-tooltip .Byline-name,.ql-snow .ql-tooltip .Byline--link .Byline-name,.Byline--link .ql-snow .ql-tooltip .Byline-name{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.Byline .ql-preview.Byline-name,a.Byline .ql-snow .ql-tooltip.ql-editing .ql-preview.Byline-name,.ql-snow .ql-tooltip.ql-editing .Byline--link .ql-preview.Byline-name,.Byline--link .ql-snow .ql-tooltip.ql-editing .ql-preview.Byline-name,.ql-snow .ql-tooltip.ql-editing a.ql-remove,.ql-snow .ql-tooltip.ql-editing a.Byline .ql-remove.Byline-name,a.Byline .ql-snow .ql-tooltip.ql-editing .ql-remove.Byline-name,.ql-snow .ql-tooltip.ql-editing .Byline--link .ql-remove.Byline-name,.Byline--link .ql-snow .ql-tooltip.ql-editing .ql-remove.Byline-name{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after,.ql-snow .ql-tooltip.ql-editing a.Byline .ql-action.Byline-name::after,a.Byline .ql-snow .ql-tooltip.ql-editing .ql-action.Byline-name::after,.ql-snow .ql-tooltip.ql-editing .Byline--link .ql-action.Byline-name::after,.Byline--link .ql-snow .ql-tooltip.ql-editing .ql-action.Byline-name::after{border-right:0px;content:'Save';padding-right:0px}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a,.ql-snow a.Byline .Byline-name,a.Byline .ql-snow .Byline-name,.ql-snow .Byline--link .Byline-name,.Byline--link .ql-snow .Byline-name{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.FeaturedAwards,.FeaturedPressTitle{color:#222}.FeaturedAwards img{max-height:100px;max-width:100px}.FeaturedAwards .Award{display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width: 767px){.FeaturedAwards .Award{width:33.33%}.FeaturedAwards .Award:nth-child(n+3){margin-top:20px}}@media (min-width: 768px){.FeaturedAwards .Award{padding:20px 15px}}.FeaturedAwards .FeaturedAward-pretitle{bottom:-47px;font-weight:600;position:absolute}@media (max-width: 767px){.FeaturedAwards .FeaturedAward-pretitle{left:0;right:0;text-align:center}}@media (max-width: 767px){.FeaturedAwards .carousel{overflow:hidden;padding-bottom:60px}.FeaturedAwards .carousel-inner{overflow:visible}.FeaturedAwards .carousel-control .SlideCarousel-controlBlock{bottom:0}}.FeaturedPress .Press-description{max-width:100%}.FeaturedPress-all .carousel{overflow:hidden;padding-bottom:60px}.FeaturedPress-all .carousel-inner{overflow:visible}@media (min-width: 768px){.FeaturedPress-all .carousel-control.right .SlideCarousel-controlBlock{right:15px}.FeaturedPress-all .carousel-control .SlideCarousel-controlBlock{bottom:auto;top:40%}}@media (min-width: 992px){.FeaturedPress-all .carousel-control .SlideCarousel-controlBlock{top:35%}}.FeaturedPress-all .Press-container:nth-child(n+4){padding-top:55px}.GoToShopBanner .GoToShopBanner-links{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 767px){.GoToShopBanner .GoToShopBanner-links a,.GoToShopBanner .GoToShopBanner-links a.Byline .Byline-name,a.Byline .GoToShopBanner .GoToShopBanner-links .Byline-name,.GoToShopBanner .GoToShopBanner-links .Byline--link .Byline-name,.Byline--link .GoToShopBanner .GoToShopBanner-links .Byline-name{width:100%}.GoToShopBanner .GoToShopBanner-links a+a,.GoToShopBanner .GoToShopBanner-links a.Byline .Byline-name+a,a.Byline .GoToShopBanner .GoToShopBanner-links .Byline-name+a,.GoToShopBanner .GoToShopBanner-links .Byline--link .Byline-name+a,.Byline--link .GoToShopBanner .GoToShopBanner-links .Byline-name+a,.GoToShopBanner .GoToShopBanner-links a.Byline a+.Byline-name,a.Byline .GoToShopBanner .GoToShopBanner-links a+.Byline-name,.GoToShopBanner .GoToShopBanner-links a.Byline .Byline-name+.Byline-name,a.Byline .GoToShopBanner .GoToShopBanner-links .Byline-name+.Byline-name,.GoToShopBanner .GoToShopBanner-links .Byline--link a+.Byline-name,.Byline--link .GoToShopBanner .GoToShopBanner-links a+.Byline-name,.GoToShopBanner .GoToShopBanner-links .Byline--link .Byline-name+.Byline-name,.Byline--link .GoToShopBanner .GoToShopBanner-links .Byline-name+.Byline-name{margin-top:15px}}@media (min-width: 768px){.GoToShopBanner .GoToShopBanner-links{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.GoToShopBanner .GoToShopBanner-links a+a,.GoToShopBanner .GoToShopBanner-links a.Byline .Byline-name+a,a.Byline .GoToShopBanner .GoToShopBanner-links .Byline-name+a,.GoToShopBanner .GoToShopBanner-links .Byline--link .Byline-name+a,.Byline--link .GoToShopBanner .GoToShopBanner-links .Byline-name+a,.GoToShopBanner .GoToShopBanner-links a.Byline a+.Byline-name,a.Byline .GoToShopBanner .GoToShopBanner-links a+.Byline-name,.GoToShopBanner .GoToShopBanner-links a.Byline .Byline-name+.Byline-name,a.Byline .GoToShopBanner .GoToShopBanner-links .Byline-name+.Byline-name,.GoToShopBanner .GoToShopBanner-links .Byline--link a+.Byline-name,.Byline--link .GoToShopBanner .GoToShopBanner-links a+.Byline-name,.GoToShopBanner .GoToShopBanner-links .Byline--link .Byline-name+.Byline-name,.Byline--link .GoToShopBanner .GoToShopBanner-links .Byline-name+.Byline-name{margin-left:15px}}.FeaturedClips .Clip-container{text-align:center;width:100%}.FeaturedClips .Clip-container img{margin-bottom:7px}.FeaturedClips .carousel{overflow:hidden;padding-bottom:60px;padding-top:7px}.FeaturedClips .carousel-inner{overflow:visible}.FeaturedClips .Clip-description{margin-top:15px}@media (max-width: 767px){.FeaturedClips .carousel-control .SlideCarousel-controlBlock{bottom:0}}@media (min-width: 768px){.FeaturedClips .Clip-container{padding:0 15px;width:33.33%}.FeaturedClips .Clip-container img{max-width:150px}.FeaturedClips .item{padding:0 45px}}@media (min-width: 992px){.FeaturedClips .Clip-container{width:25%}.FeaturedClips .Clip-container img{max-width:190px}.FeaturedClips .item{padding:0 60px}}.FeaturedClips .FeaturedClip-pretitle{bottom:-47px;font-weight:600;left:0;position:absolute;right:0;text-align:center}@media (min-width: 768px) and (max-width: 991px){.FeaturedClips .carousel{padding-bottom:30px}.FeaturedClips .FeaturedClip-pretitle{bottom:-25px}}@media (min-width: 768px){.FeaturedClips.FeaturedClips-all .carousel-control .SlideCarousel-controlBlock{bottom:auto;top:30%}}.ValuesCard{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.ValuesCard .ValuesCard-image{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;height:150px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:15px}.ValuesCard .ValuesCard-image svg{max-height:125px;max-width:125px}.ValuesCard .ValuesCard-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ValuesCard .ValuesCard-description a,.ValuesCard .ValuesCard-description a.Byline .Byline-name,a.Byline .ValuesCard .ValuesCard-description .Byline-name,.ValuesCard .ValuesCard-description .Byline--link .Byline-name,.Byline--link .ValuesCard .ValuesCard-description .Byline-name{color:#444;font-weight:600}.ValuesCard .ValuesCard-description a:hover,.ValuesCard .ValuesCard-description a.Byline .Byline-name:hover,a.Byline .ValuesCard .ValuesCard-description .Byline-name:hover,.ValuesCard .ValuesCard-description .Byline--link .Byline-name:hover,.Byline--link .ValuesCard .ValuesCard-description .Byline-name:hover{color:#2f013e}.ValuesCard .ValuesCard-title{background-color:#8e07ba;color:#fff;margin-bottom:25px;padding:7px;text-align:center;width:100%}.ValuesCard-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 768px){.ValuesCard-container>div:nth-child(n+4){padding-top:75px}.ValuesCard-container .ValuesCard{width:33.33%;padding:0 15px}}.AboutVideo{position:relative}.AboutVideo .AboutVideo-background{margin:auto}.AboutVideo .VideoLauncher-content{height:100%;width:100%}.AboutVideo .VideoLauncher-content img{max-width:40px}.AboutVideo .VideoLauncher-container{height:100%;left:0;top:0;width:100%}@media (min-width: 768px){.AboutVideo .VideoLauncher-content img{max-width:75px}.AboutVideo.AboutVideo-spaceDesktop{padding-bottom:70px}}@media (min-width: 992px){.AboutVideo .VideoLauncher-content img{max-width:100px}}.AboutBanner{color:#fff}.AboutBanner .AboutBanner-scrim{background:-webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);height:100%;left:0;position:absolute;top:0;width:100%}.AboutBanner .banner-container{margin:auto;padding:70px 15px 15px}@media (min-width: 768px){.AboutBanner .banner-container{width:750px;padding-top:140px;width:970px}}@media (min-width: 992px){.AboutBanner .banner-container{padding-top:200px}}@media (min-width: 1200px){.AboutBanner .banner-container{width:1170px}}.glyphicon-play,.icon-chevron-right{font-size:11px;position:relative;top:-1px}.already-have{padding:15px 0}#case-studies{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;font-size:large;text-align:center}#case-studies img{margin:22px}#case-studies a,#case-studies a.Byline .Byline-name,a.Byline #case-studies .Byline-name,#case-studies .Byline--link .Byline-name,.Byline--link #case-studies .Byline-name{color:#888}#case-studies a:hover,#case-studies a.Byline .Byline-name:hover,a.Byline #case-studies .Byline-name:hover,#case-studies .Byline--link .Byline-name:hover,.Byline--link #case-studies .Byline-name:hover{color:#5f027e;text-decoration:none}.guide.cloud{background:#eee}.more-arrow{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;color:#888;text-transform:uppercase}.more-arrow:hover{text-decoration:none}.cloud-banner{background-size:contain;margin-bottom:2em}@media all and (min-width: 993px){.cloud-banner{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/cloudStart/cb_assets_hero-1964fa5356dd21bdb68f4c07ccb4dd9b1a1117dc7f774e5159d8a33b9e0292eb.jpg)}}.cloud-banner .btn-secondary{background-color:#fff}.cloud-banner .btn-secondary:hover{background-color:#5f027e}@media (max-width: 520px){.cloud-banner .header-br{display:none}}.cloud-banner .title-xl{text-align:center}@media all and (min-width: 993px){.cloud-banner .title-xl{text-align:left}}.cloud-banner .header-description{text-align:center}@media all and (min-width: 993px){.cloud-banner .header-description{padding-right:0;text-align:left}}@media (max-width: 520px){.cloud-banner .header-description{float:none}}@media (max-width: 991px){.cloud-banner .banner-cloudstart{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}}@media (max-width: 991px){.cloud-banner #header_buttons{clear:both;text-align:center}}.cloud-banner .cloud-bit-img{margin-top:-35px;margin:auto;max-width:350px}@media all and (max-width: 768px){.cloud-banner .cloud-bit-img{margin-top:0}}@media (max-width: 520px){.cloud-banner .cloud-bit-img{float:none;max-width:205px}}.setup-flex-container{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:auto}@media (min-width: 768px){.setup-flex-container{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:auto;max-width:1170px;padding:0 15px}}@media (max-width: 767px){.setup-flex-container .flex-child{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}.setup-flex-container .flex-child:not(:last-child){margin-bottom:10px}}@media (min-width: 768px){.setup-flex-container .flex-child{min-width:100px;padding:0 5px;width:-webkit-calc(100%/8);width:calc(100%/8)}}@media (min-width: 992px){.setup-flex-container .flex-child{min-width:110px}}.setup-flex-container .flex-child img{height:auto;width:100%}@media (max-width: 767px){.setup-flex-container .flex-child img{margin-right:10px;max-width:2em}}@media all and (max-width: 768px){.setup-flex-container .flex-child .set-up-title{font-size:0.75em}}@media (min-width: 768px){.setup-flex-container .flex-child .set-up-title{margin-top:20px;text-align:center}}.setup-flex-container .flex-arrow{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;width:7%}.setup-flex-container .flex-arrow img{margin-bottom:125%}@media all and (min-width: 993px){.setup-flex-container .flex-arrow img{margin-bottom:100%}}@media all and (min-width: 1201px){.setup-flex-container .flex-arrow img{margin-bottom:75%}}@media (max-width: 991px){.setup-flex-container .flex-arrow{width:6%}}@media all and (max-width: 768px){.setup-flex-container .flex-arrow{display:none}}@media (max-width: 767px){.column-card-deck>div.column-card:not(:last-of-type) .column-card-content-container{border-bottom:1px solid white;padding-bottom:35px}}@media (max-width: 991px){.column-card{margin-bottom:35px}}.column-card .column-card-img{height:284px;margin-bottom:50px;position:relative}.column-card .column-card-img.column-card-img--small{height:250px;padding:0 15px}.column-card .column-card-img.column-card-img--small img{max-height:250px}.column-card .column-card-img img{bottom:0;left:0;margin-left:auto;margin-right:auto;max-height:284px;position:absolute;right:0}@media (max-width: 767px){.column-card .column-card-img{height:200px}.column-card .column-card-img img{max-height:200px;margin:0 auto}}@media all and (min-width: 993px){.column-card .column-card-img .full-width-img{width:80%;margin-left:10%}}.column-card .column-card-content{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0}.column-card .column-card-content .content-title-md{margin-bottom:20px}.column-card .column-card-content .content-description{color:#666;margin:0 0 20px}.column-card .column-card-content .content-description.with-cta{margin:0 0 30px}@media (min-width: 768px) and (max-width: 991px){.column-card .column-card-content .content-description{height:125px;max-height:125px}}@media (min-width: 992px){.column-card .column-card-content .content-description{height:100px;max-height:100px}}@media (min-width: 1200px){.column-card .column-card-content .content-description{height:75px;max-height:75px}}.column-card .column-card-content .card-content-cta a,.column-card .column-card-content .card-content-cta a.Byline .Byline-name,a.Byline .column-card .column-card-content .card-content-cta .Byline-name,.column-card .column-card-content .card-content-cta .Byline--link .Byline-name,.Byline--link .column-card .column-card-content .card-content-cta .Byline-name{color:#444;font-weight:600}.column-card .column-card-content .card-content-cta.bottom{bottom:0;position:absolute}.column-card .column-card-content .card-content-cta:after{background-image:url(https://d3uoqkxdijd65n.cloudfront.net/navigation/right_arrow.svg);background-position-y:center;background-repeat:no-repeat;background-size:6px;content:'';display:inline-block;height:12px;margin-left:7px;width:15px}@media (max-width: 991px){#how_it_works{margin-top:-30px}}#how_it_works .content-title-md{margin-bottom:20px}#how_it_works>.row{margin-bottom:30px;position:relative}#how_it_works .explanation-text{margin-bottom:1em}@media all and (max-width: 768px){#how_it_works img.example{margin-bottom:10px;margin-top:30px}#how_it_works .explanation-text{margin-bottom:-1.5em}}@media all and (min-width: 769px){#how_it_works>.row:first-of-type{margin-bottom:100px}}@media all and (min-width: 1201px){#how_it_works>.row:first-of-type{margin-bottom:150px}#how_it_works img.example{position:absolute;max-width:100%}#how_it_works img.example-right{left:15px}#how_it_works img.example-left{right:15px}}@media (min-width: 1430px){#how_it_works img.example{max-width:130%}}@media (max-width: 991px){#how_it_works .circuit{margin:25px 0 35px}}@media all and (min-width: 993px){#support .png-phone{margin-left:15%}}#sign_in{-webkit-font-smoothing:antialiased}#sign_in a:first-of-type,#sign_in a.Byline .Byline-name:first-of-type,a.Byline #sign_in .Byline-name:first-of-type,#sign_in .Byline--link .Byline-name:first-of-type,.Byline--link #sign_in .Byline-name:first-of-type{margin-bottom:20px}#sign_in .btn,#sign_in .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup #sign_in .button{-webkit-font-smoothing:subpixel-antialiased}.lb-dashboard{padding:20px !important;margin:0 !important;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-dashboard-profile{-webkit-font-smoothing:antialiased;background-color:#5f027e;padding:5px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:180px}.lb-dashboard-profile__container{width:100%;max-width:1440px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin:0 25px 0 25px}.lb-dashboard-profile__content{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr}.lb-dashboard-profile__image{background-color:white;border-radius:50%;border:4px solid gainsboro}.lb-dashboard-profile__info{display:grid;grid-template-rows:auto auto;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.lb-dashboard-profile__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:24px}.lb-dashboard-profile__persona{font-family:"Montserrat", Helvetica, Arial, sans-serif;font-weight:500;color:#fff;font-size:16px;text-transform:capitalize}.lb-dashboard-profile__email{font-family:"Montserrat", Helvetica, Arial, sans-serif;font-weight:500;color:#fff;font-size:16px}.lb-dashboard-profile__points{font-family:"Montserrat", Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:16px;grid-column:2/-1;grid-row:1/2;align-self:flex-end;margin-bottom:10px}.lb-dashboard-profile .lb-classroom__button-cta{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;height:50px;border:none;grid-column:2/-1;grid-row:2/-1;cursor:pointer}.lb-progress{position:relative;display:inline-block;grid-row:1/-1;grid-column:1/2}.lb-progress svg{width:160px;height:160px}.lb-progress circle{stroke-width:9;fill:transparent}.progress-text{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#fff;width:100%;height:100%;position:absolute;z-index:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:25px}.progress-circle{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.progress-circle__progress{stroke-linecap:round}.progress-circle__progress--red{stroke:#FC3CA8}.progress-circle__progress--blue{stroke:#18ADF2}.progress-circle__path{stroke:#8D1CB7}.lb-products{display:grid;grid-template-columns:repeat(3, auto);grid-row-gap:25px;padding:20px}.banner-app{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/app/header-04b56071e13f8c76e27f7e072cb94c175c6cd50e2ef531a19908898bcb16afbe.jpg)}@media (max-width: 320px){.banner-app{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/app/header-mobile-87650a7dc2cfc5dae0bef6096819be588d012e6c464fe091e6767cec257fc5ad.png)}}.Banner--appPage .iphone-white{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/app/iphone-white-frame-9d96669ecd9c54023d7e7acb11fe54cafff085b2ba53569fbfdebb0a7ea14860.png);background-size:100%;margin:auto;width:225px}.Banner--appPage .iphone-white.padded-content{padding:54px 19px 0}.Banner--appPage .iphone-white .scroll{height:230px;overflow:hidden}.edu-landing-copy-container{width:650px;margin:0 auto;text-align:left}@media (max-width: 650px){.edu-landing-copy-container{width:350px}}.edu-landing-copy-container ul{list-style-type:disc;padding-left:20px;font-weight:500}.edu-landing-copy-container .edu-landing-disclaimer{font-size:.8em;margin:20px 0 35px}.edu-landing-wrapper #new-customer .border-box{min-height:320px}.center-content{max-width:1024px;margin-right:auto;margin-left:auto;padding-bottom:100px;padding-top:100px}@media (max-width: 1026px){.center-content{margin-right:20px;margin-left:20px}}@media (max-width: 991px){.center-content{margin-right:100px;margin-left:100px;padding-bottom:50px;padding-top:50px}}@media (max-width: 767px){.center-content{margin-right:20px;margin-left:20px}}.top-banner{position:fixed;z-index:100;top:0;left:0;background-color:#ffffff;width:100%;height:62px;border:medium;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);box-shadow:0 1px 0 rgba(12,13,14,0.1),0 1px 3px rgba(12,13,14,0.1),0 4px 20px rgba(12,13,14,0.035),0 1px 1px rgba(12,13,14,0.025)}.top-banner .banner-row{max-width:1024px;margin-right:auto;margin-left:auto}@media (max-width: 1026px){.top-banner .banner-row{margin-right:20px;margin-left:20px}}@media (max-width: 991px){.top-banner .banner-row{margin-right:100px;margin-left:100px}}@media (max-width: 767px){.top-banner .banner-row{margin-right:20px;margin-left:20px}}.top-banner .banner-row .banner-link{width:66px;margin-top:10px;float:left}.top-banner .banner-row .vertical-row{float:left;height:42px;width:2px;background-color:#eeeeee}.top-banner .banner-row .banner-logos{margin-left:96px;margin-top:11px}.top-banner .banner-row .banner-logos .banner-image{max-height:40px}.top-banner .banner-row a,.top-banner .banner-row a.Byline .Byline-name,a.Byline .top-banner .banner-row .Byline-name,.top-banner .banner-row .Byline--link .Byline-name,.Byline--link .top-banner .banner-row .Byline-name{color:red;font-family:Eund}.droid-resources-body{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#ffffff;overflow-y:scroll;font-family:Eund;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/images/droid-inventor-resources/droid-diagram-v1.png);background-position-x:right;background-repeat:no-repeat;background-position-y:top}.droid-resources-body .top{max-width:1024px;margin-right:auto;margin-left:auto}@media (max-width: 1026px){.droid-resources-body .top{margin-right:20px;margin-left:20px}}@media (max-width: 991px){.droid-resources-body .top{margin-right:100px;margin-left:100px}}@media (max-width: 767px){.droid-resources-body .top{margin-right:20px;margin-left:20px}}.droid-resources-body .top a,.droid-resources-body .top a.Byline .Byline-name,a.Byline .droid-resources-body .top .Byline-name,.droid-resources-body .top .Byline--link .Byline-name,.Byline--link .droid-resources-body .top .Byline-name{float:left;margin-top:-53px;color:red}@media (max-width: 991px){.droid-resources-body .top a,.droid-resources-body .top a.Byline .Byline-name,a.Byline .droid-resources-body .top .Byline-name,.droid-resources-body .top .Byline--link .Byline-name,.Byline--link .droid-resources-body .top .Byline-name{margin-top:-33px}}.droid-resources-body .top .top-img{height:53px;text-align:-webkit-center}@media (max-width: 991px){.droid-resources-body .top .top-img img{height:46px}}.droid-resources-body .top .top-row{padding-top:135px;padding-bottom:100px;max-width:60%;text-align:center;margin-left:auto;margin-right:auto}@media (max-width: 991px){.droid-resources-body .top .top-row{max-width:100%;padding-bottom:60px}}.droid-resources-body .top .top-row .hero-title{Font-size:72px;Line-height:60px;Color:#e92c29;font-weight:900;margin-bottom:10px;margin-top:10px}@media (max-width: 991px){.droid-resources-body .top .top-row .hero-title{Font-size:39px;Line-height:37px}}.droid-resources-body .top .top-row img{height:60px;width:152px;margin-bottom:10px}@media (max-width: 991px){.droid-resources-body .top .top-row img{height:44px;width:112px;margin-bottom:0px}}.droid-resources-body .content{Font-size:18px;Line-height:24px;font-weight:500}.droid-resources-body .main{margin-right:auto;margin-left:auto}.droid-resources-body .main .hq-droids{background:#f7f7f7}.droid-resources-body .main .community{background:#f7f7f7}.droid-resources-body .main .custom-tips{background:#f7f7f7}.droid-resources-body .main .custom-tips .col-6-content .tip-title{font-weight:900;margin-right:5px}.droid-resources-body .main .custom-tips .col-6-content .tip-description{margin-left:5px}@media (max-width: 991px){.droid-resources-body .main .lb-tips{margin-bottom:-50px}}.droid-resources-body .main .lb-tips .tp-image{margin-top:80px;float:right}@media (max-width: 991px){.droid-resources-body .main .lb-tips .tp-image{margin-top:0px;margin-bottom:30px}}.droid-resources-body .main .lb-tips .title-description{margin-bottom:50px}.droid-resources-body .main .lb-tips .tp-button{background-color:#e92c29;color:white;font-weight:600;Font-size:20px;Line-height:24px;padding:20px 28px 16px 29px;border-radius:5px}.droid-resources-body .main .lb-tips .tp-button:hover{background-color:black;color:red;text-decoration:none}.droid-resources-body .main .lb-tips .col-6-content{max-height:none}.droid-resources-body .main .tiptrickvideo{background:#f7f7f7}@media (max-width: 991px){.droid-resources-body .main .tiptrickvideo{margin-top:100px}}@media (max-width: 767px){.droid-resources-body .main .tiptrickvideo{margin-top:50px}}.droid-resources-body .main .tiptrickvideo .footer-link{margin-top:150px;margin-bottom:-100px}.droid-resources-body .main .tiptrickvideo .footer-link a,.droid-resources-body .main .tiptrickvideo .footer-link a.Byline .Byline-name,a.Byline .droid-resources-body .main .tiptrickvideo .footer-link .Byline-name,.droid-resources-body .main .tiptrickvideo .footer-link .Byline--link .Byline-name,.Byline--link .droid-resources-body .main .tiptrickvideo .footer-link .Byline-name{color:red}@media (max-width: 991px){.droid-resources-body .main .tiptrickvideo .footer-link{margin-top:77px;margin-bottom:-54px}}.droid-resources-body .main .content-title{margin-bottom:30px}.droid-resources-body .main .content-title .title{Font-size:54px;Line-height:50px;Color:#000000;font-weight:900}@media (max-width: 991px){.droid-resources-body .main .content-title .title{Font-size:36px;Line-height:34px}}.droid-resources-body .main .content-title .red-line{margin-top:50px;margin-bottom:30px;border-top:6px solid red;width:30px;margin-left:inherit}.droid-resources-body .main .content-body-title{Font-size:26px;Line-height:26px;Color:black;font-weight:900}.droid-resources-body .main .content-inventor{Font-size:12px;Line-height:14px;Color:#e92c29;font-weight:900}.droid-resources-body .main .content-link a,.droid-resources-body .main .content-link a.Byline .Byline-name,a.Byline .droid-resources-body .main .content-link .Byline-name,.droid-resources-body .main .content-link .Byline--link .Byline-name,.Byline--link .droid-resources-body .main .content-link .Byline-name{color:#e92c29;font-weight:900}.droid-resources-body .main .content-body-materials{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-top:30px}.droid-resources-body .main .content-body-materials-title{Font-size:18px;Line-height:24px;Color:#888888;font-weight:500}.droid-resources-body .main .content-body-material-item{position:inherit;margin-left:10px}.droid-resources-body .main .community-row .content-author{margin-top:25%}@media (max-width: 991px){.droid-resources-body .main .community-row .content-author{margin-top:5%}}.droid-resources-body .main .content-author{Font-size:12px;Line-height:14px;Color:#e92c29;font-family:Eund;font-weight:900}.droid-resources-body .main .content-name{Font-size:26px;Line-height:26px;Color:#000000;font-weight:900}.droid-resources-body .main .three-col-youtube{margin-top:-20px}.droid-resources-body .main .three-col-youtube iframe{margin-top:30px;max-height:220px;margin-bottom:10%}@media (max-width: 991px){.droid-resources-body .main .three-col-youtube iframe{margin-bottom:5%;margin-top:45px;max-height:315px}}.droid-resources-body .main .three-col-youtube .content-name{Font-size:20px;Line-height:22px}.droid-resources-body .main .three-col-youtube .content{Font-size:16px;Line-height:18px;margin-bottom:20px}.droid-resources-body .main .three-col-youtube .link-frame .image{position:relative}.droid-resources-body .main .three-col-youtube .link-frame .image img{margin-top:30px;margin-bottom:10%;max-width:-webkit-fill-available;width:100%}@media (max-width: 991px){.droid-resources-body .main .three-col-youtube .link-frame .image img{margin-bottom:5%;margin-top:45px}}.droid-resources-body .main .three-col-youtube .link-frame .image a img,a.Byline .droid-resources-body .main .three-col-youtube .link-frame .image .Byline-name img,.droid-resources-body .main .three-col-youtube .link-frame .image .Byline--link .Byline-name img,.Byline--link .droid-resources-body .main .three-col-youtube .link-frame .image .Byline-name img{width:15%;position:absolute;left:42%;top:30%;opacity:1.0}.droid-resources-body .main .three-col-youtube .link-frame .image a img:hover,a.Byline .droid-resources-body .main .three-col-youtube .link-frame .image .Byline-name img:hover,.droid-resources-body .main .three-col-youtube .link-frame .image .Byline--link .Byline-name img:hover,.Byline--link .droid-resources-body .main .three-col-youtube .link-frame .image .Byline-name img:hover{opacity:0.5}.droid-resources-body .content-body-red-line{border-top:1px solid red;margin-right:unset}@media (max-width: 991px){.droid-resources-body .content-body-red-line{display:none}}.droid-resources-body .content-image-right{position:inherit;float:right}@media (max-width: 991px){.droid-resources-body .content-image-right{float:none}}@media (max-width: 991px){.droid-resources-body .resources-content-image{margin-top:25px;margin-left:auto;margin-right:auto}}.droid-resources-body .content-left{float:left}.droid-resources-body .content-body-hq-title{margin-top:36%}@media (max-width: 991px){.droid-resources-body .content-body-hq-title{margin-top:10%}}@media (max-width: 767px){.droid-resources-body .content-body-hq-title{margin-top:5%}}.droid-resources-body .col-6-content{margin-top:10px;max-height:530px}.droid-resources-body .col-6-content.youtube-iframe{margin-bottom:40px}.droid-resources-body .col-6-content.youtube-iframe img{width:100%}.droid-resources-body .col-6-content.youtube-iframe a img,a.Byline .droid-resources-body .col-6-content.youtube-iframe .Byline-name img,.droid-resources-body .col-6-content.youtube-iframe .Byline--link .Byline-name img,.Byline--link .droid-resources-body .col-6-content.youtube-iframe .Byline-name img{width:15%;position:absolute;left:42%;top:37%;opacity:1}.droid-resources-body .col-6-content.youtube-iframe a img:hover,a.Byline .droid-resources-body .col-6-content.youtube-iframe .Byline-name img:hover,.droid-resources-body .col-6-content.youtube-iframe .Byline--link .Byline-name img:hover,.Byline--link .droid-resources-body .col-6-content.youtube-iframe .Byline-name img:hover{opacity:0.5}.droid-resources-body .col-6-content.youtube-iframe-right{float:right}@media (max-width: 991px){.droid-resources-body .col-6-content.youtube-iframe-right{float:none}}.droid-resources-body .resources-footer{background-color:#eeeeee;max-height:165px;min-height:128px}.droid-resources-body .resources-footer .center-content-footer{max-width:1024px;margin-right:auto;margin-left:auto}@media (min-width: 992px) and (max-width: 1026px){.droid-resources-body .resources-footer .center-content-footer{margin-right:20px;margin-left:20px}}@media (max-width: 991px){.droid-resources-body .resources-footer .center-content-footer{max-width:202px}}.droid-resources-body .resources-footer .footer-image{width:128px;margin-left:43%;-webkit-transform:rotate(9deg);transform:rotate(9deg)}@media (max-width: 991px){.droid-resources-body .resources-footer .footer-image{margin-left:19%}}.droid-resources-body .resources-footer .footer-image img{margin-top:-64px;height:128px;width:128px}@media (max-width: 991px){.droid-resources-body .resources-footer .footer-image img{margin-top:-50px;height:100px;width:100px}}.droid-resources-body .resources-footer .footer-content{margin-top:-10px}@media (max-width: 991px){.droid-resources-body .resources-footer .footer-content{margin-top:0px}}.droid-resources-body .resources-footer .logo-image{float:right}.lb-padded__left{padding-left:1rem}.lb-padded__top{padding-top:1rem}@media (max-width: 1199px){.hide-mobile{display:none !important}}.lb-container{max-width:1024px;width:100%;margin:auto;padding-left:40px !important;padding-right:40px !important}.lb-row:before,.lb-row:after{content:none !important}.lb-flex-column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lb-flex-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-feature{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lb-feature:before,.lb-feature:after{content:none}@media (min-width: 1200px){.lb-feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:143px}}@media (min-width: 1200px){.lb-feature__top h1{margin-top:50px}}.lb-feature--align-left{margin-bottom:40px}@media (min-width: 1200px){.lb-feature--align-left{margin-bottom:0}}.lb-feature--align-right,.lb-feature--align-left{position:relative;text-align:center}@media (min-width: 1200px){.lb-feature--align-right,.lb-feature--align-left{text-align:left}}h1.feature-header{margin-bottom:40px}@media (min-width: 1200px){h1.feature-header{margin-bottom:68px}}h2.feature-header{font-size:40px;line-height:40px;margin-bottom:27px}.lb-body h2{margin-bottom:40px}.lb-body h5{margin-bottom:5px}.lb-capitalize{text-transform:capitalize}.lb-normalcase{text-transform:none}.lb-uppercase{text-transform:uppercase}.lb-image{background-color:#E5E3E6;max-width:500px;height:auto}.lb-rubric{font-size:11pt;margin-bottom:10px}.lb-rubric+h1.feature-header{margin-top:10px}.lb-rubric+.lb-classroom__title{margin-top:0}.lb-full-screen-cta{height:100%;min-height:523px;max-height:523px;background:#E5E3E6;position:relative;overflow:hidden;cursor:pointer}.lb-full-screen-cta:hover .lb-full-screen-cta__overlay{background-color:rgba(131,0,212,0.8)}.lb-full-screen-cta__overlay{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;background-color:rgba(131,0,212,0.65)}.lb-full-bleed-cta__text{padding:0 25px}.lb-white{color:#fff}.lb-full-screen-cta__content{position:absolute;top:10%;left:10%;z-index:2}@media (min-width: 1200px){.lb-full-screen-cta__content{top:100px;left:100px}}.lb-embed-container.ui.segment{padding:0;border:none;margin-bottom:30px;max-width:507px}.embed.lb-video-embed .icon::after,.embed.lb-video-embed:hover .icon::after{background-size:cover;background-position:center;background-repeat:repeat;opacity:1}.lb-full-screen-cta__image{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:0}.lb-full-bleed-cta{min-height:676px;max-height:100%;background:#E5E3E6;margin-bottom:25px;position:relative}.lb-round{border-radius:30px}.lb-body+.btn,.newsletter-signup-modal .modal-body .newsletter-signup .lb-body+.button{margin-top:25px}.lb-feature-card-container__solo{padding-bottom:250px}@media (min-width: 1200px){.lb-feature-card-container__solo{padding-bottom:0}}.lb-feature-card-container__solo .lb-feature-card{position:absolute;bottom:0;left:0;right:0;margin:auto}@media (min-width: 1200px){.lb-feature-card-container__solo .lb-feature-card{right:60px;left:initial}}.lb-feature-card-container__trio{display:grid;grid-template-columns:repeat(1, 1fr);row-gap:25px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width: 992px){.lb-feature-card-container__trio{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1200px){.lb-feature-card-container__trio{grid-template-columns:repeat(3, 1fr)}}.lb-classroom-section__docs{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow-x:scroll;overflow-y:hidden;padding-top:1rem;padding-bottom:1rem}.lb-classroom-section__docs::-webkit-scrollbar-track{background-color:transparent}.lb-kit-details{padding-bottom:300px;padding-top:10px}@media (min-width: 768px){.lb-kit-details{padding-top:40px}}@media (min-width: 992px){.lb-kit-details{padding-top:40px}}.lb-kit-details>.ui.grid>.lb-classroom-section__row{margin-left:0;margin-right:0}@media (max-width: 991px){.lb-kit-details>.ui.grid>.lb-classroom-section__row .lb-classroom-section .row{margin-left:0;margin-right:0}}@media (min-width: 768px){.lb-kit-details>.ui.grid>.lb-classroom-section__row{margin-left:15px}}@media (min-width: 992px){.lb-kit-details>.ui.grid>.lb-classroom-section__row{margin-left:initial}}.lb-feature-card-container__dynamic{padding-left:0}@media (min-width: 768px){.lb-feature-card-container__dynamic{padding-left:1rem}}.lb-feature-card-container__dynamic .lb-feature-card{margin-right:15px}@media (min-width: 768px){.lb-feature-card-container__dynamic .lb-feature-card{margin-right:25px}}.lb-feature-card{cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:280px;min-width:280px;height:400px;border-radius:4px;padding:15px;position:relative;justify-self:center;-webkit-transition:all .17s ease-in-out;transition:all .17s ease-in-out;overflow:hidden;-webkit-font-smoothing:antialiased}.lb-feature-card:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px);box-shadow:0 3px 6px 0 rgba(0,0,0,0.3)}.lb-feature-card:hover a,.lb-feature-card:hover a.Byline .Byline-name,a.Byline .lb-feature-card:hover .Byline-name,.lb-feature-card:hover .Byline--link .Byline-name,.Byline--link .lb-feature-card:hover .Byline-name{text-decoration:none}.lb-feature-card>a,a.Byline .lb-feature-card>.Byline-name,.Byline--link .lb-feature-card>.Byline-name{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;z-index:1}.lb-feature-card .lb-feature-card__topbar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;right:0;top:0;margin:auto;height:60px;background:#fff;padding-left:15px}.lb-feature-card .lb-feature-card__topbar .lb-rubric{color:#000}.lb-feature-card .lb-feature-card__topbar .lb-feature-card__add{border-color:#000;border-width:2px;width:30px;height:30px}.lb-feature-card .lb-feature-card__topbar .lb-feature-card__add:after{color:#000;margin-top:0}.lb-feature-card .feature-header{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:500;max-width:100%}.lb-feature-card .feature-header,.lb-feature-card .lb-rubric{color:#fff;text-decoration:none}.lb-feature-card .lb-classroom-tags{margin-top:auto}.lb-feature-card .lb-rubric{z-index:1}.lb-feature-card__icon{background-size:cover;background-position:center;background-repeat:no-repeat;width:40px;height:40px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-filter:brightness(100);filter:brightness(100);margin-left:auto;margin-bottom:10px}.lb-feature-card__icon--chrome{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAB4CAMAAABsOSjPAAACvlBMVEUAAAAzAE1IAGBIAGJLAGRKAGVMAGNLAGRLAGNKAGVLAGVLAGNKAGRMAGRMAGJJAGEAAFVAAFlIAGNLAGNLAGVMAGRMAGVMAWVLAGVMAGVMAGRMAGVLAGNHAGFJAElFAGJKAGVLAGRLAGVMAGRLAGVKAGQ5AFUAAABMAGRLAGNMAGRHAGMzADNMAGRLAGRLAGRLAGVLAGVKAGVMAGVMAGVMAGRKAGVLAGRLAGRGAF0AAABLAGVMAGVLAGRJAGNGAGFMAGVLAGVKAGNLAGVLAGRMAGRLAGRKAGRMAGVMAGVKAGFLAGRIAGJKAGRMAGNKAGNMAGRGAGBLAGJLAGVLAGRLAGRMAGVLAGVMAGNJAGRLAGRMAGRLAGRLAGRIAGJLAGVAAFVLAGRLAGJDAF5KAGNKAGRMAGRMAGVLAGVMAGRLAGRHAGNLAGRMAGNKAGBLAGRLAGRMAF5KAGVLAGQrAFVLAGVLAGVMAGRJAGFLAGNKAGVLAGNLAGNKAGRJAGRMAGNKAGBLAGRLAGRLAGRLAGRMAGRAAGBLAGVLAGVAAEBLAGRMAGNEAFVLAGJLAGRKAGNMAGRLAGRLAGRMAGRKAGRJAGNJAFtLAGRKAGNMAGRMAGRMAGRJAGFKAGVKAGJMAGRLAGRLAGVGAGRLAGRKAGJDAGRLAGRMAGVKAGNLAGRIAGA7AGJLAGRLAGRLAGRMAGREAF5LAFpJAGJLAGVLAGVLAGVLAGVLAGRIAGRMAGRLAGVLAGRJAGRMAGRMAGRMAGVLAGRLAGRKAGNMAGVMAGVKAGRGAF1LAGVLAGRLAGFJAGRJAGJMAGVAAGBMAGRLAGVMAGRMAGVMAGRLAGRLAGVLAGVLAGNMAGVLAGRLAGJMAGRJAF9MAGRHAFxLAGVLAGNLAGVLAGRKAGNLAGRLAGRMAGRLAGVLAGRMAGVMAGQ40IiNAAAA6nRSTlMACiA5Umh5hYiGgXRhSi8VAxRDfrTb8//76c6iajIHGmCu5tSTRQkBQJ+AJAVUv/7wnTDD9psmqe0LAm3ryTsd9Xc+3KteKXX94Td9PHg2Z+IoTvjPt6z6dkJ67Mv3J6oM0yITSE+lzbHouBLjby30xBuJpgaY38c/S1ZVX1k4jRhptdkz2AiVvgTBbA9B3V35ZtaRfzEO6nHlvPIqclP859AhoDQXpFtarTUNc5ySnh4RSeTa8cWPLpfV4FfRirmEuh+2ZW4W0sw6HEbXELKLlK/esEeOLMDCRKgj7xnuWLuWZIKMvcg9Ucbp7geVAAAFj0lEQVR4Ae3ag3dd2QLH8W89ddDXX5tkoiKeoLb7gnFt27ZtG0Htjm3btmf+isci2PtG65x715rzWTw+28Tj8Xg8Ho/H4/F4/o6qVK1WvUbNWnfUrlO3Xv0GDYMIdMEhoY3+0Vi3NWkaFh5xZyQBKyo6JlYmTZo1b9GSABQXn9BUPjRLTCLAJKfclapSpKVnEEjqt1JZtG7TlkDRtp3Kqn3NDgSCjp06qxy6dMX/usWofLr3CMLPevZSufVuiF/1aawKCOuLH/0zUxWSlY3f5Kiimt6Nn9yjimt6L35xX6oq4f4H8IMH+6lS+gfjurgBqqSBQbgufpAqaTDuS1Aldc/GVUOGQtVhqqThVXBRZJcRI2GwKuseXFRDGgWjx6iS2o/FNeOypMzxMCFVlTSxI24ZKkmTWhI3WRZTJk2N6T2wdOHBuGTadP3XDJg5SyVlzh5cLbgjASbiRmzOgbkqbtC8rnEEnvmT9H8LIHihilq0GIBxdy5ZuixkZEsAglosX2GVjSt6Zur/+q2EaBWxqgOwes3a2ExJGrEuof58iFs/SVYbNuKGTbpp8xaSt+q2QduAcYmxKmT4MmB7b9mk7sAFo3fqll3QdbduytwDtNirYkbNgY0DZbMPF/RM1S07p0Eb3bQfiOinEjYcgIOLZLE3EuclqpBa0O2Q/q/RFjgskyMHoO8wmTXJwHlHVcix43DiRpOcBCdzZbQuCjrJogaOm5anwmKgSr7+KxEKpsiid0ciw2R2CsedzlRhmUugfqakpmfgrKyqwzmZTQrCaedVVH4VuCBpE1wcJKtJkVxaKKNDDXHafhVzGY4fU2o8XJEP4+GqjHIb4LRrKubQdailrEs8dEQ+XIMlMnsYp61VcVfgoUemwhD58mhLrj8mo2ic9riK290V7nsC6sqXfiOZv1dGl3FavkrYmkyVJ+Ep+RQCd8koEac9rZLqAdBOPqXAZBnVxml7VdIzwQAD5dOzECOjuTjtORk8X4bJmyXwgoxexGldZDBrJlBHvmQeIChMRjVx2ksymRwHKfIlbxrBTf3VY5ook9QJ8HJj+fAKVMuUUXWcNldGYy4R94J8eBVqyii1Gk7bI7PXYKns8l4naJGMjr2M0+Jl9kYkG9+UVSi81URG6zbitLfTZLYU3smVxbvv2Ruf93FckC063+gAH8hsxI4bw3aTHJz3oSzqQORHMkm9D7ZslUUIzjspi37vwKUYldSkE9BHFkcewnmr28viyEyI/CC3xOnqwLSPZTEQN3wim14zgU8XqbDdpwoAaslmF25YIasj44HIpWvTdMP9T10EoO8xWXQ+gxumPSKrfnUuAVQ9uf9a73abDu94iP/rLZt03PGZfMhfsZEioqrA+ExZ5N6NO/p2ly/5PT5P5ob3Qtpc20jLSbL5IgiXhMu3fs9NDH31XJ9tcxtlKXU9dJLVBNzyeWuV2WcQlSebL7fgmk0qq+mv+7o79yvcMydPZbQHTo+Qzde4aY/KZlEkQS/JpnMBbtryisoidwg8K6v7cNc3U1QGE+HgBtkM7IjLqueqVN8mQY5sHv0O19VRqUIh6XtZHHsL9wWFqxTrtsNZWeT+gD90WCvffoAdTWQxA/9470f58lIQ8xfJoib+8tBa2Y24CK/KLLUu/tMhXFY/wev3y6j7z/hTx19yZZY3B36V0f3v4GcpsdZpsie7y+S3JPwuqZEMwloS974MWidGEgCC9jyi4jIftmyA+2IlAaLbh7NU1AXo8IZK2PlqMoHjyYRjxXdU1FVxH/cYR2Dp++szRRbZrh9SEam/r5lG4Jn2w4UbP7pwGrRRYY9e/SOIALX6z+bDv5eiC8+9Zz7yY2jXDgS0jm/vWDGfuA/GvLs3/6+1V0JXnH6Ivx+Px+PxeDwej8fj+Tf1j9CYH2SkDAAAAABJRU5ErkJggg==)}.lb-feature-card__icon--mac-osx{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAB4CAMAAABsOSjPAAACRlBMVEUAAAAAAAAAAABDAGRLAGUrAFUAAFVLAGVMAGVAAEBLAGRLAGRLAGRGAF1MAGRLAGRLAGVLAGRIAGNMAGRKAGNGAF1HAGMzAE1LAGVMAGJIAGJMAGVLAGRJAElMAGREAFVLAGRJAGJKAGRLAGVMAGRMAGNHAFxHAGVMAGRJAF8zADNMAGRAAGBIAGJKAGVIAGBLAGVJAGFLAGVLAGRMAGVLAGNMAGVKAGBLAFpLAGRKAGRKAGNLAGRAAFlLAGRLAGRLAGRHAGNMAGRMAGVMAGVKAGNLAGVLAGVIAGBLAGRMAGRLAGRLAGVJAGRMAGVMAGRLAGRMAGRLAGRKAGVMAGRLAGNLAGRKAGBLAGVLAGRLAGRJAFtMAGVLAGVKAGRLAGNMAGVLAGVLAGVEAF5MAGVMAGBJAGFKAGNLAGRLAGVLAGRKAGNMAGRMAGRLAGVMAGRMAGRGAGFMAGVLAGVJAGNMAF5LAGI7AGJGAGRLAGRMAGVLAGNLAGRJAGNLAGVLAGVLAGJLAGRMAGRKAGRKAGJLAGVMAGRLAGRLAGRLAGRMAGNJAGJLAGRMAGQ5AFVKAGVKAGVLAGRKAGRKAGRLAGRJAGFMAGVKAGVKAGRLAGVKAGVMAGRLAGRKAGRLAGNAAGBLAGVLAGVMAGVMAGRFAGJMAGNIAGRLAGRMAGRLAGFLAGVMAGNLAGRKAGJLAGRLAGVDAF5KAGVMAGRMAGNMAGVMAGRLAGVMAGVLAGNLAGRMAGVKAGRKAGVKAGVMAGRLAGJMAGRMAWXd0StsAAAAwXRSTlMAAgEX+gYD+P0E/vf0C/lw7slD6D4WEgr7Lyfh5wfyD91GeOZegxkr0SMFvQg8TDW+KtrgwEvKGBGkf2SEFFzWcySe6/Za3MUgjM7tyBxRgKvH03xAX30t8bh6Ds1tRXTptJgeryUVXcGTsB/l1PCXSh3XgTsbRA0ho/NqPVDf1UF7lHU0ju8z6mN5SczbCVZolmtugj9lcmF3JqhpT5oQp6r17BqNLtm8OtJsy1OcnROJim+5spVbiLe2oWAw/E6lPVfOJAAAA0VJREFUeAHt1tV2W0cYxfF9jliWZGZmZrDDzMzMbZghZWZmZmZm7n6zLreOpNjxhWbWOp+mmd8T/C/2xcb1xbIsy7Isy7Ii/XPnzYdR1ryUHyI3wSAtzYUctxXGcB6p5H8aYIqSW3hFEwxxbhmTbocZ5qxk0iofjBA4wJROByZwZzPNdzBCUYIpD56DCarzmeYMjNDENNsXwAQdI0wzE0boDjNlpBRGWMGUvHIYIbiaSaE7YIbDi1LNs2CIVj8n5D0FU3Rzwur7YYwi/qsutxTmeKgm9t5dM5aMIasFI10OUjqW3+wLYIIbP1RR0V4SRBZxfcPr1m/YOJC//tGimzBZbcHzO+pqQqF3qx6fsac8gqwQ3Pv3fibVPVMQQEp1wcE7mcb/+X2XIM6t7+Qku1951cG4YOvWNk5RuK4EsloWhjnVrTtu21ayLXcoh9d0/jFIunuA0/BXJTgt/z0OxMyNUdG9HRDS5KeyFS5E9CSo4WlIqNhPHTkL4L1AH3Wc3lMK731GHad6IWC0kRqOXoKEb6hh2RgkjD5MdUsPQUQu1eVshojICNU9ABnlZVRWWAzz1tEMGe5xKou1Q0bpUirrdCDjxhwq2wkhBVS3F0K2UNnidghpprLGMQgJUdkTT0II1bUFDYz+qMvA6JO1BkbHlkPISiqLFkHIs1T3HIQsobobXMh4geoWFRt4mPgiZOyqpLrdAYhwhqjhZcg4Rg2VPog4Qh2vOZDQmqCOTZAQOEUd4dch4Qy1hBsceO8NanrzLXhuTiE1tdU78Jj7NnWF37kMj62lvtnwWG0ldZ1+H177gOrETuqHIWpaC885B6hnIA7v1UeppQECIhuoo8oHCcPUcQEigh9TXeMoZHzip7L5EOIepKpP45DiG6Sa8FnI+SJKJV+6kON+RRV1xZD09XlmruwsZF1czIx960JYLjPV1wVpzkJmZvAE5MW/Zya2X0Q2ODzEqaI1q/ISnKpmGNmh9odJwRt//Kn3hK+lv+fC0RivUnUZ2aL65zImnTzWXY0rnIqd85jS14/s4W7+xc9xeb/OKsbV4j2/DUZJsiz/9wCyivPHzD95/K81Dq5hV++Rffu2lEdgWZZlWZZlWf8n/wBUMLXXz5D3zQAAAABJRU5ErkJggg==)}.lb-feature-card__icon--microsoft-windows{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAB4CAYAAABb59j9AAAGNUlEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAJi9uwhuZL27MP6cV2ANGoY8Jo00Xn1394X5Mt9VmBlX2WYdhlWYcXdhFWZmZmZmTkzqk1iWE43CyYCsOr+qrh632/zMW39xTJ6LuGfzKh5w8joecavrecQ9/rx//K24YT8Tok5MnIu5uN5kea5J46ShbXRalFVwF7QCnheaQRTZ323SelGCjgutXMaDZutMzRd6K6J0BauC00DbcNJoVqIudmlkD0ZrnCcJOnQxD5luUU7UYJlBtIZVobbxgvAcqjUZIS6QBB134mGHDtM7DmVJ1PrRsrOdAhaAo5Jao7EKcUEk6LiSBx6o0zxqWCqoM1hpTwMdYAnKdrQHGEcJOq7hEbcvcKlgFdQ1LAkfRzo0NmNBgo6LuefB/Rw+UuEFUVYE/dUW/N7X87JXMVDgEZIezoAuTMIJOu5Zu4rD08LHQEs1aIO6go6hrcFMW1QOMcz+NUMEm5wPkaCv4ZopcWIWGvOmWhbqCDpAR7BiNA+eldRiiPjHnIAT9LkeDVocOFpDC1BW/rrK6pRgyfi48DQqNQbGZjyIBH0tj3yM8DLQAbWBBcFRxEGAPXWVVyToIl6QVTUKE8JmnUkRCVrQY1JEgjZsEQmaieELGrQpIhL0WdRjckSC1haTIhK0cIIOChPCKCNHZIUeX5EZenJERg4n6KAwKTJDR25YOXsKFpGgc8NKJOhcKIyMHBMscqFw/EVW6EkRCVoTNkNHVuiMHJFrOc4WIxEJ+izKCh25UDhRIg+SzQjiZp5oJv85h2HbAnOmTdtrQgZsbCGz+xGD40AFux+vofNsgwWVB28LbKhABvf3wv1jf+d9Q59bldndUwnbqAIb+M4Mv6sS9JjpUT2nWK8D2VAJueCqorIornD/mKhsapX6xzU4XlzRO+O8MvJxPSrvHq/6H99zoXiLngFE/YcMWcNPmkLP2aKqClsu1Lzz75o32HSDZlVjw+vUXdjwFq2qxppr1P3H/r7hen/7o39P03V+v/0x/g1TbvBbN2n55/yqv5/igPfxY3+Hg27xDQMc4pDfxTHTd5OBwRYREXEhiAmx/SKSFazujBn6y+wpPJgbZeNq+PjuMUMFuyOKXSiDUYXKlEpUg4/dGUF2v0aBSmhwrPf11/HKrzJwFQ+fK2h/jQ0zsE7dDClsmCG1kfePnl9j/Z+eD/BH1kbOaZgh9ZG3e/ym9zZu+g3gBD1GruMRb5F0BReK/bTX8dInDH0/LwXdA0DYDDEyjLIZITDDRj7Of/dj5H/2eQ1miOBbP+fXl36Qm/6YC4VjRLDGBWTocab9EtP0iWE6S2uLEP/Uv/G1bdY2WBNjJ8/LYcaIwLmFNUFPzPhmMJGgIxL0eDKRoCMSdJ/NGBEykaDHUO7gn6CjwmaPaNJygo5I0BEJ+t+i3FIYWaHz7KPCTtDxb7CJBB2RoDPTx6QFbWzi3EjQYWQiQe9VxiISdK7liAT99xkiQUduKUzQEQl6opmiXI2YoM8aQQMiQU8MP8n242yehbkF81Hb38P8kb0m8sxJr+NlHwG2t126mIdMH4RjuL5YoVPCXaAjdMp4AXRU4jDnhEwk6LPI7+KVvwK2t68y4koeeKBCRxpuLgBtQWcneJ0CloATgmmkWl68PkGPvbfwmt8D29t3gA8x5BqumRInZk1jXu6tCHVAXaBjWAbmBXNITQYMjbFcoRN0vJE3rgM/GmyfgmH3rF3GvpkWzeO2lwQdwSr4E+w9CTpu6r0dfs7O9kX+od4zcO3NpjoN6gJd0LLwCWAGqcZekaDj9bz8G8A3GHIR92y2OTAHjXnsNrgrShfcjx08D5qVqDPuEnR8nps2Pv8PRplbcavGEf5vtjA1X6yVQeTdgrtGK8LzRnMSDcZdgo6P8/FN+PhPgO3tMwy5mIvrcHJmioMninsrBXUEp6F0wW2jeWBOYipBj714F+/aAn422D4/eiH1Kg5P19GJnqtloU5B/bnduC1YcD92tWDyiUkW5TruN92jdRy0VB/M60anwW1gAfTLX/Cr2+3111iJ0MU8ZOZyHrSSO6n9qT04IAEAAAAQ9P91OwL1BgAAAAAAAAAAAAAAAAAI6bVeTKc6FsUAAAAASUVORK5CYII=)}.lb-feature-card__icon--google-drive{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMjA0OHB4IiBzdHlsZT0ic2hhcGUtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgdGV4dC1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyBpbWFnZS1yZW5kZXJpbmc6b3B0aW1pemVRdWFsaXR5OyBmaWxsLXJ1bGU6ZXZlbm9kZDsgY2xpcC1ydWxlOmV2ZW5vZGQiIHZpZXdCb3g9IjAgMCAyMDQ4IDIwNDgiIHdpZHRoPSIyMDQ4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+ICAgPCFbQ0RBVEFbICAgIC5maWwxIHtmaWxsOm5vbmV9ICAgIC5maWwwIHtmaWxsOiM0MjQyNDJ9ICAgXV0+ICA8L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfeDAwMjBfMSI+PHBvbHlnb24gY2xhc3M9ImZpbDAiIHBvaW50cz0iNzI4LjM1MywxMjQ1LjkyIDEyNDEuMjcsMzcyLjQzNCA3OTYuNzE2LDM3Mi40MzQgNzk2LjcxNiwzNzAuMTAxIDc2NC43NDUsMzcwLjEwMSAyNTMuOTg3LDEyNjEuNTcgNDkzLjQ2MywxNjQ1Ljk0IDcyNy4wNjcsMTI0OC4xMSA3MjcuMDY3LDEyNDUuOTIgIi8+PHBvbHlnb24gY2xhc3M9ImZpbDAiIHBvaW50cz0iMTc4OS45OSwxMjQ1LjkyIDEyODYuNDgsMzcyLjQzNCAxMjgwLjk1LDM3Mi40MzQgMTA0Ny40Myw3NzAuMTE5IDEzMTIuNSwxMjQ1LjkyICIvPjxwb2x5Z29uIGNsYXNzPSJmaWwwIiBwb2ludHM9IjE3NzAuOTcsMTI4MC4yNyA3NDcuODcsMTI4MC4yNyA1MTQuMzgzLDE2NzcuOSAxNTU4LjIyLDE2NzcuOSAiLz48L2c+PHJlY3QgY2xhc3M9ImZpbDEiIGhlaWdodD0iMjA0OCIgd2lkdGg9IjIwNDgiLz48L3N2Zz4=)}.lb-feature-card-placeholder{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/lb-pattern-9656508532f17e9e69e2743329f917ca4ab2ae8b1de74db9a409840de848fba6.png);background-repeat:repeat;background-position:center}.lb-feature-card-placeholder__resources{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/resource-image-2be23421acc5258cf4c36fae0125c5e4def130e34aab2eafaaa8dbc5a81c121d.png)}.lb-feature-card-placeholder__lessons{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/lesson-image-a67618b667e8599976e490ec7b427b02c8e65c319e36f6dd270800ec5362c528.png)}.lb-feature-card-placeholder__inventions{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/invention-image-9faa7da06600bb5b5e869f6785f657a70c304255876c1445667baeaa9cae9935.png)}.lb-pill{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:12px;border-radius:100px;background-color:transparent;border:2px solid #fff;padding:0 25px;color:#fff;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;height:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:auto}.lb-pill.lb-pill--black{border:2px solid #000;color:#000;-webkit-transition:.15s all ease-in-out;transition:.15s all ease-in-out}.lb-pill.lb-pill--black:hover{background-color:#000;color:#fff}.lb-feature-card__full-height:hover .lb-feature-card__image.ui.image{width:102%}.lb-feature-card__full-height:hover:before{opacity:0.15}.lb-feature-card__full-height:before{content:'';background:#2E043D;height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:1;opacity:.2;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.lb-feature-card__full-height .lb-rubric{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;margin-top:13px}.lb-feature-card__full-height .feature-header{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:32px;line-height:1}.lb-feature-card__full-height .lb-feature-card__description{font-size:18px;line-height:1.2}.lb-feature-card__expandable-community{border:2px solid #ECECEC}.lb-feature-card__expandable-community::-webkit-scrollbar-track{background:#fff}.lb-feature-card__expandable-community.lb-feature-card__expandable-search:before{content:none}.lb-feature-card__expandable-community .lb-feature-card__add{background:#fff}.lb-feature-card__expandable-community:hover{-webkit-transform:none;transform:none;box-shadow:none;border:2px solid #000}.lb-feature-card__expandable-community .lb-feature-card__image.ui.image{width:auto;height:100%;margin-top:60px;max-height:180px}.lb-feature-card__expandable-community.lb-feature-card__expanded:before{content:'';background:#190B24;opacity:0.7}.lb-feature-card__expandable-community.lb-feature-card__expanded.lb-feature-card__expandable-search .lb-feature-card__content{overflow-y:scroll;overflow-x:hidden;max-height:280px;-webkit-transition:none;transition:none}.lb-feature-card__expandable-community.lb-feature-card__expanded.lb-feature-card__expandable-search .lb-feature-card__content::-webkit-scrollbar-track{background-color:transparent}.lb-feature-card__expandable-community.lb-feature-card__expanded .lb-classroom-tags{display:-webkit-flex;display:-ms-flexbox;display:flex}.lb-feature-card__expandable-community.lb-feature-card__expanded .lb-feature-card__description{overflow:unset}.lb-feature-card__expandable-community.lb-feature-card__expanded .lb-feature-card__image.ui.image:before{content:''}.lb-feature-card__expandable-community .lb-classroom-tags{display:none}.lb-feature-card__expandable-community .lb-classroom-tag{padding:5px 25px;margin-bottom:7px}.lb-feature-card__expandable-community .lb-feature-card__content{min-height:150px !important;background:#fff !important}.lb-feature-card__expandable-community .lb-rubric{margin-bottom:0}.lb-feature-card__expandable:before,.lb-feature-card__expandable-discover:before,.lb-feature-card__expandable-search:before{content:'';background:#2F005C;height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:1;opacity:.2}.lb-feature-card__expandable .lb-feature-card__content,.lb-feature-card__expandable-discover .lb-feature-card__content,.lb-feature-card__expandable-search .lb-feature-card__content{position:absolute;bottom:0;left:0;right:0;margin:auto;background-color:#fff;z-index:1;height:auto;padding:15px;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lb-feature-card__expandable .lb-feature-card__content .feature-header,.lb-feature-card__expandable-discover .lb-feature-card__content .feature-header,.lb-feature-card__expandable-search .lb-feature-card__content .feature-header{color:#000;font-size:20px;line-height:24px}.lb-feature-card__expandable .lb-feature-card__description,.lb-feature-card__expandable-discover .lb-feature-card__description,.lb-feature-card__expandable-search .lb-feature-card__description{position:relative}.lb-feature-card__expandable .lb-feature-card__description:before,.lb-feature-card__expandable-discover .lb-feature-card__description:before,.lb-feature-card__expandable-search .lb-feature-card__description:before{content:'';background:-webkit-linear-gradient(transparent, white);background:linear-gradient(transparent, white);position:absolute;bottom:-4px;left:0;right:0;width:100%;margin:auto;height:12px}.lb-feature-card__expandable .feature-header,.lb-feature-card__expandable-discover .feature-header,.lb-feature-card__expandable-search .feature-header{margin-bottom:8px}.lb-feature-card__expandable .lb-classroom-tags,.lb-feature-card__expandable-discover .lb-classroom-tags,.lb-feature-card__expandable-search .lb-classroom-tags{padding-bottom:0;padding-top:0;margin-top:auto}.lb-feature-card__expandable .lb-feature-card__link,.lb-feature-card__expandable-discover .lb-feature-card__link,.lb-feature-card__expandable-search .lb-feature-card__link{margin-bottom:10px}.lb-feature-card__expandable .lb-feature-card__description,.lb-feature-card__expandable-discover .lb-feature-card__description,.lb-feature-card__expandable-search .lb-feature-card__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;overflow:hidden;color:#000;margin-top:0}.lb-feature-card__expandable.lb-feature-card-placeholder,.lb-feature-card__expandable-search.lb-feature-card-placeholder{background-position:top;background-size:100% -webkit-calc(100% - 180px);background-size:100% calc(100% - 180px)}.lb-feature-card__expandable.lb-feature-card__with-icon:after,.lb-feature-card__expandable-search.lb-feature-card__with-icon:after{content:'';height:50px;width:40px;background-repeat:no-repeat;position:absolute;top:135px;z-index:2;background-size:contain}.lb-feature-card__expandable.lb-feature-card__with-icon--link:after,.lb-feature-card__expandable-search.lb-feature-card__with-icon--link:after{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/doc-icon-2efe21a54b303ebe0f0490b696cddd755d8a39e1ba3d42c3496c8323a465c81d.svg)}.lb-feature-card__expandable.lb-feature-card__with-icon--download:after,.lb-feature-card__expandable-search.lb-feature-card__with-icon--download:after{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/pdf-icon-e3e25fb6bd0ab0acc5480193e3f4f878d34428a622dd4f1fe2bd5a232f596c13.svg)}.lb-feature-card__expandable .lb-feature-card__content,.lb-feature-card__expandable-search .lb-feature-card__content{max-height:180px;min-height:180px}.lb-feature-card__expandable .lb-feature-card__meta,.lb-feature-card__expandable-search .lb-feature-card__meta{padding-top:2px}.lb-feature-card__expandable-search.lb-feature-card__expanded .lb-feature-card__content{min-height:180px;max-height:100%}.lb-feature-card__expandable-search .lb-feature-card__content .feature-header{min-width:100%;width:100%}.lb-feature-card__expandable-discover.lb-feature-card-placeholder__lessons{background-position:top;background-size:100% -webkit-calc(100% - 140px);background-size:100% calc(100% - 140px)}.lb-feature-card__expandable-discover.lb-feature-card__expanded .lb-feature-card__content{min-height:278px;max-height:100%}.lb-feature-card__expandable-discover.lb-feature-card__expanded .lb-feature-card__description{overflow-y:scroll}.lb-feature-card__expandable-discover.lb-feature-card__expanded .lb-feature-card__description::-webkit-scrollbar-track{background-color:transparent}.lb-feature-card__expandable-discover.lb-feature-card__expanded .lb-feature-card__description:after{content:none}.lb-feature-card__expandable-discover .lb-feature-card__content{min-height:140px;max-height:140px}.lb-feature-card__expandable-discover .lb-rubric{margin-top:8px;margin-bottom:10px}.lb-feature-card__expandable-discover .feature-header{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:32px;line-height:1}.lb-feature-card__image.ui.image{position:absolute;top:0;bottom:0;left:-50%;right:-50%;margin:auto;height:auto;width:100%;max-width:none;opacity:1;-webkit-transition:all .17s ease-in-out;transition:all .17s ease-in-out}.lb-feature-card__expandable .lb-feature-card__image.ui.image{position:absolute;top:0;width:320px;margin-top:0;height:auto}.lb-feature-card-image-height .lb-feature-card__image.ui.image{position:absolute;top:0;bottom:initial;left:-50%;right:-50%;margin:auto;height:260px !important;width:auto !important}.lb-feature-card__expandable-discover .lb-feature-card__image.ui.image{position:absolute;top:0;bottom:initial;left:-50%;right:-50%;margin:auto;height:auto;width:100%}.lb-feature-card__meta{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:35px;margin-top:auto}.lb-feature-card__expanded .lb-feature-card__toggle:after{content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi40NTM3MiA4Ljk5MTI0TDMuODI2NyA2LjM2NDIyQzMuNTYzOTkgNi4xMDE1MiAzLjQzMjY0IDUuOTA1OTUgMy40MzI2NCA1Ljc3NzUyQzMuNDMyNjQgNS42Mzc0MSAzLjU2Mzk5IDUuNDM2MDEgMy44MjY3IDUuMTczM0w0LjY2NzM0IDQuMzMyNjZDNC45MzAwNCA0LjA2OTk2IDUuMTI4NTMgMy45NDE1MiA1LjI2MjggMy45NDczNkM1LjM5NzA3IDMuOTQxNTIgNS41OTU1NiA0LjA2OTk2IDUuODU4MjYgNC4zMzI2Nkw4LjQ4NTI4IDYuOTU5NjhMMTEuMTEyMyA0LjMzMjY2QzExLjM3NSA0LjA2OTk2IDExLjU3MzUgMy45NDE1MiAxMS43MDc4IDMuOTQ3MzZDMTEuODQyIDMuOTQxNTIgMTIuMDQwNSA0LjA2OTk1IDEyLjMwMzIgNC4zMzI2NkwxMy4xNDM5IDUuMTczM0MxMy40MDY2IDUuNDM2MDEgMTMuNTM3OSA1LjYzNzQxIDEzLjUzNzkgNS43Nzc1MkMxMy41Mzc5IDUuOTA1OTUgMTMuNDA2NiA2LjEwMTUyIDEzLjE0MzkgNi4zNjQyMkwxMC41MTY4IDguOTkxMjRMMTMuMTUyNiAxMS42MjdDMTMuNDE1MyAxMS44ODk3IDEzLjU0NjcgMTIuMDkxMSAxMy41NDY3IDEyLjIzMTJDMTMuNTQ2NyAxMi4zNTk3IDEzLjQxNTMgMTIuNTU1MiAxMy4xNTI2IDEyLjgxNzlMMTIuMzEyIDEzLjY1ODZDMTIuMDQ5MyAxMy45MjEzIDExLjg1MDggMTQuMDU1NiAxMS43MTY1IDE0LjA2MTRDMTEuNTgyMiAxNC4wNTU2IDExLjM4MzggMTMuOTIxMyAxMS4xMjExIDEzLjY1ODZMOC40ODUyOCAxMS4wMjI4TDUuODQ5NSAxMy42NTg2QzUuNTg2OCAxMy45MjEzIDUuMzg4MzEgMTQuMDU1NiA1LjI1NDA0IDE0LjA2MTRDNS4xMTk3NyAxNC4wNTU2IDQuOTIxMjkgMTMuOTIxMyA0LjY1ODU5IDEzLjY1ODZMMy44MTc5NCAxMi44MTc5QzMuNTU1MjQgMTIuNTU1MiAzLjQyMzg5IDEyLjM1OTcgMy40MjM4OSAxMi4yMzEyQzMuNDIzODkgMTIuMDkxMSAzLjU1NTI0IDExLjg4OTcgMy44MTc5NCAxMS42MjdMNi40NTM3MiA4Ljk5MTI0WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);width:12px;height:12px;background-repeat:no-repeat;background-position:center;background-size:cover;top:-1px}.lb-feature-card__toggle{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;min-height:30px;max-height:30px;min-width:30px;max-width:30px;border:2px solid #000;background-color:#fff;position:relative;border-radius:50%}.lb-feature-card__toggle:after{content:'...';color:#000;position:absolute;top:-9px;bottom:0;left:0;right:0;margin:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-feature-card__add{background:rgba(25,11,36,0.2);width:38px;height:38px;border:2px solid #fff;border-radius:50%;position:absolute;right:15px;top:15px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;color:#fff;z-index:1}.lb-feature-card__add:after{content:'+';font-weight:700;margin-top:-1px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:1px}.lb-feature-card__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:11pt;margin-top:auto;color:#fff}.lb-anchor-header{visibility:hidden;position:absolute;top:0;left:0;padding-top:100px;margin-top:-100px}.lb-classroom__header{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;margin-bottom:0 !important}@media (min-width: 768px){.lb-classroom__header{margin-bottom:30px !important}}@media (max-width: 1199px){.lb-classroom__header{margin-left:0 !important;margin-right:0 !important}}.lb-classroom__header:before{content:none !important}.lb-classroom__header .lb-classroom-tag{background-color:#E5E3E6;border-radius:0}.lb-classroom-breadcrumb{padding-left:1rem;margin-top:15px;background-color:transparent;border-radius:0;font-size:12px}@media (min-width: 992px){.lb-classroom-breadcrumb{margin-top:40px;padding-left:0}}.lb-classroom-breadcrumb:before,.lb-classroom-breadcrumb:after{content:none}.lb-classroom-breadcrumb a,.lb-classroom-breadcrumb a.Byline .Byline-name,a.Byline .lb-classroom-breadcrumb .Byline-name,.lb-classroom-breadcrumb .Byline--link .Byline-name,.Byline--link .lb-classroom-breadcrumb .Byline-name{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;text-transform:capitalize}.lb-classroom-breadcrumb a,.lb-classroom-breadcrumb a.Byline .Byline-name,a.Byline .lb-classroom-breadcrumb .Byline-name,.lb-classroom-breadcrumb .Byline--link .Byline-name,.Byline--link .lb-classroom-breadcrumb .Byline-name,.lb-classroom-breadcrumb .divider{color:#605165}.lb-classroom__subtitle.ui.header{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:500;margin-top:0;font-size:20px}@media (min-width: 768px){.lb-classroom__subtitle.ui.header{font-size:27px}}.lb-homepage{padding-bottom:300px}.lb-homepage .lb-classroom-section__row{width:100%}.lb-feature-bottom{display:grid;grid-template-rows:repeat(2, 1fr);grid-row-gap:40px;z-index:1}@media (min-width: 992px){.lb-feature-bottom{grid-template-columns:repeat(2, 1fr);grid-column-gap:70px}}.lb-feature-bottom.section-divider{padding-top:16px}.lb-feature-bottom:before{content:none !important}.lb-feature-bottom__content-container:hover .lb-feature-bottom__content-tag{text-decoration:underline}.lb-feature-bottom__container-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-feature-bottom__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}.lb-feature-bottom__container:hover>a,a.Byline .lb-feature-bottom__container:hover>.Byline-name,.Byline--link .lb-feature-bottom__container:hover>.Byline-name{text-decoration:none}.lb-feature-bottom__container:hover>a .lb-feature-bottom__cta,a.Byline .lb-feature-bottom__container:hover>.Byline-name .lb-feature-bottom__cta,.Byline--link .lb-feature-bottom__container:hover>.Byline-name .lb-feature-bottom__cta{background-color:#fff;color:#5f027e;text-decoration:none}.lb-feature-bottom__container:hover>a .left-1,a.Byline .lb-feature-bottom__container:hover>.Byline-name .left-1,.Byline--link .lb-feature-bottom__container:hover>.Byline-name .left-1{-webkit-transform:rotate(-15.23deg);transform:rotate(-15.23deg)}.lb-feature-bottom__container:hover>a .left-2,a.Byline .lb-feature-bottom__container:hover>.Byline-name .left-2,.Byline--link .lb-feature-bottom__container:hover>.Byline-name .left-2{-webkit-transform:rotate(0.77deg);transform:rotate(0.77deg)}.lb-feature-bottom__container:hover>a .left-3,a.Byline .lb-feature-bottom__container:hover>.Byline-name .left-3,.Byline--link .lb-feature-bottom__container:hover>.Byline-name .left-3{-webkit-transform:rotate(18.77deg);transform:rotate(18.77deg)}.lb-feature-bottom__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:24px}.lb-feature-bottom__dek{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:16px;margin-bottom:20px}.lb-feature-bottom__cta{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:140px;height:33px;border:2px solid #fff;font-size:12px;text-transform:uppercase;color:#fff;border-radius:100px;-webkit-transition:.15s all ease-in-out;transition:.15s all ease-in-out;margin-top:30px}.lb-feature-bottom__cta:hover{background-color:#fff;color:#5f027e;text-decoration:none}.lb-feature-bottom__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.lb-feature-bottom__content.left-group{width:374px;height:250px}.lb-feature-bottom__content-tag{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;font-size:16px;color:#fff}.lb-video-description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:16px;line-height:1.4;width:100%;max-width:695px;margin:25px 0;text-align:center;position:relative}.lb-cta__pink{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:600;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;border-radius:100px;background:#ed258f;color:#fff;min-width:179px;width:auto;height:30px;font-size:12px;line-height:1;-webkit-transition:.15s all ease-in-out;transition:.15s all ease-in-out}.lb-cta__pink:hover{text-decoration:none;color:#ed258f;background:#fff;border:2px solid #ed258f}.lb-cta__black{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:600;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;border-radius:100px;background:transparent;border:2px solid #000;color:#000;min-width:179px;width:auto;height:30px;font-size:12px;line-height:1;-webkit-transition:.15s all ease-in-out;transition:.15s all ease-in-out}.lb-cta__black:hover{text-decoration:none;color:#fff;background:#000}.lb-section-kit{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/have-a-kit-background-72506891bae1fdee83aa9e872dd64d2e7880d59f673a9d8d6dc3afd63d33eff3.png);background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-font-smoothing:antialiased;padding:44px 0 !important;position:relative}.lb-section-kit__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lb-section-kit .lb-cta__pink{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.lb-section-kit__grid{display:grid;grid-template-rows:repeat(2, auto);max-width:430px;margin-right:auto}.lb-section-kit .lb-feature-mini-card.left-1{position:relative;-webkit-transform:none;transform:none;left:unset;top:unset}.lb-section-kit .lb-feature-product{display:grid;grid-template-columns:auto auto;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:50px}.lb-section-kit .lb-feature-product__content{color:#fff;margin-left:25px}.lb-section-kit .lb-feature-product__rubric{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;font-size:12pt;line-height:1;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.lb-section-kit .lb-feature-product__name{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:16px;line-height:1;margin-bottom:10px}.lb-section-kit .lb-feature-product__dek{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:12px;line-height:1.4}.lb-section-thats-not-all{-webkit-font-smoothing:antialiased}.lb-section-thats-not-all__container{padding:80px 0 50px;text-align:center}.lb-section-thats-not-all__content{text-align:center;margin-top:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-section-thats-not-all__rubric{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;color:#BFB9C1;font-size:10px;letter-spacing:1px;text-transform:uppercase;margin-bottom:13px}.lb-section-thats-not-all__dek{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;color:#000;font-size:16px;line-height:1.4;margin-bottom:25px}.lb-section-thats-not-all__item{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:280px;cursor:pointer}.lb-section-thats-not-all__item:hover{text-decoration:none}.lb-section-thats-not-all__item:hover .lb-cta__black{text-decoration:none;color:#fff;background:#000}.lb-section-thats-not-all__image{background-repeat:no-repeat;background-position:center;background-size:320px 440px;width:280px;height:400px;box-shadow:0px 0px 20px rgba(0,0,0,0.15)}.lb-section-thats-not-all__image.curriculum{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/explore-card-curriculum-71c3aefff7b22e5e777328d796c22a34cdc2fec2609079aa0b670fec7725ccca.png)}.lb-section-thats-not-all__image.lessons{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/explore-card-lesson-7e294fc7197216f8deaf1e87af8c2b8ad8eda37cc114319350eecc4b3b674686.png)}.lb-section-thats-not-all__image.inventions{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/explore-card-invention-8d92ed01d60b9f59d11adc9169ef8dd585f76e36f84e471108cd60bd8df85c8d.png)}.lb-section-thats-not-all__image.educator{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/explore-card-educator-fe9d5e558fd3d4d9bd8867e010a8b9fdab20270ddac1f32fc3b542e80ba61673.png)}.lb-section-thats-not-all__grid{display:grid;grid-template-rows:repeat(3, 1fr);-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-row-gap:35px;padding-top:65px}@media (min-width: 768px){.lb-section-thats-not-all__grid{grid-template-columns:repeat(3, auto);grid-template-rows:unset;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;grid-row-gap:unset}}.lb-section-thats-not-all__grid-1{display:grid;grid-template-rows:1fr;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:65px}@media (max-width: 767px){.lb-react-player{width:100% !important}}.lb-section-heading{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:56px;line-height:1;color:#190B24}.lb-feature-mini-card{background-repeat:no-repeat;background-position:center;background-size:cover;width:150px;height:215px;-webkit-transition:.2s transform linear;transition:.2s transform linear}@media (max-width: 767px){.lb-feature-mini-card.right-1,.lb-feature-mini-card.right-2,.lb-feature-mini-card.right-3{width:110px;height:160px}}.lb-feature-mini-card.left-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-steam-plus-62868541c02d541556de1229c5337c90401cc12b4a74f745ecf0501fedb18328.png);-webkit-transform:rotate(-13.23deg);transform:rotate(-13.23deg);position:absolute;left:37px;top:29px}.lb-feature-mini-card.left-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-cs-9634be187344e14382fdcbd8d2dde4934fb11cd82ee8ee4c3c72c83f7202cf53.png);-webkit-transform:rotate(1.77deg);transform:rotate(1.77deg);position:absolute;left:0;right:0;margin:auto}.lb-feature-mini-card.left-3{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-sss-39222a95b214e4e97ca8bed6f9b65a19d88e44f75e4ead22f140c49fd66f36e7.png);-webkit-transform:rotate(16.77deg);transform:rotate(16.77deg);position:absolute;right:35px;top:25px}.lb-feature-mini-card.right-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-curriculum-b15127e3285c077e234f24212d79c8695188eb3893b2d5d6abdf96e320d7a66e.png)}.lb-feature-mini-card.right-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-lesson-34d4ee8343cfeaf64c96dcedc9f835284d1a1d10cb553c8e19701d0e80a711eb.png)}.lb-feature-mini-card.right-3{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/feature-card-mini-invention-7a2cbddf6ef9e55ac5c5578d5225c8a037693a208dbbde693cf1b140fbf3a0b9.png)}@media (min-width: 992px){.littlebits-homepage .lb-welcome-header{height:754px}}@media (min-width: 768px){.littlebits-getting-started .lb-welcome-header{height:420px}}@media (min-width: 768px){.littlebits-getting-started .lb-classroom-homepage__container{margin-top:-200px}}.lb-welcome-header{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-4-8b5bb08a8197c90b0a555f67779677a845e5cd6d9c3d760e0f51c3aed9118975.svg);background-size:413px 452px;text-align:center;height:auto;background-color:#36025D;position:relative;background-repeat:no-repeat;background-position:top right;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-font-smoothing:antialiased}.lb-welcome-header.light-background{background-color:#F6F6F7}.lb-welcome-header.light-background:before{content:'';background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-2-e5c12dfc167116dc42c9188ea33b893b8fae072c1e83808c8bb2f377255a2779.svg);width:532px;height:494px;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:left bottom}.lb-welcome-header.light-background:after{content:'';background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-3-9f85f5132cb176ce9084c13c34e1187dc0cd398ce03f5807cced5c1c8bc4ed81.svg);width:672px;height:650px;display:-webkit-flex;display:-ms-flexbox;display:flex;right:0;position:absolute;bottom:0;background-repeat:no-repeat;background-size:contain;background-position:bottom}.lb-welcome-header.light-background .lb-feature__top{position:relative}.lb-welcome-header.light-background .lb-welcome-header__content .description,.lb-welcome-header.light-background .lb-welcome-header__content .lb-rubric{color:#605165}.lb-welcome-header.light-background .lb-welcome-header__content .feature-header{color:#190B24}.lb-welcome-header .lb-feature__top{z-index:1}.lb-welcome-header__content *{color:#fff}.lb-welcome-header .description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;line-height:1.2}@media (min-width: 992px){.lb-welcome-header .description{font-size:24px}}.lb-welcome-header .description a,.lb-welcome-header .description a.Byline .Byline-name,a.Byline .lb-welcome-header .description .Byline-name,.lb-welcome-header .description .Byline--link .Byline-name,.Byline--link .lb-welcome-header .description .Byline-name{text-decoration:underline}.lb-welcome-header .description a:hover,.lb-welcome-header .description a.Byline .Byline-name:hover,a.Byline .lb-welcome-header .description .Byline-name:hover,.lb-welcome-header .description .Byline--link .Byline-name:hover,.Byline--link .lb-welcome-header .description .Byline-name:hover{color:#fff}.lb-welcome-header .description .video-preview{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/video-preview-763683de337ca940f746383cfe708edb18a70d6d6f1fa0bdd2e0524f4d33d0de.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;width:90px;height:50px;vertical-align:middle;margin:0 20px}.lb-welcome-header .feature-header{margin-bottom:40px}@-webkit-keyframes blobMove1{from{-webkit-transform:translateY(20px) translateX(80px);transform:translateY(20px) translateX(80px)}to{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}}@keyframes blobMove1{from{-webkit-transform:translateY(20px) translateX(80px);transform:translateY(20px) translateX(80px)}to{-webkit-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}}@-webkit-keyframes blobMove2{from{-webkit-transform:translateY(60px) translateX(30px) rotate(-10deg);transform:translateY(60px) translateX(30px) rotate(-10deg)}to{-webkit-transform:translateY(0) translateX(0) rotate(0deg);transform:translateY(0) translateX(0) rotate(0deg)}}@keyframes blobMove2{from{-webkit-transform:translateY(60px) translateX(30px) rotate(-10deg);transform:translateY(60px) translateX(30px) rotate(-10deg)}to{-webkit-transform:translateY(0) translateX(0) rotate(0deg);transform:translateY(0) translateX(0) rotate(0deg)}}@-webkit-keyframes blobMove3{from{background-position:0 110%}to{background-position:0 100%}}@keyframes blobMove3{from{background-position:0 110%}to{background-position:0 100%}}.lb-welcome-header__floating-elements{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-1-550f27ba21e20c8ec9d4f8465023f475e94555456450a54defd05d51abeef2c7.svg);height:100%;width:100%;background-repeat:no-repeat;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-position:left bottom;overflow:hidden}.lb-welcome-header__floating-elements:before{content:'';background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-2-e5c12dfc167116dc42c9188ea33b893b8fae072c1e83808c8bb2f377255a2779.svg);width:532px;height:494px;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:left bottom}@media (min-width: 992px){.lb-welcome-header__floating-elements:before{-webkit-animation:blobMove1 12s ease-in-out infinite alternate;animation:blobMove1 12s ease-in-out infinite alternate}}.lb-welcome-header__floating-elements:after{content:none;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/blob-3-9f85f5132cb176ce9084c13c34e1187dc0cd398ce03f5807cced5c1c8bc4ed81.svg);width:672px;height:650px;display:-webkit-flex;display:-ms-flexbox;display:flex;right:0;position:absolute;bottom:0;background-repeat:no-repeat;background-size:contain;background-position:bottom}@media (min-width: 992px){.lb-welcome-header__floating-elements:after{-webkit-animation:blobMove2 12s ease-in-out infinite alternate;animation:blobMove2 12s ease-in-out infinite alternate;content:''}}.lb-classroom-homepage__header{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700}.lb-classroom-homepage__header--secondary.lb-classroom-section__header{font-size:24px;line-height:1;padding-left:96px}.lb-classroom-homepage__header--secondary.lb-classroom-section__header:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMCIgdHJhbnNmb3JtPSJzY2FsZSgwLjAwNSkiLz48L3BhdHRlcm4+PGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQU1nQUFBRElDQVlBQUFDdFdLNmVBQUFXcDBsRVFWUjRBZTJkQmRSRlIzV0ZOMURjZ3hRUFZvcTFGQ21XSWtFU3JLRVFGdTZXRmxwY1U5eDFJWUdFQmtKeENCcGNpM3REa1JZU3BMaGJpeE44ZldFbWViemNPek5YMzVWOTFucnIvZis3TnJObjlwMlpNMGNraXhFd0FrYkFDQmdCSTJBRWpJQVJNQUpHd0FnWUFTTmdCSXlBRVRBQ1JzQUlHQUVqWUFTTWdCRXdBa2JBQ0JnQkkyQUVqSUFSTUFKR3dBZ1lBU05nQkl5QUVUQUNSc0FJR0FFallBU01nQkV3QWtiQUNCZ0JJMkFFaklBUk1BSkd3QWdZQVNOZ0JJeUFFVEFDUnNBSUdBRWpNQklDSnhycE9YN01QQkU0cGFTTFMvb2JTWmVRZEJaSko1ZDBDa2tuay9RTlNVZUh6LzlJK3V3OHErbFNHNEZ5QkM0czZVQkoveW5wdDVKKzMrRHpDVW4zQ0VRcWY2TFBMRWJnZE1WbitzUStFVGlycEFkSituUURNcVNJODJ0SmUvVlpRTi9yandnd1pOOUcwb2tOeUNnSS9KV2t3eVQ5c2lkaWJKTG1XcVBVWUdVUCtVMW9xQTlKdXZUSzZqNW1kUzhsNlMwRGtNSUVHYmdWSTBFQStuZVNEcEYwcG9HZnVhYmJuMC9TaXdjbVJpU0pSNUFCZXRZbVFTTFFQNUIwZ0tTVERQQzh0ZHp5dEpLZUxPbFhJNUdEdGpOQkJ1aGRWUVNKUkRsUzB1VUhlT2JTYjNrOVNWL3RrUmlzVno0dmlXbHdiSnVxYnhOa2dKNlZJa2hzQkJhVmFGMHNhUVRPSnVud1RDZU9tTlo5TTNvZkllbGZKZTBUY0k5N1o5eS83anArTjBIUzdkUHFhQWxCQVAvL0pmMkxwRDlyOVpUbFg3Uy9KRHAzcWdQWEhXTjBlSUtrdjh0TWEwMlFIZlNqVW9MRXh2MlVwQ3Z2b0p4VGZlUnBKRDJuQlRHWU5yMVEwcFVreFJFaVYwY1RKSWZRQU1lYkVpUVM1U1dTempsQWVlWjB5NzhOYTRPSVNjbjNEeVU5cktXbTBBVFpRZTlvU3hBNncwOGxQVERZQ3UyZzZEdDdKRy84ZjJxb29ZSVk5NWVFZHF1dG1DQnRrZXR3WFJlQ3hEZm1GeVR0MTJDcTBLRzRPNzhVWThMbk5aaFNnZTlCTFVlTTdjcWFJTnVJalBCL0h3U0pSSG1ycEl1TVVPWmRQWUpOdjQ4M0lNZDdKVjIweDhLYUlEMkNXWHFyRkVHKzBxQXpSSkpnTlBkVVNXY3NMY0JNemtQRDlMMUNQSDRpNlM0RDJMZVpJRHZvTENtQzNGSFNOU1RoZHhBSlVQcU55dk91QzFFTDMxTFNNWVVZTUdyc09WQTdtaUFEQVp1NmJZNGdYTXZlQjUyOWpaNGZjKzY1Ym1CaDRmeklRbUxneC9Id2dWOElwUVJCOWZ3WFlickxOYVZxNUZRL1dlMnhFb0pFY1BhUTlCUkpUS05LUjVKNEh1c1RUTDNuSWljTit4U3gvS252NzBpNjZnZ1Z5eEhrZlpLK1hORTJhTkJlRlJRcGRtdG8yRkJOQ0JKdi9aZVNYbC9SRUtsT3hESGVzcytXZEk1NG80bCs4d1orYzJIOVBpcnAzQ1BWSTBlUUhQNGMvNlFkcTVxMVZodUN4Q2RjUFFCZTBqQ2I1L3hjMHFNa1RkR2I4Y3lTUGxKSUR0UzkrSXFQSlgwUWhIYkFyUUZ2UmsrOUNscXVDMEc0UFNieHQ1ZjB6Y0pPdFVrVXRFTDRVNC9aeVZLUVlCbHdWR0U5TUNZY3U0UDFSWkRZQnBqSWVNcVY2aEdTdWhJazNwNXB5VU1sL2F5d2c4Vkc0aHZUY0VpMlMwTkk5amkrV0ZCMnRGbTNpSlVlK2J0dmdvRDlzM1pBOUpGaDYvYTR2Z2dTUzNGMlNZZTJpTTVCWXhITzVxWTdlS3V4dVlsdi9pWnBxLzdHdElacDVhNWtDSUpRei92c3FrSnplRzdmQklsMVpnZTV6VUtlQm1QZkJmUHhNWVovWWxCOXQ0QWNxTGd2R3l1M28rK2hDSUx5Wk84ZDFXbnlqeDJLSUxIaW1NWi91S0FEVnIyeE1hMi9jY1pISWo2bnpUZHE1NUxkOFc5SnVsaWJCL1I4VFFsQmVMbGd5WEN2NEhURlN5clZ4aEgzRi9WYzFzWGNMZ1VlTytsOUNJdFpSZ1NtVUxGQm1ueXpjTDZWSlBZbStwSlNjbnhkMG9YNmVtakgrK1FJOG84MTZ3bktuM3RKbVNBMWpUTUdRZUtqV1lUZlFSS2RyZ2xCNHJuWWh0MWRFZ3FCTHNKb1VESnlvRHk0UUpjSDlYeHRqaUFwaXdXc2tGTWFPaE9rcHJIR0pFZ3NBbzExYjBuZmIwa1Vkb1lmM2RKaGkwM09ieGM4OTJ1U3poOExQTUkzeWcxTVZkaGJ1YThrckJhMnBRdEJ1TmM3RXZVMlFiYlJEdi92Z2lDeEtEZ1BQVmpTanhJTkYwZVBxbTlNWGw0bTZZbzFVNHY0blBqTmFGQ2lyV0pQQjF1bXNRUXQydmFJaHZuS0piY0tZSUpzQVRMR3Y3c2tTS3dmYjB0R0JOU29WVVFvK1kwZ3p2K2NNTE0vbDZRdkZkeWZqa2t3NmJHRXlPMy9YVk11Z2psc3hpWXpRY1pxbFkzblRJRWdzVGlZZVJEZG84MW1ZeVRSTDRLUjRiNGJHNCtrRUVqTnYrTzFUTjMrT2habXBPOG4xcEFqbHVreUcrVXdRVGJBR092UEtSRWsxcGtPL2JpT0l3b2RqTFhHMHlSOUxOTUpPUmNucDdIM09WQ0I1OUlkckk0Z1E1cFRQRi9TVldJdksvemVITUlMTHhuOE5PYmpENUQwcEdDclJUeXVOb2FOZnk3cGJnV2x4WHprN3lWaG1UdVdNRnErSUxNWmlyYVBxZU1ZY29OZ0tsLzZySGNHODZEUzh5ZHhYdC9Sdy92YUIra0t6dWxEOUpTU0hlODROU245WmdTRkhHTUtMMGs2V0s2TWROcE5HWEtLbFN2TDl2RTNiQmFzejcvSE1KL29zN3hUdUJkYXJzY0dWMWJDN1JCRnBTKzVYVENKNmV0K0pmY2hxSFhPdElQWndHdEticmEwYzB5UTlpM0tBaHpyVTdSTU41VDBudmEzT3ZaS1RPMkpiamltc05HWm0vYXhJWm83Wjh3eWovb3NFNlE3M0N4c2Vidmk1c3Bld1hNbFFaNG04cGl3Z0c5eVRkZHpHYTF3V1U0SnpreGsvUHB4NnFRbEh6TkIrbTFkRnJHWXIrREd5MXVYdUZVNVlaY2NqN294NWViQjNUam5aRVgweGE0ajQ1ajE2djFaSmtqdmtCNTdRNkxQRThHUVZHY1lJbUpXVVNjeHFVM2Q4YjUvWndNVFU0NmN4cEJ6ME55dFdvWlU4NmFBSmZ6T0t5dE9lRWlobVViRnBaUDlDWk52L01xSjZiVkxZYlFnYkJEdXVUa2hCZlNkY2ljTmVKemQvRmR2M1I5WGc5RWpaWllTNUZTUytEUVJFczNYQ1oyR3FPTGJ3bFFqOTJiYnZzYi81eEU0UTFBQWtHMHFKNThMcW1aU0l1eEs4TDNaN2g4NGs5VVJoTDdHWGs0VElWZ0huNlNVRWdTSEY5NCtsdmtod0k0OGlUc3ZXRkIwNGxqaHhvc04ySnprbXNIQXNrbVp5UVNBaFVSU3ZBWkp3alByZzd4VkNXZjB3VUp5WURVTU9kZ3h0d1FFU2tjUUF6WXZCSzRkWEYxTHZRK1pWdUhnaElXeFpRTUJqeUFiWUN6Z1Q3SUFZK0x6cGdhdXVTZ1E5akk1cWx2ZkkwZzFMblA2bFpmY2RjTytTMU5OR1pwRU5nS3ppOVU1QWRKbldVMlFQdEVjNzE2b2JObTFSL1hKcGwvVGVMeDRQOTR2VE1QR0svVU1uMlNDVEwvUklBTTc4L2lrWDBJUzA2aXJTY0p2dkkyd3ppREhDSXQzU3dhQlBnaUM1eHZEOUxZOG9zS1BlZnNjLzErUEFNVEFSeDRqeGo0eVpHRWkvb3hncW8rWDVKTGt5QkJrWXJ0T1dBUGdudEJhK2lBSWhubFY5dmlZTkZqYUk0Q2Vuc2dpZmNoL2hSQkY3Ky9qWmhPOEIvczJWWDJRemM1T0JMRVdhNEt0SFlyRXlORlYyTnNnRURjNTFKZEtqcTRZSmEvdll3UkpQc0FIV3lHQVN5Kys4RzJGSUhPUGwzUll5R2ZZNWo1TThZZ1p0bW9ObDBlUU5sMW4rR3NJMm9EbllsTjVWOUJzWVZaeWNBZHlNSG94YldHdHdxTCt6azBMc3BUelRaQnB0aVFMYWh5dlNnVERQb3c4Q1VTSGR1c1ZJVzlqeWJWVjUrQmxpQ05WSE1IT0srbmZnc0tnNnZ4Ri8rWXAxblNiOTBCSlJFSmhueU1LSG42WWhiRDdUWXJudC9Wc080WHZDbE96S2tHanhxaEU2b1hWaUFreTNhWkdBMFAyS0RiMGVJdi9YOGc2TlpRWk9zYU4rTVFUWGJGS2lHWlBuaFd5MTY1R1RKRHBOelh4ZS9rTUxmaGZzQkdaRWhiL3F4S3ZRVmJWM0xXVkpSWVh3ZkZTY29Ra0lweXNTa3lRVlRWM1pXVUpXOFNPTTJyZE9tSGRjWmU2ZzB2KzNRUlpjdXZtNjRZSkN5TkRMcFFxQWZKSS9iWTZNVUZXMStUSFZaak1XRytXUkJLZmxPQ3VpK3A0bFdLQ3JMTFpqOVZVdlZiUzVUTFZKNnpxcW0zcVRKQk1EMW5nWVVZT0RQdllWRXdKdS9uWGwwU01yOVdLMWJ6cmFucEM0K0NPaS9GaVN0akpady9tTTZtVDFuRE1JOGdhV3ZtUGRTU2JMazVTT1hKd05zSGx5R20rZWpGQjF0RUZjTTNGUEtVa0dTaHAyRWp2WU1sa0ZESkE4MGNBOVMxR2o0ZExPblZCZFo0WlRGc0tUbDNIS1Y2RExMZWRyeE9NQy9jc3JPS2hra2d2WjlsQXdGT3NEVEFXOGlmN0dtOE1uMUp5RUQvZ2dKQ0diU0V3OUZNTmp5RDk0RGlGdTBBTS9FSnUxaUFBT01sLzdocjhQYVpRaDhtVndRU1pYSk0wS2hBbTZFeWxNQVhaSjJOUHRYMWprcERpYS9JZjJ3ZjgvL0VJbUNESFl6R1h2L1lJNmQ2SXB2Z1BrdmkvcVh4QTBrMUdNcU52V3JaSm5XK0NUS281VGxBWU5FK2tYMllQSXdhT0l5QjF5dkwyQkRmWitJRnNWa1I4UjQxTHltbExCZ0VUSkFQUURnL2pSVWdRQnI3N0VJS3JrYmlUNUVXV1FnU3N4U29FYWdlbnNTZlJCem0rTGVtT3dURFI1R2pZa0I1QkdnSTIwdW40aDdQbzdpSVlHVDQ5Sk9MRThORFNBZ0VUcEFWb0kxeEN1N1J0RzZJcE12b1FoN2R0Zm5NQ042QUFZQitGVVllY0kwUlVXWjIwYllUVkFUVnloWWxtU0taWHd2Q1VDQXR1UWdBOUp4Z1pkbG1Bbnkyb2ZvbGdFb1hZdnZ1dFVldmxOVWpzQXRQN3ZyOGtOdkxxNUtlU2NIb2k2aUdkR3JYdmF6cHFwOUNPNFVHNFNRNmVUNzczVlhvVmVnU3A2MzY3L3gxMzJMMGxrV0U0eHNYQ3crK1R3VEwzNHhrQ3Rha0JVUlhySEttdUVOVE41TGhmalpnZzAyNXFnclNORmFpTkhPUTVNL2RPcVFTbURYVjE2VHpGcXNabGJiK2VJb1QrNGJ0T0NLYjlpYnFEUy8zZEJGbHF5emFyRjZidXJETlM4dEExcGtJd1FWSmRZaDNIU0hWd3EweFZNV2hrVDJWMVlvS3Nyc24vcE1Lb2JwLzBKNytjOEIrbVZwaW9FTWhoZFdLQ3JLN0pqNnN3MnFxWEYvaU9FQmZyYThkZHRiSS9USkNWTlhpb0xpcGI5bERxVWgxRVZFaWNROXplMVlvSnNyNm0zMWZTMnlVUlFDNGxKT2hadlkrNkNaTHFJc3M3aGdjaDhhNXlFVTVJYzNDampxbmNGb0dlQ2JLSVpzeFc0aVNTbmhETVNIRFRUY2tQSlYxUDB2ZFNKNjNsbUhmU2w5L1NadytwMWE1ZVVGV3NmNW1DMlc4a2dPVVJwS0RYelBnVXBsUjA5aEp5a1BLWkFCQjRIbG9DQWliSU1yc0NJVWFKNEk1bGJrbFFCeEtFTW5JUXpNR3lnWUNuV0J0Z0xPQlAwa2FURlplOUM3d1NTNFE5am1zNWtuczFWQ1pJTlM1eisvV0NnUlIza25TcUJvWEhaSjRFbm1OazBXMVFyT21jYW9KTXB5MmFsdVMwd1MzMmxwS3UyU0lVRU42SDdITU1sWGU5YVgwbWViNEpNc2xtcVN3VUNUZkpZMzc1c09pK2NvTnAxT1lOOFVTRUdNL2IvTkYvVnlOZ2dsVGpNcFZmOTVkMHorREpkNFllQ29WVkxpR0F2dHpEdlZaeEN4Tmt1czNNMU9tRlBSWHYrNUlPbFBUc251NjNtdHVZSU5OdGFsSVNkQlZDalI0azZaR1NNRnUzTkVUQUJHa0kyRWluc3dBL1g0ZG5IU1BwTUVtUGwvVFZEdmVwdWhRN3JqTkpPbGZWd2FYOVpvSk1zMFdKaTRWMktlVWpYbFZ5Z3NZeGpjSk0vVnRWSnpUNGpSQkFCTXEra3FRclNycTRKSEtRa05adE5XS0NUTE9waVlkRmpDdVM0ZVFFRTVIWFNYcEppSURZSldnY3o3cDBlQzZSRlMrUWUvalNqNXNnMDIxaFlsUmRXTklsdDRvSUFZZ3VncjhHMFJUZkxZa3BWUmM1cGFSYmh6UnMyOC9yY3QvWlgydUNUTGNKTVRjbnAvazFOZ0xIZlQ2WWhIUWxSS3cxVGxOa3A3cTNKTXhVTEZzSXpJa2c1OTRxK3hyK1phcjExZ0VxaXBFcUl3YUI0Z2hiYXFsQllFN1d2QThJTzhrMVZmSFBoUWdRLytvamt2N2Q1TWdqTmpXQ29MMnBFNnhUV1lneVg3WTBSd0Q4MkZ2NXFLVExOTDk4blZkTWJZckZLRUZ1aXpvaDZqaDVMKzVRZDRKL3IwUUE5ZXpoTFVkZzRtRjlWdEpSa3NoV2hVc3V1VUo0dVdJZnh0cUY0TnEwemVKZVhsTWp5TE5DMGtvV3BuVnllMGtmQ3JrdzZzN3g3OGNqUVBBRnBsTzVLQ2JIWHlGOUo2UTdlR01Jbm8wcU9TZjR2YU1XM2l0azRWM0V6djNVQ01LYjZiWWhlUXh2cHpwaGxQbFVtQzdVbmJQMjMrbXc3S1Nqb1NvVlhqeEVXaVR5eWE5TEx3cm5vVkQ0WFBoQXlFWEkxTllnZ0lyekRoYW5LV0UrVGVDejg2Uk9XdkV4bktaZTFZQWNaTFBDNVphMy82dGJrR094VUUrUklJQk5JeDJTUVIzMUpIN1hxeko5eUdEQzRUT0hGR3JYTHpqM0Z5RkJENW90TmgxWEdYODNoZE5VQ1VLWnlheVV5MGRCRGovZWxMa1FtaWtNbG5RTUE4SVBCcWVxWEwzSU93Z3hudEl4YlZ2dU9iTStQbVdDWUt6SEFwTjB4aWxoUVkvNmQycnJxVlNaaHpoMlRrbnZra1JFazV3OE54Z2dIcDA3Y2UzSHAwd1EydVovSlJIYktUZjAzekJvdFZpWXJsRWlPUWpla0JKd3ZGdFk0L1ZscnBKNjN1eVB6ZUd0U3pKTE1yNFNPak1sdHdtQkMxQURwN0xEcHU0eHgyTm5sZlRPZ3BHREVabVhEVmJDcFlMSk85cEVDTWh6V04rdzVzTW5oRDBQWGtoODBENmk5ZUxEdW9ZUHZ1K29lcGtCc0hmeWcvRC9yUEt0ejRFZ05DYXFSemFpVUFHbkJQc2k2c1I1VGRXVXFmdE85UmdkRlVVRmZoc3B3VUtCZUx0TXdlcmtMSkl1RjlZbEY1TkVVaytjdHByc245VGRPLzdPaXd2MzMrL09SUU01RjRJd05UZ2d2TWtJY1pNUzNwSUVPTGl4cEpJTnJ0UzlwbnlNdG1OM0hJdmZsUEFtSjZUb2RyWmNSb0o5Z3JVdzY3Z3hmRDhZYmRoNW40M2w4RndJUWdmQXY1cEZPMi9CWE1KSk9nVFRqcVZHS1dmcWM3Q2s2NmFZRWJ3U3dTQ1NnOUVBRFBud29pbU52cGg1ekhJUFQzMlJ2bzA4MGNjSms0bHRVRTR1RzZ4V1VRVXZUUWdGUkJURmxEREZSSG54bnZCQ3dVY2RXeXAydVNHV3laRkNMeHliRzBFb05vNUVUQW5RY09XRU9UVG1FemZJblRpajQxY3RVRmhRSFJKdk1xWEI0L0Jqa2xCZTVCTG56QWlHY1lvNlI0S0F6TmVEUVZ3SlNlZ1U3TXcvY1FGdlRUWUNXWGZROFZQQzlKTDB6dGhVWFNWMW9vK2xFWmpUR21TN0pwQ0VpQnVZU0JCeEl5ZjNrVVM0enB0SytsTHU1QWtleDFyZ0ZVSGRtaXNlR1d5SEVKUWxxR3hKbDREYW1IVWhVemxldFBRbHNsZGhCMGJZSWo1Tm83SU1VZVpPOTV3elFhZzRvVzE0UTZMcUpITnJUbGlYWUFVTVdRNHQySURNM1cvTTQxam1FcGQzYUlFRTdMQmppZ0pXWHd3ZjRtdEJqQ1o3VEpDYUdGcDgyRU5oTHdVTkZuWjBaTDZLSC9aWk9HZHlNbmVDQUNodk5ESW9FYWFUV0xZNVFaT0Qzd21hbkR2UFpEVEIwcFlvSjBNSlJDRHo3VHNrdlQ5czh2WHhMSGJyaWRYRkp5ZVFDY0tjbzRjb0xibG5GUjlmQWtHb0xEdTM3SHM4VE5LREMydlBRdjh6a2g0VDFpZE1HYVlvdkZtSDhLOGdOZHRMSmIwc2pCQzdyanRrSXFqMnBBSnJ6M1dSWHRXWW1EQThKSXdNUDZrNm9lSTM1c2o0YWROWkdGSFlYNWlTVUI2bWdyeForeERXREM4SU8rYW92M2s1TUlXeTFDQ3dKSUxFS21MK3prWWkyWk5LaFYxa0ZzQUVOR0JrbVFwUnNDOWpMNk9yc0g5RUFHdTBZTnlUZWxvS0VGZ2lRYWoyRjhLaUhRTkhGcDJsUXJRUDV1THNuZUJ3dEV0OG1Jcy9yYlRnTmVkaFp2TG9ZRlBGNk9yYzV6VkExZjI4eXc1UVY2YStmbWRPaXhVd3FsMThwWnNJUm50SFNQcDB5TVowK2lZWDkzUXU1T2ppTFluUEIrYnZEd3FLako2S3RhN2JMSmtnc1NYUnlwQzY3RkZCYng5L0wva21OdTdUZ3hZR1U0MjlDemJwU3U2Yk93ZjdLZFpFYllUcEV3UW5OQkxSU1N3ZEVGZ0RRWUFIRFJYYUxjeTQyVjF1S214K1lhckJEalZwazU4YVZNdEQyRE9oaGs3RkJxc3JPM1hFVFpsVUJWNWoxS0hVOFBlMUVDVEN3dHBrdnpBU0VINnpqYUJSWWsrQ1BRT2NnSmlLWWRhQjJUazd5VjBGclZyVGFDMzRvVE5LNGwvZVpDT3ZhMWtYZi8ydTlrR1lRdEJaZHlsb3FsakFkOUZZOGJabk1SOGppT0NZVkpXNEpyVkx2T2NXRm0weVM3R2dmOU11d1J6aDJYMnB1aHNWZFZjRXdZQndEQWVkUm1EMGNESlRzYWIxb2cyYVhyTmRWRUovV2daQVlHMVRyQUVnOUMyWGpJQUpzdVRXZGQwNkkyQ0NkSWJRTjFneUFpYklrbHZYZGV1TWdBblNHVUxmWU1rSURLbkZ3cFQ2eUNXRDU3cE5Cb0dTSUI2dENqc2tRWjdmcWtTK3lBaE1DQUZQc1NiVUdDN0s5QkF3UWFiWEppN1JoQkRvWTRxMWgvTUZUcWhGWFpSTkJEcTdLZlJCRUtKOE8rdnNaclA0NzhVZzRDbldZcHJTRlJrQ0FSTmtDRlI5ejhVZ1lJSXNwaWxka1NFUU1FR0dRTlgzWEF3Q0pzaGltdElWR1FLQlVpMFdmdGdmR0tJQXZxY1IyQkVDQkQrM0dBRWpZQVNNZ0JFd0FrYkFDQmdCSTJBRWpJQVJNQUpHd0FnWUFTTmdCSXlBRVRBQ1JzQUlHQUVqWUFTTWdCRXdBa2JBQ0JnQkkyQUVqSUFSTUFKR3dBZ1lBU05nQkl5QUVUQUNSc0FJR0FFallBU01nQkV3QWtiQUNCZ0JJMkFFaklBUk1BSkd3QWdZQVNOZ0JJeUFFVEFDMDBIZ0R4RE0wTmRvVE9aWEFBQUFBRWxGVGtTdVFtQ0MiLz48L2RlZnM+PC9zdmc+);background-repeat:no-repeat;background-size:cover;background-position:center;height:40px;width:40px;border:none;border-radius:0}.lb-classroom-homepage__header--secondary.lb-classroom-section__header:after{content:none}.lb-classroom-homepage__container{display:grid;grid-template-rows:repeat(3, 1fr);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:auto;margin:auto;grid-row-gap:40px;grid-column-gap:40px}.lb-classroom-homepage__container:before{content:none !important}@media (min-width: 768px){.lb-classroom-homepage__container{grid-template-columns:repeat(1, 1fr);grid-template-rows:unset}}@media (min-width: 992px){.lb-classroom-homepage__container{grid-template-columns:repeat(3, 1fr)}}.lb-classroom__rubric{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:14pt}.lb-classroom__button-cta{background:#FC3CA8;border-radius:60px;height:100%;padding:0 30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;min-height:35px}.lb-classroom__button-cta:hover{color:#fff}.lb-classroom-section__cta{height:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:10px}@media (min-width: 768px){.lb-classroom-section__cta{margin-top:0}}.lb-classroom-section__cta--text{margin-right:80px}.sphero-classroom__button-cta{background:#14B8FF;border-radius:60px;max-height:40px;padding:0 30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;min-height:35px;font-weight:700}.sphero-classroom__button-cta:hover{color:#fff}.lb-classroom-section__container{padding-left:20px !important}@media (min-width: 768px){.lb-classroom-section__container{padding-left:78px !important}}.lb-classroom-section__expansion .lb-classroom-section__header:before,.lb-classroom-section__done .lb-classroom-section__header:before{border-radius:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.lb-classroom-section__expansion .lb-classroom-section__header:after,.lb-classroom-section__done .lb-classroom-section__header:after{background-image:-webkit-linear-gradient(#000 66%, rgba(255,255,255,0) 0%);background-image:linear-gradient(#000 66%, rgba(255,255,255,0) 0%);background-position:right;background-size:2px 18px;background-repeat:repeat-y}.lb-classroom-section__expansion .lb-classroom-section__container:before,.lb-classroom-section__done .lb-classroom-section__container:before{background-image:-webkit-linear-gradient(#000 66%, rgba(255,255,255,0) 0%);background-image:linear-gradient(#000 66%, rgba(255,255,255,0) 0%);background-position:right;background-size:2px 18px;background-repeat:repeat-y}.lb-classroom-section__done .lb-classroom-section__header:after{content:none}.lb-classroom-section__header{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:0;padding:15px 15px 15px 32px;background-color:#fff;border-radius:0;position:relative;min-height:60px;width:100%;-webkit-font-smoothing:antialiased}@media (min-width: 768px){.lb-classroom-section__header{padding:15px 15px 15px 77px;border-radius:100px;height:80px}}@media (min-width: 992px){.lb-classroom-section__header{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.lb-classroom-section__header:before{content:'';position:absolute;top:0;bottom:0;left:-4px;margin:auto;width:11px;height:11px;background-color:#fff;border-radius:50%;border:2px solid #000}@media (min-width: 768px){.lb-classroom-section__header:before{left:37px;width:22px;height:22px;border:4px solid #000}}.lb-classroom-section__header:after{background-image:-webkit-linear-gradient(#605165 100%, rgba(255,255,255,0) 0%);background-image:linear-gradient(#605165 100%, rgba(255,255,255,0) 0%);background-position:right;background-size:2px 18px;background-repeat:repeat-y;content:'';width:2px;height:100%;display:block;position:absolute;left:0;bottom:0;opacity:.2}@media (min-width: 768px){.lb-classroom-section__header:after{left:48px;height:29px}}.lb-classroom-section__subtitle.ui.header{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:500}.lb-classroom-section__row{padding:0 !important}.lb-classroom-section__row:before{content:none !important}.lb-classroom-section.ui.grid.column{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;padding:0;padding-top:1rem;padding-bottom:1rem;margin-top:0 !important;margin-bottom:0 !important;position:relative}@media (max-width: 1199px){.lb-classroom-section.ui.grid.column{margin-left:0}}.lb-classroom-section.ui.grid.column .lb-classroom-section__row{padding-top:0}.lb-classroom-section:before{content:none !important}.lb-classroom-section__container:before{background-image:-webkit-linear-gradient(#605165 100%, rgba(255,255,255,0) 0%);background-image:linear-gradient(#605165 100%, rgba(255,255,255,0) 0%);background-position:right;background-size:2px 18px;background-repeat:repeat-y;content:'';width:2px;height:100%;display:block;position:absolute;left:0;bottom:0;opacity:.2;top:-16px;height:-webkit-calc(100% + 33px);height:calc(100% + 33px)}@media (min-width: 768px){.lb-classroom-section__container:before{left:48px}}.lb-classroom__anchors{margin-bottom:80px !important}.lb-classroom__anchors:before{content:none !important}.lb-classroom-section__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;line-height:140%;padding-bottom:30px;max-width:700px}@media (min-width: 768px){.lb-classroom-section__description{padding-bottom:70px}}.lb-classroom-section__header-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:20px;line-height:1.2}@media (min-width: 768px){.lb-classroom-section__header-title{font-size:24px}}.lb-classroom-section__step-index{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;border:2px solid #5f027e;border-radius:50%;color:#5f027e;width:30px;height:30px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;left:-15px;background:#F6F6F7}@media (min-width: 768px){.lb-classroom-section__step-index{left:35px}}.lb-classroom-section__step-index+.lb-classroom-section__step-title:before{content:none}.lb-classroom-section__step-title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-classroom-section__step-title:before{content:'';width:10px;height:10px;border:2px solid black;border-radius:50%;position:absolute;left:44px;background:#F6F6F7}.lb-classroom-section__lesson-description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:11pt;line-height:140%;padding-bottom:30px;max-width:700px}.lb-classroom-section__lesson-description *{font-family:sofia-pro, Helvetica, Arial, sans-serif !important}.lb-classroom-section__lesson-description ul li.ql-indent-1{text-indent:20px}.lb-classroom-section__lesson-description ul li.ql-indent-2{text-indent:40px}.lb-classroom-section__lesson-description ul li.ql-indent-3{text-indent:60px}.lb-classroom-section__lesson-description ol{list-style-position:inside}.lb-classroom-section__lesson-description ol li.ql-indent-1{text-indent:0px}.lb-classroom-section__lesson-description ol li.ql-indent-2{text-indent:20px}.lb-classroom-section__lesson-description ol li.ql-indent-3{text-indent:40px}.lb-classroom-section__lesson-subtitle{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#5f027e;font-size:14pt;margin-bottom:15px}.lb-classroom-section__file{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:12px;margin-bottom:8px}.lb-classroom-section__info-title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;display:block;font-size:11pt;color:#605165;margin-bottom:15px;text-transform:capitalize}.lb-classroom__title.ui.header{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:36px;margin:0 0 5px}@media (min-width: 768px){.lb-classroom__title.ui.header{font-size:42px;margin:0 0 12px}}.lb-classroom-tags{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 0}@media (min-width: 992px){.lb-classroom-tags{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.lb-classroom-tags__details{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;margin-bottom:10px}.lb-classroom-tag__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#605165;font-size:11pt;margin-bottom:5px}.lb-classroom-tag{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:11pt;background:#F6F6F7;border-radius:4px;padding:5px 15px;margin-right:10px;margin-bottom:10px;-webkit-font-smoothing:antialiased}.lb-classroom-tag:last-of-type{margin-bottom:0}@media (min-width: 992px){.lb-classroom-tag{margin-bottom:0}}.lb-classroom-tag__title{margin-right:5px}.lb-classroom-tag__text{color:#000;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.lb-classroom-tag__text:not(:last-child):after{content:', ';margin-right:5px}.lb-classroom-tag--border-dark{background:#F6F6F7;border-radius:4px;text-transform:uppercase}.lb-classroom-tag--border-purple{background:#8D1CB7;color:#fff;text-transform:uppercase;padding:8px 15px}.lb-classroom-tag--border-color{color:#fff;background:#FDB241;box-shadow:0px 2px 8px rgba(0,0,0,0.1);border-radius:4px;text-transform:uppercase}.lb-classroom-decoration{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.lb-classroom-decoration:after{content:'';position:absolute;bottom:-8px;left:0;right:0;margin:auto;background-repeat:repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCAxMTUgNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMiIgeTE9IjIiIHgyPSIxMTMiIHkyPSIxLjk5OTk5IiBzdHJva2U9IiNCRkI5QzEiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjE2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1kYXNoYXJyYXk9IjggOCIvPjwvc3ZnPg==);height:4px;background-position:center}.lb-download-item{height:240px;width:240px;position:relative;border-radius:4px;-webkit-font-smoothing:antialiased;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin-right:30px;background-color:#24C6B2;position:relative}.lb-download-item:hover:before{opacity:0.1}.lb-download-item:before{content:'';background:-webkit-linear-gradient(top, #2F005C 23.12%, rgba(47,0,92,0) 100%);background:linear-gradient(180deg, #2F005C 23.12%, rgba(47,0,92,0) 100%);opacity:0.02;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.lb-download-item__rubric,.lb-download-item__title,.lb-download-item__description{color:#fff}.lb-download-item__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;line-height:1;text-decoration:underline;margin-bottom:15px}.lb-download-item__rubric,.lb-download-item__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:14pt}.lb-download-item__link{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;text-decoration:none;position:relative;z-index:1}.lb-download-item__link:hover{text-decoration:none}.lb-feature-item{width:100%;height:240px;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;border-radius:4px;-webkit-font-smoothing:antialiased;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;max-width:320px}.lb-feature-item:hover{-webkit-transform:scale(1.015);transform:scale(1.015)}.lb-feature-item:hover:before{opacity:0.6}.lb-feature-item:before{content:'';top:0;bottom:0;left:0;right:0;margin:auto;background:-webkit-linear-gradient(top, #2F005C 23.12%, rgba(47,0,92,0) 100%);background:linear-gradient(180deg, #2F005C 23.12%, rgba(47,0,92,0) 100%);opacity:0.5;position:absolute;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.lb-feature-item__rubric,.lb-feature-item__title,.lb-feature-item__description{color:#fff}.lb-feature-item__link{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;padding:40px 20px 0;display:-webkit-flex;display:-ms-flexbox;display:flex;text-decoration:none;position:relative;z-index:1}.lb-feature-item__link:hover{text-decoration:none}.lb-feature-item__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:40px;line-height:1}.lb-feature-item__rubric,.lb-feature-item__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt}.lb-feature-item--makerspace{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/makerspace-item-ba65b82c3cf77f27a3c8e54559dcd585c1d24a123c1756fb25fcba839a1b2165.png)}.lb-feature-item--camps{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/camps-item-e336f0769e9a7085cf93171418834fecc373368729ec8e626c2b3ee20697d6ee.png)}.lb-feature-item--workshops{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/workshops-item-4413035c3d8eadce44d10d491041e8f5338162860e4351523717dedd5a219575.png)}.lb-search-results-container{display:grid;grid-template-columns:1fr;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;grid-column-gap:30px;grid-row-gap:30px}@media (min-width: 992px){.lb-search-results-container{grid-template-columns:repeat(3, auto)}}@media (min-width: 1400px){.lb-search-results-container{grid-template-columns:repeat(4, auto)}}@-webkit-keyframes jiggle{0%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}@keyframes jiggle{0%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}50%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}}.lb-coming-soon{background-image:url("https://media.littlebits.cc/images/bkg_image.png");height:-webkit-calc(100vh - 80px);height:calc(100vh - 80px);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;-webkit-font-smoothing:antialiased;position:relative}.lb-coming-soon__links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:50px;width:100%;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width: 992px){.lb-coming-soon__links{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.lb-coming-soon__links .lb-classroom__button-cta{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;height:50px;margin-right:15px;margin-bottom:15px}.lb-coming-soon__links .lb-classroom__button-cta:last-of-type{margin-right:0}.lb-coming-soon__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:56px;max-width:100%;text-align:center;text-transform:uppercase;margin-bottom:35px;position:relative}@media (min-width: 992px){.lb-coming-soon__title{max-width:480px}}.lb-coming-soon__title:after{content:none;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/marketing-images/pink-bit-33e57b6fa50a4ddf66c387a8b83c8d2a10a117a11a120c7f0535ccf0693f883b.png);height:100px;width:100px;background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:0;bottom:0;right:-100px;margin:auto;-webkit-animation:jiggle 0.2s infinite;animation:jiggle 0.2s infinite;-webkit-animation-duration:0.2s;animation-duration:0.2s;-webkit-animation-name:jiggle;animation-name:jiggle;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(-2deg);transform:rotate(-2deg);transform:rotate(-2deg)}@media (min-width: 992px){.lb-coming-soon__title:after{content:''}}.lb-coming-soon__subtitle{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:500;font-size:24px;max-width:100%;text-align:center}@media (min-width: 992px){.lb-coming-soon__subtitle{max-width:590px}}.lb-search-explore__back-to-top{background:#5f027e;color:#fff;font-size:11pt;line-height:1;position:fixed;bottom:35px;right:35px;border:0;padding:1.5rem 1rem;border-radius:50%;height:75px;width:75px;z-index:1}.lb-search-form.ui.form{display:grid;grid-template-columns:auto 1fr;grid-gap:20px;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:1020px;margin:auto}@media (min-width: 992px){.lb-search-form.ui.form{grid-gap:200px}}.lb-search-form.ui.form .lb-form-field.field{min-height:25px}.lb-search-form.ui.form .lb-form-field.field.lb-form-field--true>label:after{content:''}.lb-search-form.ui.form .lb-form-field.field.lb-form-field--false:hover label:before{background-color:#EAEAEA}.lb-search-form.ui.form .lb-form-field.field input{position:absolute;opacity:0;cursor:pointer;height:0;width:0 !important}.lb-search-form.ui.form .lb-form-field.field>label{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:11pt;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width: 992px){.lb-search-form.ui.form .lb-form-field.field>label{font-size:12pt}}.lb-search-form.ui.form .lb-form-field.field>label:before{content:'';position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border:1px solid #000;border-radius:0}.lb-search-form.ui.form .lb-form-field.field>label:after{content:none;left:9px;top:7px;width:5px;height:10px;border:solid #000;border-width:0 1px 1px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.lb-search-form.ui.form .grouped.fields>label.lb-search-form__label{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt;text-transform:uppercase}.lb-search-form__dropdown.ui.selection{border-radius:0;border-color:black;width:100%;max-width:296px;margin-bottom:15px}.lb-search-form__dropdown.ui.selection:hover{border-color:black}.lb-search-form__dropdown.ui.selection .text,.lb-search-form__dropdown.ui.selection .default.text{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:11pt}.lb-search-bar{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.lb-search-bar__label{color:#8D1CB7;font-size:24px;margin-right:10px}.lb-search-bar .ui.input{max-width:1260px}.lb-search-bar .ui.input .lb-search-bar__input{max-width:296px}.lb-search-bar .ui.input .lb-search-bar__input::-webkit-input-placeholder{color:rgba(191,191,191,0.87);opacity:.7}.lb-search-bar .ui.input .lb-search-bar__input::-moz-placeholder{color:rgba(191,191,191,0.87);opacity:.7}.lb-search-bar .ui.input .lb-search-bar__input:-ms-input-placeholder{color:rgba(191,191,191,0.87);opacity:.7}.lb-search-bar .ui.input .lb-search-bar__input::placeholder{color:rgba(191,191,191,0.87);opacity:.7}.lb-search-container{-webkit-font-smoothing:antialiased;background-color:#fff;border-right:1px solid gainsboro}.lb-form-field label{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-weight:500 !important}.lb-form-field input[type="checkbox"]{font-size:16px !important}.lb-search-header__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto;width:100%;background:#fff;border-bottom:1px solid #BFB9C1;padding:20px 6.25% 20px}@media (min-width: 768px){.lb-search-header__container{padding:77px 6.25% 68px}}.lb-search-header__more button{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:11pt;text-decoration:underline;background:transparent;border:0}.lb-search-header__cta{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;color:#000;margin-right:15px;margin-bottom:15px}.lb-search-header__content{max-width:100%}@media (min-width: 1400px){.lb-search-header__content{max-width:1280px;margin:auto}}.lb-search-header__sentence{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;display:grid;width:100%;grid-template-columns:1fr}@media (min-width: 768px){.lb-search-header__sentence{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.lb-search-header__groups{display:grid;grid-template-columns:auto 2fr;grid-gap:20px;max-height:100%}@media (max-width: 767px){.lb-search-header__groups{grid-template-columns:1fr}}@media (min-width: 768px){.lb-search-header__groups{max-height:300px}}@media (min-width: 992px){.lb-search-header__groups{grid-gap:40px}}.lb-search-header__groups .grouped.fields{width:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lb-search-header__group{border-top:1px solid black;padding-top:15px}.lb-search-header__group--large .lb-search-header__group{display:grid;grid-template-columns:repeat(3, auto)}.lb-search-header__more{position:relative;text-align:right;padding-right:125px}.lb-search-header__submenu{background-color:#fff;border-bottom:1px solid #BFB9C1;padding:25px 40px;width:100%;z-index:2;height:auto;max-height:350px}@media (max-width: 767px){.lb-search-header__submenu{height:100%;max-height:unset}.lb-search-header__submenu>.lb-search-form.ui.form{display:grid;grid-template-columns:1fr}}.lb-search-header__story-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 767px){.lb-search-header__story-container{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.lb-search-header__story-container .lb-form-field{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}@media (max-width: 767px){.lb-search-header__story-container .lb-form-field{display:grid}}.lb-search-header__story-container .lb-form-field input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0 !important}.lb-search-header__story-container .lb-form-field:before,.lb-search-header__story-container .lb-form-field:after{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;color:#000;margin-right:15px}.lb-search-header__story-container .lb-form-field label{border:1px solid #000;padding:15px 35px 15px 15px;margin-right:15px;display:block;position:relative}.lb-search-header__story-container .lb-form-field label:before{content:'';position:absolute;top:0;right:0;bottom:0;margin:auto;height:25px;width:25px;background-color:#fff;border-radius:0}.lb-search-header__story-container .lb-form-field label:after{content:none;right:9px;top:0;position:absolute;bottom:0;margin:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-search-header__story-container .lb-form-field--theme-standards:first-of-type:before{content:'aligned to ' !important}.lb-search-header__story-container .lb-form-field--theme-standards:last-of-type:before{content:'and '}.lb-search-header__story-container .lb-form-field--theme-grades:first-of-type:before{content:'for students in ' !important}.lb-search-header__story-container .lb-form-field--theme-grades:last-of-type:after{content:' grade'}.lb-search-header__story-container .lb-form-field--theme-grades:last-of-type:before{content:'and '}.lb-search-header__story-container .lb-form-field--theme-duration:before{content:'and I have '}.lb-search-header__story-container .lb-form-field--true label:after{content:'x';cursor:pointer;font-weight:700}.lb-search-header__story-grades:not(:empty)+.lb-search-header__story-standards:not(:empty):before{content:'and';display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;color:#000;margin-right:10px;margin-bottom:15px}.lb-search-header__story-query{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;color:#0033a0;font-size:11pt;margin:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-search-header__story-query:before{content:'';background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxjaXJjbGUgY3g9IjIxIiBjeT0iMjAiIGZpbGw9Im5vbmUiIHI9IjE2IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI0IiB4MT0iMzIuMjI5IiB4Mj0iNDUuNSIgeTE9IjMyLjIyOSIgeTI9IjQ1LjUiLz48L3N2Zz4=);width:15px;height:15px;background-repeat:no-repeat;background-position:center;background-size:cover;margin-right:6px;fill:#0033a0}.lb-grid-columns-4{grid-template-columns:repeat(4, auto)}.lb-grid-columns-3 .menu{grid-template-columns:repeat(1, auto);left:0 !important}@media (min-width: 992px){.lb-grid-columns-3 .menu{grid-template-columns:repeat(3, auto);left:-350px !important}}.lb-grid-columns-2 .menu{grid-template-columns:repeat(2, auto)}.lb-grid-columns-1 .menu{grid-template-columns:1fr;left:-88px !important}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition{display:-webkit-inline-flex !important;display:-ms-inline-flexbox !important;display:inline-flex !important;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100vh;overflow:auto;grid-template-rows:auto 1fr;margin:auto;width:100%;border-radius:0;border-color:black;padding-top:80px}@media (min-width: 768px){.lb-search-header__select.ui.inline.dropdown .visible.menu.transition{display:grid !important;height:auto;max-height:510px;padding-top:0;top:60px}}@media (max-width: 767px){.lb-search-header__select.ui.inline.dropdown .visible.menu.transition{position:fixed;top:0 !important;bottom:0 !important;left:0;right:0}}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition:after{box-shadow:-1px -1px 0 0 #000}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition>.header{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;grid-column:1/-1;grid-row:1/2;font-size:11pt;border-bottom:1px solid #000;padding-bottom:10px}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition .label:empty{display:-webkit-flex;display:-ms-flexbox;display:flex}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition .item{pointer-events:all;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:258px}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition .item:before{content:'';position:relative;width:20px;height:20px;border:1px solid black;margin-right:10px;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition .item.active:after{content:'';display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);height:24px;width:12px;border-bottom:7px solid #000;border-right:7px solid #000;height:12px;width:6px;border-bottom:1px solid #000;border-right:1px solid #000;position:absolute;left:25px;top:16px}.lb-search-header__select.ui.inline.dropdown .visible.menu.transition .text{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:11pt;display:inline-block;height:100%;vertical-align:middle}.lb-search-header__select.ui.inline.dropdown .dropdown.icon{color:#000;font-size:16px}.lb-search-header__select .default.text{color:#000 !important}.lb-search-header__select-container{border:1px solid #000;padding:15px;margin-right:15px;margin-bottom:15px}.lb-search-header__select-container>.dropdown>.text{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:16px;font-weight:400 !important;color:#000;text-decoration:none}.lb-carousel-container{display:grid;grid-template-columns:1fr;grid-gap:20px;margin-bottom:25px}@media (min-width: 992px){.lb-carousel-container{grid-template-columns:1fr 250px}}@media (max-width: 767px){.lb-carousel-container .slide img{max-height:300px}.lb-carousel-container .lb-classroom-carousel__embedded-video>div{height:300px !important}}.lb-carousel-side{overflow-x:auto;height:200px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-carousel-side:empty{height:0;margin-bottom:0}@media (min-width: 992px){.lb-carousel-side{overflow-y:auto;overflow-x:hidden;height:440px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.lb-carousel-side .lb-carousel-item{cursor:pointer;margin-top:0;margin-right:15px}@media (min-width: 992px){.lb-carousel-side .lb-carousel-item{margin-right:initial;margin-top:15px}}.lb-carousel-side .lb-carousel-item:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background:#5f027e;z-index:10;opacity:.3}.lb-carousel-active-true.lb-carousel-item.segment.ui.lb-embed-container{border:4px solid #5f027e}.lb-carousel-item.segment.ui.lb-embed-container{background-color:transparent;box-shadow:unset;margin-bottom:0}.lb-carousel-main .lb-carousel-item.segment.ui.lb-embed-container{max-width:100%}.lb-carousel-item--featured-true{grid-area:main}.lb-carousel-item--featured-false{grid-area:side}.lb-image-link{display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;width:50px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Y2lyY2xlIHN0eWxlPSJmaWxsOiNBNEMyRjc7IiBjeD0iMjU2IiBjeT0iMjU2IiByPSIyNDcuNDY3Ii8+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItNDguNzY0MSIgeTE9IjY1Mi41NTQ5IiB4Mj0iLTQ4LjAxNTEiIHkyPSI2NTEuODgzNCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0NDMuNzMzNCAwIDAgLTQ5NC45MzMzIDIxNzI4LjA2ODQgMzIzMDYxLjAzMTMpIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC4xNzE3IiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yIiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yMDAxIiBzdHlsZT0ic3RvcC1jb2xvcjojREFFNEY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yMDA3IiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFQkY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yMDE0IiBzdHlsZT0ic3RvcC1jb2xvcjojRjZGMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yMDIzIiBzdHlsZT0ic3RvcC1jb2xvcjojRkRGNEY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yMDUiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkY1RjQiLz48c3RvcCAgb2Zmc2V0PSIwLjI1MjIiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkY1RjQiLz48c3RvcCAgb2Zmc2V0PSIwLjI2IiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGNUY0Ii8+PHN0b3AgIG9mZnNldD0iMC4yNiIgc3R5bGU9InN0b3AtY29sb3I6I0Q0RTFGNCIvPjxzdG9wICBvZmZzZXQ9IjAuMzk3NCIgc3R5bGU9InN0b3AtY29sb3I6I0Q0RTFGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNENEUxRjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQyMDEiIHN0eWxlPSJzdG9wLWNvbG9yOiNEQUU0RjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQyMDciIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVCRjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQyMTQiIHN0eWxlPSJzdG9wLWNvbG9yOiNGNkYxRjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQyMjMiIHN0eWxlPSJzdG9wLWNvbG9yOiNGREY0RjQiLz48c3RvcCAgb2Zmc2V0PSIwLjQyNSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRjVGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNDg5NCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRjVGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRjVGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNSIgc3R5bGU9InN0b3AtY29sb3I6I0Y5RjJGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNTAwMSIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUJGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNTAwMyIgc3R5bGU9InN0b3AtY29sb3I6I0RERTVGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNTAwNSIgc3R5bGU9InN0b3AtY29sb3I6I0Q2RTJGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNTAxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC43MDYyIiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PHN0b3AgIG9mZnNldD0iMC43NCIgc3R5bGU9InN0b3AtY29sb3I6I0Q0RTFGNCIvPjxzdG9wICBvZmZzZXQ9IjAuNzQxIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGNUY0Ii8+PHN0b3AgIG9mZnNldD0iMC44MzQ2IiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGNUY0Ii8+PHN0b3AgIG9mZnNldD0iMC44NSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRjVGNCIvPjxzdG9wICBvZmZzZXQ9IjAuODUxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDRFMUY0Ii8+PC9saW5lYXJHcmFkaWVudD48ZWxsaXBzZSBzdHlsZT0iZmlsbDp1cmwoI1NWR0lEXzFfKTsiIGN4PSIyNTYiIGN5PSIyNTYiIHJ4PSIyMjEuODY3IiByeT0iMjQ3LjQ2NyIvPjxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMzQuMTMzLDI1NkMzNC4xMzMsMTE5LjMyNywxMzMuNDY3LDguNTMzLDI1Niw4LjUzM0MxMTkuMzI4LDguNTMzLDguNTMzLDExOS4zMjgsOC41MzMsMjU2UzExOS4zMjgsNTAzLjQ2NywyNTYsNTAzLjQ2N0MxMzMuNDY3LDUwMy40NjcsMzQuMTMzLDM5Mi42NzIsMzQuMTMzLDI1NnoiLz48cGF0aCBzdHlsZT0iZmlsbDojNDI4REZGOyIgZD0iTTI1Niw1MTJDMTE0LjYxNSw1MTIsMCwzOTcuMzg1LDAsMjU2UzExNC42MTUsMCwyNTYsMHMyNTYsMTE0LjYxNSwyNTYsMjU2QzUxMS44NCwzOTcuMzE5LDM5Ny4zMTksNTExLjg0LDI1Niw1MTJ6IE0yNTYsMTcuMDY3QzEyNC4wNDEsMTcuMDY3LDE3LjA2NywxMjQuMDQxLDE3LjA2NywyNTZTMTI0LjA0MSw0OTQuOTMzLDI1Niw0OTQuOTMzUzQ5NC45MzMsMzg3Ljk1OSw0OTQuOTMzLDI1NkM0OTQuNzg1LDEyNC4xMDIsMzg3Ljg5OCwxNy4yMTUsMjU2LDE3LjA2N3oiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojN0ZBQ0ZBOyIgcG9pbnRzPSIzODQsMjU2IDE5Ni4yNjcsMzg0IDE5Ni4yNjcsMjU4LjMzIDE5Ni4yNjcsMTI4ICIvPjxwYXRoIHN0eWxlPSJmaWxsOiNBNEMyRjc7IiBkPSJNMzYyLjk4NSwyNDguMzI2Yy0xNC40MzYtMjMuMDM4LTU4LjI5NS00My43NjYtODEuNjM3LTU5LjYxMWMtMjAuMDY1LTEzLjYyMS00MC45NDQtMjQuMjc5LTU5LjQ4MS0zOS4xMzh2MjIwLjI2YzUuNTUxLTMuMTE5LDExLjAyNC02LjI2NywxNi41MjItOS40MDRjLTEuODI3LTQuMTk5LTAuMjM3LTkuMTAxLDMuNzA3LTExLjQyN2MzLjQ1My0xLjU5Miw3LjA0OS0yLjg1NiwxMC43MzktMy43NzVjMS40NjMtMC4zODQsMi45OTctMC40MDIsNC40NjgtMC4wNTRjMTYuMTUxLTE2LjI0NSwzNC4yMDYtMzAuNDc5LDUzLjc3MS00Mi4zOTNjMC40OTUtMC4yMjMsMS4wMDgtMC40MDEsMS41MzUtMC41MzJjMC42LTAuNjIxLDEuMjc5LTEuMTU5LDIuMDIxLTEuNjAxYzExLjM4OC02LjY4NiwyMy4wODUtMTIuNjk0LDM0LjkxMS0xOC40MzNjLTEuODg5LTQuMTQ2LTAuMzkzLTkuMDQ5LDMuNDg5LTExLjQzM2M1LjE3Ny0zLjQsMTEuMDItNS42NTYsMTcuMTM5LTYuNjJjMC45NzktMC4xMiwxLjk2OC0wLjEzMiwyLjk0OS0wLjAzNWMwLjg3My0zLjQ0OCwwLjI4LTcuMTA0LTEuNjQtMTAuMDk4QzM2OS41NTcsMjUxLjAzNywzNjYuNDgzLDI0OC45NzIsMzYyLjk4NSwyNDguMzI2eiIvPjxwYXRoIHN0eWxlPSJmaWxsOiM0MjhERkY7IiBkPSJNMTk2LjI2NywzOTIuNTMzYy00LjcxMS0wLjAwNC04LjUzLTMuODIyLTguNTMzLTguNTMzVjEyOGMwLjAwMS0zLjE2MywxLjc1Mi02LjA2NSw0LjU0OC03LjU0M2MyLjc5Ni0xLjQ3OCw2LjE4LTEuMjg4LDguNzk0LDAuNDkzbDE4Ny43MzMsMTI4YzIuMzMxLDEuNTksMy43MjUsNC4yMjksMy43MjUsNy4wNWMwLDIuODIxLTEuMzk0LDUuNDYtMy43MjUsNy4wNWwtMTg3LjczMywxMjhDMTk5LjY1NywzOTIuMDE2LDE5Ny45ODIsMzkyLjUzMywxOTYuMjY3LDM5Mi41MzNMMTk2LjI2NywzOTIuNTMzeiBNMjA0LjgsMTQ0LjE1djIyMy43TDM2OC44NTQsMjU2TDIwNC44LDE0NC4xNXoiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:center;background-size:cover}.lb-info-panel__standards-container{max-height:400px;overflow-y:auto}.lb-classroom-carousel__embedded-video iframe{margin:0 !important}.lb-info-panel{display:-webkit-flex;display:-ms-flexbox;display:flex;height:auto;background-color:#fff;padding:45px 40px}.lb-info-panel__section-container{border-bottom:1px solid #605165;padding-bottom:40px;padding-top:20px;position:relative}.lb-info-panel .lb-classroom-tag{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.lb-info-panel__expand-button{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;display:block;font-size:9pt;background:transparent;border:0;color:#5f027e;text-decoration:underline;text-transform:uppercase;margin:0;padding:0;position:relative;margin-bottom:20px}.lb-info-panel__tag{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.lb-info-panel__tag-description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;color:#2E043D;font-size:11pt;line-height:1.6}@media (min-width: 992px){.lb-info-panel--sticky{max-width:407px;min-width:407px;position:fixed;top:120px;height:auto;max-height:-webkit-calc(100vh - 200px);max-height:calc(100vh - 200px);overflow:auto}.lb-info-panel--sticky::-webkit-scrollbar-track{background:transparent}}@media (min-width: 1200px){.lb-info-panel--sticky{max-width:492px;min-width:492px}}.lb-info-panel__container{position:relative;width:100%}.lb-info-panel__container .lb-grid{display:grid;grid-template-columns:auto 1fr;grid-column-gap:40px}.lb-feature-card-small{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:150px;width:100%;background:#fff;box-shadow:0px 0px 9.51579px rgba(0,0,0,0.15);border-radius:2;height:100%;min-height:225px;max-height:225px;position:relative;overflow:hidden}.lb-feature-card-small__image{position:absolute;top:0;left:-50%;right:-50%;margin:0 auto}.lb-feature-card-small__content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;min-height:105px;max-height:105px;margin-top:auto;padding:10px}.lb-feature-card-small__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt;color:#000;margin-bottom:auto}.lb-feature-card-small__title:after{content:'...'}.lb-feature-card-small__cta{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:11pt;padding:7px 10px;margin-bottom:10px;max-height:30px}.lb-classroom__section-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.lb-info-panel__outside-link{margin-bottom:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.lb-info-panel__outside-link:before{content:'' !important;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/doc-icon-2efe21a54b303ebe0f0490b696cddd755d8a39e1ba3d42c3496c8323a465c81d.svg);width:22px;height:30px;background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-filter:invert(1);filter:invert(1);margin-right:10px}.lb-info-panel__outside-link-text{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;text-decoration:underline;color:#2E043D;font-size:11pt}@media (max-width: 991px){.ui.grid .lb-classroom-mobile-full-width.wide.column{width:100% !important}.ui.grid .lb-classroom-mobile-full-width.wide.column>.ui.grid .row{margin-left:0;margin-right:0}}.lb-info-panel__tag-container{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.lb-info-panel__tag-container+.lb-info-panel__tag-container{margin-top:10px}.lb-classroom-section__image-embed{margin:10px auto;width:100%}.lb-classroom-section__image-embed img{max-width:100%;height:auto}.lb-carousel-container>div{width:100%}.lb-navigation-dropdown-menu{display:none;background-color:#fff;border:1px solid #BFB9C1;border-radius:2px;position:absolute;top:70px;padding:30px 40px}.lb-navigation-dropdown-menu__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;color:#605165;font-size:11pt;margin-bottom:20px;text-align:left;text-transform:uppercase}.lb-navigation-dropdown-menu__name{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#190B24;font-size:11pt;line-height:1.2;text-align:left;margin-bottom:5px}.lb-navigation-dropdown-menu__dek{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;color:#190B24;font-size:11pt;line-height:1.2;text-align:left}.lb-navigation-dropdown-menu__container{display:grid}@media (min-width: 768px){.lb-navigation-dropdown-menu__container{grid-template-columns:repeat(2, 1fr);grid-column-gap:30px;grid-auto-rows:auto;grid-row-gap:30px}}@media (min-width: 1400px){.lb-navigation-dropdown-menu__container{grid-template-columns:repeat(3, 1fr);grid-column-gap:60px;grid-template-rows:1fr;grid-auto-rows:unset;grid-row-gap:0}}.lb-navigation-dropdown-menu__image{width:120px;height:70px;margin:auto;margin-bottom:20px;background-repeat:no-repeat;background-position:center;background-size:cover}@media (min-width: 992px){.lb-navigation-dropdown-menu__image{width:240px;height:140px}}.lb-navigation-dropdown-menu__image.gs-menu-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/gs-menu-1-23a1d9c7e661b4b73f401afcd031ef1d7c421019cbed0e20e7346c95a6039d28.jpg)}.lb-navigation-dropdown-menu__image.gs-menu-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/gs-menu-2-8eb2c3d1f91ea97c0bcdc004319d39ef49adbe8f54473d34e0ae5075e15ed6cd.jpg)}.lb-navigation-dropdown-menu__image.gs-menu-3{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/gs-menu-3-a4e3dfa032e66fca09a8adb96336cd6fa794f4ccc6c8939deb2b911ab6736d43.jpg)}.lb-navigation-dropdown-menu__image.ex-menu-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/ex-menu-1-c4fb78fd0ffb01d4916ea5cbf7a6b42b7dfb06ba1c30ade7c0e502bdaf5a23ac.jpg)}.lb-navigation-dropdown-menu__image.ex-menu-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/ex-menu-2-31dfdb804f77929b2c99032615e08473336f662f5801851f8dafb7928a335681.jpg)}.lb-navigation-dropdown-menu__image.ex-menu-3{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/ex-menu-3-cf98db34ef6132716fff7cf77e77106040dc775e6751e426808b3b143d706988.jpg)}.lb-navigation-dropdown-menu__image.res-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/res-1-239c03096087ef024d0d3b0924436cd305ae0932cbe6edfe8b1d670e04cd783f.png)}.lb-navigation-dropdown-menu__image.res-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/res-2-8767228f6e6f5afe0315573b4c522fc7b4f9ea0c63d1ec1b02b98856732d49e5.png)}.lb-navigation-dropdown-menu:before{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid white;position:absolute;top:-5px;left:50px}@media (min-width: 768px){.lb-toolbar__item--open-on-hover:hover:after{content:'';display:block;width:100%;height:100%;position:absolute;padding-bottom:180px;top:25px}.lb-toolbar__item--open-on-hover:hover .lb-navigation-dropdown-menu{display:block}}.lb-section-recommendations{position:relative}.lb-section-recommendations__grid{display:grid;grid-template-rows:1fr;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-row-gap:40px;margin-top:20px;padding-bottom:40px;border-bottom:1px solid #E5E3E6}@media (min-width: 768px){.lb-section-recommendations__grid{grid-template-columns:repeat(3, 1fr);grid-template-rows:unset;grid-column-gap:40px;grid-row-gap:unset}}.lb-section-recommendations__image{width:240px;height:140px;background-repeat:no-repeat;background-position:center;background-size:cover}.lb-section-recommendations__image.image-1{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/rec-music-34ae35f025d6169fb096a74a162ee7ade481228c6c699be790ffd4afca79756b.jpg)}.lb-section-recommendations__image.image-2{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/rec-ms-11fd39bdb022ef424bbe772322ca8515cd678be8a69082ce103c0b8ed5ad81d6.jpg)}.lb-section-recommendations__image.image-3{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/rec-lang-9fa11c98a4e9f858df1579a1777a15541eb1e23e7f972d8b120cd3d1abbd0b88.jpg)}.lb-section-recommendations__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#000;font-size:12px;line-height:1.4;text-align:left}.lb-section-know-your-bits{position:relative}.lb-section-pills{-webkit-font-smoothing:antialiased;padding-top:40px;margin-bottom:18px;width:100%}.lb-section-pills .lb-rubric{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.lb-section-pills .lb-pill{margin-right:20px;margin-bottom:20px}.lb-section-pills .lb-pill:hover{text-decoration:none}.lb-section-pills__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-tips__options{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0px 0;border:1px solid #ccc;margin-bottom:40px}@media (min-width: 768px){.lb-tips__options{grid-template-columns:repeat(5, 1fr)}}.lb-tips__option.lb-tips__option--active{background-color:#5f027e;color:#fff}.lb-tips__option.lb-tips__option--active:hover{background-color:#5f027e !important;color:#fff !important}.lb-tips__option.lb-tips__option--active:after{content:'';position:absolute;height:4px;bottom:0;width:100%;background-color:#fff}.lb-tips__option{width:100%;border-right:1px solid #ccc;height:100px;background-color:#fff;color:#5f027e;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;letter-spacing:1.2px;-webkit-transition:-webkit-filter .15s ease-in-out;transition:-webkit-filter .15s ease-in-out;transition:filter .15s ease-in-out;transition:filter .15s ease-in-out, -webkit-filter .15s ease-in-out;text-transform:uppercase;cursor:pointer;-webkit-transition:background-color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1),color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);transition:background-color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1),color 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);position:relative;padding:15px}.lb-tips__option:nth-child(1):hover{background-color:#FDB241}.lb-tips__option:nth-child(2):hover{background-color:#FC3CA8}.lb-tips__option:nth-child(3):hover{background-color:#8D1CB7}.lb-tips__option:nth-child(4):hover{background-color:#00E2AC}.lb-tips__option:nth-child(5):hover{background-color:#FC3CA8}.lb-tips__option:hover{color:#fff}.lb-tips__option:hover:before{content:'';background:#2F005C;opacity:0.1;position:absolute;height:100%;width:100%;top:0;bottom:0;left:0;right:0;margin:auto}.lb-tips__text{z-index:1;-webit-font-smoothing:antialiased;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:600;font-size:12px;text-align:center}.lb-feed{max-width:1440px;display:grid;grid-template-columns:repeat(1, auto);-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:auto}@media (min-width: 768px){.lb-feed{grid-template-columns:repeat(2, auto)}}@media (min-width: 992px){.lb-feed{grid-template-columns:repeat(3, auto)}}@media (min-width: 1200px){.lb-feed{grid-template-columns:repeat(4, auto)}}.lb-feed-card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;background:#FFFFFF;box-shadow:0px 0px 20px rgba(0,0,0,0.15);width:100%;max-width:280px;min-width:280px;margin:.875em .5em;cursor:pointer}.lb-feed-card__video-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-feed-card__content{border:none;border-top:1px solid rgba(34,36,38,0.1);background:0 0;margin:0;padding:1em 1em;box-shadow:none;font-size:1em;border-radius:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:relative}.lb-feed-card__content-top{padding:0;overflow:hidden;min-height:210px;max-height:210px;background:#F6F6F7}.lb-feed-card__content-top:before{height:100%;width:100%;background:#2E043D;content:'';position:absolute;opacity:.2}.lb-feed-card__content-bottom{min-height:190px}.lb-feed-card__meta-container{z-index:1}.lb-feed-card__meta-container.floating{position:absolute;top:15px;left:15px}.lb-feed-card__meta-container.relative{margin-top:15px;margin-bottom:10px;margin-left:15px}.lb-feed-card__content-title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;font-size:14px;margin-bottom:5px}.lb-feed-card__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:14px;margin-bottom:auto}.lb-feed-card__description>div{display:inline-block}.lb-feed-card__description img{width:100%;height:auto}.lb-feed-card__image{display:block;width:auto;height:100%;max-height:210px;margin:auto}.lb-feed-card__header a,.lb-feed-card__header a.Byline .Byline-name,a.Byline .lb-feed-card__header .Byline-name,.lb-feed-card__header .Byline--link .Byline-name,.Byline--link .lb-feed-card__header .Byline-name{font-weight:600}.lb-feed-card__header-text{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:18px}.lb-feed-card__meta{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;color:#fff;font-size:12px}.lb-background--white{background-color:#fff}.lb-mosaic{display:grid;grid-template-columns:repeat(1, 1fr);grid-row-gap:20px;grid-column-gap:20px;width:100%;margin-bottom:20px}@media (min-width: 768px){.lb-mosaic{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.lb-mosaic{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 1200px){.lb-mosaic{grid-template-columns:repeat(4, 1fr)}}.lb-mosaic__grid-item{min-height:250px;width:100%}.lb-classroom-invention{margin-left:5px;margin-right:5px}.lb-mosaic-item{background-color:#F6F6F7;border:4px solid #F6F6F7;border-radius:4px;max-width:260px;width:100%;min-height:320px;max-height:320px;padding:20px;margin:auto;position:relative;overflow:hidden;-webkit-font-smoothing:antialiased;cursor:pointer}.lb-mosaic-item:hover{border-color:#DEDEDE}.lb-mosaic-item__rubric,.lb-mosaic-item__name,.lb-mosaic-item__description{color:#000;z-index:2}.lb-mosaic-item__image-container{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:100%;width:100%;z-index:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-mosaic-item__image{position:absolute;top:0;bottom:0;left:-50%;right:-50%;margin:auto;height:100%;width:auto;z-index:1;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.lb-mosaic-item__svg{height:100%;max-height:150px;width:auto}.lb-mosaic-item__rubric{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:12px;-webkit-transition:color .15s ease-in-out;transition:color .15s ease-in-out}.lb-mosaic-item__container{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:2;padding:20px}.lb-mosaic-item__container:hover{text-decoration:none}.lb-mosaic-item__name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:18px;-webkit-transition:color .15s ease-in-out;transition:color .15s ease-in-out}.lb-mosaic-item__description{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:600;font-size:14px}.lb-mosaic-item__button{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:10px;color:#fff;border:0;border-radius:4px;padding:10px 25px;background-color:#5f027e;position:absolute;bottom:20px;left:20px;text-transform:uppercase;letter-spacing:1px;z-index:3}.lb-mosaic-item__button:hover{color:#fff;text-decoration:none}.lb-mosaic-item__button.lb-mosaic-item-background-input{background-color:#e31c93}.lb-mosaic-item__button.lb-mosaic-item-background-power{background-color:#0033a0}.lb-mosaic-item__button.lb-mosaic-item-background-output{background-color:#93d50a}.lb-mosaic-item__button.lb-mosaic-item-background-wire{background-color:#fc6c0f}.lb-mosaic-item__button.lb-mosaic-item-background-default{background-color:#5f027e}.lb-anchors{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:fixed;top:40%}.lb-anchor{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;cursor:pointer;color:#fff;font-size:14px;padding:10px;text-align:left;min-width:120px;-webkit-font-smoothing:antialiased;position:relative;-webkit-transition:width .15s ease-in-out;transition:width .15s ease-in-out}.lb-anchor:hover{min-width:150px}.lb-anchor:after{content:'';width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left-style:solid;border-left-width:20px;position:absolute;top:0;bottom:0;right:-20px}.lb-anchor.lb-anchor--power{background-color:#0033a0}.lb-anchor.lb-anchor--power:after{border-left-color:#0033a0}.lb-anchor.lb-anchor--inputs{background-color:#e31c93}.lb-anchor.lb-anchor--inputs:after{border-left-color:#e31c93}.lb-anchor.lb-anchor--outputs{background-color:#93d50a}.lb-anchor.lb-anchor--outputs:after{border-left-color:#93d50a}.lb-anchor.lb-anchor--wires{background-color:#fc6c0f}.lb-anchor.lb-anchor--wires:after{border-left-color:#fc6c0f}.bit-search{text-align:center;padding:15px;z-index:10;margin-bottom:80px}.bit-search .lb-search-header__cta{color:#fff;margin-bottom:0}.bit-search .lb-search-header__select-container{background:#fff;margin-bottom:0}.bit-search__form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.bit-search__form{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.bit-search__label{visibility:hidden;width:0}.bit-search__input-separator{display:none;width:1px;height:55px;background-color:#fff;margin-left:15px}@media (min-width: 768px){.bit-search__input-separator{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}}.bit-search__input{border-radius:2px;border-width:0;background:#fff;min-height:55px;min-width:217px;margin-left:30px;margin-top:20px}.bit-search__input::-webkit-input-placeholder{color:#9E9E9E}.bit-search__input::-moz-placeholder{color:#9E9E9E}.bit-search__input:-ms-input-placeholder{color:#9E9E9E}.bit-search__input::placeholder{color:#9E9E9E}@media (min-width: 768px){.bit-search__input{padding-left:8px;margin-top:0}}.bit-search__select{border-radius:2px;border-width:0;background:#E2E2E2;color:#9E9E9E;margin-right:15px;min-height:40px;height:40px;min-width:77px}.bit-search__submit{display:none}.bit-search__button{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:14px;text-decoration:underline;background:none;border:0;text-transform:uppercase;letter-spacing:1px}.lb-modal{-webkit-font-smoothing:antialiased;display:-webkit-flex;display:-ms-flexbox;display:flex;position:fixed;z-index:102;left:0;top:0;width:100%;height:100%;background-color:black;background-color:rgba(0,0,0,0.4);-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.lb-modal__about{padding:40px}.lb-modal__content{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;background-color:#fefefe;margin:15% auto;border:1px solid #888;width:100%;height:100vh;overflow-y:auto}@media (max-height: 690px){.lb-modal__content{max-height:-webkit-calc(100vh - 100px) !important;max-height:calc(100vh - 100px) !important}.lb-modal__content .lb-modal__content-left{overflow-y:scroll}}@media (min-width: 992px){.lb-modal__content{grid-template-columns:1fr 1fr;grid-template-rows:unset;max-width:920px;height:100%;max-height:600px;overflow:unset}}.lb-modal__close{cursor:pointer;position:absolute;top:20px;right:20px;font-size:28px;font-weight:bold;border:2px solid #BFB9C1;border-radius:50%;line-height:1;width:38px;height:38px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#BFB9C1;-webkit-transition:color .15s linear, border-color .15s linear;transition:color .15s linear, border-color .15s linear;z-index:1}@media (min-width: 992px){.lb-modal__close{top:-48px;right:0;color:#fff;border-color:#fff}.lb-modal__close:hover,.lb-modal__close:focus{color:#aaa;border-color:#aaa;text-decoration:none;cursor:pointer}}.lb-modal__tags{display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:25px}.lb-modal__tag{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;background:#E5E3E6;font-size:10px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:30px;padding:0 15px;letter-spacing:1px;text-transform:uppercase;margin-right:10px;border-radius:4px}.lb-modal__content-left{background-color:#F6F6F7;border-right:1px solid #E5E3E6;overflow:hidden}@media (min-width: 992px){.lb-modal__content-right{overflow:auto}}@media (max-width: 991px){.lb-modal-carousel img{height:100% !important}}.lb-modal-carousel .slide-wrapper{margin-top:45px}.lb-modal-carousel .carousel.carousel-slider{overflow:unset}.lb-modal-carousel .carousel.carousel-slider .dot{background:#2E043D;box-shadow:unset;opacity:.2}.lb-modal-carousel .carousel.carousel-slider .dot.selected{background:#2E043D;opacity:1}.lb-modal-carousel .carousel.carousel-slider .control-arrow{top:unset;width:38px;height:38px;border:2px solid black;border-radius:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1}.lb-modal-carousel .carousel.carousel-slider .control-arrow.control-disabled{opacity:.4}.lb-modal-carousel .carousel.carousel-slider .control-arrow.control-next{right:10px;bottom:-45px}.lb-modal-carousel .carousel.carousel-slider .control-arrow.control-next:before{border-left-color:#000}.lb-modal-carousel .carousel.carousel-slider .control-arrow.control-prev{left:unset;right:58px;bottom:-45px}.lb-modal-carousel .carousel.carousel-slider .control-arrow.control-prev:before{border-right-color:#000}.lb-modal-carousel .control-dots{background-color:#F6F6F7;margin:0;padding-top:10px;padding-bottom:10px;bottom:-45px}.lb-modal-about__rubric{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;font-size:24px;line-height:1.2;color:#185FF7}.lb-modal-about__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;line-height:1.2;color:#000;margin-bottom:30px}.lb-modal-about__subtitle{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:600;font-size:12px;line-height:1.3;letter-spacing:1px;color:#000;text-transform:uppercase;margin-bottom:5px}.lb-modal-about__description{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:400;font-size:12px;line-height:1;color:#474747}.lb-accordion{height:100%;max-height:100%}.lb-accordion.single .lb-accordion__section-content.collapsed{max-height:100%}.lb-accordion.modular .lb-accordion__section-content.collapsed{max-height:210px}.lb-accordion__section-top{cursor:pointer;height:53px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 20px;background:#fff;border-bottom:1px solid #E5E3E6;-webkit-transition:background-color .15s linear;transition:background-color .15s linear}.lb-accordion__section-top:hover{background-color:#F2F2F2}.lb-accordion__section-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-accordion__section-horizontal .lb-accordion__section-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow-x:auto;overflow-y:auto}.lb-accordion__section-horizontal .lb-accordion__section-image{max-height:120px;max-width:none}.lb-accordion__section-image{height:100%;width:auto;max-height:180px;max-width:100%}.lb-accordion__section-title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:16px;line-height:1.4}.lb-accordion__section-content{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-size:16px;padding:15px}.lb-accordion__section-content.collapsed{display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-y:auto;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.lb-accordion__section-content.expand{display:none}.lb-accordion__section-toggle{margin-left:auto}.lb-accordion__section-toggle:before{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;font-size:30px;line-height:1}.lb-accordion__section-toggle.expand:before{content:'+'}.lb-accordion__section-toggle.collapsed:before{content:'-'}.bit-basics{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/classroom/bit-basics-52c830045232f25656b3f05e3795e5338dc6801e0a24421c01caf6da58346e2d.png);background-repeat:no-repeat;background-position:center;background-size:auto}.lb-social-login{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out}.lb-social-login:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19)}.lb-social-login.google{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:400;background-color:#fff;color:#666}.lb-social-login.google:hover{background-color:#fff}.lb-social-login.google .icon{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/g-logo-658379fc62a45175942e4be8db35d063a700ffc4d5bedb98a4d8ff135d24b7df.png);color:#666;width:18px;height:18px;background-size:cover;margin-right:7px;background-position:center}.lb-social-login.google .icon:before{content:none}.lb-bit-mini-card{position:relative;height:173px;width:111.5px;overflow:hidden;padding:10px;border:2px solid #F6F6F7;-webkit-transition:border .15s ease-in-out;transition:border .15s ease-in-out;border-radius:4px}.lb-bit-mini-card:hover{text-decoration:none;border:2px solid #000}.lb-bit-mini-card__title{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700;color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:10px;position:relative;z-index:2}.lb-bit-mini-card .lb-mosaic-item__button{padding:5px 12px;font-size:8px}.content-drawer__code-view code{font-family:'Courier'}.content-drawer__code-view code:first-of-type{padding-left:10px;padding-right:5px !important}.content-drawer__code-view{height:100%;padding:1em 0}.content-drawer__code-view pre{background:#eeeeee !important;margin:0 !important;height:-webkit-calc(100% - 65px);height:calc(100% - 65px)}.react-syntax-highlighter-line-number{color:#cccccc}.pinterest-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;max-width:100%;min-width:100px;max-height:30px}.dashboard-form{background-color:rgba(0,0,0,0.05);border:1px solid #d4d4d5;border-radius:6px;position:relative;padding:5px;margin-bottom:10px}.dashboard-form__container{padding:8px}.dashboard-form__text-input{width:100%;max-width:350px;padding:8px 0px 8px 10px;margin-bottom:10px;border:1px solid #d4d4d5}.dashboard-form__heading{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;margin-bottom:10px;text-transform:capitalize}.dashboard-form__submit{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;letter-spacing:1px;color:#fff;background-color:#18ADF2;padding:8px;width:100%;border-radius:6px}.dashboard-form__label{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;margin-right:5px}.dashboard-form__list{padding-left:0}.dashboard-form__text-field{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.dashboard-form__list-item{list-style:none;background-color:rgba(24,173,242,0.1);padding:8px;margin-bottom:8px;cursor:pointer;-webkit-transition:background-color .15s linear;transition:background-color .15s linear}.dashboard-form__list-item--gray{background-color:rgba(0,0,0,0.05);border:1px solid #d4d4d5}.dashboard-form__list-item--gray:hover{background-color:rgba(0,0,0,0.05) !important}.dashboard-form__list-item:hover{background-color:rgba(24,173,242,0.15)}.dashboard-form__list-item:hover .classroom-item__cta{-webkit-transform:translateX(5px);transform:translateX(5px)}.dashboard-form__sub-container{background-color:#E6E6E6;border:1px solid #d4d4d5;padding:8px;margin-bottom:8px}.dashboard-form__sub-container p{margin:0}.dashboard-form__sub-container a,.dashboard-form__sub-container a.Byline .Byline-name,a.Byline .dashboard-form__sub-container .Byline-name,.dashboard-form__sub-container .Byline--link .Byline-name,.Byline--link .dashboard-form__sub-container .Byline-name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300}.dashboard-form__label-decoration{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#fff;padding:5px;font-size:12px;text-transform:uppercase;background-color:#7A9983;letter-spacing:1px;margin-left:8px}.dashboard__title{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;margin:10px 0px}.dashboard__subtitle{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;margin:8px 0px}.dashboard__class-view{position:relative;height:100%}.classroom-item{position:relative;display:grid;grid-template-columns:1fr auto}.classroom-item__label{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:12px}.classroom-item__name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:18px}.classroom-item__count{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;font-size:24px}.classroom-item__count span{text-decoration:underline;margin-left:5px}.classroom-item__refresh{background-color:#BDBDBD;border:2px solid #969696;width:30px;height:30px;-webkit-transition:background-color .15s linear;transition:background-color .15s linear;margin-left:10px}.classroom-item__refresh:hover{background-color:#C9C9C9}.classroom-item__remove{max-height:30px;min-width:110px}.classroom-item__header{background-color:rgba(0,0,0,0.05);border:1px solid #d4d4d5;padding:8px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative}.classroom-item__header>div{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:8px;width:100%}.classroom-item__cta{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#ed258f;font-size:18px;background:transparent;border:none;-webkit-transition:-webkit-transform .15s linear;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear, -webkit-transform .15s linear;padding:8px}.lb-circuit-view{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-circuit-view:hover .circuit-tethered-component svg{opacity:.2}.lb-circuit-view .led-matrix #led-wire{height:150px;width:auto}.lb-circuit-view .led-matrix #led-screen{width:180px;height:auto}.lb-circuit-view .dc-motor-tethered #dc-motor-wire{width:15px;height:auto}.lb-circuit-view .dc-motor-tethered #dc-motor-output{width:165px;margin-left:100px}.lb-circuit-view .round-led-matrix #led-screen{width:200px;height:auto}.lb-circuit-view .branch svg{height:100%;width:100%}.lb-circuit-view .buzzer svg{height:100%;width:100%}.lb-circuit-view .fork svg{height:100%;width:100%}.lb-circuit-view .split svg{height:100%;width:100%}.lb-circuit-view .bend-sensor-strip{width:40px}.lb-circuit-view .rgb-led svg{height:100%;width:100%}.lb-circuit-view .slide-dimmer svg{height:100%;width:100%}.lb-circuit-view .cloudbit svg{height:100%;width:100%}.lb-circuit-view .bend-sensor svg{height:100%;width:100%}.lb-circuit-view .servo-o11 svg{height:100%;width:100%}.lb-circuit-view .oscillator svg{height:100%;width:100%}.lb-circuit-view .pressure-sensor svg{height:100%;width:100%}.lb-circuit-view .proximity-sensor svg{height:100%;width:100%}.lb-circuit-view .sound-trigger svg{height:100%;width:100%}.lb-circuit-view .button svg{height:100%;width:100%}.lb-circuit-view .dimmer svg{height:100%;width:100%}.lb-circuit-view .speaker svg{height:125px;width:auto;margin-top:-28px}.lb-circuit-view .wire-bit svg{height:100%;width:100%}.lb-circuit-view .bargraph svg{height:100%;width:100%}.lb-circuit-view .bluetooth-low-energy svg{height:100%;width:100%}.lb-circuit-view .servo-bit{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-circuit-view .servo-bit .servo-board{height:auto;width:100%}.lb-circuit-view .servo-bit .servo-wire{height:100%;width:100%;margin-left:80px}.lb-circuit-view .servo-bit .servo-motor{height:auto;width:125px}.lb-circuit-view .double-or svg{height:100%;width:100%}.lb-circuit-view .power-p7{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.lb-circuit-view .power-p7 svg{height:100%;width:100%}.lb-circuit-view .accelerometer svg{height:100%;width:100%}.lb-circuit-view .temp-sensor svg{height:75px;width:107.47px}.lb-circuit-view .light-sensor svg{height:100%;width:100%}.lb-circuit-view .littlebits-power svg{height:90px;width:121.75px;margin-top:10px;margin-left:7px}.lb-circuit-view .motion-trigger svg{height:100%;width:100%}.lb-circuit-view .number-bit svg{height:100%;width:100%}#new_credit_card{margin-top:20px}.credit_card_form{padding:0px}.form-control{border:none;height:142px;background:#fff;border-radius:0}.line{background:#cfcac3;height:1px;margin-top:20px;margin-bottom:20px}.radio label,.checkbox label{font-weight:300}.radio label b,.checkbox label b{font-weight:400}.persisted-credit-card{margin-top:30px;padding:0px}.persisted-credit-card a,.persisted-credit-card a.Byline .Byline-name,a.Byline .persisted-credit-card .Byline-name,.persisted-credit-card .Byline--link .Byline-name,.Byline--link .persisted-credit-card .Byline-name{margin-top:0px}@media all and (max-width: 768px){.persisted-credit-card .credit-card-type{font-size:16px}}.pdt20{padding-top:20px}.mb25{margin-bottom:25px}.mt10{margin-top:10px}.mt25{margin-top:25px}.my-account{margin-top:40px}.my-account .addresses input[type=radio]{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.my-account .addresses .address-item{margin-bottom:20px;min-height:230px}.my-account .addresses .address-item p{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px}.my-account .address-info{padding:50px 0px}@media all and (max-width: 768px){.my-account .address-info{padding:20px 15px}}.my-account .address-info h4{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:14px;margin-bottom:5px}@media all and (max-width: 768px){.my-account .billing-address,.my-account .shipping-address{padding:10px}}.my-account .btn,.my-account .newsletter-signup-modal .modal-body .newsletter-signup .button,.newsletter-signup-modal .modal-body .newsletter-signup .my-account .button{margin-right:8px}.my-account .cancel{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:600;font-size:14px}.my-account .cancel:hover{text-decoration:none}.my-account .card-code{margin:11px 20px}.my-account .confirmation_message{padding:30px 0 10px}.my-account .content-title-sm{font-size:19px}.my-account .credit_card_form img{margin-left:5px;width:35%}.my-account .credit_card_form label{display:inline;float:none}.my-account .international_note{padding:30px 0 40px}.my-account .item{padding:30px 0}.my-account .item:nth-child(even){background:#f7f7f7}.my-account .item:nth-child(even) input[type=text]{background:#ddd}.my-account .item .itemPack{margin-bottom:30px}.my-account .item h4{font-size:20px;font-weight:400}.my-account .item .error{margin-top:0}.my-account .item .form-control{background:#eee;margin-top:10px;box-shadow:none;width:100%}.my-account .item .form-control.error{border:1px;border-left:6px solid #ed258f}.my-account .item .edit{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300;color:#5f027e;display:inline-block;font-size:14px;margin-left:35px;text-decoration:none;text-transform:uppercase;z-index:1}.my-account .item .edit:hover{border-color:#5f027e;text-decoration:none}.my-account .item button.edit{background:transparent;border:none;border-bottom:none}.my-account .item label.error{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;color:#ed258f;font-size:16px;font-weight:400 !important}.my-account .my-orders-title{margin-top:25px;margin-bottom:50px}.my-account .order-shipments{padding:50px 0px}@media all and (max-width: 768px){.my-account .order-shipments{border-bottom:1px solid #ccc;padding:20px 15px}}.my-account .order-shipments span{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:14px}.my-account .order-shipments .container{padding:0px}.my-account .order-history{padding:30px 0 10px}.my-account .order-history h2{margin-bottom:20px}.my-account .order-summary{margin-top:50px}.my-account .order-summary th{padding:5px 12px}.my-account .order-summary td{padding:5px 12px}.my-account .order-summary td a,.my-account .order-summary td a.Byline .Byline-name,a.Byline .my-account .order-summary td .Byline-name,.my-account .order-summary td .Byline--link .Byline-name,.Byline--link .my-account .order-summary td .Byline-name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;text-decoration:none}.my-account .order-summary .order-date{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px}.my-account .order-info{margin-top:10px}@media all and (max-width: 768px){.my-account .order-info{border-top:1px solid #ccc;padding-bottom:10px;padding-top:5px}}.my-account .order-info a,.my-account .order-info a.Byline .Byline-name,a.Byline .my-account .order-info .Byline-name,.my-account .order-info .Byline--link .Byline-name,.Byline--link .my-account .order-info .Byline-name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:18px;text-decoration:none}.my-account .order-info .order-date{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px}.my-account .orders-list{margin-top:50px}@media (max-width: 767px){.my-account .password{margin-top:25px}}.my-account .table-section{border-top:1px solid #ccc;padding-top:30px}.my-account .table-section .items-header{margin-bottom:25px}.my-account .table-section .item-qty{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.my-account .table-section .item-qty .item-text{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400;font-size:14px;margin-right:5px}.my-account .table-section .item-qty .item-total{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px}@media all and (max-width: 768px){.my-account .table-section .line-item{border-bottom:1px solid #ccc;padding:10px 0px}}@media all and (max-width: 768px){.my-account .table-section .line-item-image{top:20px}.my-account .table-section .line-item-image img{width:100%}}@media all and (max-width: 768px){.my-account .table-section .line-item-quantity{top:65px}}@media all and (max-width: 768px){.my-account .table-section .line-item-name{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px;height:70px;top:10px}}@media all and (max-width: 768px){.my-account .table-section .line-item-total{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:100;font-size:16px;bottom:60px}}.my-account .table-section .order-items-table td{border:none}.my-account .table-section .order-totals{padding-right:0px}.my-account .title-md,.my-account .VideoLauncher-title{color:#666}.lb-navigation .lb-navigation__menu.ui.text.menu .lb-navigation__meta{padding-right:0}.lb-navigation .lb-navigation__menu.ui.text.menu .lb-navigation__account{padding-left:0}.lb-navigation .lb-logo{max-width:141px;margin-right:20px}@media (min-width: 1400px){.lb-navigation .ui.grid{margin-right:0;margin-left:0}}.lb-navigation .lb-navigation__menu{display:grid;grid-template-columns:auto auto 2fr auto;padding:0 34px 0 25px;grid-template-rows:1fr;height:80px}.lb-navigation .header{height:80px}.lb-navigation .lb-navigation__right{justify-self:flex-end}.lb-navigation .lb-navigation__left .menu,.lb-navigation .lb-navigation__right .menu{margin:0}.lb-navigation .lb-navigation__left .menu{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lb-navigation .lb-navigation__right .item,.lb-navigation .lb-navigation__left .item{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;-webkit-font-smoothing:antialiased}.lb-navigation .divider{width:2px;height:26px;background:rgba(131,0,212,0.8);margin:0 10px}.lb-featured-kit-selection .text{font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:700;color:#5f027e}.lb-featured-kit-selection i.dropdown.icon{color:#EA2D8F}.lb-navigation-mobile-dropdown.ui.vertical.menu{width:100%;top:81px;height:100%}.lb-navigation-mobile__toggle-button{background:transparent;border:0;height:40px;width:40px}.lb-navigation__subnav.lb-navigation__subnav--scrolled.ui.fixed.menu{top:0;width:-webkit-calc(100% - 147px);width:calc(100% - 147px);padding-right:0;z-index:101}@media (min-width: 1200px){.lb-navigation__subnav.lb-navigation__subnav--scrolled.ui.fixed.menu{width:-webkit-calc(100% - 155px);width:calc(100% - 155px)}}.lb-navigation__subnav.ui.fixed.menu{top:80px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;min-height:80px;max-height:80px;height:100%;display:none;grid-template-columns:177px 2fr 1fr;padding:0 34px 0 25px;grid-template-rows:1fr;z-index:10}@media (min-width: 992px){.lb-navigation__subnav.ui.fixed.menu{display:grid}}.lb-navigation__subnav.ui.fixed.menu .lb-navigation__links.item{grid-column:2/3;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-bottom:0;height:100%}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item{font-family:sofia-pro, Helvetica, Arial, sans-serif;font-weight:700}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item--active:after{content:'';border-bottom:4px solid #8D1CB7;position:absolute;bottom:0;left:0;right:0;margin:auto}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item{font-size:14px;height:100%;position:relative}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a.Byline .Byline-name,a.Byline .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline--link .Byline-name,.Byline--link .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name{color:#2E043D}.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a:hover,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item a.Byline .Byline-name:hover,a.Byline .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name:hover,.lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline--link .Byline-name:hover,.Byline--link .lb-navigation__subnav.ui.fixed.menu .lb-toolbar__item.item .Byline-name:hover{text-decoration:none}@media (max-width: 1199px){.lb-toolbar__item a,.lb-toolbar__item a.Byline .Byline-name,a.Byline .lb-toolbar__item .Byline-name,.lb-toolbar__item .Byline--link .Byline-name,.Byline--link .lb-toolbar__item .Byline-name{font-size:14px !important}}.lb-navigation .lb-navigation__left .lb-dropdown{width:auto}.lb-navigation__right .ui.menu .item{text-transform:uppercase}@media (max-width: 1199px){.lb-navigation-dropdown .text{font-size:14px !important}}@media (min-width: 992px){.lb-navigation .lb-navigation__left .dropdown.item>.lb-navigation-dropdown{border-radius:2px;min-width:521px;padding:25px 20px;top:45px}.lb-navigation .lb-navigation__left .dropdown.item>.lb-navigation-dropdown .item{padding:0 !important;width:33% !important;text-align:left;margin-top:25px;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:400}}.lb-dropdown{width:auto !important}.lb-navigation-dropdown__items{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lb-navigation-dropdown__title{color:#000;text-transform:uppercase;font-size:10px}#nav-bar{background:white;border-bottom:1px solid #eee;font-weight:300;height:auto}#nav-bar .shop-nav{font-size:14px;text-align:center;text-transform:uppercase}#nav-bar .shop-nav .menu-item a,#nav-bar .shop-nav .menu-item a.Byline .Byline-name,a.Byline #nav-bar .shop-nav .menu-item .Byline-name,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name{padding:5px 28px;color:#fff}#nav-bar .shop-nav .menu-item a.current span,#nav-bar .shop-nav .menu-item a.Byline .current.Byline-name span,a.Byline #nav-bar .shop-nav .menu-item .current.Byline-name span,#nav-bar .shop-nav .menu-item .Byline--link .current.Byline-name span,.Byline--link #nav-bar .shop-nav .menu-item .current.Byline-name span,#nav-bar .shop-nav .menu-item a:hover span,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover span,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover span,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover span,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover span{color:#fff;position:relative}#nav-bar .shop-nav .menu-item a.current span::after,#nav-bar .shop-nav .menu-item a.Byline .current.Byline-name span::after,a.Byline #nav-bar .shop-nav .menu-item .current.Byline-name span::after,#nav-bar .shop-nav .menu-item .Byline--link .current.Byline-name span::after,.Byline--link #nav-bar .shop-nav .menu-item .current.Byline-name span::after,#nav-bar .shop-nav .menu-item a:hover span::after,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover span::after,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover span::after,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover span::after,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover span::after{background-color:#8e07ba;content:"";width:120%;left:-10%;bottom:-8px;position:absolute;height:4px}#nav-bar .shop-nav .menu-item a:hover,#nav-bar .shop-nav .menu-item a.Byline .Byline-name:hover,a.Byline #nav-bar .shop-nav .menu-item .Byline-name:hover,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name:hover,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name:hover{text-decoration:none}@media (max-width: 1024px){#nav-bar .shop-nav .menu-item a,#nav-bar .shop-nav .menu-item a.Byline .Byline-name,a.Byline #nav-bar .shop-nav .menu-item .Byline-name,#nav-bar .shop-nav .menu-item .Byline--link .Byline-name,.Byline--link #nav-bar .shop-nav .menu-item .Byline-name{padding:33px 12px;text-align:left}#nav-bar .shop-nav .menu-item li:first-child{border-top:1px solid #eee}}#nav-bar .admin-header{width:480px;margin-left:140px}@media (min-width: 1025px){.main-nav a div.nav-chevron,a.Byline .main-nav .Byline-name div.nav-chevron,.main-nav .Byline--link .Byline-name div.nav-chevron,.Byline--link .main-nav .Byline-name div.nav-chevron{display:none}}body{position:relative}.sticky-navbar.showOverflow .row{overflow-x:auto}@media (min-width: 768px) and (max-width: 991px){.sticky-navbar.tablet-wide>.container{width:100%}}.sticky-navbar.noInsideBorders .box-nav-item{border-left-width:0 !important;border-right-width:0 !important}.sticky-navbar.bottomCenterNavItems .nav-section .box-nav-item{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.sticky-navbar.bottomCenterNavItems .box-nav-item a,.sticky-navbar.bottomCenterNavItems .box-nav-item a.Byline .Byline-name,a.Byline .sticky-navbar.bottomCenterNavItems .box-nav-item .Byline-name,.sticky-navbar.bottomCenterNavItems .box-nav-item .Byline--link .Byline-name,.Byline--link .sticky-navbar.bottomCenterNavItems .box-nav-item .Byline-name{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}@media (max-width: 767px){.sticky-navbar.inlineMobile .nav-section{border-width:0;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.sticky-navbar.inlineMobile .nav-section .box-nav-item{border-bottom-width:0}.sticky-navbar.inlineMobile .nav-section .box-nav-item a,.sticky-navbar.inlineMobile .nav-section .box-nav-item a.Byline .Byline-name,a.Byline .sticky-navbar.inlineMobile .nav-section .box-nav-item .Byline-name,.sticky-navbar.inlineMobile .nav-section .box-nav-item .Byline--link .Byline-name,.Byline--link .sticky-navbar.inlineMobile .nav-section .box-nav-item .Byline-name{font-size:13px}}@media (max-width: 767px){.sticky-navbar.sticky-button .nav-section{margin-left:0 !important}}@media (min-width: 992px){.sticky-navbar.sticky-button .nav-section{width:970px}}@media (min-width: 1200px){.sticky-navbar.sticky-button .nav-section{width:1170px}}.sticky-navbar.sticky-button .nav-section .box-nav-item{-webkit-transition:width 0.3s ease;transition:width 0.3s ease}.sticky-navbar.sticky-button .nav-section .box-nav-item.sticky-nav-button{-webkit-transition:opacity 0.5s ease, width 0.2s linear;transition:opacity 0.5s ease, width 0.2s linear}.sticky-navbar.sticky-button .nav-section .box-nav-item.sticky-nav-button button{border-radius:0}.sticky-navbar .nav-section{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 767px){.sticky-navbar .nav-section{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0 !important}.sticky-navbar .nav-section .box-nav-item a,.sticky-navbar .nav-section .box-nav-item a.Byline .Byline-name,a.Byline .sticky-navbar .nav-section .box-nav-item .Byline-name,.sticky-navbar .nav-section .box-nav-item .Byline--link .Byline-name,.Byline--link .sticky-navbar .nav-section .box-nav-item .Byline-name{font-size:16px}}@media (max-width: 991px){.sticky-navbar .nav-section.collapse-medium{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0 !important}}#stickynav .row{overflow-x:hidden}#stickynav.showOverflow .row{overflow-x:auto}@media (min-width: 768px) and (max-width: 991px){#stickynav.tablet-wide>.container{width:100%}}#stickynav.noInsideBorders .box-nav-item{border-left-width:0 !important;border-right-width:0 !important}#stickynav.bottomCenterNavItems .nav-section .box-nav-item{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}#stickynav.bottomCenterNavItems .box-nav-item a,#stickynav.bottomCenterNavItems .box-nav-item a.Byline .Byline-name,a.Byline #stickynav.bottomCenterNavItems .box-nav-item .Byline-name,#stickynav.bottomCenterNavItems .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav.bottomCenterNavItems .box-nav-item .Byline-name{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}@media (max-width: 767px){#stickynav.inlineMobile .nav-section{border-bottom:1px solid #eee;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}#stickynav.inlineMobile .nav-section .box-nav-item{border-bottom-width:0}#stickynav.inlineMobile .nav-section .box-nav-item a,#stickynav.inlineMobile .nav-section .box-nav-item a.Byline .Byline-name,a.Byline #stickynav.inlineMobile .nav-section .box-nav-item .Byline-name,#stickynav.inlineMobile .nav-section .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav.inlineMobile .nav-section .box-nav-item .Byline-name{font-size:13px}}#stickynav.affix{left:0;margin-left:auto;margin-right:auto;right:0;top:81px;z-index:100}#stickynav.affix .sticky-nav-button{background:#ed258f;border-bottom:1px solid #ed258f;display:block;opacity:1;visibility:visible;-webkit-flex:1;-ms-flex:1;flex:1;margin:0;padding:0;min-height:39px}#stickynav.affix .sticky-nav-button:hover{background:#D40C76;border-bottom:1px solid #D40C76}#stickynav.affix .sticky-nav-button:hover .add-to-cart-button{background:#D40C76}#stickynav.affix .sticky-nav-button a,#stickynav.affix .sticky-nav-button a.Byline .Byline-name,a.Byline #stickynav.affix .sticky-nav-button .Byline-name,#stickynav.affix .sticky-nav-button .Byline--link .Byline-name,.Byline--link #stickynav.affix .sticky-nav-button .Byline-name{display:block}@media (max-width: 767px){#stickynav.sticky-button .nav-section{margin-left:0 !important}}@media (min-width: 992px){#stickynav.sticky-button .nav-section{width:970px}}@media (min-width: 1200px){#stickynav.sticky-button .nav-section{width:1170px}}@media (max-width: 991px){#stickynav.sticky-button .nav-section.collapse-medium .box-nav-item:nth-last-child(2){border-bottom-width:1px}}#stickynav.sticky-button .nav-section .box-nav-item{-webkit-transition:width 0.3s ease;transition:width 0.3s ease}#stickynav.sticky-button .nav-section .box-nav-item.sticky-nav-button{-webkit-transition:opacity 0.5s ease, width 0.2s linear;transition:opacity 0.5s ease, width 0.2s linear}#stickynav.sticky-button .nav-section .box-nav-item.sticky-nav-button button{border-radius:0}@media (min-width: 768px){#stickynav.sticky-button .nav-section .box-nav-item:nth-last-child(2){border-right-width:1px}}@media (max-width: 767px){#stickynav.sticky-button .nav-section .box-nav-item:nth-last-child(2){border-bottom-width:1px}}#stickynav .nav-section{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 767px){#stickynav .nav-section{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0 !important}#stickynav .nav-section .box-nav-item a,#stickynav .nav-section .box-nav-item a.Byline .Byline-name,a.Byline #stickynav .nav-section .box-nav-item .Byline-name,#stickynav .nav-section .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav .nav-section .box-nav-item .Byline-name{font-size:16px}}@media (max-width: 991px){#stickynav .nav-section.collapse-medium{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:0 !important}#stickynav .nav-section.collapse-medium .box-nav-item{border-bottom-width:0;border-right-width:1px}#stickynav .nav-section.collapse-medium .box-nav-item:last-child{border-bottom-width:1px}#stickynav .nav-section.collapse-medium .box-nav-item.sticky-nav-button{border-bottom-width:0}#stickynav .nav-section.collapse-medium .box-nav-item a,#stickynav .nav-section.collapse-medium .box-nav-item a.Byline .Byline-name,a.Byline #stickynav .nav-section.collapse-medium .box-nav-item .Byline-name,#stickynav .nav-section.collapse-medium .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav .nav-section.collapse-medium .box-nav-item .Byline-name{font-size:16px}}#stickynav .box-nav-item{background-color:white;border-color:#eee;border-style:solid;border-width:1px;border-right-width:0;-webkit-flex:1;-ms-flex:1;flex:1;margin:0;padding:0;-webkit-transition:width 0.5s ease;transition:width 0.5s ease}#stickynav .box-nav-item.active{background-color:#eee}#stickynav .box-nav-item.active a,#stickynav .box-nav-item.active a.Byline .Byline-name,a.Byline #stickynav .box-nav-item.active .Byline-name,#stickynav .box-nav-item.active .Byline--link .Byline-name,.Byline--link #stickynav .box-nav-item.active .Byline-name{background-color:#eee}#stickynav .box-nav-item:last-child{border-right-width:1px}@media (max-width: 767px){#stickynav .box-nav-item{border-bottom-width:0}#stickynav .box-nav-item:last-child{border-bottom-width:1px;border-right-width:0}}@media all and (min-width: 769px){#stickynav .box-nav-item:last-child{border-right-width:1px}}#stickynav .box-nav-item:hover{text-decoration:none;background-color:#eee}#stickynav .box-nav-item a,#stickynav .box-nav-item a.Byline .Byline-name,a.Byline #stickynav .box-nav-item .Byline-name,#stickynav .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav .box-nav-item .Byline-name{border-radius:0;color:#888;font-size:13px;height:100%;padding:10px 15px;text-align:left;text-transform:uppercase}#stickynav .box-nav-item a.nav-button,#stickynav .box-nav-item a.Byline .nav-button.Byline-name,a.Byline #stickynav .box-nav-item .nav-button.Byline-name,#stickynav .box-nav-item .Byline--link .nav-button.Byline-name,.Byline--link #stickynav .box-nav-item .nav-button.Byline-name{color:#fff}#stickynav .box-nav-item a.nav-button:focus,#stickynav .box-nav-item a.Byline .nav-button.Byline-name:focus,a.Byline #stickynav .box-nav-item .nav-button.Byline-name:focus,#stickynav .box-nav-item .Byline--link .nav-button.Byline-name:focus,.Byline--link #stickynav .box-nav-item .nav-button.Byline-name:focus{background-color:#D40C76}@media (max-width: 767px){#stickynav .box-nav-item a,#stickynav .box-nav-item a.Byline .Byline-name,a.Byline #stickynav .box-nav-item .Byline-name,#stickynav .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav .box-nav-item .Byline-name{padding:1em 15px;font-size:16px}#stickynav .box-nav-item a img,a.Byline #stickynav .box-nav-item .Byline-name img,#stickynav .box-nav-item .Byline--link .Byline-name img,.Byline--link #stickynav .box-nav-item .Byline-name img{position:absolute;right:15px;top:25px}}@media (min-width: 768px){#stickynav .box-nav-item a,#stickynav .box-nav-item a.Byline .Byline-name,a.Byline #stickynav .box-nav-item .Byline-name,#stickynav .box-nav-item .Byline--link .Byline-name,.Byline--link #stickynav .box-nav-item .Byline-name{padding:10px 0;text-align:center}#stickynav .box-nav-item a img,a.Byline #stickynav .box-nav-item .Byline-name img,#stickynav .box-nav-item .Byline--link .Byline-name img,.Byline--link #stickynav .box-nav-item .Byline-name img{position:relative;margin-left:3px}}#stickynav .box-nav-item a:hover,#stickynav .box-nav-item a.Byline .Byline-name:hover,a.Byline #stickynav .box-nav-item .Byline-name:hover,#stickynav .box-nav-item .Byline--link .Byline-name:hover,.Byline--link #stickynav .box-nav-item .Byline-name:hover{background-color:none;border-radius:0}#stickynav .box-nav-item a.current,#stickynav .box-nav-item a.Byline .current.Byline-name,a.Byline #stickynav .box-nav-item .current.Byline-name,#stickynav .box-nav-item .Byline--link .current.Byline-name,.Byline--link #stickynav .box-nav-item .current.Byline-name{background-color:#eee}#stickynav .sticky-nav-button{background-color:#5f027e;border:none;display:none;-webkit-flex:0;-ms-flex:0;flex:0;opacity:0;visibility:hidden}#stickynav .sticky-nav-button .original_price{display:none}#stickynav .sticky-nav-button button{border:none;color:#fff;padding:9px 0;width:100%}#stickynav .sticky-nav-button button:hover{background-color:#5f027e}#stickynav .sticky-nav-button button .price{font-size:15px;margin-left:10px;color:#fff}#stickynav.nav-pills>.box-nav-item+.box-nav-item{margin-left:0 !important}@media (max-width: 1024px){navs{position:relative}navs>div{position:absolute;-webkit-transition:-webkit-transform 0.4s ease;transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease, -webkit-transform 0.4s ease;width:100%}navs .main-nav{width:100%}}.Byline{color:#666;font-weight:200}.Byline-avatar{background-position:center;background-size:cover;border-radius:50%;display:inline-block;height:1.5em;margin-right:0.5em;vertical-align:top;width:1.5em}a.Byline,a.Byline .Byline.Byline-name,.Byline--link .Byline.Byline-name,.Byline--link{color:inherit;text-decoration:none}.calendarEvent{background:#eee;margin-bottom:9px}.calendarEvent a,.calendarEvent a.Byline .Byline-name,a.Byline .calendarEvent .Byline-name,.calendarEvent .Byline--link .Byline-name,.Byline--link .calendarEvent .Byline-name{color:#666}.calendarEvent a:hover,.calendarEvent a.Byline .Byline-name:hover,a.Byline .calendarEvent .Byline-name:hover,.calendarEvent .Byline--link .Byline-name:hover,.Byline--link .calendarEvent .Byline-name:hover{text-decoration:none}.calendarEvent .addEvent{border-left:1px solid white;float:right;font-size:0.75em;font-weight:500;margin-left:9px;padding:5px;text-align:center;width:55px}@media (max-width: 555px){.calendarEvent .addEvent{border-bottom:1px solid white}}.calendarEvent .addEvent img{display:inline-block;width:22px}.calendarEvent .eventDate{background:#5f027e;color:#fff;float:left;height:55px;text-align:center;width:55px}.calendarEvent .eventDate .eventDay{display:block;font-weight:600;line-height:0.75em}.calendarEvent .eventInfo{margin-left:66px;padding-top:5px}@media (max-width: 555px){.calendarEvent .eventInfo{padding-bottom:5px}}.calendarEvent .eventInfo .eventDescription{display:block;font-size:0.8em}@media (max-width: 555px){.calendarEvent .eventInfo .eventTime{display:block}}.calendarEvent .eventInfo .eventTitle{font-weight:600;margin-right:9px}.Card{background-color:#fff;border-width:1px;border-style:solid;border-color:#eee;margin-bottom:2em;padding:1em 1.5em;position:relative}.Card--plump,.EducationLayout .Card{border-radius:9px}.Card--heavy,.EducationLayout .Card{border-color:#ccc}.card{background-color:#fff;border:1px solid #eee;margin:auto;margin-bottom:2em;max-width:400px;position:relative}.card .Byline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:0.8em}.card .Byline .Byline-name{color:#666}.card .callout{background-color:#ed258f;color:#fff;display:inline-block;padding:0.66em 1em;position:absolute;right:0;top:1.618em}.card .card-content{padding:1em 1.5em;text-align:left}.card .card-description{color:#666;font-size:0.9em;font-weight:200;margin-top:0.75em;margin-bottom:1em;height:66px;overflow:hidden}.card .card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#444;display:block;font-size:1.1em;font-weight:300;margin-bottom:0.2em}.card .category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#888;font-size:0.75em;font-weight:300;margin-bottom:0.5em;text-transform:uppercase}.card.arbitrary-card{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.card.arbitrary-card .card-content{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.card.arbitrary-card .card-description{overflow:visible}.card.chapter-card .card-title{text-transform:uppercase}.card.forum-card .Byline,.card.forum-card .metrics{display:none}.card.forum-card .card-title{text-align:center;text-transform:uppercase}.card.forum-card .card-description{text-align:center}.card.product-card .card.variant-card .card-title{font-weight:600;margin-bottom:0;text-transform:uppercase}.card.product-card .card.variant-card .card-price .coming-soon,.card.product-card .card.variant-card .card-price .content-title-sm{color:#666;font-weight:300}.card.product-card .card.variant-card .card-price .coming-soon{font-size:1em;line-height:22px;text-transform:uppercase}.card.product-card .card.variant-card .metrics{display:none}.card.home-card{border:none;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15)}@media (max-width: 1199px){.card.home-card{max-width:360px}}.card.home-card:hover{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25)}.card.home-card a,.card.home-card a.Byline .Byline-name,a.Byline .card.home-card .Byline-name,.card.home-card .Byline--link .Byline-name,.Byline--link .card.home-card .Byline-name{color:inherit}.card.home-card a:hover,.card.home-card a.Byline .Byline-name:hover,a.Byline .card.home-card .Byline-name:hover,.card.home-card .Byline--link .Byline-name:hover,.Byline--link .card.home-card .Byline-name:hover{text-decoration:none}.card.home-card .card-content .header{text-align:center}.card.home-card .card-content p{margin-top:15px;line-height:1.20}.card.home-card .card-content .user{word-break:break-all}.card.home-card .card-content .user .info{font-size:0.79em;vertical-align:middle;margin-left:5px;display:inline-block}.card.home-card .card-content .user .info .location{margin-top:-3px}.card.home-card .card-content .user img{border-radius:100%;width:45px;height:45px;vertical-align:top;border:1px solid #eee}@media (min-width: 768px){.card.feature{max-width:1140px}.card.feature .Byline{font-size:0.9em}.card.feature .Byline img{max-height:24px;max-width:24px}.card.feature .card-content{float:left;width:41.66666666%}}@media (min-width: 768px) and (min-width: 992px){.card.feature .card-content{padding:2.5em}}@media (min-width: 768px) and (min-width: 1200px){.card.feature .card-content{padding:3.5em}}@media (min-width: 768px) and (min-width: 992px){.card.feature .card-description{margin-bottom:2em}}@media (min-width: 768px) and (min-width: 1200px){.card.feature .card-description{margin-bottom:3.5em}}@media (min-width: 768px){.card.feature .card-title{font-size:1.6em;max-height:80px}}@media (min-width: 768px) and (min-width: 992px){.card.feature .card-title{text-overflow:none;white-space:normal}}@media (min-width: 768px){.card.feature .Image{float:left;width:58.33333333%}.card.feature .Image .AspectRatio{padding-bottom:66% !important}}.card.mini,.card.thumb{max-width:300px}.card.mini .Byline img,.card.thumb .Byline img{max-height:16px;max-width:16px}.card.mini .card-description,.card.thumb .card-description{display:none}.card.mini .card-content,.card.thumb .card-content{padding:1em}.card.mini .card-title,.card.thumb .card-title{font-size:0.9em}.card.mini .category,.card.thumb .category{font-size:0.6em;margin-bottom:0.3em}.card.mini .card-price,.card.thumb .card-price{font-size:0.8em}.card.mini .metrics,.card.thumb .metrics{margin-top:1em}.card.thumb{margin-left:0;max-width:400px}.card.thumb .metrics{display:none}.card.thumb .Image{float:left;width:104px;margin-right:22px}.card-buy{text-align:center}@media (max-width: 991px){.card-buy{margin-bottom:3em}}.metrics{color:#aaa;font-size:0.8em;min-height:20px}.metrics .glyphicon{margin-right:0.5em;top:2px}.metrics .likable:hover{cursor:pointer}.metrics .likable:hover .glyphicon{color:#ed258f}.shop-menu #top_sellers .card-price .small{display:none}.shop-menu #top_sellers .card-title{text-overflow:none;white-space:normal}.cardBrowser .menu-header,.cardBrowser .open .filter-by,.cardBrowser .open .sort-header{background-color:#2f013e;color:white;display:block;font-weight:600;padding:0.5em;text-align:center}.cardBrowser .menu-row,.cardBrowser .open .context,.cardBrowser .open .tags>div{border-bottom:1px solid #eee;display:block;padding:0.75em;text-align:left;width:100%}.cardBrowser .found-results span:last-of-type{font-weight:600}.cardBrowser .sort-link{font-weight:700;padding-left:1em}.cardBrowser .sort-link.is-not-selected{color:#aaa}@media (max-width: 991px){.cardBrowser .selected-filters{display:none}.cardBrowser .control-bar,.cardBrowser .sort-by,.cardBrowser .tags{display:none}.cardBrowser .loading{text-align:center}.cardBrowser .found-results-bar{border:1px solid #ddd;border-left:none;border-right:none;margin-bottom:2em}.cardBrowser .found-results-bar .container{margin:0.5em auto;text-align:center}.cardBrowser .context{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/right_arrow_mobile-fe0e9402b8461a33919464c459c6a47e0304793b007884a76422fcce55eff30a.png);background-position:right 21px top 21px;background-repeat:no-repeat}}.cardBrowser .open{background-color:white;display:block;height:100%;left:0;overflow:scroll;position:fixed;top:0;width:100%;z-index:1}.cardBrowser .open .container{padding:0;width:100%}.cardBrowser .open .sort-row{text-align:center}.cardBrowser .open .icon{background-position:center;background-repeat:no-repeat;height:20px;position:relative}.cardBrowser .open .icon-x{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/x_mobile_white-fac7203e0558d9088d0c6f70310e3767d45e04fa51644d4e21ca413a9080a325.png);float:right;width:28px}.cardBrowser .open .icon-back-arrow{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/back_arrow_mobile-78863faad9e0a853ea086b07dbb1a6c5e708dde8e2b9d414abf25bb4a5fd4567.png);float:left;width:23px}@media (min-width: 992px){.cardBrowser .found-results-bar .container{margin:1em auto}.cardBrowser .selected-filters{float:left;max-width:75%;min-height:35px}.cardBrowser .selected-filters .title-sm,.cardBrowser .selected-filters .ResourceCard .ResourceCard-title,.ResourceCard .cardBrowser .selected-filters .ResourceCard-title,.cardBrowser .selected-filters .ProductList-heading,.cardBrowser .selected-filters .guide h6,.guide .cardBrowser .selected-filters h6,.cardBrowser .selected-filters .card .callout,.card .cardBrowser .selected-filters .callout,.cardBrowser .selected-filters .menu-header,.cardBrowser .selected-filters .open .filter-by,.cardBrowser .open .selected-filters .filter-by,.cardBrowser .selected-filters .open .sort-header,.cardBrowser .open .selected-filters .sort-header{position:relative;top:2px}.cardBrowser .sort-by{float:right;position:relative;top:50px}.cardBrowser .title-menu{font-size:0.9em;padding-right:1em;text-transform:uppercase;font-family:"Futura Round", Helvetica, Arial, sans-serif;font-weight:300}.cardBrowser .control-bar{border:1px solid #ddd;border-right:none;border-left:none;margin-bottom:1em}.cardBrowser .control-bar .filter-by{padding-top:0.45em}.cardBrowser .control-bar .filter-by,.cardBrowser .control-bar .filter-menus{float:left}.cardBrowser .context{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/down_arrow_grey-fcc1259f06a6f9cffa56ab66976cf636172ab048065648f288f0413a20e2e234.png);background-position:right 20px top 15px;background-repeat:no-repeat;border-left:1px solid #ddd;color:#888;display:block;padding:.5em 2em .5em 1em}.cardBrowser .context.context-open{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/up_arrow_purple-5ff0186009a42c1d4196eb1dfc80cd1348ea8aab0f1f5df7cbc6c1dba124d4e8.png);background-position:right 20px top 14px;color:#5f027e}.cardBrowser .context:hover{color:#5f027e;cursor:pointer}.cardBrowser .tags{background-color:white;border:1px solid #ddd;display:none;max-width:400px;min-width:151px;padding:20px;position:absolute;z-index:1}.cardBrowser .tags>div{margin-bottom:0.5em}.cardBrowser .tags.grade_levels{width:180px}.cardBrowser .tags.subjects>div{float:left;width:170px}}.cardBrowser .tags-open{display:block}.cardBrowser .tagging{background-color:#ddd;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/components/cardBrowser/filter_x-fca5f44799ab53ede3271c97a76d8ccae1421a6dfaa5a7062aac81206ca98503.png);background-position:right 7px top 8px;background-repeat:no-repeat;border-radius:9px;border:1px solid #ddd;display:inline-block;font-size:.7em;margin:0 4px;margin-bottom:8px;padding:3px 22px 3px 9px}.cardBrowser .tagging:hover{background-color:white;border:1px solid #888;cursor:pointer}.cardBrowser .tagging.clear{background-color:white;border:1px solid #ccc}.cardBrowser .tagging.clear:hover{border:1px solid #888}.carousel-dark>.carousel-arrow{fill:#888}.carousel-dark:hover{opacity:1}.carousel-dark:hover>.carousel-arrow{fill:#fff}.CommentCount,.EntryCount{color:#aaa;white-space:nowrap}.CommentCount:hover,.EntryCount:hover{color:#aaa;text-decoration:none}.CommentCount:hover .glyphicon,.EntryCount:hover .glyphicon{color:#5f027e}.DialogBox{background:#fff;border:1px solid #ccc;left:50%;padding:2em;position:fixed;text-align:center;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.DialogBox p{margin:1em}.DialogBox .btn-secondary{margin-right:1em}.dimmer-circuit .bargraph{display:inline-block}.dimmer-circuit .slide-bit{background-repeat:no-repeat}.dimmer-circuit .slide-bit .handle-container{position:relative}.dimmer-circuit .slide-bit .handle{cursor:pointer;background-repeat:no-repeat;display:inline-block;position:relative}.dimmer-circuit.desktop{width:679px;height:91px}.dimmer-circuit.desktop .bargraph{vertical-align:top;width:132px;height:78px}.dimmer-circuit.desktop .slide-bit{vertical-align:top;display:inline-block;background-size:547px 91px;width:547px;height:91px}.dimmer-circuit.desktop .slide-bit .handle-container{width:142px;height:11px;left:364px;top:33px}.dimmer-circuit.desktop .slide-bit .handle{background-size:29px 11px;vertical-align:top;height:30px;left:0px;top:-10px;background-position:left center}.dimmer-circuit.mobile{width:91px;height:679px}.dimmer-circuit.mobile .bargraph{margin-left:13px;width:78px;height:138px}.dimmer-circuit.mobile .slide-bit{background-size:91px 547px;width:91px;height:547px}.dimmer-circuit.mobile .slide-bit .handle-container{width:11px;height:142px;left:47px;top:364px}.dimmer-circuit.mobile .slide-bit .handle{background-size:11px 29px;background-position:center;width:50px;left:-20px;height:29px;top:0px}.EducationLayout{background-color:#fff}.Input,.Textarea.hasError,.Textarea,.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{background-color:#eee;border:1px solid #eee;color:#444;display:block;font-weight:300;padding:5px;width:100%}.Input:focus,.Textarea:focus,.littleForm input[type=date]:focus,.littleForm input[type=datetime-local]:focus,.littleForm input[type=email]:focus,.littleForm input[type=number]:focus,.littleForm input[type=password]:focus,.littleForm input[type=tel]:focus,.littleForm input[type=text]:focus,.littleForm input[type=url]:focus,.littleForm textarea:focus{background-color:white;border-color:#ccc}.Input.hasError,.hasError.Textarea,.littleForm input.hasError[type=date],.littleForm input.hasError[type=datetime-local],.littleForm input.hasError[type=email],.littleForm input.hasError[type=number],.littleForm input.hasError[type=password],.littleForm input.hasError[type=tel],.littleForm input.hasError[type=text],.littleForm input.hasError[type=url],.littleForm textarea.hasError{border:1px;border-left:8px solid #ed258f}.Input.hasError:focus,.hasError.Textarea:focus,.littleForm input.hasError[type=date]:focus,.littleForm input.hasError[type=datetime-local]:focus,.littleForm input.hasError[type=email]:focus,.littleForm input.hasError[type=number]:focus,.littleForm input.hasError[type=password]:focus,.littleForm input.hasError[type=tel]:focus,.littleForm input.hasError[type=text]:focus,.littleForm input.hasError[type=url]:focus,.littleForm textarea.hasError:focus{background-color:#eee;border-left:8px solid #ed258f}.Input--url{padding-left:2em}.InputMask{position:relative}.InputMask-icon{color:#888;display:inline-block;left:8px;line-height:1.5;position:absolute;top:8px}.Field{margin-bottom:22px}.Field input.error{border:1px;border-left:6px solid #ed258f !important}.Field label.error{color:#444;font-weight:400}.Field.Field--checkbox .Field-checkboxInput{display:table-cell;vertical-align:middle}.Field.Field--checkbox .Field-checkboxLabel{display:table-cell;vertical-align:top}.Field-charCount{color:#aaa;margin-top:5px}.Field-error{color:#ed258f;display:block;font-weight:400}.Field-helpText{color:#888;font-size:0.9em}.Field-label,.littleForm label{color:#888;display:block;font-size:0.9em;font-weight:300}.Field-meta{margin-bottom:0.309em}.Input,.Textarea.hasError,.Textarea,.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{background-color:#eee;border:1px solid #eee;color:#444;display:block;font-weight:300;padding:5px;width:100%}.Input:focus,.Textarea:focus,.littleForm input[type=date]:focus,.littleForm input[type=datetime-local]:focus,.littleForm input[type=email]:focus,.littleForm input[type=number]:focus,.littleForm input[type=password]:focus,.littleForm input[type=tel]:focus,.littleForm input[type=text]:focus,.littleForm input[type=url]:focus,.littleForm textarea:focus{background-color:white;border-color:#ccc}.Input.hasError,.hasError.Textarea,.littleForm input.hasError[type=date],.littleForm input.hasError[type=datetime-local],.littleForm input.hasError[type=email],.littleForm input.hasError[type=number],.littleForm input.hasError[type=password],.littleForm input.hasError[type=tel],.littleForm input.hasError[type=text],.littleForm input.hasError[type=url],.littleForm textarea.hasError{border:1px;border-left:8px solid #ed258f}.Input.hasError:focus,.hasError.Textarea:focus,.littleForm input.hasError[type=date]:focus,.littleForm input.hasError[type=datetime-local]:focus,.littleForm input.hasError[type=email]:focus,.littleForm input.hasError[type=number]:focus,.littleForm input.hasError[type=password]:focus,.littleForm input.hasError[type=tel]:focus,.littleForm input.hasError[type=text]:focus,.littleForm input.hasError[type=url]:focus,.littleForm textarea.hasError:focus{background-color:#eee;border-left:8px solid #ed258f}.Input--url{padding-left:2em}.InputMask{position:relative}.InputMask-icon{color:#888;display:inline-block;left:8px;line-height:1.5;position:absolute;top:8px}.LikeCountButton{overflow:visible;margin:0;padding:0;border:0;background:transparent;font:inherit;line-height:normal;cursor:pointer;-moz-user-select:text}.LikeCountButton::-moz-focus-inner{border:0;padding:0}.LikeCount{white-space:nowrap}.LikeCount.isLiked .LikeCount-heart{color:#ed258f}.LikeCount.LikeCount--likable:not(.isLiked):hover .LikeCount-heart{color:#ed258f}.FilePreview,.MediaPreview{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:solid 1px #eee;border-radius:4px;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px}.FilePreview-removeButton,.MediaPreview-removeButton{overflow:visible;margin:0;padding:0;border:0;background:transparent;font:inherit;line-height:normal;cursor:pointer;-moz-user-select:text;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:90px;line-height:1;width:60px}.FilePreview-removeButton::-moz-focus-inner,.MediaPreview-removeButton::-moz-focus-inner{border:0;padding:0}.FilePreview-thumbnail,.MediaPreview-thumbnail{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:90px}.FilePreview-thumbnail{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;height:90px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.FilePreview-thumbnail .glyphicon-file{font-size:2em}.FilePreview-meta,.MediaPreview-meta{max-width:400px;overflow:hidden;padding-left:25px;padding-right:25px}.Metrics-comments,.Metrics-entries,.Metrics-likes{display:inline-block}.Metrics-entries .tooltip-inner{background-color:#5f027e}.Metrics-entries .tooltip.top .tooltip-arrow{border-top-color:#5f027e}.Metrics-likes+.Metrics-comments,.Metrics-comments+.Metrics-likes{margin-left:1.618em}.ProductBenefit{margin-bottom:1em}.ProductBenefit-text{line-height:1.2;overflow:hidden;text-align:left}.ProductBenefit-icon{background-color:#5f027e;background-position:50% 50%;background-repeat:no-repeat;background-size:60%;border-radius:50%;float:left;height:2em;margin-right:0.618em;width:2em}.Product-benefits{font-size:14px;padding-top:1.618em}@media (min-width: 992px){.Product-benefits{font-size:16px}}.product-project-card-header{text-align:center;padding-bottom:20px;margin-top:0;min-height:48px}.product-project-card-header .product-audience{font-size:18px;font-weight:300}.product-project-card-header .product-audience strong{font-size:19px;color:#5f027e}.product-project-card-header .product-audience a,.product-project-card-header .product-audience a.Byline .Byline-name,a.Byline .product-project-card-header .product-audience .Byline-name,.product-project-card-header .product-audience .Byline--link .Byline-name,.Byline--link .product-project-card-header .product-audience .Byline-name{text-decoration:none}@media (min-width: 768px){.product-project-card-header{padding-bottom:0}}@media (min-width: 992px){.product-project-card-header .product-audience{font-size:28px}.product-project-card-header .product-audience strong{font-size:29px}}@media (max-width: 767px){.product-card-deck>.row:first-child>div:not(:first-child){margin-top:20px}}.product-project-card{border:1px solid #eee;background-color:white;max-height:465px;height:465px;max-width:289px;margin:0 auto;position:relative;text-align:left;z-index:10}.product-project-card .product-content,.product-project-card .project-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.product-project-card .product-content{cursor:pointer}.product-project-card .card-img-block{-webkit-flex:0 0 240px;-ms-flex:0 0 240px;flex:0 0 240px;height:240px;max-height:240px;overflow:hidden;position:relative;width:100%}.product-project-card .product-card-img{width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.product-project-card .project-count-badge{position:absolute;background-color:#2f013e;border-radius:5px;color:white;top:15px;right:15px;height:63px;width:63px;text-align:center}.product-project-card .project-count-badge .project-count{font-size:22px;margin-top:11px}.product-project-card .project-count-badge .project-type{text-transform:uppercase;font-size:9px;margin:0;line-height:11px}.product-project-card .card-content-block{width:100%;-webkit-flex:1 1 227px;-ms-flex:1 1 227px;flex:1 1 227px;padding:0 25px;position:relative;top:-15px}.product-project-card .card-content-block .product-name{margin-bottom:1px;font-size:18px;overflow:hidden;text-overflow:ellipsis}.product-project-card .card-content-block .product-price{margin-bottom:21px;font-size:18px}.product-project-card .card-content-block hr{margin:0}.product-project-card .card-content-block .product-card-end{bottom:-36px;left:0;margin:auto;position:absolute;right:0;text-align:center}@media (max-width: 767px){.product-project-card{margin-bottom:35px}}@media (min-width: 768px) and (max-width: 991px){.product-project-card{max-width:221px;max-height:438px;height:438px}.product-project-card .card-img-block{max-height:180px;height:180px;-webkit-flex-basis:180px;-ms-flex-preferred-size:180px;flex-basis:180px}.product-project-card .card-content-block{padding:0 20px}.product-project-card .product-price{margin-bottom:7px}}@media (min-width: 992px){.product-project-card{max-width:361px;max-height:582px;height:582px}.product-project-card .card-img-block{max-height:320px;height:320px;-webkit-flex-basis:320px;-ms-flex-preferred-size:320px;flex-basis:320px}.product-project-card .project-count-badge{top:20px;right:20px;height:83px;width:83px;padding-bottom:13px;cursor:pointer}.product-project-card .project-count-badge .project-count{margin-top:17px;font-size:28px;line-height:22px;margin-bottom:7px}.product-project-card .project-count-badge .project-type{font-size:12px;line-height:13px}.product-project-card .card-content-block{padding:0 30px}}@media (min-width: 1200px){.product-project-card{max-width:361px;max-height:582px;height:582px}}.section-end-button-container{text-align:center}.project-content .card-project-block{padding:15px 17px 0;max-height:325px;height:325px;position:relative;width:100%;-webkit-flex:0 0 325px;-ms-flex:0 0 325px;flex:0 0 325px}.project-content .card-project-block .project-close{position:absolute;top:5px;right:5px;height:45px;width:45px;cursor:pointer}.project-content .card-project-block .project-close img{float:right;margin-right:12px;margin-top:12px}.project-content .card-project-block .project-card-title{text-align:center;margin-bottom:10px}.project-content .card-project-block .project-img-container{height:177px;max-height:177px;max-width:256px;position:relative;background-size:cover;background-position:center center;margin:0 auto;cursor:pointer}.project-content .card-project-block .featured-project .project-info{margin-top:25px}.project-content .card-project-block .featured-project .project-info p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;color:#666}.project-content .card-project-block .featured-project .project-title{font-size:16px;font-weight:300;padding:0 13px}.project-content .card-project-block .featured-project .project-author{font-size:14px}.project-content .card-extra-block{width:100%;-webkit-flex:1 0 137px;-ms-flex:1 0 137px;flex:1 0 137px;padding:15px 17px 0}.project-content .card-extra-block .thumb-header{text-align:center;color:#666;margin-bottom:13px}.project-content .card-extra-block .thumb-header .description{font-size:14px;margin:0}.project-content .card-extra-block .project-thumbnail{background-position:center center;background-size:cover;height:58px;width:58px;max-width:58px;max-height:58px;display:inline-block;cursor:pointer}.project-content .card-extra-block .project-thumbnail.active{border:1px solid #aaa;box-shadow:0 0 3px rgba(0,0,0,0.5)}.project-content .card-extra-block .project-thumbnail:not(:first-child){margin-left:7px}.project-content .project-avatar{position:absolute;height:45px;width:45px;max-height:45px;max-width:45px;border-radius:50%;margin:auto;left:0;right:0;bottom:-21px;border:2px solid white;background-color:white}@media (min-width: 768px) and (max-width: 991px){.project-content .card-project-block{padding:13px 11px 0;max-height:280px;height:280px;-webkit-flex-basis:280px;-ms-flex-preferred-size:280px;flex-basis:280px}.project-content .card-project-block .project-close img{margin-right:7px;margin-top:9px;height:14px;width:14px}.project-content .card-project-block .featured-project .project-img-container{height:135px;max-height:135px;max-width:195px;position:relative}.project-content .card-project-block .featured-project .project-info{margin-top:20px}.project-content .card-project-block .project-avatar{height:33px;width:33px;max-height:33px;max-width:33px;bottom:-16px}.project-content .card-extra-block{padding:11px 11px 0}.project-content .card-extra-block hr{margin-top:12px}.project-content .card-extra-block .thumb-header .header{font-size:14px}.project-content .card-extra-block .project-thumbnail{height:44px;width:44px;max-width:44px;max-height:44px}.project-content .card-extra-block .project-thumbnail:not(:first-child){margin-left:6px}}@media (min-width: 992px){.project-content .card-project-block{padding:23px 19px 0;max-height:411px;height:411px;-webkit-flex-basis:411px;-ms-flex-preferred-size:411px;flex-basis:411px}.project-content .card-project-block .project-close{top:5px;right:5px;height:55px;width:55px}.project-content .card-project-block .project-close img{margin-right:15px;margin-top:17px;height:14px;width:14px}.project-content .card-project-block .project-card-title{text-align:center;font-size:24px;line-height:16px;margin-bottom:18px}.project-content .card-project-block .featured-project .project-img-container{height:219px;max-height:219px;max-width:319px;position:relative}.project-content .card-project-block .featured-project .project-info{margin-top:33px}.project-content .card-project-block .featured-project .project-title{font-size:18px;margin-bottom:3px}.project-content .card-project-block .featured-project .project-author{font-size:16px}.project-content .card-project-block .project-avatar{height:53px;width:53px;max-height:53px;max-width:53px;bottom:-26px;border-width:3px}.project-content .card-project-block hr{margin-top:13px}.project-content .card-extra-block{padding:19px 19px 0}.project-content .card-extra-block .thumb-header{margin-bottom:18px}.project-content .card-extra-block .thumb-header .description{font-size:16px}}@media (min-width: 1200px){.project-content .card-extra-block .project-thumbnail{height:72px;width:72px;max-width:72px;max-height:72px}.project-content .card-extra-block .project-thumbnail:not(:first-child){margin-left:10px}}@media (max-width: 767px){.last-card .product-project-card{margin-bottom:0}}.MaterialsList,.ToolsList{margin-bottom:3em}@media (min-width: 768px){.ProductFilter{border-right:2px solid #aaa}}.ProductFilter .ProductList{max-height:405px}.ProductFilter .ProductList .ProductItem-thumbnail{max-height:39px;max-width:60px}.ProductFilter .ProductItem{height:40px}.ProductFilter .ProductItem span{max-width:200px}@media (min-width: 1200px){.ProductFilter .ProductItem span{max-width:250px}}.ProductList .ProductItem-thumbnail{max-height:59px;max-width:60px}.ProductFilter-search{border-bottom:1px solid #eee;padding:14px 14px 0 9px}.MaterialItem,.ToolItem,.ProductItem{-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #eee;color:#666;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:300;height:60px}.MaterialItem span,.ToolItem span,.ProductItem span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:auto 9px;max-width:140px}@media (min-width: 400px) and (max-width: 767px){.MaterialItem span,.ToolItem span,.ProductItem span{max-width:200px}}@media (min-width: 1199px){.MaterialItem span,.ToolItem span,.ProductItem span{max-width:200px}}.MaterialItem span,.ToolItem span{max-width:300px}@media (min-width: 991px){.MaterialItem span,.ToolItem span{max-width:400px}}@media (min-width: 1200px){.MaterialItem span,.ToolItem span{max-width:500px}}.MaterialItem .QuantityControl,.ToolItem-remove,.ProductItem-add,.ProductItem .QuantityControl{margin:auto;margin-right:9px}.ProductList{-webkit-flex:1;-ms-flex:1;flex:1;max-height:500px;overflow-y:auto}.ProductList-heading{background-color:#eee;border-bottom:1px solid #fff;font-weight:600;padding:5px 9px}.ProductSection{margin:0 -1em}@media (min-width: 768px){.ProductSection{margin:0 -1.618em}}.ProductTabs,.ProductTabContent{display:-webkit-flex;display:-ms-flexbox;display:flex}.ProductTabs>div,.ProductTabContent>div{-webkit-flex:1;-ms-flex:1;flex:1}.ProductTabs{border-bottom:1px solid #eee;color:#5f027e;font-size:0.9em;font-weight:600;text-align:center;text-transform:uppercase}.ProductTabs>div{padding:1em}.ProductTabs--added{background-color:#aaa;border-bottom-color:#aaa;color:#fff}.prompt-profile-modal{top:inherit;bottom:inherit;overflow:inherit}.ResourceCard{border:1px solid #eee;border-radius:9px;margin-bottom:20px;padding:30px 15px 15px 25px}@media (min-width: 768px){.ResourceCard{margin-bottom:0}}.ResourceCard.ResourceCard--image{min-height:185px}.ResourceCard .ResourceCard-image{max-height:30px;max-width:30px}@media (min-width: 768px){.ResourceCard .ResourceCard-image{max-height:50px;max-width:50px}}.ResourceCard .ResourceCard-button{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#666;border-radius:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;height:37px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;position:relative;width:37px}.ResourceCard .ResourceCard-button:hover{background:#5f027e}.ResourceCard .ResourceCard-button .js-lightbox svg{left:4px;margin:auto;position:absolute;right:0;top:28%}.ResourceCard .ResourceCard-title{font-weight:700}@media (max-width: 767px){.ResourceCard .ResourceCard-title{font-size:16px}}.ResourceCard .ResourceCard-description{font-size:16px}@media (min-width: 768px){.ResourceCard .ResourceCard-description{font-size:18px}}@media (min-width: 992px){.SearchBox{border-left:1px solid #ddd;float:right;padding-bottom:3px;padding-left:1em;padding-top:3px}.SearchBox input{border:0}}.SearchBox input{width:212px}.SearchBox input::-ms-clear{display:none}.SearchBox button{background:none;border:0}.SearchBox button.clear{font-size:21px;font-weight:bold;margin-left:-1.2em;margin-top:-4px;opacity:0.66;padding-left:6px;padding-right:6px}.SearchBox button.clear:hover{opacity:1}.SearchBox button:hover{color:#5f027e}.Select,.littleForm select{-moz-appearance:none;-webkit-appearance:none;background-color:#eee;background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/arrow-dark-grey-down-21651cadd1a8337b80b5e6c6455b1455c8f5814c2e0bd68212a0558320661637.png);background-position:right 9px center;background-repeat:no-repeat;background-size:15px;border:1px solid #aaa;border-radius:0;margin:5px 0;padding:5px 9px;padding-right:33px;width:auto}.Select::-ms-expand,.littleForm select::-ms-expand{display:none}.Select:focus,.littleForm select:focus{background-color:#fff;border-color:#ccc}.Select--fullWidth{width:100%}.ShopProductCard-container{margin-top:30px}.ShopProductCard{background:#fff;border:1px solid #eee;color:#fff;margin-left:auto;margin-right:auto;position:relative;width:100%}.ShopProductCard .AddToCart-button{width:100%;background:#5f027e;border-color:#5f027e;border-radius:0}.ShopProductCard.ShopProductCard--annotated .product-image{overflow:hidden;width:100%}@media (max-width: 767px){.ShopProductCard.ShopProductCard--annotated{max-width:340px}.ShopProductCard.ShopProductCard--annotated .image-content{height:195px}}.ShopProductCard.ShopProductCard--small{overflow:hidden}.ShopProductCard.ShopProductCard--small .product-image{width:100%;overflow:hidden}@media (max-width: 767px){.ShopProductCard.ShopProductCard--small{max-width:140px}.ShopProductCard.ShopProductCard--small .ShopProductCard-content.fixed-height{height:166px;max-height:166px;min-height:166px}}.ShopProductCard.blue-card{border-color:#0033a0}.ShopProductCard.blue-card:hover,.ShopProductCard.blue-card:active,.ShopProductCard.blue-card:focus{border-color:#0033a0;box-shadow:0 0 3px rgba(0,51,160,0.5)}.ShopProductCard.blue-card .ShopProductCard-button{background:#0033a0;border-color:#0033a0;border-width:0;border-top-width:1px;color:#fff}.ShopProductCard.blue-card .ShopProductCard-headerText{background:#0033a0}.ShopProductCard.green-card{border-color:#97d700}.ShopProductCard.green-card:hover,.ShopProductCard.green-card:active,.ShopProductCard.green-card:focus{border-color:#97d700;box-shadow:0 0 3px rgba(151,215,0,0.5)}.ShopProductCard.green-card .ShopProductCard-button{background:#97d700;border-color:#97d700;border-width:0;border-top-width:1px;color:#fff}.ShopProductCard.green-card .ShopProductCard-headerText{background:#97d700}.ShopProductCard.pink-card{border-color:#ed258f}.ShopProductCard.pink-card:hover,.ShopProductCard.pink-card:active,.ShopProductCard.pink-card:focus{border-color:#ed258f;box-shadow:0 0 3px rgba(237,37,143,0.5)}.ShopProductCard.pink-card .ShopProductCard-button{background:#ed258f;border-color:#ed258f;border-width:0;border-top-width:1px;color:#fff}.ShopProductCard.pink-card .ShopProductCard-headerText{background:#ed258f}.ShopProductCard.orange-card{border-color:#ff8a00}.ShopProductCard.orange-card:hover,.ShopProductCard.orange-card:active,.ShopProductCard.orange-card:focus{border-color:#ff8a00;box-shadow:0 0 3px rgba(255,138,0,0.5)}.ShopProductCard.orange-card .ShopProductCard-button{background:#ff8a00;border-color:#ff8a00;border-width:0;border-top-width:1px;color:#fff}.ShopProductCard.orange-card .ShopProductCard-headerText{background:#ff8a00}.ShopProductCard.purple-card{border-color:#5f027e}.ShopProductCard.purple-card:hover,.ShopProductCard.purple-card:active,.ShopProductCard.purple-card:focus{border-color:#5f027e;box-shadow:0 0 3px rgba(95,2,126,0.5)}.ShopProductCard.purple-card .ShopProductCard-button{background:#5f027e;border-color:#5f027e;border-width:0;border-top-width:1px;color:#fff}.ShopProductCard.purple-card .ShopProductCard-headerText{background:#5f027e}.ShopProductCard:hover{box-shadow:0px 0px 3px rgba(0,0,0,0.5)}.ShopProductCard a:hover,.ShopProductCard a.Byline .Byline-name:hover,a.Byline .ShopProductCard .Byline-name:hover,.ShopProductCard .Byline--link .Byline-name:hover,.Byline--link .ShopProductCard .Byline-name:hover{text-decoration:none !important}.ShopProductCard .ShopProductCard-header{color:#fff;left:0;margin:auto;max-width:90%;position:absolute;top:-15px;right:0;text-align:center;z-index:10}.ShopProductCard .ShopProductCard-header .ShopProductCard-headerText{display:inline-block;padding:5px}.ShopProductCard .ShopProductCard-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0;width:100%}.ShopProductCard .image-content{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;height:92px;position:relative}.ShopProductCard .product-image{left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.ShopProductCard .text-content{padding:5px 10px;z-index:2}.ShopProductCard .product-name{color:#444;margin-top:1px;overflow:hidden;width:100%}.ShopProductCard .tagline{color:#ed258f;font-size:10px;font-weight:800;min-height:16px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ShopProductCard .product-price{color:#666;font-size:14px;font-weight:300;min-height:19px;padding-top:7px;text-overflow:ellipsis;white-space:nowrap}.ShopProductCard .product-price .strikeout{padding-right:2px}.ShopProductCard .extra-info{padding:0 15px;height:auto}.ShopProductCard .extra-info hr{margin-bottom:5px;margin-top:5px}.ShopProductCard .extra-info .card-description{color:#444;font-size:16px;margin:0 0 7px}@media (max-width: 767px){.ShopProductCard .product-name{font-weight:500;max-height:34px}}@media (min-width: 480px) and (max-width: 767px){.ShopProductCard.ShopProductCard--small{max-width:222px}.ShopProductCard.ShopProductCard--small .ShopProductCard-content.fixed-height{height:222px;max-height:222px;min-height:222px}.ShopProductCard.ShopProductCard--small .image-content{height:145px}.ShopProductCard .product-price{font-size:16px}.ShopProductCard .tagline{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.ShopProductCard .ShopProductCard-content.fixed-height{height:227px;max-height:227px;min-height:227px}.ShopProductCard.ShopProductCard--annotated .ShopProductCard-content.fixed-height{height:280px;max-height:280px;min-height:280px}.ShopProductCard .image-content{height:146px}.ShopProductCard .product-price{font-size:16px}.ShopProductCard .tagline{font-size:12px}.ShopProductCard .text-content{padding:7px 15px 9px}}@media (min-width: 992px){.ShopProductCard .ShopProductCard-content.fixed-height{height:380px;max-height:380px;min-height:380px}.ShopProductCard .image-content{height:192px}.ShopProductCard .text-content{padding:15px 15px 0}.ShopProductCard .extra-info.fixed-height{height:103px;max-height:103px;overflow:hidden}.ShopProductCard .extra-info{margin:0;padding:0 15px 15px}.ShopProductCard .extra-info hr{margin-top:12px;margin-bottom:7px}.ShopProductCard .extra-info .card-description{font-size:18px}.ShopProductCard .product-price,.ShopProductCard .product-name{font-size:18px}.ShopProductCard .tagline{font-size:12px}}@media (min-width: 1200px){.ShopProductCard .ShopProductCard-content.fixed-height{height:396px;max-height:396px;max-width:361px;min-height:396px}.ShopProductCard .image-content{height:240px}.ShopProductCard .overlay{top:85px}.ShopProductCard .extra-info.fixed-height{height:89px;max-height:89px}.ShopProductCard .extra-info hr{margin-bottom:10px;margin-top:15px}}.ShopProductCard-cta .ShopProductCard-button{border-radius:0;color:#444;font-size:12px;font-weight:600}@media (min-width: 768px){.ShopProductCard-cta .ShopProductCard-button{font-size:14px}}@media (max-width: 768px){.ShopProductCard-deck .ShopProductCard-deck .row>div:nth-child(odd)>div{float:right}.ShopProductCard-deck .ShopProductCard-deck .row>div:nth-child(even)>div{float:left}}.ShopProductCard-deck.power-deck .ShopProductCard:hover,.ShopProductCard-deck.power-deck .ShopProductCard:active,.ShopProductCard-deck.power-deck .ShopProductCard:focus{border-color:#0033a0}.ShopProductCard-deck.output-deck .ShopProductCard:hover,.ShopProductCard-deck.output-deck .ShopProductCard:active,.ShopProductCard-deck.output-deck .ShopProductCard:focus{border-color:#97d700}.ShopProductCard-deck.input-deck .ShopProductCard:hover,.ShopProductCard-deck.input-deck .ShopProductCard:active,.ShopProductCard-deck.input-deck .ShopProductCard:focus{border-color:#ed258f}.ShopProductCard-deck.wire-deck .ShopProductCard:hover,.ShopProductCard-deck.wire-deck .ShopProductCard:active,.ShopProductCard-deck.wire-deck .ShopProductCard:focus{border-color:#ff8a00}html[data-useragent*='MSIE 10.0'] .ShopProductCard .image-content{overflow:hidden}.shop-category-header{text-align:center}.shop-category-header .category-type{padding-bottom:10px}.shop-category-header .category-description{font-size:16px}@media (min-width: 992px){.shop-category-header .category-type{font-size:40px}.shop-category-header .category-description{font-size:18px}}.SimpleTagger h5{margin-top:1em;margin-bottom:0.5em}@media (min-width: 425px){.SimpleTagItem{float:left;width:50%}}@media (min-width: 1200px){.SimpleTagItem{width:33%}}.tagger{z-index:1000;position:absolute;top:5px;z-index:2}.tagger .main-button{margin-right:160px;background-color:white;color:#5f027e}.tagger .main-button.open{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:white;margin-top:-1px}.tagger .main-button:focus{background:white;color:#5f027e;outline:none}.tagger .main-button:hover{background-color:white;color:#5f027e}.tagger.left{left:7px}.tagger.left .main-button{margin-right:160px}.tagger.left .tag-box{border-top-left-radius:0}.tagger.right{right:7px}.tagger.right .main-button{margin-right:0;margin-left:160px}.tagger.right .tag-box{border-top-right-radius:0}.tagger .tag-box{width:222px;min-width:222px;border:2px solid #5f027e;border-radius:5px;padding:9px;margin-top:-2px;background-color:white}.tagger .tag-box .tag-list{max-height:150px;overflow-y:auto}.tagger .tag-box .tag-list.has-tags{margin-top:10px}.tagger .tag-box .tag-list.loading{text-align:center;margin-top:15px}.tagger .tag-box .tag-list .tag-list-item{display:list-item !important;min-width:180px}.tagger .tag-box .tag-list .tag-list-item .uneditable{display:inline;width:14px;height:14px;max-width:14px;max-height:14px;float:left;margin-right:10px !important}.tagger .tag-box .tag-list .tag-list-item input[type=checkbox]{margin-top:4px;outline:none !important}.tagger .tag-box .tag-list .tag-list-item label{text-align:left;margin:0;word-break:break-all}.tagger .tag-box .tag-list .tag-list-item:not(:first-child){margin-top:5px}.tagger .tag-box .tag-list .spinning{-webkit-animation:spin 1000ms infinite linear;animation:spin 1000ms infinite linear;color:#5f027e}.tagger .tag-box .tag-search{position:relative}.tagger .tag-box .tag-search.disabled input::-webkit-input-placeholder{color:transparent}.tagger .tag-box .tag-search.disabled input::-moz-input-placeholder{color:transparent}.tagger .tag-box .tag-search.disabled input::-ms-input-placeholder{color:transparent}.tagger .tag-box .tag-search input{width:100%}.tagger .tag-box .tag-search input:focus{border:1px solid #eee}.tagger .tag-box .tag-search .tag-context-selector{width:100%;margin-top:10px;font-size:16px}.tagger .tag-box .tag-search .add-tag{border-radius:3px;-moz-box-sizing:border-box;box-sizing:border-box;height:29px;margin-top:4px;min-width:0;position:absolute;right:4px;top:7px;width:30px}.tagger .tag-box .tag-search .add-tag.submitting{background:#aaa;border-color:#eee;color:white;cursor:default}.tagger .tag-box .tag-search .add-tag:focus{outline:none}.tagger .tag-box .tag-search .add-tag.successfulAdd{outline:5px auto #97d700;outline-offset:-2px}.tagger .tag-box .tag-search .twitter-typeahead{width:100%}.tagger .tag-box .tag-search .typeahead,.tagger .tag-box .tag-search .tt-query,.tagger .tag-box .tag-search .tt-hint{width:100%;height:100%;outline:none}.tagger .tag-box .tag-search .tt-input{background-color:#eee !important}.tagger .tag-box .tag-search .typeahead{background-color:#fff}.tagger .tag-box .tag-search .typeahead:focus{border:2px solid #0097cf}.tagger .tag-box .tag-search .tt-query{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.tagger .tag-box .tag-search .tt-hint{color:#999}.tagger .tag-box .tag-search .tt-dropdown-menu{width:100%;padding:8px 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);text-align:left}.tagger .tag-box .tag-search .tt-suggestion{padding:3px 5px;font-size:18px;line-height:24px}.tagger .tag-box .tag-search .tt-suggestion.tt-cursor{color:#fff;background-color:#0097cf}.tagger .tag-box .tag-search .tt-suggestion p{margin:0}.Input,.Textarea.hasError,.Textarea,.littleForm input[type=date],.littleForm input[type=datetime-local],.littleForm input[type=email],.littleForm input[type=number],.littleForm input[type=password],.littleForm input[type=tel],.littleForm input[type=text],.littleForm input[type=url],.littleForm textarea{background-color:#eee;border:1px solid #eee;color:#444;display:block;font-weight:300;padding:5px;width:100%}.Input:focus,.Textarea:focus,.littleForm input[type=date]:focus,.littleForm input[type=datetime-local]:focus,.littleForm input[type=email]:focus,.littleForm input[type=number]:focus,.littleForm input[type=password]:focus,.littleForm input[type=tel]:focus,.littleForm input[type=text]:focus,.littleForm input[type=url]:focus,.littleForm textarea:focus{background-color:white;border-color:#ccc}.Input.hasError,.hasError.Textarea,.littleForm input.hasError[type=date],.littleForm input.hasError[type=datetime-local],.littleForm input.hasError[type=email],.littleForm input.hasError[type=number],.littleForm input.hasError[type=password],.littleForm input.hasError[type=tel],.littleForm input.hasError[type=text],.littleForm input.hasError[type=url],.littleForm textarea.hasError{border:1px;border-left:8px solid #ed258f}.Input.hasError:focus,.hasError.Textarea:focus,.littleForm input.hasError[type=date]:focus,.littleForm input.hasError[type=datetime-local]:focus,.littleForm input.hasError[type=email]:focus,.littleForm input.hasError[type=number]:focus,.littleForm input.hasError[type=password]:focus,.littleForm input.hasError[type=tel]:focus,.littleForm input.hasError[type=text]:focus,.littleForm input.hasError[type=url]:focus,.littleForm textarea.hasError:focus{background-color:#eee;border-left:8px solid #ed258f}.Input--url{padding-left:2em}.InputMask{position:relative}.InputMask-icon{color:#888;display:inline-block;left:8px;line-height:1.5;position:absolute;top:8px}.VideoLauncher-container{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:50%;left:25%;position:absolute;top:25%;width:50%}.VideoLauncher-container:hover{text-decoration:none}.VideoLauncher-container:hover #Stroke-1{stroke:#ed258f}.VideoLauncher-container:hover #Fill-2{fill:#ed258f}.VideoLauncher-container .VideoLauncher-thumbnail{border:0;height:100%;width:100%}.VideoLauncher{color:#fff;display:inline-block;text-align:center}.VideoLauncher:hover{text-decoration:none}.VideoLauncher:hover #Stroke-1{stroke:#ed258f}.VideoLauncher:hover #Fill-2{fill:#ed258f}.VideoLauncher--overlay{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.VideoLauncher-content{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.VideoLauncher-largePlay svg{height:85px;width:85px}@media (max-width: 767px){.VideoLauncher-thumbnail{background-image:none}}@media (min-width: 768px){.VideoLauncher-thumbnail{background-position:center;background-repeat:no-repeat;border:solid 1px #fff;height:100px;padding-top:22px;width:150px}}@media (max-width: 767px){.VideoLauncher-thumbnail.VideoLauncher--thumbnailMobile{background-position:center;background-repeat:no-repeat;border:solid 1px #fff;height:60px;padding-top:14px;width:100px}.VideoLauncher-thumbnail.VideoLauncher--thumbnailMobile .play-button-icon{height:30px;width:30px}}.VideoLauncher-image{position:relative}.VideoLauncher-image .play-button-icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.VideoLauncher-image .VideoLauncher-content{position:absolute;left:0;right:0;top:35%}.VideoLauncher-title{color:#fff}@media (max-width: 767px){.VideoLauncher-title{font-size:14px}}.VideoLauncher-text{text-decoration:none}.VideoLauncher-text:hover{text-decoration:none}.VideoLauncher-thumbnail+.VideoLauncher-text{margin-top:0.618em}.VideoLauncher--hiw .VideoLauncher-thumbnail{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/home-page/hiw-thumbnail-db54fc92e5f4972832292b9ca3ac460fa3afc806cd6de540d68760d58b2ce70b.jpg)}.VideoLauncher--hp .VideoLauncher-thumbnail{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/home-page/video-thumbnail-66852b78a934f95209f43d2948837bc37c6786108a84dd656904bb3099864f70.jpg)}.VideoLauncher--ggk .VideoLauncher-thumbnail{background-image:url(//d2r8cp9dt7fezd.cloudfront.net/bitbot-video-thumbnail.pngAo/Rb/qQ.png)}.VideoLauncher--codekit .VideoLauncher-thumbnail{background-image:url(//images.littlebits.net/spree/products/code-kit/Code+Kit+Thumbnail-small.jpg)}.VideoSection{background-position:top center;background-size:cover;color:#fff;text-align:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:350px}@media (min-width: 768px){.VideoSection{height:450px}}@media (min-width: 992px){.VideoSection{height:500px}}@media (min-width: 1200px){.VideoSection{height:550px}}.VideoSection.VideoSection--ted{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/images/home-page/ted-ayah-dark-crop.jpg)}.VideoSection.VideoSection--edu{background-image:url(//d1hxhfsggnhjjy.cloudfront.net/assets/education/steam/sss-student-banner-ab314a75c6baaab2d4d4092b545f4c9818caf33c7090c15a6f8dd5d465bba5d3.jpg)}.VideoSection .VideoSection-title{font-size:24px}@media (min-width: 768px){.VideoSection .VideoSection-title{font-size:28.8px}}.VideoSection .VideoSection-description{padding-top:7px}.VideoSection .VideoSection-playButton .play-button-icon{height:60px;width:60px;margin-bottom:0.5em}@media (min-width: 768px){.VideoSection .VideoSection-playButton .play-button-icon{height:100px;width:100px}}.VideoSection .VideoSection-playButton .play-button-icon:hover{color:#fff;text-decoration:none}.VideoSection .VideoSection-playButton .play-button-icon:hover .play-button-icon #Stroke-1{stroke:#5f027e}.VideoSection .VideoSection-playButton .play-button-icon:hover .play-button-icon #Fill-2{fill:#5f027e}.StatsSection{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin:auto;margin-right:auto;margin-left:auto}@media (max-width: 767px){.StatsSection>:nth-child(even) .Stat--circle{margin-right:auto;margin-left:10%}.StatsSection>:nth-child(even) .Stat--circle .CircleIcon.is-top{top:-13px;left:17px}.StatsSection>:nth-child(even) .Stat--circle .CircleIcon.is-middle{bottom:-13px;right:15px;left:inherit}.StatsSection>:nth-child(even) .Stat--circle .CircleIcon.is-bottom{display:none}.StatsSection>:nth-child(odd) .Stat--circle{margin-left:auto;margin-right:10%}.StatsSection>:nth-child(odd) .Stat--circle .CircleIcon.is-top{top:-29px;right:27px}}@media (max-width: 767px) and (min-width: 480px){.StatsSection>:nth-child(odd) .Stat--circle .CircleIcon.is-top{top:-23px}}@media (max-width: 767px){.StatsSection>:nth-child(odd) .Stat--circle .CircleIcon.is-middle{bottom:-11px;left:-6px}.StatsSection>:nth-child(odd) .Stat--circle .CircleIcon.is-bottom{display:none}.StatsSection>:nth-child(n+3){margin-top:40px}.StatsSection .StatsSection-entity{width:50%}}@media (min-width: 768px){.StatsSection{padding:0 15px}}@media (min-width: 1200px){.StatsSection{max-width:1350px}}.StatsSection .StatsSection-entity{min-width:110px}.CircleIcon{background-repeat:no-repeat;background-position:center;background-size:contain;height:45px;width:45px;position:absolute}@media (min-width: 992px){.CircleIcon{height:60px;width:60px}}@media (min-width: 1200px){.CircleIcon{height:75px;width:75px}}.CircleIcon--small,.Stat.Stat--events .CircleIcon.is-middle,.Stat.Stat--events .CircleIcon.is-top,.Stat.Stat--places .CircleIcon.is-bottom,.Stat.Stat--places .CircleIcon.is-top{height:40px;width:40px}@media (min-width: 992px){.CircleIcon--small,.Stat.Stat--events .CircleIcon.is-middle,.Stat.Stat--events .CircleIcon.is-top,.Stat.Stat--places .CircleIcon.is-bottom,.Stat.Stat--places .CircleIcon.is-top{height:50px;width:50px}}@media (min-width: 1200px){.CircleIcon--small,.Stat.Stat--events .CircleIcon.is-middle,.Stat.Stat--events .CircleIcon.is-top,.Stat.Stat--places .CircleIcon.is-bottom,.Stat.Stat--places .CircleIcon.is-top{height:60px;width:60px}}.CircleIcon--large,.Stat.Stat--inventions .CircleIcon.is-bottom,.Stat.Stat--inventions .CircleIcon.is-middle{height:50px;width:50px}@media (min-width: 992px){.CircleIcon--large,.Stat.Stat--inventions .CircleIcon.is-bottom,.Stat.Stat--inventions .CircleIcon.is-middle{height:60px;width:60px}}@media (min-width: 1200px){.CircleIcon--large,.Stat.Stat--inventions .CircleIcon.is-bottom,.Stat.Stat--inventions .CircleIcon.is-middle{height:80px;width:80px}}.CircleIcon--xlarge,.Stat.Stat--inventions .CircleIcon.is-top{height:75px;width:75px}@media (min-width: 992px){.CircleIcon--xlarge,.Stat.Stat--inventions .CircleIcon.is-top{height:100px;width:100px}}@media (min-width: 1200px){.CircleIcon--xlarge,.Stat.Stat--inventions .CircleIcon.is-top{height:120px;width:120px}}.Stat .Stat-wrapper{max-width:85%}@media (min-width: 768px){.Stat .Stat-wrapper{max-width:75%}}.Stat .Stat-description{font-size:14px;line-height:15px}.Stat .Stat-title{font-size:40px}@media (min-width: 992px){.Stat .Stat-title{font-size:62px}.Stat .Stat-description{font-size:18px;line-height:19px}}.Stat.Stat--circle{border-radius:50%;background:#5f027e;color:white;text-align:center;position:relative;width:13vw;height:13vw;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:130px;max-height:130px;min-width:130px;min-height:130px}@media (min-width: 480px){.Stat.Stat--circle{max-width:150px;max-height:150px;min-width:150px;min-height:150px}}@media (min-width: 768px){.Stat.Stat--circle{margin-left:auto;margin-right:auto;max-width:165px;max-height:165px;min-width:165px;min-height:165px}}@media (min-width: 992px){.Stat.Stat--circle{max-width:200px;max-height:200px;min-width:200px;min-height:200px}}@media (min-width: 1200px){.Stat.Stat--circle{max-width:240px;max-height:240px;min-width:240px;min-height:240px}}.Stat.Stat--circle .CircleIcon.is-top{top:-18px;right:27px}.Stat.Stat--circle .CircleIcon.is-middle{bottom:-9px;left:-5px}.Stat.Stat--circle .CircleIcon.is-bottom{bottom:2px;right:6px}@media (min-width: 480px){.Stat.Stat--circle .CircleIcon.is-top{top:-12px;right:27px}.Stat.Stat--circle .CircleIcon.is-middle{bottom:14px;left:-15px}.Stat.Stat--circle .CircleIcon.is-bottom{bottom:2px;right:6px}}@media (min-width: 768px){.Stat.Stat--circle .CircleIcon.is-top{top:-12px;right:27px}.Stat.Stat--circle .CircleIcon.is-middle{bottom:14px;left:-8px}.Stat.Stat--circle .CircleIcon.is-bottom{bottom:2px;right:6px}}@media (min-width: 992px){.Stat.Stat--circle .CircleIcon.is-top{top:-24px;right:25px}.Stat.Stat--circle .CircleIcon.is-middle{bottom:12px;left:-13px}.Stat.Stat--circle .CircleIcon.is-bottom{bottom:-7px;right:3px}}.Stat.Stat--community .CircleIcon.is-top{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/chapters-MAD.svg")}.Stat.Stat--community .CircleIcon.is-middle{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/chapters-BOS.svg")}.Stat.Stat--community .CircleIcon.is-bottom{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/chapters-LON.svg")}.Stat.Stat--inventions .CircleIcon.is-top{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/bubbleBot.svg")}.Stat.Stat--inventions .CircleIcon.is-middle{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/rollerBot.svg")}.Stat.Stat--inventions .CircleIcon.is-bottom{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/bumperball.svg")}.Stat.Stat--places .CircleIcon.is-top{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/pencil.svg")}.Stat.Stat--places .CircleIcon.is-middle{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/3d-printer.svg")}.Stat.Stat--places .CircleIcon.is-bottom{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/ruler.svg")}.Stat.Stat--events .CircleIcon.is-top{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/makerfaire.svg")}.Stat.Stat--events .CircleIcon.is-middle{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/museum.svg")}.Stat.Stat--events .CircleIcon.is-bottom{background-image:url("https://d3uoqkxdijd65n.cloudfront.net/homepage/school.svg")}.TwoPartSlider{color:white}.TwoPartSlider .carousel-indicators{bottom:20px}@media (min-width: 768px){.TwoPartSlider .carousel-indicators{left:25%}}.TwoPartSlider .carousel-arrow{top:54%}@media (min-width: 768px){.TwoPartSlider .carousel-arrow{top:34.5%}}@media (min-width: 768px){.TwoPartSlider .carousel-control.right{left:40%;right:inherit}.TwoPartSlider .carousel-control.left{left:-15px}}@media (min-width: 992px){.TwoPartSlider .carousel-control.right{left:44.5%}.TwoPartSlider .carousel-control.left{left:0}}@media (max-width: 767px){.FeaturedInvention{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.FeaturedInvention .FeaturedInvention-image{background-position:center;background-size:cover;background-repeat:no-repeat;height:270px}@media (min-width: 480px){.FeaturedInvention .FeaturedInvention-image{height:250px}}.FeaturedInvention .FeaturedInvention-imageContainer{height:270px}@media (min-width: 480px){.FeaturedInvention .FeaturedInvention-imageContainer{height:250px}}.FeaturedInvention .FeaturedInvention-content{width:80%;margin-top:-40px;padding-bottom:60px}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-content{margin-top:0}}.FeaturedInvention .FeaturedInvention-contentContainer{background-color:#5f027e;position:relative}.FeaturedInvention .FeaturedInvention-inventorImage{background-position:center;background-size:cover;background-repeat:no-repeat;height:80px;width:80px;border-radius:50%;border:2px solid white;background-color:white;-webkit-filter:grayscale(1);filter:grayscale(1)}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-inventorImage{border-width:3px;height:100px;width:100px;margin-top:45px}}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-inventorImage{height:140px;width:140px;margin-top:70px}}.FeaturedInvention .FeaturedInvention-title{margin:7px 0 0;text-transform:none;font-size:24px}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-title{margin-top:10px}}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-title{font-size:1.6em;line-height:0.95}}.FeaturedInvention .FeaturedInvention-title{margin:7px 0 0;text-transform:none;font-size:24px;color:white}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-title{margin-top:10px}}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-title{font-size:1.6em;line-height:0.95}}.FeaturedInvention .FeaturedInvention-subtitle{font-weight:100;margin-top:15px}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-subtitle{margin-top:30px}}.FeaturedInvention .FeaturedInvention-user{color:white;font-size:16px;font-weight:400;margin:5px 0 0}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-user{font-size:18px;margin-top:7px}}.FeaturedInvention .FeaturedInvention-description{margin:15px 0 0;max-height:145px;font-size:16px;max-width:100%}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-description{font-size:18px;max-height:172px}}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-description{margin-top:20px;max-height:145px}}@media (min-width: 1200px){.FeaturedInvention .FeaturedInvention-description{max-width:450px}}.FeaturedInvention .FeaturedInvention-cta{font-size:14px;font-weight:600;color:white;margin:25px 0 0}.FeaturedInvention .FeaturedInvention-cta:hover{text-decoration:none}.FeaturedInvention .FeaturedInvention-cta:after{background-image:url(https://d3uoqkxdijd65n.cloudfront.net/navigation/caret-white.svg);background-repeat:no-repeat;background-position-y:center;width:15px;height:12px;content:'';display:inline-block;margin-left:7px;background-size:6px}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-cta{margin-top:55px 0 0}}.FeaturedInvention .FeaturedInvention-contentContainer,.FeaturedInvention .FeaturedInvention-imageContainer,.FeaturedInvention .FeaturedInvention-image{position:relative;padding:0}@media (min-width: 768px){.FeaturedInvention .FeaturedInvention-contentContainer,.FeaturedInvention .FeaturedInvention-imageContainer,.FeaturedInvention .FeaturedInvention-image{height:520px}}@media (min-width: 992px){.FeaturedInvention .FeaturedInvention-contentContainer,.FeaturedInvention .FeaturedInvention-imageContainer,.FeaturedInvention .FeaturedInvention-image{height:600px}}.ChallengeBanner{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex}@media all and (min-width: 1201px){.ChallengeBanner{min-height:300px}}@media all and (min-width: 1401px){.ChallengeBanner{min-height:400px}}@media all and (min-width: 1601px){.ChallengeBanner{min-height:600px}}.ChallengeCongratsBit{max-width:33%}.ChallengeProduct{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0.5em}.ChallengeProductImage{height:66px;margin-right:0.5em;width:99px}.ChallengeSidebar{border:1px solid #aaa;border-radius:0}.ChallengeSidebar .panel-heading{background-color:#eee;border-radius:0;color:#444;padding-bottom:1em;padding-top:1em}.ChallengeSidebar .panel-heading .icon{margin-right:0.33em;stroke:#666;vertical-align:bottom;width:1.5em}.ChallengeTabs.PageTabs{border-top:0}.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .Byline-name,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name{-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#5f027e;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:57px;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a:hover,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .Byline-name:hover,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name:hover,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name:hover,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name:hover{background-color:#2f013e}.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.userHasEnteredChallenge,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .userHasEnteredChallenge.Byline-name,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .userHasEnteredChallenge.Byline-name,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .userHasEnteredChallenge.Byline-name{background-color:#97d700}@media (min-width: 768px){.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab{float:right}.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab a.Byline .Byline-name,a.Byline .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name,.Byline--link .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name,.ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline--link .Byline.Byline-name .Byline-name,.Byline--link .Byline.Byline-name .ChallengeTabs.PageTabs .nav-tabs>.EnterChallengeTab .Byline-name{height:97px}}.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab a,.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab a.Byline .Byline-name,a.Byline .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name,.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name,.Byline--link .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name{font-size:0.9em;font-weight:normal}.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab a .hide-when-sticky,a.Byline .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name .hide-when-sticky,.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name .hide-when-sticky,.Byline--link .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name .hide-when-sticky,.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab a .SubmitAnother,a.Byline .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name .SubmitAnother,.ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline--link .Byline-name .SubmitAnother,.Byline--link .ChallengeTabs.PageTabs.stick .nav-tabs>.EnterChallengeTab .Byline-name .SubmitAnother{display:none}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,.react-datepicker__year-read-view--down-arrow::before,.react-datepicker__month-read-view--down-arrow::before,.react-datepicker__month-year-read-view--down-arrow::before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:0.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:0.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time{border-radius:0.3rem}.react-datepicker--time-only .react-datepicker__time-box{border-radius:0.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^="bottom"]{margin-top:10px}.react-datepicker-popper[data-placement^="top"]{margin-bottom:10px}.react-datepicker-popper[data-placement^="right"]{margin-left:8px}.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^="left"]{margin-right:8px}.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header{margin-top:0;color:#000;font-weight:bold;font-size:0.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:0.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:0.4rem;text-align:center}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:0.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:-webkit-calc(195px + (1.7rem / 2));height:calc(195px + (1.7rem / 2));overflow-y:scroll;padding-right:0px;padding-left:0px;width:100%;-moz-box-sizing:content-box;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:white;font-weight:bold}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:0.166rem}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover{border-radius:0.3rem;background-color:#f0f0f0}.react-datepicker__day--today{font-weight:bold}.react-datepicker__day--highlighted{border-radius:0.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1{color:magenta}.react-datepicker__day--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range{border-radius:0.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected{border-radius:0.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range){background-color:rgba(33,107,165,0.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:0.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:0.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:0.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:0.3rem;border-top-right-radius:0.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;outline:0;padding:0;vertical-align:middle;position:absolute;height:16px;width:16px;top:25%;right:7px}.react-datepicker__close-icon::after{background-color:#216ba5;border-radius:50%;bottom:0;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;content:"\00d7";cursor:pointer;font-size:12px;height:16px;width:16px;line-height:1;margin:-8px auto 0;padding:2px;position:absolute;right:0px;text-align:center}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:bold;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);left:0;top:0;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:0.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.field-error{border-left:8px solid #ed258f !important}.no-account{background-color:#eee;max-width:inherit;position:absolute;left:16px;right:16px;bottom:1px;margin-top:10px;padding:5px 5px 5px 5px}.form-help-text{color:#888;font-size:0.9em;font-weight:300;margin-bottom:8px !important}.facebook-color{background-color:#3C5A99}
