Skip to content

Instantly share code, notes, and snippets.

@szmeku
Created October 21, 2013 12:33
Show Gist options
  • Save szmeku/7083129 to your computer and use it in GitHub Desktop.
Save szmeku/7083129 to your computer and use it in GitHub Desktop.
@charset "utf-8";
html,body,input,select,textarea,button{font:14px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:18px;color:#393939}
html{font-size:100%;-webkit-text-size-adjust:100%}
p{margin:0}
ol,ul{list-style:none;margin:0;padding:0}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0;width:100%}
hr{height:1px;border:0;border:none;width:100%;background:#dcdcdc;color:#dcdcdc;margin:15px 0;padding:0}
article,aside,figure,footer,header,hgroup,nav,section{display:block}
caption,th,td{text-align:left;font-weight:normal}
a img{border:none}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
html{max-height:100%}
body{margin:0;position:relative;z-index:0;background:#f0f0f0;overflow-y:auto}
div::selection{background:transparent}
.ipad,.ipod,.iphone,.android{-webkit-text-size-adjust:none}
#content{position:relative}
body.fixed-content #content{margin:25px auto;width:690px}
body.extra-large-window.full-content,body.large-window.full-content,body.medium-window.full-content{overflow:hidden}body.extra-large-window.full-content #content,body.large-window.full-content #content,body.medium-window.full-content #content{margin:0;width:100%}
body.overflow-hidden{overflow:hidden}
body.single-column #content{margin:25px auto;width:550px}body.single-column #content .window-header{margin-bottom:0}
body.single-column #content .window-main-col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:0;width:100%}
body.small-window.single-column #content{width:100%}
#nocss{display:none}
.fancy-scrollbar{-webkit-overflow-scrolling:touch}.fancy-scrollbar::-webkit-scrollbar{height:9px;width:9px}
.fancy-scrollbar::-webkit-scrollbar-button:start:decrement,.fancy-scrollbar::-webkit-scrollbar-button:end:increment{background:transparent;display:none}
.fancy-scrollbar::-webkit-scrollbar-track-piece{background:#d0d0d0}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start{border-top-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:5px}
.fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end{border-top-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:0}
.fancy-scrollbar::-webkit-scrollbar-thumb:vertical,.fancy-scrollbar::-webkit-scrollbar-thumb:horizontal{background:#999;border-radius:5px;display:block;height:50px}
#notification{position:absolute;right:4px;top:40px;z-index:19;max-width:270px;display:none}#notification>div{background-color:rgba(240,240,240,0.5);font-weight:bold;margin-top:4px;padding:4px 8px;color:#fff;border:1px solid #f0f0f0;border-radius:3px;overflow:hidden}#notification>div a{background:rgba(0,0,0,0.15);border-radius:3px;color:#eee;cursor:pointer;display:block;float:left;margin:4px 4px 4px 0;padding:4px 8px;text-decoration:none}#notification>div a:hover{background:rgba(0,0,0,0.25);color:#fff}
#notification>div.warning{background-color:#efbe43}
#notification>div.error{background-color:#d64141}
#notification>div.info{background-color:#3da440}
#notification>div.confirm{background-color:#3da440}
#desktop-notification{overflow:hidden;padding:5px;background:#f0f0f0}#desktop-notification .phenom{border-bottom:none;margin-bottom:0}
#desktop-notification .action-card{margin-bottom:4px}
#desktop-notification .action-comment{margin:0 5px 0 0}
h1{font-size:22px;line-height:1.2em;margin:0 0 10px}
h2{font-size:18px;line-height:1.2em;margin:0 0 9px}
h3,h4,h5,h6{font-size: 13px;line-height:1.25em;margin:0 0 6px}
.quiet{color:#939393}.quiet a{color:#939393}
.error{color:#eb3800}.error a{color:#eb3800}
.warning{background:#f0ecdb;border-radius:3px;color:#aa8f09;padding:6px 8px}
.warning a{color:#aa8f09}
a{color:#444;cursor:pointer}a:hover{color:#111}
table{margin-bottom:15px}
p{margin-bottom:8px}
pre{margin:15px 0;white-space:pre;max-height:516px}
pre,code,tt{font-family:'bitstream vera sans mono','andale mono','lucida console',monospace;line-height:1.25em}
blockquote{margin:8px 0 8px 8px;border-left:1px solid #ccc;color:#666;padding:0 0 0 8px}
table,td,th{vertical-align:top;border-top:1px solid #bfbfbf;border-left:1px solid #bfbfbf}
td,th{padding:5px;border-right:1px solid #bfbfbf;border-bottom:1px solid #bfbfbf}
th{font-weight:bold}
thead{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);background:linear-gradient(to bottom, #fff 0, #f3f3f3 100%)}
tbody{background-color:#fff}
dl{margin-bottom:8px}
dt{margin-bottom:8px}
dd{margin:0 0 16px 24px}
.markeddown{word-wrap:break-word}.markeddown pre{border-radius:3px;background-color:#ddd;overflow:auto;padding:10px 12px;word-wrap:normal}
.markeddown code{word-wrap:normal}
.markeddown td>code,.markeddown p>code,.markeddown li>code{border-radius:3px;background-color:#ddd;padding-left:2px;padding-right:2px}
.markeddown ul,.markeddown ol{margin:4px 0 16px 0}.markeddown ul ul,.markeddown ol ul,.markeddown ul ol,.markeddown ol ol{margin-left:25px}
.markeddown ul li{list-style:disc;list-style-position:inside;margin:0 0 8px 0}
.markeddown ol li{list-style:decimal;list-style-position:inside;margin:0 0 4px 0}
textarea,input:not([type=file]),button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;background-color:#e9e9e9;border:1px solid #bfbfbf;border-radius:3px;display:block;margin-bottom:12px;min-height:30px;padding:6px}textarea.full,input:not([type=file]).full,button.full{width:100%}
textarea.input-error,input:not([type=file]).input-error,button.input-error{background-color:#eae6e6;border-color:#a82424}
textarea:focus,input:not([type=file]):focus,button:focus{outline:0}
input[type="file"]{margin-bottom:16px}
input[type="radio"]{-webkit-appearance:radio}
input[type="checkbox"]{-webkit-appearance:checkbox;margin-right:4px}
input[type="text"],input[type="password"],input[type="email"]{-webkit-transition:background 85ms ease-in,border-color 85ms ease-in;transition:background 85ms ease-in,border-color 85ms ease-in;width:250px}input[type="text"].full,input[type="password"].full,input[type="email"].full{width:100%}
input[type="text"].inline-input,input[type="password"].inline-input,input[type="email"].inline-input{background:none;border:0;margin:0;padding:2px;min-height:0;height:18px;width:200px}
input[type="email"]:invalid{box-shadow:none}
input[type="text"]:hover,input[type="password"]:hover,input[type="email"]:hover,textarea:hover{border-color:#777}input[type="text"]:hover.input-error,input[type="password"]:hover.input-error,input[type="email"]:hover.input-error,textarea:hover.input-error{border-color:#a82424}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus{background:#fcfcfc;border-color:#318ec4;-webkit-box-shadow:0 0 2px #318ec4;box-shadow:0 0 2px #318ec4}input[type="text"]:focus.input-error,input[type="password"]:focus.input-error,input[type="email"]:focus.input-error,textarea:focus.input-error{background-color:#f8f7f7;border-color:#a82424;-webkit-box-shadow:0 0 2px #bd2828;box-shadow:0 0 2px #bd2828}
input[type="text"]:disabled,input[type="password"]:disabled,input[type="email"]:disabled,textarea:disabled{background:#dcdcdc;border-color:#bfbfbf;color:#939393;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
select{max-height:300px;width:256px;margin-bottom:8px}
option[disabled]{color:#939393}
textarea{height:150px;-webkit-transition:background 85ms ease-in,border-color 85ms ease-in;transition:background 85ms ease-in,border-color 85ms ease-in;resize:vertical;width:100%}
input[type="submit"],input[type="button"],button,.button{background:#cfcfcf;background:-webkit-linear-gradient(top, #cfcfcf 0, #c2c2c2 100%);background:linear-gradient(to bottom, #cfcfcf 0, #c2c2c2 100%);border:none;cursor:pointer;display:inline-block;font-weight:700;line-height:20px;margin:8px 4px 0 0;padding:7px 20px;text-align:center}input[type="submit"].wide,input[type="button"].wide,button.wide,.button.wide{padding-left:30px;padding-right:30px}
.button{border-radius:3px;text-decoration:none;position:relative}
input[type="submit"]:hover,input[type="button"]:hover,button:hover,.button:hover,input[type="submit"]:focus,input[type="button"]:focus,button:focus{background:#c2c2c2;background:-webkit-linear-gradient(top, #c2c2c2 0, #b5b5b5 100%);background:linear-gradient(to bottom, #c2c2c2 0, #b5b5b5 100%)}
input[type="submit"]:active,input[type="button"]:active,button:active,.button:active{background:#b5b5b5;background:-webkit-linear-gradient(top, #b5b5b5 0, #a8a8a8 100%);background:linear-gradient(to bottom, #b5b5b5 0, #a8a8a8 100%);-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15)}
input[type="submit"].primary,input[type="button"].primary,button.primary,.button.primary{background:#24a828;background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%);color:#fff}
input[type="submit"].primary:hover,input[type="button"].primary:hover,button.primary:hover,.button.primary:hover,input[type="submit"].primary:focus,input[type="button"].primary:focus,button.primary:focus{background:#1f9323;background:-webkit-linear-gradient(top, #1f9323 0, #166919 100%);background:linear-gradient(to bottom, #1f9323 0, #166919 100%)}
input[type="submit"].primary:active,input[type="button"].primary:active,button.primary:active,.button.primary:active{background:#1b7e1e;background:-webkit-linear-gradient(top, #1b7e1e 0, #125414 100%);background:linear-gradient(to bottom, #1b7e1e 0, #125414 100%)}
input[type="submit"].negate:hover,input[type="button"].negate:hover,button.negate:hover,.button.negate:hover,input[type="submit"].negate:focus,input[type="button"].negate:focus,button.negate:focus{background:#a82424;background:-webkit-linear-gradient(top, #a82424 0, #7e1b1b 100%);background:linear-gradient(to bottom, #a82424 0, #7e1b1b 100%);color:#fff}
input[type="submit"].negate:active,input[type="button"].negate:active,button.negate:active,.button.negate:active{background:#931f1f;background:-webkit-linear-gradient(top, #931f1f 0, #691616 100%);background:linear-gradient(to bottom, #931f1f 0, #691616 100%);color:#fff}
input[type="submit"].disabled,input[type="submit"]:disabled,input[type="button"].disabled,button.disabled,.button.disabled,input[type="submit"].disabled:hover,input[type="submit"]:disabled:hover,input[type="button"].disabled:hover,button.disabled:hover,.button.disabled:hover,input[type="submit"].disabled:active,input[type="button"].disabled:active,button.disabled:active,.button.disabled:active{background:#cfcfcf;cursor:default;-webkit-box-shadow:none;box-shadow:none;color:#a8a8a8}
.button.vote-button{display:block;margin:0}
input[type="submit"].google,input[type="button"].google,button.google,.button.google{background:#4285f0;background:-webkit-linear-gradient(top, #4285f0 0, #1366ec 100%);background:linear-gradient(to bottom, #4285f0 0, #1366ec 100%);color:#fff}
input[type="submit"].google:hover,input[type="button"].google:hover,button.google:hover,.button.google:hover,input[type="submit"].google:focus,input[type="button"].google:focus,button.google:focus{background:#2b75ee;background:-webkit-linear-gradient(top, #2b75ee 0, #115cd4 100%);background:linear-gradient(to bottom, #2b75ee 0, #115cd4 100%)}
input[type="submit"].google:active,input[type="button"].google:active,button.google:active,.button.google:active{background:#2b75ee;background:-webkit-linear-gradient(top, #2b75ee 0, #115cd4 100%);background:linear-gradient(to bottom, #2b75ee 0, #115cd4 100%)}
.button.with-icon{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;padding:6px 16px 6px 30px;text-align:left}.button.with-icon .icon-sm{left:7px;position:absolute;top:7px}
.button.with-icon.google .icon-sm{font-size:15px}
.button.with-icon.facebook{background-image:none;background-color:#3c5a98;border-color:#30497b}.button.with-icon.facebook:hover{background-color:#30497b}
.button.with-icon.twitter{background-image:none;background-color:#53cbfe;border-color:#2abffe}.button.with-icon.twitter:hover{background-color:#2abffe}
fieldset{border:1px solid #bfbfbf;padding:15px;margin-bottom:15px}
input[type="hidden"]{display:none}
input[type="checkbox"],input[type="radio"]{display:inline}
.radio-div,.check-div{display:block;margin-bottom:4px;position:relative}
.radio-div input,.check-div input{float:left;height:20px;left:0;min-height:0;margin:0;padding:0;position:absolute;top:0}
.radio-div label,.check-div label{font-weight:normal;margin:2px 0 0 20px}
label{display:block;font-weight:bold;margin-bottom:4px}label.form-error{color:#a82424}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#939393}
input:-moz-placeholder{color:#939393}
textarea:-moz-placeholder{color:#939393}
input::-moz-placeholder{color:#939393}
textarea::-moz-placeholder{color:#939393}
.button-link{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);background:linear-gradient(to bottom, #fff 0, #f3f3f3 100%);border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #cecece;border-bottom-color:#a0a0a0;cursor:pointer;display:block;font-weight:bold;height:18px;margin-top:6px;max-width:250px;overflow:hidden;white-space:nowrap;padding:6px;position:relative;text-decoration:none;text-overflow:ellipsis;}.button-link .on{background:#24a828;background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%);border-radius:3px;color:#fff;display:none;font-size:12px;font-weight:bold;height:17px;line-height:17px;margin:0;padding:2px 4px;position:absolute;right:5px;top:5px;text-align:center}
.button-link.is-on{padding-right:30px;max-width:196px}.button-link.is-on .on{display:block}
.button-link.inline{color:#666;padding:2px 14px;margin-left:4px}
.button-link.setting{height:38px;float:left;position:relative;margin:0}.button-link.setting.disabled{background:#fff;border-color:#e9e9e9;color:#939393;cursor:default}.button-link.setting.disabled select{display:none}
.button-link.setting.disabled:hover{color:#939393}.button-link.setting.disabled:hover .label{color:#939393}
.button-link.setting .label{color:#939393;display:block;font-size:12px;line-height:14px;margin-bottom:3px}
.button-link.setting:hover .label{color:#eee}
.button-link.setting .value{display:block;font-size:18px;line-height:24px;overflow:hidden;text-overflow:ellipsis}
.button-link.setting label{display:none}
.button-link.setting select{border:none;cursor:pointer;height:50px;left:0;margin:0;opacity:0;position:absolute;top:0;z-index:2;width:100%}
.button-link.disabled,.button-link.disabled:hover,.button-link.disabled:active,.button-link.disabled.primary,.button-link.disabled.primary:hover,.button-link.disabled.primary:active,.button-link.disabled.disabled,.button-link.disabled.disabled:hover,.button-link.disabled.disabled:active{background:#cfcfcf;border-color:#c2c2c2;border-bottom-color:#b5b5b5;cursor:default;-webkit-box-shadow:none;box-shadow:none;color:#a8a8a8}.button-link.disabled .icon-sm,.button-link.disabled:hover .icon-sm,.button-link.disabled:active .icon-sm,.button-link.disabled.primary .icon-sm,.button-link.disabled.primary:hover .icon-sm,.button-link.disabled.primary:active .icon-sm,.button-link.disabled.disabled .icon-sm,.button-link.disabled.disabled:hover .icon-sm,.button-link.disabled.disabled:active .icon-sm{color:#a9a9a9}
.button-link:hover{background:#318ec4;background:-webkit-linear-gradient(top, #318ec4 0, #2b7cab 100%);background:linear-gradient(to bottom, #318ec4 0, #2b7cab 100%);border-color:#2e85b8;color:#fff}.button-link:hover .on{background-image:none;background-color:rgba(255,255,255,0.3);border-color:transparent}
.button-link:hover .icon-sm{color:#fff}
.button-link:active{background:#2e85b8;background:-webkit-linear-gradient(top, #2e85b8 0, #28739f 100%);background:linear-gradient(to bottom, #2e85b8 0, #28739f 100%);border-color:#2b7cab;color:#fff}.button-link:active .icon-sm{color:#fff}
.button-link.negate:hover{background:#a82424;background:-webkit-linear-gradient(top, #a82424 0, #7e1b1b 100%);background:linear-gradient(to bottom, #a82424 0, #7e1b1b 100%);border-color:#7e1b1b}
.button-link.negate:active{background:#931f1f;background:-webkit-linear-gradient(top, #931f1f 0, #691616 100%);background:linear-gradient(to bottom, #931f1f 0, #691616 100%);border-color:#691616}
.button-link.primary{background:#24a828;background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%);border:1px solid;border-color:#1f9323;color:#fff}.button-link.primary .icon-sm{color:#fff}
.button-link.primary:hover{background:#1f9323;background:-webkit-linear-gradient(top, #1f9323 0, #166919 100%);background:linear-gradient(to bottom, #1f9323 0, #166919 100%);border-color:#1b7e1e}
.button-link.danger{background:#a82424;background:-webkit-linear-gradient(top, #a82424 0, #7e1b1b 100%);background:linear-gradient(to bottom, #a82424 0, #7e1b1b 100%);border:1px solid;border-color:#931f1f;color:#fff}.button-link.danger .icon-sm{color:#fff}
.button-link.danger:hover{background:#931f1f;background:-webkit-linear-gradient(top, #931f1f 0, #691616 100%);background:linear-gradient(to bottom, #931f1f 0, #691616 100%);border-color:#7e1b1b}
.emphasis-button,.quiet-button{border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#939393;display:block;margin:2px 0;padding:4px 6px;position:relative}.emphasis-button.w-img,.quiet-button.w-img{padding-left:24px}
.emphasis-button .icon-sm,.quiet-button .icon-sm{left:4px;position:absolute;top:4px}
.emphasis-button:hover,.quiet-button:hover{color:#444;background:#dcdcdc}
.emphasis-button:active,.quiet-button:active{color:#444;background:#d3d3d3}
.emphasis-button{color:#74663e;background:#ecdfbb}.emphasis-button:hover{color:#53492d;background:#e7d6a7}
.emphasis-button:active{color:#53492d;background:#e1cc93}
.big-link{border-radius:3px;display:block;margin:6px 0 6px 40px;padding:11px;position:relative;text-decoration:none;font-size:16px;line-height:20px}.big-link .text{text-decoration:underline}
.big-link:hover{background:#dcdcdc}
.big-link.options{padding-right:41px}
.big-link .option{height:30px;position:absolute;right:6px;top:6px;width:30px}.big-link .option.spinner{display:none}
.big-link.sending .option.icon-check{display:none}
.big-link.sending .option.spinner{display:block}
.big-link.none{color:#939393;text-decoration:none}.big-link.none:hover{background:transparent}
.big-link.avatar-changer{padding-right:51px}.big-link.avatar-changer .member{border:1px solid #ccc;border-radius:3px;height:40px;width:40px;position:absolute;right:0;top:0}.big-link.avatar-changer .member .member-avatar{height:40px;width:40px}
.big-link.avatar-changer .member .member-initials{font-size:16px;height:40px;line-height:40px;max-height:40px}
.show-more{border-radius:3px;color:#939393;display:block;font-weight:bold;padding:16px 8px 16px 40px;margin:8px 0;text-decoration:none}.show-more:hover{background:#dcdcdc;text-decoration:underline}
.show-more.compact{padding:12px 8px;margin:8px 0 0;text-align:center}
.board-widget .show-more{padding:12px 8px 12px 40px}
.uploader{clear:both;cursor:pointer;position:relative;height:30px;width:100%}.uploader .realfile{cursor:pointer;height:32px;line-height:32px;position:absolute;top:0;left:0;width:100%;z-index:2;font-size:23px}.uploader .realfile input[type='file']{cursor:pointer;height:32px;line-height:32px;margin:0;opacity:0;padding:0;width:100%;z-index:2;font-size:23px}
.uploader:hover .fakefile{background:#318ec4;background:-webkit-linear-gradient(top, #318ec4 0, #2b7cab 100%);background:linear-gradient(to bottom, #318ec4 0, #2b7cab 100%);border-color:#2e85b8;color:#fff}.uploader:hover .fakefile .icon-sm{color:#fff}
.credit-card-form label{font-weight:normal}
.explorer-9 .uploader .realfile .js-upload-avatar,.explorer-9 .uploader .realfile .js-upload-logo,.explorer-9 .uploader .realfile .js-attach-file{opacity:1;width:88px}
.explorer-9 .uploader .fakefile{display:none}
.explorer-10 input[type='file']{transform:translate(-270px, 0) scaleX(4)}.explorer-10 input[type='file'].upload-emoji{transform:none}
.explorer-10 input[type='file'].upload-sticker-input{transform:translate(-100px, 0) scaleX(4)}
.explorer-10 input[type='file'].upload-background{transform:translate(-100px, 0) scaleX(4)}
@font-face{font-family:'Trellicons Regular';src:url(data:application/font-woff;base64,d09GRgABAAAAACHgABEAAAAAL/AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcaJs93UdERUYAAAGcAAAAHQAAACAAWwAET1MvMgAAAbwAAABDAAAAYG49Yg1jbWFwAAACAAAAAGcAAAF64QS0mGN2dCAAAAJoAAAABgAAAAYEwABAZnBnbQAAAnAAAAGxAAACZVO0L6dnYXNwAAAEJAAAAAgAAAAIAAAAEGdseWYAAAQsAAAaEgAAI5Cf4Oz4aGVhZAAAHkAAAAAyAAAANgMZHl5oaGVhAAAedAAAAB4AAAAkDvUGVWhtdHgAAB6UAAAATwAAALhOrQmmbG9jYQAAHuQAAABeAAAAXsi+v2JtYXhwAAAfRAAAACAAAAAgAVEBPW5hbWUAAB9kAAABfAAAAwBCxmsCcG9zdAAAIOAAAADHAAAB5djIBn1wcmVwAAAhqAAAAC4AAAAusPIrFHdlYmYAACHYAAAABgAAAAY5MlIJAAAAAQAAAADMPaLPAAAAAM4usV4AAAAAzi7pr3jaY2BkYGDgA2IJBhBgYmAEQl0gZgHzGAAGOQBgAAAAeNpjYGaPZ5zAwMrAwvKApYGBgWEChGZawGDEuAzIB0phB6He4X4MDgy8HxzZGP4BdbBnMQYBhRmRlCgwMAIAZXALEQB42mNgYGBmgGAZBkYGECgB8hjBfBaGCCAtxCAAFGECsngfMHzg/CD5QfOD5QfH///BqkFiDB8EPih8MPjgABRj/P9VgVmAhf8f/w/+T/xvoGaiAUY2BrgEI8hkJnQFDMMeAAA9uRghAAAAAEAEwAAAeNpdUbtOW0EQ3Q0PA4HE2CA52hSzmZDGe6EFCcTVjWJkO4XlCGk3cpGLcQEfQIFEDdqvGaChpEibBiEXSHxCPiESM2uIojQ7O7NzzpkzS8qRqnfpa89T5ySQwt0GzTb9Tki1swD3pOvrjYy0gwdabGb0ynX7/gsGm9GUO2oA5T1vKQ8ZTTuBWrSn/tH8Cob7/B/zOxi0NNP01DoJ6SEE5ptxS4PvGc26yw/6gtXhYjAwpJim4i4/plL+tzTnasuwtZHRvIMzEfnJNEBTa20Emv7UIdXzcRRLkMumsTaYmLL+JBPBhcl0VVO1zPjawV2ys+hggyrNgQfYw1Z5DB4ODyYU0rckyiwNEfZiq8QIEZMcCjnl3Mn+pED5SBLGvElKO+OGtQbGkdfAoDZPs/88m01tbx3C+FkcwXe/GUs6+MiG2hgRYjtiKYAJREJGVfmGGs+9LAbkUvvPQJSA5fGPf50ItO7YRDyXtXUOMVYIen7b3PLLirtWuc6LQndvqmqo0inN+17OvscDnh4Lw0FjwZvP+/5Kgfo8LK40aA4EQ3o3ev+iteqIq7wXPrIn07+xWgAAAAABAAH//wAPeNqdWgt4E9eVvndGmpFsS9boNZKst2RJtmzJ1tOWZdkG4xdgbGMDCa8AdgIkEPIgMRBSCgXy9ZGQUBpeIWlD06RJtjPGJE0b2G2afLtNUUNol5JHs2yatNvddJtmmxKwNd5zR3ZC+bLb7WLpzn3MjO4995zz/+dcEIVaEaJalQjRiEUREaNodoxV4N/HREb5dnaMpqCKRJp0K0n3GMtQk9kxTPrjnIer9HCeVgpJrXiHtEOJJlCrYgdCCKOr/tXDTyA09Ut2B7MI2eEX5yIstEUF03mhPC+U6wSV+zwnoLyAooKKdIgOHBaa8uIsHBbLTZxeLLU2NooqB9T8wcZGoYkbq03nGhsbUV190uikclQyQQX5HE4mAj4vYzKa+bSWwkazCzspLWadtAvn6GQiQgXTMzftOHPpkzM7LjzC9Cx688ihC0Pd7PrvraDPKCh67qDOHKmoXzUnrdGue/nx1cn19y5R9ix+49CRC+O5VTGej63K3YlxPJB4bMWhCxcOrXgsEfDsf4r+damFZRq+tnPHcodm6a03+/20OzkY2/D4hjn28vg3lx1+8w0il9Gp+1gVq0IelEGCMyqU5eGDBW9UQOcFax4+J3RWpAoTSaiigi4v+kAKOhWnP6EwOpx+niw6ndD702wElpLD8ZgTm4wMG3TSJqMWK9z+CB69D019Q71++4OX9+/75KF715fe8dpXBu7/SHpL+oH01kf3/2ADZn5Xp+3+3e6HLu174JOHvvTv84yVj3z/5f7eLZ1+f+cWog1oah7s1xlUiqwoiBqQoI4KjrygzQt8VPDFBRomHZInTVagE/WwZba8YNOJbqixebEKh2GmJi4R98RMnNHn8RqMUE0lOZC/x2uC7YEmtKDBmEaY50ZGLveMfLgB35tsaEhKOzfQXQ1JfO+GDdLOZMOC6WH8zxsakoreZMOGgg0K6jfQJCpGkwLmO4jKkQtFkRuNaRAKC4q84IgKxrxQGxX8MOO6qFgvz6sZJ1Lw82YHNjIwgQCX/N/bHbOZjbM7OmZffoiUn18fzWZyuQwpqJ99XnV6ntlP51mLGpGgiQqGvGAHoeaF6ijMGAsRWa66vOCOCTqdGMBEG8Qo6EFAx+kFWQVAcPIEQbTyBIviTMG6ArJADXIbmnKruYnZ19Scy1zelMnh1lyGOtLU3NxUGMnkShqTisjGjRPnko2nlcbWWbNar3zQMns2/sLMrDOUPZMbzY7mMrJdZ0Ev2pl9MHuUTuSoeCKnjDmVppiTMnmMjDeQzHaM3Bk21rSs3PTwkwdvW9lSYwzfOdJRePKF37ww2npw60DXC2/98tXDy5cffvWXb73QNbD1YOvG06c3yrLJgm20g20YUQJ1ox1ISICTyAuxmKCMCi1xgcoLbTEs9MjiYfMCqxN5kE0kPxbhS8InWiNxdXiMj5Aqn1DDgE7MwfisvDgXZMezYEO0otwDNiTmItDwJlvbiEGJSnAyJ8t1FeHuJLQFCrxRY129IZH08B6jk3FhfzAQDGA/CB18SICKYo8Wl1Cslgbxg5cxeXA6xyY9aY+OZVhGyWSx5JMeokr46taVXxj0Scf2bXSb8FosRJua1JG1Dgf9hlJXV9daoc4211+45ZaJf6IK1UNfXNkW5kso6XAV/qjcesNW6VxK+UCZ9UR7bk11i81Trjxpurn/+M0T4b2N+Hm+Qm02rKYy//FB5Rekp6X3pXezBmuJnZeGbDcGAjE68JxS56torV7VPOuE9KeRZxfd4mBkP3wfuwNk3IwWonlIKIsKvXlhdlSoBr0bjAr154VcXsjpxE4QnDcvDoHgcvWgdCWNQicnVpeB+/XqRa0PnK/YW8bpx5A7Bp4YLD3Hmnm9x21IOSkXTkToYISOwpX1ebWKcqxVgLRYDCpDVMWoVfi8EdiMutjcriX9S4L3YCM2bes5tP9On48y+uYnfIt6WvQGrC73RnqW7Zq/+tHVXR4Dxqyls32JLzHfZ8TUWVfDDZtuaHCaq6tbQg5ffU/EN8qYWprmZuN8iU06jWfVuG/bVl9vnPPit8bq3IkKPU1rY4e+/uqz4vbee175wx9eyeWwwlCRcNc9Kz6eUNTOPnPh4MELZ2ZXNnpNaorm3C3ErVAoK02w7cq3kRo5kQOwyxUVEYhHmSe+TlQiwCWnRUYjg87jRhwpDE6KMfPmnCKdAt3xs0yW/hJ+Ff9g8h4pIXX9ak6XWqk0conm4c3jI4mdj34iFRIGemvhMI7hBLVa+tfJj2547dG9g6XqUP/mLXsTFYlcdY1PU5wPO7WPvZuRkAGs0IKIcThh99yyWZjyokf2cBXYiXmlOZXGqUQQB7ws1mKUSKdivNnIMt4g2820hfDHoTV2BbLbCxvtA45J5HBh1aLBjwaHhqCgmiRNaBbTxbidCuTod1L32+2TlHO19M4fhxYtGvrj0OAgkn0CPbWQ3cp8iDqRHqTTJWsRnxe75XlQIAWYRA6uIBIWg30EA8kE9GDeiaFdHE+BXSmgZWKgNx0DnCZ3RHAwAvNmMVXqcCy00AOOzQ8+0925sNziLGzo2Txy27Jl+EzFKrujhJcSZrXDMcTjMz3WxUulj9ql2p2ak3OO9wcsfd9soL6eCbu3Da/64MLpxsknqOrFvJ11KPS+2pJUNnvs/i3uyfc28N4lK9ct30ZFHGqeX+stvOFbwFtKHFRkMVb2ddgXFV5/bv/be1sypaX6m3toZ+dPz7/VN9BbtrBz4hKRg/oaDGpBC9BKdCv6AnoA9RbxSMzOi8fBxYuJdnBqjqi47BZoG/Pi4DC0a6PiPV+Ftj8v3vmlGDi6fWRHRZ0bxtR50RKKxcQHP0WvJlxEpzAuotX/1sbXoNlfQ7+/dXwaKf6HglqdyygipDFxjpT///pfQ9gJ/edM4arxv9JJbKt56hA7m/kd6gLvWA7aPD8qJM6LvbLY0/50CozKrIBrBDw+DRc6XWSWQMUo0NVgwF+OU6C9AWiwWmr6w3ijGNiypxnv99Qderz2FjBzjdtQaipTpxLJ0hKt08UxTCQS8FX5fNU+TLV2pKWz92x/2KzhWN43GHJXlOtsO47YLF2za8xvrl6NE9KZmhJMZ7tVBipSU9FVY9LoSkMebzTs8pVzLksy4E1WeDiNx15ny6RtRoWK/cXCyG1fdNRW84bdRx11DzzidOzuBYKPJx+jj4LqKj7lfER/g6DBIzI7MckcSimzJwGfF7i8wOkIvSP0JJInKGuFBmgoUCuxigNg1QBVJUAa4QRPo2DVj5eZlHafDLUOgNrnsUqNPIFQGHrq6i1Yj/xuBdLrKATsFa56M1xT0A5AP4PTSnM5ZoKVXAJ02sQdxAgP4/vgiw4enELSUWlUOjqFRjadwgx2Y+bUpk2npCvSRenKKfz2cczGY63xpFToWt5FdV3z2CPS1MGDGFPPy3dv+os3+L/75/rEnHj8MqXu6ipcKsqniJ0z9h1Cgj4qVIBkWqNC3XkhnRfbQATpOsBLC6y1Qg+VDMHGIjmbpr6MSW+OV8ZSLTgV8Cm9TDk2XGNfQOZawPuR+wE5sSnqUSJvJOKdQJ7ouxqPYpWn3/K0pcwz8ain3/rdTNRDPeyuq3MX1nmiyrlu/iHeDYXZEyLPKOGZqAe3u7Gbf4SXy8lXnia3Pw0DhTNeje1Ra59Xscpdxn/TMuBGTHGdjAW4P498sNIm8OyzEIlRKvKEnAbzAh0TgjqhJC9kokI8L3QAP4PILSa06ARzXsYAEhnECEvTx6aRIHlVLGDFn9XBO0Ed1g517v9QH8aW4WHp34ZnrtTZYUo1PFz4ZHiYht5J6L2m/fb0nQr/dGViPDQ8HBqm2j/nUsRYhMbZHcrHIJKoRl5EQrGqvOCPAq5hIRwVa2BFor8KkL8cEfbDORl3TtGCIwzQHYZVJlJuM0Rl7gBrXbb2u89/gplLPzi+acBgYG1LSXvXTa88tv/2Ne31pdS8n+Pqn5+TfnGODmsiu+5+cF1Xx61799zq82lqobW2K9y9Yu26Fd1m04Fz5w48fO5cEXPLYY/uYv4BjSJkyGH4YfA6+nSOSueUEBFSvFlLlUP0C2BajiNAWBlWCzXaLHfwOQVPtA0u8n05cj/2eYnTilKwhECUEDbGF5BdWmUEl+vaK2yY0nBrXkkc2FhpqqvqWvTAdYsfvqlNpWD1BpZlzAtqqv0UrXYPeW/SD1dfx1tSIZOWUShmY1pr8Bg5vVIXrYpotQqLo7RME5qr0n3x2357hlOWUPTCWJxv0OmUuniix2vkq2oNevp26c/3PYz/sW6NzVYe3xHBmj6Tw+MxzO9d3BZuWbero3puS0RTRpcPNDeNulxcwxZXryJlhklKj1iSlUsrKuxqR09DBDfY7YyxzmtSlUTbMkajogRz7psXeExqq0pt4VQKpcrWPWuetZzy6OoU+1clSf6i9FNfqEYcRMBhFAfG3AmI3o+uQ2vQEUSC3ySEIFHheoLowtKYkCvysOGoYDsvMHmB0YkJcIy5GDgGoQNKnXg9tH15cQS8RIKBmEOjtVhraomrTHPPBUORaCxOQnzhev3z9XVdC/r6BxbKXpNNyjdHonJbUHAnbb6a2rp60sjpn7dYY3Fyt+xPi2DNgRsxBFqwEugWDdeUC9NsQu+PF+k35Y5QfqM5lkoEvDQgU5EnWKd5hYnj0/AAuF2apyt52f0auBkHlcvgNunvM7k/DA39GlO/Ba4ofy5efkrE9Sf2/Je4bq34J+lPH4vr8N5jF48du9iO1+YyowRloYh/IN/9+0LhQ4zfluuVuE8ONM/CsHQwV7gML74C71UcL75YKvznCVwnrhU+3rvnY3HtWvHjS+S1xyaewr3SGDyq3IPbyRukF13Tb0dTU4XQRPH1lGP690mMqYJ9vU/GOA/E32GZPUOkbYsK4bxQGRU0cvxNgm0k2iDaPoFUaizLFXBpGp8oGa9wMk5cui+ZSschCmzCJsKKYsTswYBUMzC1BuODB6UpwBoZpqhIJGXf8cM9/dZMVBpa2TJr6fWz25bTZz9DI3ji06cmjnzHUIsPf0s1u7Anbf6Oom/WsmVt7UuXT/soWUd/DP4pgvpkrK7NC8Go7IGj4KzPA5UU/DqxGrSOy4t1oHX+CgjZStVOCNmEak7UmEkcV6uBzhKHm3QGObGCIx4taQQFiMfSdekUD1e/PpkAPPZ5FQzoD28G1GKQLp1y82aIed1Bs8i7vJaX3tT/+NwFPPzqlrPSO48fl955fcsNZb/YdGsF9ed1u3F83fr166Sf7el0mMfMtvyv1atewzdeOI69+bs3vyq9+62zLxsvrF5tpn6MY+vgn/SzXevXk3Uqpv6O3cK8CVZpQcjMODGJF4BeYQP8xdNJbGJ9GFxQudXPUfPNhri1MH6arrFRu/Bbhd/acaEPKyttHMNRveYGrbEwRh+fPIdPU2IJxhfxA4Xt1HQO6Sr+U4k6rmE/gavYzzThCYJErUB4TirLNAq391OCc1ImOP7/E73h1SRH8zeQmvvxK/gn1OTmv4XN3Dp5lq7DBDc+RjuY3YwOUB3pyQ7HQJQxHq4txTgxQeLFqBwvQpAIV9hnI4wbWfyx5YClx4rXWDuteNjabfmGxSIdttnwjRaodlulozAgPWLtgdss+EarVTqM7++0HrBa8YjNJh2xQrXThtfYSGHtsh4gj8MgPH4AmtIjNlLAHHEt2qX8JaMhXhiR35aJEwv9esV6Q0WFYeIb9CJnSWFJidakHDBpSwtLZEzEp9Bu5kamhDxXaTRPB76MCZ9y8YplPD9xnHd9x6rXUMc0AS0UeivJx0LMpmL2EXkUU2YkozbD1lJXsbbAp+ytmHFjTKPVdnzcUUVKe3WVg5TVdmkZ6ZGWkR5SUnfN1P7nu4mOj+KLrErRIOsexPR0VDDEBXteKI2RyH46pjdcwyO5a9qjVQ5G4aiqclyeJOVndcpnDwbt+KwjGHRI9fZQCOqkLHIJI8jgXiYOHhEZgCAowK+lEfBPCGsYVoFoIAU4QBJbRj5yxz/dNbLAX3+nDp/Cr9VEKzJzFoekd6Twgb6x+vrtt/f6Q9RjEc/CF796d0vWSd+EXfZ5c+emPYx1vPB76eVlTwdDa/3W+UPy7yrkXOgSkH2vnF92ycllQzHSUJwXvHnBqxPtYGvaYnDhVQChrmkU7NwJg9pUJdsb7wInDWwlQLDQwMEwyMmJ47wR7Az8VmrGcTHmIvYR75yMmWM5nE6pgPQgSlH24pLFW1/D7seO4Ir8lrWnpbfEkMcT6jt6R9cl4fuT2ug9a5aW6iVJettqkX5doAfLtPiI9H5+69Y8rjjyKHb/atd3n+6998lF3/vkkkApNaV6PBvHpTPSKXmdA1M/ZweYU6jiL3TsU/2c0aeBGjd+1VXrtyo6bbaJF6z+WpeUctVSq921EZcUd+kNdLMxCYVBT5qRWjfoTefUy+wC5qfAU3QI8fHKRBwn1diklv0i24nxFKYXSAsnBeA9z2BJWihlB6AH42cnBawogTbGzxSKeDKOEHMGbMEBnHc+GrORDDqdFzlnLEagsVSmvmRjnPkxhZOkWRUOdVhw6kSXjDBjnIt0cmZ1mBBk0eWE7SqV82KEVyRysB9O2hT/LGudxJ5EhAbKTI8HXaOW+NLtz926+7WdCz07XcGg68rdziCepLRlvsyKttaVjd4yOugO3fTDF75+R8t1+3/+L7tCroLbHQq56eB1e7b1RmID23cSeY+jLKxjEPyAEwklJKcup9XLZAdO8sZ5USPbE/hicMHgicEhj7+Ob8JP4ptef106JC2RDlF3Xt16/fWrcqflyI+WoOmDkIr8GF8hp5w1IAtXESsq5fhHD/obE/Q60QDi4UkSR1DriFHbAaPjJK8v6hGISNco2g1wdTUWT0z+MrFPjtniBo+c0uHI0ZUD+3I1zDM1uVzN5cGaHM1O4PDlgPSvTYOH+x946qcT2s/GctRTBSv1W+x9oaMT02U/ee48wbkPpV8w+9j1YHedaCF6FAk1chDXTuZOMK8kLszNC/0y+Jl0gqWYGoYF1eWFOp2ogtV48oJHJzZALZg/YQ82qMIyMkZhdXLO2A6o+DxTwlsqaxbOJwl3jwo4RrytnXCMBk50+gnxaI9DAIXIkZ6SEyobBY1+TOWBkUbRMhdGOBchIuSYoQmTlKEXTJcceqX8cQ/rk8+9IKohx32kqsUKn9cfSBtBy8iJYDDCBEFcWmwgOZuUHMkwH64fk75y93Kvqqbk8H/tegabD1FjR9+cs7bupf7Y3c171y99Qrpy7EfSj166hJlX9v7j7Uk1Y6i0NtsHy3tX7Pzd1w7w7+zZfYQ3/2rv7qNrVzz35aHlK9Pd7Jfe/fKu93Yt3/69pT890jKvIfzF8MpXD64Uvja06ocvHbyQHr63t6LWEgpXRIyNpY6VTyq2f0+ilX/8O+Eypfhg+qxUjrdjCCXNcXcaZkqYVwQ3YzNPFpw2K/gAofUxPpXWYjaVZljgmSW4DPvcrU6sP7/jJ0FvVSK298TClf0rkgfwtz9S/+bxp+768m3mpc233zZwB7XsNNCHfeek74vMU/Shu1iN/cL9TJROPzuy/vqTb5RVJh//zT329vbbK7X1W/v93DHpZemdf9lNpjaTDxgEH6MB30AyH91oo5z7SMSBMJ9QOoNdftBvUCNvfuZ8hhidDhgWcd6CMyZodaKzNCxE80JUJ4ZkxREaSBZBbITuUkA6ndgK3e3F05pQFNw6b5ZDHLCKekKwOXK4iyG0MXAzccpn+c5i/sSXJAdeDoyvuQPHizAZxrlMNpvJ4Rpl6MqFca/tQ5tXLrZtxhc3bxvPSu4sPj7d/Qebj/r6THZQGcplJvqUocka6kkyWFgCJf2f45u3bds8LmazYqEeP04GpGU2r6/wo1xG0ZDJXXU2eRz8Bg/oPmv6bNIgox2IyVLMIRXz90V+aSryS0B90QSWJFqsYCNqMBtX4+cd/iGd2Z3SBdwzmZQ5SearyTlzkpfvTM6hMu/h9vfek17Ei7L4YnaroouMTHwfSuqKdPr99/Gs9/G+8Wx2vJjDlveacGADzLYCBSFGikL024K+jMZ0ZN5g5JV5oTlGfF06Lp9et0aF8vPE9I0WgAq7TvTC/BN5IaETM2QJVuhVFZNj9nJYjo4jx0icGArDNaE/WVUNwWycAHiGE+tj0KnSi3oDcREcxGCtJUazxRaqronUxWROXX8N74HYlMOepPzHXRWEGeKcD09/DVf1tzQy+9Jt2ezlTYn2UWbf5X9TPnblBvJd3JJbsiTXsvjD0VH8BHy/NTqanelrap6VYgYbWrujl59RCBN9+J7Rt0epu1oWyzdc+YT+h8nW4hfvme6cxowtLAZ5OhHiCCfhcaAYSMFoIEfyxy6MA7vexRDXh41PTEpjJ38MfH7qIF3NMK7GW3r6zowdqY1Mpii67aQ0NvGESVEl4sy7u0hUeXQyvHp4/1e/3dM34lKxzGRKhdhi7gr8CQt7l0az0Vy0GK1ETyESG0bzYtMC2I6hqJCMkxN9TYwkMVaQE33heiCbN8goCUCgLJppTV6o0YkxqDWAwerEOWCt3XmhWyfmoDYvL8zTiQMwCjpRqROvg9ryvLgKdjpWAzut1YAz726Amgm2UxyYBzDngG0dAvMWG3Kw0w5OaGsUaRbgQVXikY8SdYlUzGxkvGmnAjx5C3aq4iRbqsUQyXuCCSpIDrth++X/yKG8qj7z4NXjaLqvY7ijY7he3/ztr+xrH+jIchxd4vbURZLRekPyyprVFX27J/rxaBavTXkDqVTAm8I1c2Lxjo54bI78KPY2+MG7+CvT+KLcoWBI2TFaVnXTgrb7XnqpvV3lvH7x3Teu6458Y+7c3CnpweT77ydx39ckkzclv1QZ6+yM1Xd00MvkJycf9qRSnmAqRbnlNkL/Dd1pjbsAAHjaY2BkYGBgZHC0Odt3NZ7f5iuDPHsDUIThnN7LjQj63xX2DvYsIJeDgQkkCgB2TQz9AAB42mNgZGBgz/q3Dkg2MDD8/8HewQAUQQF6AIHSBVsAAHjaYzrA4MDewMAAwoxfIDQQV8DEoNgGimFsdiBmhvJt0dSCMD+U5oDSLFD6K3sDoy4Q74XaAcIiUPkgIHYH4i1QDFL/AcPsSggNAGy2II0AAAAALAAsACwANAC4AQwBZAG4AhgCRgL4A5ID2gQiBKYFiAYGBpYHCgeMB9wIjAl4Cd4KUgqGCvgLSgtmC4ALxAwCDD4MsgzgDQYNag2WDfoOwg8SD7IQCBCwEOoRyAAAAAEAAAAuAJAACwAAAAAAAgABAAIAFgAAAQAAqQAAAAB42o1Sy07CUBA9BTQSHytjXDaGpVYoQbSsVJBEAY0ixGUhtTTyMFAluPAb/AY/xuj/+AGeO72pkbAwkzZnzpx7Zm6nANbxjiSMVBrADp8IG9hkFuEENnCgcRIOyhqnkMGrxkt4i32WkTFsjVeIWxqnUTNeNF6FZXxovEbNt8af2Epsa/yFbMJCFyM8YoYxAvjoIYSJAfGEEWBIrsmahz4jEPWQlWsyPp7IuazmYCHLyKGEW1ygjQbRonN7cycXacw5TYvZWKZRdfNPtyvckImyX7ZHZaj9nuMTFop8l3g7Fw/0VJp7sqp3BzZRQZ5D5Jkd8VwZFXavoIZLdqoTNTjxf+51Rt6nw6loPfYzOemI/UJMReHhhHmHMWOtSsalm4ddZuf0mVAZyH2rrPTFV+1HfQulaUrVJbojp/YWco8O9hlTCYvd1BTdeIZo24NYPdH6ML7RKNa0yXTEYSj/RPQN63oHx5zQF9aWd4FOef7FDnGRjC2byP8AYyxxBnjabczJLkRhFEXhuwpV+r7vSt+r3HP+q5vjVZCImBh4MM+HYiUm9mTt0Ve1qp99flRZ/bdeVdFigEGGaNNhmBFGGWOcCSaZYpoZZpljngUWWWKZFVZZY50NNumyxTY77LLHPgcccsQxJ5xyxjm99sPz++tjdN5enuq6vu337vv0e//XsGmLbeyFvbRX9tre/Db0Qi/0Qi/0Qi/0Qi/0Qi/1Ui/1Ui/1Ui/1Ui/1Uq/oFb2iV/SKXtErekWv6BW9Rq+JLwJHaNkAuAH/hbABjQBLsAhQWLEBAY5ZsUYGK1ghsBBZS7AUUlghsIBZHbAGK1xYWbAUKwAAAAFSCTkxAAA=) format("woff"),url(https://d2k1ftgv7pobq7.cloudfront.net/images/fonts/fa984af041abdded4371c3d7e6220efe/trellicons-regular.ttf) format("truetype"),url(https://d2k1ftgv7pobq7.cloudfront.net/images/fonts/781cc796782bb4dec3f1fbab39876f17/trellicons-regular.svg) format("svg");font-weight:normal;font-style:normal}.icon-lg,.icon-sm{color:#a9a9a9;display:inline-block;font-family:"Trellicons Regular";-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;text-align:center;text-decoration:none}.icon-lg.custom-image,.icon-sm.custom-image{text-indent:100%;overflow:hidden}.icon-lg.custom-image img,.icon-sm.custom-image img{overflow:hidden;position:absolute;top:0;left:0}
@font-face{font-family:'Trellicons Regular SVG';src:url(https://d2k1ftgv7pobq7.cloudfront.net/images/fonts/781cc796782bb4dec3f1fbab39876f17/trellicons-regular.svg) format("svg");font-weight:normal;font-style:normal}.windows.chrome .icon-lg,.windows.chrome .icon-sm{font-family:"Trellicons Regular SVG"}
.windows.chrome .icon-lg{line-height:34px}
.windows.chrome .header-btn .header-btn-icon.icon-lg{line-height:28px}
.windows.chrome .icon-sm{line-height:20px}
.icon-lg.dark,.icon-sm.dark,.icon-lg.dark-hover:hover,.icon-sm.dark-hover:hover,.dark-hover:hover .icon-lg,.dark-hover:hover .icon-sm{color:#686868;text-decoration:none}
.icon-lg.light,.icon-sm.light,.icon-lg.light-hover:hover,.icon-sm.light-hover:hover,.light-hover:hover .icon-lg,.light-hover:hover .icon-sm{color:#fff;text-decoration:none}
.icon-sm{height:18px;font-size:12px;line-height:18px;width:18px}
.icon-lg{height:30px;font-size:20px;line-height:30px;width:30px}
.icon-org:before,.icon-org-private:before{content:"\f000"}
.icon-member:before{content:"\f001"}
.icon-board:before{content:"\f002"}
.icon-list:before{content:"\f003"}
.icon-card:before{content:"\f004"}
.icon-notification:before{content:"\f005"}
.icon-trophy:before{content:"\f006"}
.icon-rocket:before{content:"\f007"}
.icon-cal:before{content:"\f039"}
.icon-briefcase:before{content:"\f037"}
.icon-briefcase.icon-bc-color{color:#71838e}
.icon-crown:before{content:"\f041"}
.icon-crown.icon-color{color:#a89d24}
.icon-comment:before{content:"\f008"}
.icon-label:before{content:"\f009"}
.icon-attachment:before{content:"\f010"}
.icon-checklist:before{content:"\f011"}
.icon-vote:before{content:"\f012"}
.icon-clock:before{content:"\f013"}
.icon-archive:before{content:"\f014"}
.icon-activity:before{content:"\f015"}
.icon-follow:before{content:"\f016"}
.icon-kiwi:before{content:"\f017"}
.icon-sticker:before{content:"\f040"}
.icon-gear:before{content:"\f018"}
.icon-info:before{content:"\f019"}
.icon-search:before{content:"\f020"}
.icon-pin:before{content:"\f021"}
.icon-camera:before{content:"\f038"}
.icon-menu:before{content:"\f022"}
.icon-close:before{content:"\f023"}
.icon-leftarrow:before{content:"\f024"}
.icon-rightarrow:before{content:"\f025"}
.icon-add:before{content:"\f026"}
.icon-remove:before{content:"\f027"}
.icon-check:before{content:"\f028"}
.icon-reopen:before{content:"\f029"}
.icon-move:before{content:"\f030"}
.icon-edit:before{content:"\f031"}
.icon-private:before{content:"\f032"}
.icon-private{color:#c7846b}
.dark-hover:hover .icon-private,.icon-private.dark-hover:hover{color:#a65b3f}
.icon-org-private{color:#c7b56b}
.dark-hover:hover .icon-org-private,.icon-org-private.dark-hover:hover{color:#a6923f}
.icon-public:before{content:"\f033"}
.icon-public{color:#a8c76b}
.dark-hover:hover .icon-public,.icon-public.dark-hover:hover{color:#84a63f}
.icon-facebook:before{content:"\f034"}
.icon-facebook.brand-color{color:#3b5998}
.icon-google:before{content:"\f035"}
.icon-google.brand-color{color:#e11a31}
.icon-twitter:before{content:"\f036"}
.icon-twitter.brand-color{color:#00aced}
.business-class-mark{background-repeat:no-repeat;display:block}
.emoji{height:18px;width:18px;vertical-align:text-bottom}
.board-list li,.org-list li{border-bottom:1px solid #dcdcdc;padding:2px 0;position:relative}.board-list li .item-name,.org-list li .item-name{padding:0 4px 0 0;margin-bottom:0}
.board-list li a,.org-list li a{border-radius:3px;display:block;padding:6px 80px 6px 8px;position:relative;text-decoration:none}.board-list li a .unread-indicator,.org-list li a .unread-indicator{background:#2e85b8;background:-webkit-linear-gradient(top, #2e85b8 0, #2b7cab 100%);background:linear-gradient(to bottom, #2e85b8 0, #2b7cab 100%);border-radius:7px;display:block;height:14px;opacity:0;position:absolute;right:8px;top:8px;width:14px}.board-list li a .unread-indicator.any,.org-list li a .unread-indicator.any{opacity:1}
.board-list li a:hover,.org-list li a:hover{background:#318ec4;background:-webkit-linear-gradient(top, #318ec4 0, #2b7cab 100%);background:linear-gradient(to bottom, #318ec4 0, #2b7cab 100%);color:#fff}.board-list li a:hover .icon-sm,.org-list li a:hover .icon-sm{color:#fff}
.board-list li a:hover .unread-indicator,.org-list li a:hover .unread-indicator{background:#fff}
.board-list li a:active,.org-list li a:active{background:#2e85b8;background:-webkit-linear-gradient(top, #2e85b8 0, #28739f 100%);background:linear-gradient(to bottom, #2e85b8 0, #28739f 100%);color:#fff}
.archive-list li,.invite-list li{border-bottom:1px solid #dcdcdc;padding:2px 0;position:relative}
.archive-list .item-name,.invite-list .item-name{padding:8px 8px;margin-bottom:0;float:left}
.archive-list .options,.invite-list .options{float:right;margin:6px 0}.archive-list .options .button-link,.invite-list .options .button-link{float:left;margin:0 0 0 4px}
.closeable-list li{padding:6px 20px 6px 0;position:relative}.closeable-list li .option.close{position:absolute;top:6px;right:6px}
.edit{display:none;position:relative}
.editable .current{cursor:pointer}
.editable.editing{cursor:auto}
.edits-warning{display:none;clear:both}
.editing .edit{display:block;float:left;padding-bottom:9px;z-index:100;width:100%}
.editing .edits-warning{display:none !important}
.editing .edit .field,.editing .edit .field:active{background:rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 1px 8px rgba(0, 0, 0, 0.15);box-shadow:inset 0 1px 8px rgba(0, 0, 0, 0.15);border-color:#aaa;margin-bottom:4px}
.edit-heavy .field{font-size:15px;font-weight:bold;line-height:18px}
.editing .hide-on-edit{display:none !important}
.window-header .edit{float:left;margin-right:40px}
.window-header .edit textarea{font-size:18px;height:80px;line-height:22px}
.window-main-col .edit textarea.field{display:block;height:50px}
.list-title .edit textarea.field{height:48px;padding:4px;width:100%}
.board-description .helper,.card-detail-edit .helper{position:absolute;bottom:10px;margin:0;right:-2px}
.card-labels-pref-section .editable .edit{padding-right:60px}
.edit-controls,.add-controls{clear:both}
.edit-controls input[type=submit],.add-controls input[type=submit]{float:left;height:30px;margin-top:0;padding-top:5px;padding-bottom:5px}
.edit-controls .option,.add-controls .option{border-color:transparent;border-radius:3px;color:#939393;display:block;float:right;font-size:12px;font-weight:bold;height:30px;line-height:30px;padding:0 8px;margin:0 2px}
.edit-controls .option:hover,.add-controls .option:hover{background-color:#e6e6e6}
.edit-controls .option:active,.add-controls .option:active{background-color:#ccc}
.add-controls{display:none}
.focus .add-controls{display:block}
#header{background:#27709b;background:-webkit-linear-gradient(top, #27709b 0, #24688f 100%);background:linear-gradient(to bottom, #27709b 0, #24688f 100%);-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);height:30px;overflow:hidden;padding:5px;position:relative;z-index:10}
.promo-page #header{-webkit-box-shadow:none;box-shadow:none}
#header-spinner{bottom:0;left:45%;position:absolute;right:45%;top:10px}#header-spinner .spinner-css{opacity:0;margin:0 auto;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}#header-spinner .spinner-css .bar{background:rgba(255,255,255,0.3)}
#header-spinner.fade-in .spinner-css{opacity:1}
.header-btn{border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#f3f3f3;display:block;float:left;font-size:13px;font-weight:bold;height:30px;line-height:30px;padding:0;position:relative;margin-right:5px;min-width:30px;text-decoration:none}.header-btn span.count{background:#bd2828;-webkit-box-shadow:0 2px 3px #333;box-shadow:0 2px 3px #333;border-radius:3px;color:#fff;font-size:13px;font-weight:bold;height:18px;line-height:16px;padding:0 6px;position:absolute;top:-1px;right:-2px}.header-btn span.count:empty{display:none}
.header-btn .header-btn-icon{font-size:16px;line-height:25px;position:absolute;top:3px;left:0}
.header-btn.no-right-margin{margin-right:0}
.header-btn-text{padding-left:2px}
.header-btn.header-notifications,.header-btn.header-boards,.header-btn.header-search,.header-btn.header-login,.header-btn.header-signup{background:rgba(255,255,255,0.23);background:-webkit-linear-gradient(top, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%)}
.header-notification-list ul{margin-top:8px}
.header-btn:hover{background:rgba(255,255,255,0.33);background:-webkit-linear-gradient(top, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);color:#fff}.header-btn:hover span.count{background:#bd2828}
.header-btn:active{background:rgba(255,255,255,0.33);background:-webkit-linear-gradient(top, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%)}
.header-btn.header-logo{margin-right:8px;padding-left:4px;width:83px}.header-btn.header-logo .logo{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAfCAMAAABHwbomAAAAUVBMVEX///8jHyAjHyD///////////////////////////////////////////////////////////////////////////////////////////////9dZmHfAAAAGnRSTlMAAQIQIDA9QFBYYHCAkJKgsLXAxMnQ3+Dw8zu0GIEAAAHWSURBVHhe7ZTRktUgDIZZAUFKDxVFsnn/B5X8Yc/a9oxdZ86FzpiL0CHk4w+hmI/bf/M5B2Nszsk+B9iZyZjMzOkpvMjMHVj2x5htvDPSFd4bH1KulbnFE1ByIgTWR7EDUQJhN7UceAtIlpjJnYDMqwyFOc9Ra5pWRWPY8yap6FZn4MMxrtubWjdVuFJrke8Mkp8Fe38NhKVDCz2xIpwOFTJFZ08fAnY0ciFRYZ3y0NUiJJxyBg/rLoFISNARbSb++mPwV2a2TkgING0PjUgfwQuglKKXoE1tFIi5aAACA85xyRpuvwdaQgvdZH2XYnFqMhMhcIOvZmXu2+LPJafZintLrA7M2fbhClDDVxXoTIJvmnoGqk3gJgowMAXhknwmKE/ohQosKMJdAzXPCs8rV3kD23U+wuN+N3MJjO8Ve1yhyWva4huwXwTlEbgErrptRboCKeAuQhSwCb4xk90DwU97YJPTMVkXo+RqbUa4g8cBGduK4u/28q5sD9T/noDVW96LyPuG7oiJf8VXMTsgHXk0gQEVz92zhhZVxzf49pnwW++Bnh49sEtv1hhX77unyiRPjR3EHk3sePbsWrP51T4N4h+bm/5sAD7B/ingy9OB5i8H/gTPMEbNaL7iqwAAAABJRU5ErkJggg==);background-repeat:no-repeat;display:block;height:30px;width:80px}
@media screen and (-webkit-min-device-pixel-ratio:1.5),screen and (-webkit-min-device-pixel-ratio:2){.header-btn.header-logo .logo{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/01ef898811a879595cea8ac3cd77a155/header-logo-2x.png);background-size:80px 30px}}.header-btn.header-search{height:29px}
.header-btn.upgrade{margin-right:16px}.header-btn.upgrade .icon-sm{padding:6px 2px 6px 4px}
.header-btn.upgrade,.header-btn.header-help,.header-btn.header-boards,.header-btn.header-notifications{padding:0 8px 0 30px}
.header-btn.header-help{margin-right:8px}
.header-btn.header-login,.header-btn.header-signup{padding:0 12px}
.header-btn.header-signup{background:#24a828;background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%)}
.header-btn.header-signup:hover{background:#28bd2d;background:-webkit-linear-gradient(top, #28bd2d 0, #1f9323 100%);background:linear-gradient(to bottom, #28bd2d 0, #1f9323 100%)}
.header-btn.header-signup:active{background:#24a828;background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%)}
.header-btn.header-go-to-boards{padding:1px 10px 1px 0;margin:-1px 0;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0}.header-btn.header-go-to-boards .member{margin:-1px 6px 0 0}
.header-user{position:absolute;top:5px;right:5px}
.header-auth.member{margin-top:-1px;border-color:#999}.header-auth.member:hover{border-color:#ccc}
.version-tag{float:left;color:#fff;height:30px;line-height:15px;font-size:12px;text-align:right;margin-right:10px}
.promo-nav a{display:inline-block;text-decoration:none;height:15px;padding:5px 6px;margin:3px 2px 0 8px;background:none;line-height:15px;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-size:12px;border-radius:3px}.promo-nav a:hover{background:#3291c8;background:-webkit-linear-gradient(top, #3291c8 0, #2f88bc 100%);background:linear-gradient(to bottom, #3291c8 0, #2f88bc 100%)}
.promo-nav a:active{background:#2a7aa8}
.small-window .promo-nav{display:none}
.show-search-btn{display:none}
#header-search{float:left;margin:1px 8px 0 0;position:relative;z-index:1}#header-search label{display:none}
#header-search input[type="text"]{background:rgba(255,255,255,0.5);border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px;border:none;float:left;font-size:13px;height:29px;min-height:29px;line-height:19px;width:180px;margin:0}#header-search input[type="text"]:hover{background:rgba(255,255,255,0.7)}
#header-search input[type="text"]:focus{background:#e8ebee;-webkit-box-shadow:none;box-shadow:none}
#header-search .header-btn{border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0}
#header-search input[type="submit"]{display:none}
.header-banner{font-size:16px;font-weight:bold;line-height:20px;text-align:center;-webkit-transition:background ease-in 250ms,padding ease-in 250ms;transition:background ease-in 250ms,padding ease-in 250ms;padding:10px;position:relative;word-wrap:break-word;z-index:7}.header-banner .quiet{display:inline-block}
.header-banner.flash{background:#fbd46a;padding:7px 10px 13px}
.header-banner-warning{background:#efe3c3;border-bottom:1px solid #e7d6a7;color:#3b372b}.header-banner-warning .quiet{color:#847b62}.header-banner-warning .quiet:hover{color:#0f0e0b}
.header-banner-reco{background:#c3dfef;border-bottom:1px solid #a7cfe7;color:#435f70;font-size:24px;line-height:52px}.header-banner-reco img{border:1px solid #a7cfe7;height:50px;margin-right:12px;vertical-align:top;width:50px}
.header-banner-reco .quiet{color:#627784}.header-banner-reco .quiet:hover{color:#0b0d0f}
.header-banner-invited h1{margin:10px 0 3px 0;font-weight:normal}
.header-banner-invited .button-link{display:inline-block}
.header-banner-invited .quiet{display:block;font-weight:normal;font-size:13px;margin:5px 0}
.header-banner-invited p{font-size:14px;font-weight:normal}
.header-banner-invited .invited-message{margin-bottom:10px}
.header-btn.header-woof{background:none;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;height:35px;width:350px}.header-btn.header-woof .taco-talk-small-icon{background-size:33px 41px;display:block;height:40px;left:0;position:absolute;top:15px;-webkit-transition:top 85ms ease-in,margin 85ms ease-in;transition:top 85ms ease-in,margin 85ms ease-in;width:33px}
.header-btn.header-woof .left-arrow{height:0;width:0;border-right:7px solid #46b946;border-top:7px solid transparent;border-bottom:7px solid transparent;position:absolute;top:8px;left:-7px;-webkit-transition:border-right-color 85ms ease-in;transition:border-right-color 85ms ease-in}
.header-btn.header-woof .header-btn-text{background-color:#46b946;border-radius:3px;line-height:18px;padding:6px 8px;position:absolute;left:43px;top:40px;white-space:nowrap;-webkit-transition:top 85ms ease-in,background-color 85ms ease-in;transition:top 85ms ease-in,background-color 85ms ease-in}
.header-btn.header-woof.woof-hide{width:0;min-width:0}.header-btn.header-woof.woof-hide .taco-talk-small-icon{top:40px}
.header-btn.header-woof.woof-hide .header-btn-text{top:40px}
.header-btn.header-woof.woof-crouch .taco-talk-small-icon{top:15px}
.header-btn.header-woof.woof-crouch .header-btn-text{top:40px}
.header-btn.header-woof.woof-up .taco-talk-small-icon,.header-btn.header-woof.woof-crouch:hover .taco-talk-small-icon{top:0}
.header-btn.header-woof.woof-up .header-btn-text,.header-btn.header-woof.woof-crouch:hover .header-btn-text{top:0}
.header-btn.header-woof.woof-alert .header-btn-text{background-color:#b95946}
.header-btn.header-woof.woof-alert .left-arrow{border-right-color:#b95946}
.header-btn.header-woof:hover .header-btn-text{background-color:#46b946}
.header-btn.header-woof:hover .left-arrow{border-right-color:#46b946}
.header-btn.header-woof:hover.woof-alert .header-btn-text{background-color:#b95946}
.header-btn.header-woof:hover.woof-alert .left-arrow{border-right-color:#b95946}
.window-overlay{background-color:rgba(0,0,0,0.6);display:none;height:100%;left:0;position:fixed;top:0;overflow-y:auto;width:100%;z-index:20}
.window-up .window-overlay{display:block}
.explorer-9.window-up #content{visibility:hidden}
.window-up .header-logo.header-btn,.window-up .header-about.header-btn{background:transparent;-webkit-box-shadow:none;box-shadow:none}
.window-up #surface .button-link{background-image:none;background-color:#fafafa;border-color:#cecece;color:#393939}
.window-up #surface .action-comment{-webkit-box-shadow:none;box-shadow:none}
.window-up .list-link.visible.last-visible-link{-webkit-box-shadow:none;box-shadow:none}
.window{display:none;padding-bottom:80px;position:absolute;width:690px;z-index:25}
.window-wrapper{background: #FFFFFF;border-radius:3px;overflow:hidden;position:relative;width:100%;z-index:0}.window-wrapper .dropzone{display:none;height:0;width:0;z-index:-1}
.window-wrapper .drophover div>div{opacity:.6}
.window-wrapper .drophover .dropzone{bottom:0;display:block;font-size:20px;font-weight:bold;line-height:30px;height:auto;left:0;opacity:1;padding:200px 50px;position:absolute;right:0;text-align:center;top:0;width:auto;z-index:1}
.window-main-col{float:left;overflow-x:hidden;overflow-y:auto;margin:0;min-height:20px;padding:6px 12px 12px;width:472px}.window-main-col img{max-width:100%}
.window-sidebar{float:right;padding:6px 12px 12px 0;width:170px;overflow:hidden}.window-sidebar input[type="text"]{padding:4px;width:160px}
.window-sidebar hr{margin:6px 0}
.window-header{margin:4px 40px 4px 40px;padding:12px 12px 0;position:relative;z-index:1}.window-header .window-header-icon{left:-28px;position:absolute;top:8px}
.window-header .window-header-inline-content{cursor:default;display:inline-block;margin:4px 6px 0 0}.window-header .window-header-inline-content a{display:inline}
.window-title h2{margin-right:4px}
.window-title-text{display:inline;min-height:20px;min-width:50px;word-wrap:break-word}
.window-title-extra{display:inline-block;font-size:12px;color:#939393;padding:0 6px 0 2px;position:relative;margin:0 2px}.window-title-extra.bc{background:#dadfe2;border-radius:8px;color:#667985;margin-left:12px;padding:0 8px 0 27px}.window-title-extra.bc .business-class-mark{background-size:24px 21px;height:21px;width:24px;position:absolute;left:-2px;top:-4px}
.window-header-utils{position:absolute;top:4px;right:4px;height:30px;overflow:hidden;width:30px;z-index:2}
.window-header-utils a{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;float:left}.window-header-utils a .icon-menu{display:none}
.window-module{clear:both;margin-bottom: 20px;position:relative;}.window-module:empty{display:none}
.window-module-title{border-bottom:1px solid #dcdcdc;padding:8px 0;position:relative;margin:0 0 6px 40px}.window-module-title.no-divider{border-bottom:none}
.window-module-title h3{display:inline-block;width:auto;margin:0 2px 0 0;min-height:18px;min-width:40px;font-size: 13px;}
.window-module-title .window-module-title-icon{left:-40px;position:absolute;top:2px}.window-module-title .window-module-title-icon.custom-image img{height:30px;width:30px}
.window-module-title .window-module-title-icon.icon-clock.soon{background-color:#c3b622;border-radius:3px}
.window-module-title .window-module-title-icon.icon-clock.overdue{background-color:#a38f8f;border-radius:3px}
.window-module-title .icon-menu{cursor:pointer;left:auto;position:absolute;padding:8px;right:0;top:0;visibility:hidden}
.window-module-title:hover .icon-menu{visibility:visible}
.window.variable{max-width:900px;min-width:496px;width:auto}.window.variable .window-main-col{width:auto;min-width:496px}.window.variable .window-main-col img{max-width:100%}
.window.slim{width:496px}.window.slim .show-more{text-align:center;padding:16px 8px;margin-bottom:0}
.board-description{min-height:200px}.board-description textarea,.board-description .current{min-height:200px}
.window.single-column{width:550px}.window.single-column .window-header{margin-bottom:0}
.window.single-column .window-main-col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:0;width:100%}
.sidebar-nav li{margin-bottom:4px}
.sidebar-nav a{border-radius:3px;display:block;font-size:16px;line-height:20px;font-weight:bold;padding:4px 8px;position:relative;text-decoration:none}.sidebar-nav a .option{border-radius:3px;background:rgba(0,0,0,0.2);padding:4px 8px;position:absolute;top:0;right:0}
.sidebar-nav a:hover,.sidebar-nav a.active{color:#fff}.sidebar-nav a:hover .option,.sidebar-nav a.active .option{border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0;color:#fff}
.sidebar-nav a:hover .icon-sm,.sidebar-nav a.active .icon-sm,.sidebar-nav a:hover .icon-lg,.sidebar-nav a.active .icon-lg{color:#fff}
.sidebar-nav a:hover{background:#318ec4;background:-webkit-linear-gradient(top, #318ec4 0, #2b7cab 100%);background:linear-gradient(to bottom, #318ec4 0, #2b7cab 100%)}
.sidebar-nav a.active{background:#2e85b8;background:-webkit-linear-gradient(top, #2e85b8 0, #28739f 100%);background:linear-gradient(to bottom, #2e85b8 0, #28739f 100%)}
.sidebar-nav.mini h3{padding:0 0 4px 8px;margin:0 0 4px 0}
.sidebar-nav.mini li{margin-bottom:2px}
.sidebar-nav.mini a{font-size:14px;line-height:18px;font-weight:normal}
.picker.modal-dialog-bg{z-index:30;background-color:#000 !important}
.picker.modal-dialog-bg{z-index:30;background-color:#000 !important}
.focus-dummy{width:1px;height:0;display:block;overflow:hidden;outline:none}
.pop-over{background:#fff;border:1px solid #b9b9b9;border-radius:3px;display:none;overflow-y:auto;overflow-x:hidden;padding:8px;position:absolute;right:-9999px;top:-9999px;width:270px;z-index:20;}.pop-over hr{margin:6px 0}
.pop-over textarea{margin:4px 0;width:100%}
.pop-over input[type="text"],.pop-over input[type="email"],.pop-over input[type="password"]{margin:4px 0 12px;width:100%}
.pop-over select{width:100%;margin-bottom:14px}
.pop-over input[type="file"]{width:240px}
.pop-over textarea{height:72px;margin-bottom:12px}
.pop-over .empty{margin:0}
.pop-over img{max-width:270px}
.pop-over .custom-image img{height:18px;left:9px;top:9px;width:18px}
.pop-over .title{line-height:32px}
.pop-over .header{height:26px;position:relative;border-bottom:1px solid #dcdcdc;margin-bottom:6px;text-align:center}.pop-over .header .header-title{color:#939393;display:block;font-weight:bold;line-height:21px;overflow:hidden;padding:0 24px;text-overflow:ellipsis;white-space:nowrap;width:220px}
.pop-over .header .back-btn{display:none;padding:2px;position:absolute;top:0;left:0}.pop-over .header .back-btn:hover .icon-sm{color:#686868}
.pop-over .header .close-btn{padding:2px;position:absolute;top:0;right:0}.pop-over .header .close-btn:hover .icon-sm{color:#686868}
.select-members-list{margin-bottom:8px}
.pop-over-list.navigable li.not-selectable>a:hover,.pop-over-list li.not-selectable>a:hover{color:#939393;cursor:default}.pop-over-list.navigable li.not-selectable>a:hover .icon-sm,.pop-over-list li.not-selectable>a:hover .icon-sm{color:#a9a9a9}
.pop-over-list li>a{cursor:pointer;display:block;font-weight:bold;padding:6px 10px;position:relative;margin:0 -9px;text-decoration:none}.pop-over-list li>a .item-name{display:block;width:auto;padding-right:22px}
.pop-over-list li>a:hover{background-color:#318ec4;color:#fff}.pop-over-list li>a:hover .sub-name,.pop-over-list li>a:hover .quiet{color:#eee}
.pop-over-list li>a:hover .unread-indicator{background:#fff}
.pop-over-list li>a:hover .icon-sm{color:#fff}
.pop-over-list li>a .sub-name{clear:both;color:#939393;display:block;font-size:12px;font-weight:normal;line-height:15px;margin-top:4px}
.pop-over-list li>a.current{background-color:#e2e6e9}
.pop-over-list li>a .unread-indicator{background:#2e85b8;background:-webkit-linear-gradient(top, #2e85b8 0, #2b7cab 100%);background:linear-gradient(to bottom, #2e85b8 0, #2b7cab 100%);border-radius:7px;display:block;height:14px;opacity:0;position:absolute;right:16px;top:8px;width:14px}.pop-over-list li>a .unread-indicator.any{opacity:1}
.pop-over-list li>a:active{background-color:#2e85b8}
.pop-over-list li>a.disabled{color:#939393;cursor:default}.pop-over-list li>a.disabled .vis-icon{opacity:.35}
.pop-over-list li>a.disabled .icon-sm{color:#a9a9a9}
.pop-over-list li>a.disabled:hover{background:none}.pop-over-list li>a.disabled:hover .sub-name{color:#939393}
.pop-over-list li>a.disabled:hover .quiet{color:#939393}
.pop-over-list li>a.disabled:hover .icon-sm{color:#a9a9a9}
.pop-over-list li>a.disabled:active{background:none}
.pop-over-list.inset li>a{border-radius:3px;margin:0}
.pop-over-list.checkable .icon-check{display:none;position:absolute;top:6px;right:12px}
.pop-over-list.checkable li.active a{padding-right:28px}.pop-over-list.checkable li.active a .icon-check{display:block}
.pop-over-list.checkable.left-check .icon-check{right:auto;left:10px}
.pop-over-list.checkable.left-check li a{padding-right:10px;padding-left:32px}
.pop-over-list.checkable.left-check li.active a{padding-right:10px}
.pop-over-list.normal-weight li>a{font-weight:normal}
.pop-over-list.navigable li>a:hover{background-color:transparent;color:#393939}.pop-over-list.navigable li>a:hover .sub-name,.pop-over-list.navigable li>a:hover .quiet{color:#939393}
.pop-over-list.navigable li.selected>a{background-color:#318ec4;color:#fff}.pop-over-list.navigable li.selected>a .sub-name,.pop-over-list.navigable li.selected>a .quiet{color:#eee}
.pop-over-list.navigable li.selected>a.current{background-color:#318ec4}
.pop-over-list.navigable li.selected>a .unread-indicator{background:#fff}
.pop-over-list.navigable li.selected>a .icon-sm{color:#fff}
.pop-over-list.navigable li.selected>a:active{background-color:#318ec4}
.pop-over.miniprofile .header{border-bottom-color:transparent;height:20px;position:absolute;right:8px;top:8px;width:44px;z-index:1}
.pop-over.miniprofile .header-title{display:none}
.pop-over.miniprofile .pop-over-list{padding-top:8px}
.mini-profile-info{min-height:56px;position:relative}.mini-profile-info .member-large{position:absolute;top:2px;left:2px}
.mini-profile-info .info{margin:0 0 0 64px;word-wrap:break-word}.mini-profile-info .info h3 a{text-decoration:none}.mini-profile-info .info h3 a:hover{text-decoration:underline}
.pop-over.avdetail .header{border-bottom-color:transparent;height:20px;position:absolute;top:8px;left:8px;right:8px;z-index:0}
.pop-over.avdetail .header-title{display:none}
.pop-over.avdetail .content{text-align:center}
.pop-over.avdetail .mem-info{margin:2px 24px 8px;position:relative;z-index:1;width:222px}.pop-over.avdetail .mem-info h3 a{text-decoration:none}.pop-over.avdetail .mem-info h3 a:hover{text-decoration:underline}
.pop-over-label-list li a,.pop-over-member-list li a,.pop-over-emoji-list li a{border-radius:3px;display:block;height:32px;line-height:32px;overflow:hidden;position:relative;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;padding:4px;margin-bottom:2px}.pop-over-label-list li a .member,.pop-over-member-list li a .member,.pop-over-emoji-list li a .member{margin-right:8px}
.pop-over-label-list li a .card-label,.pop-over-member-list li a .card-label,.pop-over-emoji-list li a .card-label{float:left;height:32px;margin:0 8px 0 0;padding:0;width:32px}
.pop-over-label-list li a .option,.pop-over-member-list li a .option,.pop-over-emoji-list li a .option,.pop-over-label-list li a .icon-check,.pop-over-member-list li a .icon-check,.pop-over-emoji-list li a .icon-check{background-clip:content-box;background-origin:content-box;display:none;padding:11px;position:absolute;top:0;right:0}
.pop-over-label-list li a .sub-name,.pop-over-member-list li a .sub-name,.pop-over-emoji-list li a .sub-name{font-size:12px}
.pop-over-label-list li:last-child a,.pop-over-member-list li:last-child a,.pop-over-emoji-list li:last-child a{margin-bottom:0}
.pop-over-label-list li.disabled,.pop-over-member-list li.disabled,.pop-over-emoji-list li.disabled{opacity:.5}.pop-over-label-list li.disabled.active a,.pop-over-member-list li.disabled.active a,.pop-over-emoji-list li.disabled.active a,.pop-over-label-list li.disabled.selected a,.pop-over-member-list li.disabled.selected a,.pop-over-emoji-list li.disabled.selected a{background:none;color:#393939;cursor:default}.pop-over-label-list li.disabled.active a .quiet,.pop-over-member-list li.disabled.active a .quiet,.pop-over-emoji-list li.disabled.active a .quiet,.pop-over-label-list li.disabled.selected a .quiet,.pop-over-member-list li.disabled.selected a .quiet,.pop-over-emoji-list li.disabled.selected a .quiet{color:#939393}
.pop-over-label-list li.email-invite .member,.pop-over-member-list li.email-invite .member,.pop-over-emoji-list li.email-invite .member{display:none}
.pop-over-label-list li.email-invite a,.pop-over-member-list li.email-invite a,.pop-over-emoji-list li.email-invite a{padding:0 10px}
.pop-over-label-list li.selected a,.pop-over-member-list li.selected a,.pop-over-emoji-list li.selected a{background-color:#318ec4;color:#fff}.pop-over-label-list li.selected a .quiet,.pop-over-member-list li.selected a .quiet,.pop-over-emoji-list li.selected a .quiet{color:#eee}
.pop-over-label-list li.selected a .card-label,.pop-over-member-list li.selected a .card-label,.pop-over-emoji-list li.selected a .card-label{border-radius:3px}
.pop-over-label-list li.selected a .icon-check,.pop-over-member-list li.selected a .icon-check,.pop-over-emoji-list li.selected a .icon-check{color:#fff}
.pop-over-label-list li.active a .icon-check,.pop-over-member-list li.active a .icon-check,.pop-over-emoji-list li.active a .icon-check{display:block}
.pop-over-label-list li.unconfirmed a.name,.pop-over-member-list li.unconfirmed a.name,.pop-over-emoji-list li.unconfirmed a.name{line-height:16px}
.pop-over-label-list.options li.selected a,.pop-over-member-list.options li.selected a,.pop-over-emoji-list.options li.selected a{padding-right:28px}.pop-over-label-list.options li.selected a .option,.pop-over-member-list.options li.selected a .option,.pop-over-emoji-list.options li.selected a .option{display:block;opacity:.5}
.pop-over-label-list.options li.selected a .option:hover,.pop-over-member-list.options li.selected a .option:hover,.pop-over-emoji-list.options li.selected a .option:hover{opacity:1}
.pop-over-label-list.options li.disabled.selected a,.pop-over-member-list.options li.disabled.selected a,.pop-over-emoji-list.options li.disabled.selected a{padding-right:0}.pop-over-label-list.options li.disabled.selected a .option,.pop-over-member-list.options li.disabled.selected a .option,.pop-over-emoji-list.options li.disabled.selected a .option{display:none}
.pop-over-label-list.options li.no-option.selected a,.pop-over-member-list.options li.no-option.selected a,.pop-over-emoji-list.options li.no-option.selected a{padding-right:6px}.pop-over-label-list.options li.no-option.selected a .option,.pop-over-member-list.options li.no-option.selected a .option,.pop-over-emoji-list.options li.no-option.selected a .option{display:none}
.pop-over-label-list.collapsed.checkable li.active a,.pop-over-member-list.collapsed.checkable li.active a,.pop-over-emoji-list.collapsed.checkable li.active a{padding-right:0}
.pop-over-label-list.collapsed li,.pop-over-member-list.collapsed li,.pop-over-emoji-list.collapsed li{float:left;margin:0 1px 1px 0}.pop-over-label-list.collapsed li a,.pop-over-member-list.collapsed li a,.pop-over-emoji-list.collapsed li a{padding:0;margin:0;width:32px}.pop-over-label-list.collapsed li a .member,.pop-over-member-list.collapsed li a .member,.pop-over-emoji-list.collapsed li a .member{opacity:.8}
.pop-over-label-list.collapsed li a .full-name,.pop-over-member-list.collapsed li a .full-name,.pop-over-emoji-list.collapsed li a .full-name{display:none}
.pop-over-label-list.collapsed li.selected a .member,.pop-over-member-list.collapsed li.selected a .member,.pop-over-emoji-list.collapsed li.selected a .member{border-color:#318ec4;opacity:.9}
.pop-over-label-list.collapsed li.active.selected a .member,.pop-over-member-list.collapsed li.active.selected a .member,.pop-over-emoji-list.collapsed li.active.selected a .member{border-color:#318ec4;opacity:.9}
.pop-over-label-list.collapsed li.active a .member,.pop-over-member-list.collapsed li.active a .member,.pop-over-emoji-list.collapsed li.active a .member{border-color:#2e85b8;opacity:1}
.pop-over-label-list.collapsed li.active a .icon-check,.pop-over-member-list.collapsed li.active a .icon-check,.pop-over-emoji-list.collapsed li.active a .icon-check{border-radius:3px;background-color:#2e85b8;bottom:0;color:#fff;display:block;padding:0;right:0;top:auto}
.pop-over-label-list.checkable li.active a,.pop-over-member-list.checkable li.active a,.pop-over-emoji-list.checkable li.active a{padding-right:28px}
.pop-over-label-list.filtered li,.pop-over-member-list.filtered li,.pop-over-emoji-list.filtered li{display:none}.pop-over-label-list.filtered li.matches-filter,.pop-over-member-list.filtered li.matches-filter,.pop-over-emoji-list.filtered li.matches-filter{display:block}
.pop-over-label-list.limited li.exceeds-limit,.pop-over-member-list.limited li.exceeds-limit,.pop-over-emoji-list.limited li.exceeds-limit{display:none}
.pop-over-emoji-list li>a{padding:2px 4px}.pop-over-emoji-list li>a .emoji{margin:0 6px}
.login-signup-popover{padding:15px}.login-signup-popover .form-tabs{display:none}
.login-signup-popover h1{margin-bottom:15px}
.login-signup-popover p{margin:8px 0}
.login-signup-popover .form-parts-container{position:relative}
.login-signup-popover .active-box{position:absolute;top:0;background:#e2e2e2;border:1px solid #c9c9c9;border-radius:3px;z-index:1;height:100%;width:49%;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.4s;transition-duration:.4s;opacity:1}.login-signup-popover .active-box.start{opacity:0;left:25%}
.login-signup-popover .signup-form,.login-signup-popover .login-form{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;width:50%;z-index:2;opacity:.3;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.2s;transition-duration:.2s}.login-signup-popover .signup-form.active,.login-signup-popover .login-form.active{opacity:1}
.login-signup-popover .js-signup-form-pos{left:0}
.login-signup-popover .login-form{position:absolute;top:0}.login-signup-popover .login-form .icon-google{position:absolute;left:5px;top:3px}
.login-signup-popover .login-form .button.google{padding-left:40px;margin:0 0 15px 0}
.login-signup-popover .js-login-form-pos{left:50%}
.small-window .login-signup-popover input[type="text"],.small-window .login-signup-popover input[type="password"],.small-window .login-signup-popover input[type="email"]{width:100%}
.small-window .login-signup-popover .signup-form,.small-window .login-signup-popover .login-form{width:100%;position:static;display:none}
.small-window .login-signup-popover .active-box{display:none}
.small-window .login-signup-popover .active{display:block}
.small-window .login-signup-popover .form-tabs{display:block}.small-window .login-signup-popover .form-tabs a{display:block;width:50%;text-align:center;border:1px solid #c9c9c9;border-radius:3px;z-index:1;padding:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:bold}.small-window .login-signup-popover .form-tabs a:hover{background:#f6f6f6}
.small-window .login-signup-popover .form-tabs a.active{background:#e2e2e2}
.small-window .login-signup-popover .form-tabs a:first-of-type{float:left;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px;border-right:0}
.small-window .login-signup-popover .form-tabs a:last-of-type{margin-left:50%;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0}
#board-header{height:auto;overflow:hidden;padding:6px 30px 6px 8px;position:relative;-webkit-transition:padding 150ms ease-in;transition:padding 150ms ease-in}#board-header .board-name,#board-header .org-name{border-radius:3px;cursor:default;float:left;line-height:30px;height:30px;margin:0 4px 0 0;position:relative;overflow:hidden}#board-header .board-name .text,#board-header .org-name .text{display:block}
#board-header .board-name.ed:hover,#board-header .org-name.ed:hover{background:#dcdcdc;color:#111;cursor:pointer}
#board-header .board-name:empty,#board-header .org-name:empty{display:none}
#board-header a.board-name{color:#393939;font-size:18px;font-weight:bold;text-decoration:none}#board-header a.board-name .text{padding:0 8px}
#board-header a.board-name img{height:30px;left:0;position:absolute;top:0;width:30px}
#board-header a.board-name.has-org-logo .text{padding-left:38px}
#board-header .org-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:30px;font-size:12px;line-height:32px;max-width:400px;padding:0 8px}
#board-header .board-header-btns{position:relative;display:block}
#board-header .board-header-btn{border-radius:3px;cursor:default;float:left;font-size:12px;height:30px;line-height:32px;margin:0 4px 0 0;padding-left:30px;position:relative;text-decoration:none}#board-header .board-header-btn .icon-sm{background-clip:content-box;background-origin:content-box;-webkit-background-clip:content;-webkit-background-origin:content;padding:6px;position:absolute;top:0;left:0}
#board-header .board-header-btn .text{padding-right:8px}
#board-header .board-header-btn.enabled{background-color:#dcdcdc}#board-header .board-header-btn.enabled:hover{background-color:#ccc}
#board-header .board-header-btn:not(.no-edit) .text{text-decoration:underline}
#board-header .board-header-btn.desc-btn{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}
#board-header .board-header-btn:not(.no-edit):hover{background-color:#dcdcdc;cursor:pointer}
#board-header .board-header-btn.filter-indicator{background:#3d8f3d;padding-right:30px;color:#fff}#board-header .board-header-btn.filter-indicator .icon-sm{color:#fff}
#board-header .board-header-btn.filter-indicator:hover{background:#45a145}
#board-header .board-header-btn.filter-indicator .icon-sm.icon-close{background:#45a145;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0;left:auto;right:0}#board-header .board-header-btn.filter-indicator .icon-sm.icon-close:hover{background:#4db34d}
.extra-large-window .board-wrapper.disabled-all-widgets #board-header,.large-window .board-wrapper.disabled-all-widgets #board-header,.medium-window .board-wrapper.disabled-all-widgets #board-header{padding-right:140px}
.extra-large-window #board-header,.large-window #board-header,.medium-window #board-header{padding-right:300px}.extra-large-window #board-header .board-header-btn.calendar-btn,.large-window #board-header .board-header-btn.calendar-btn,.medium-window #board-header .board-header-btn.calendar-btn,.extra-large-window #board-header .board-header-btn.sub-btn,.large-window #board-header .board-header-btn.sub-btn,.medium-window #board-header .board-header-btn.sub-btn,.extra-large-window #board-header .board-header-btn.filter-indicator,.large-window #board-header .board-header-btn.filter-indicator,.medium-window #board-header .board-header-btn.filter-indicator{float:right}
body.custom-board-background{background-size:cover}body.custom-board-background.custom-board-background-tiled{background-size:auto;background-repeat:repeat}
body.custom-board-background #header{background:rgba(0,0,0,0.35);-webkit-box-shadow:none;box-shadow:none}
body.custom-board-background .board-canvas{background:transparent}
body.custom-board-background .list{background:rgba(227,227,227,0.9)}
body.custom-board-background .list-gradient-top{background:-webkit-linear-gradient(top, rgba(255,255,255,0.8) 0, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.8) 0, rgba(255,255,255,0) 100%);background:none}
body.custom-board-background .list-gradient-bottom{background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,0.8) 100%);background:none}
body.custom-board-background .list.add-list.idle{background:rgba(0,0,0,0.35)}body.custom-board-background .list.add-list.idle .placeholder{color:#fff}
body.custom-board-background .list.add-list.idle:hover{background:rgba(0,0,0,0.5)}
body.custom-board-background .board-widgets{border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
body.custom-board-background.custom-board-background-light-text #board-header .board-name,body.custom-board-background.custom-board-background-light-text #board-header .org-name,body.custom-board-background.custom-board-background-light-text #board-header .board-header-btn,body.custom-board-background.custom-board-background-light-text #board-header .board-header-btn.enabled{background:transparent;color:#f6f6f6;text-shadow:0 1px 1px #333}body.custom-board-background.custom-board-background-light-text #board-header .board-name .icon-sm,body.custom-board-background.custom-board-background-light-text #board-header .org-name .icon-sm,body.custom-board-background.custom-board-background-light-text #board-header .board-header-btn .icon-sm,body.custom-board-background.custom-board-background-light-text #board-header .board-header-btn.enabled .icon-sm{color:#fff}
body.custom-board-background.custom-board-background-dark-text #board-header .board-name,body.custom-board-background.custom-board-background-dark-text #board-header .org-name,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn.enabled{background:transparent;color:rgba(0,0,0,0.7)}body.custom-board-background.custom-board-background-dark-text #board-header .board-name .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .org-name .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn.enabled .icon-sm{color:rgba(0,0,0,0.7)}
body.custom-board-background.custom-board-background-dark-text #board-header .board-name:hover,body.custom-board-background.custom-board-background-dark-text #board-header .org-name:hover,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn:not(.no-edit):hover,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn.enabled:hover{background:rgba(0,0,0,0.1);color:rgba(0,0,0,0.7)}body.custom-board-background.custom-board-background-dark-text #board-header .board-name:hover .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .org-name:hover .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn:not(.no-edit):hover .icon-sm,body.custom-board-background.custom-board-background-dark-text #board-header .board-header-btn.enabled:hover .icon-sm{color:rgba(0,0,0,0.7)}
body.custom-board-background.custom-board-background-transparent-lists .list{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;padding-top:0}body.custom-board-background.custom-board-background-transparent-lists .list .open-card-composer{border-radius:3px}body.custom-board-background.custom-board-background-transparent-lists .list .open-card-composer:hover{background:rgba(0,0,0,0.1)}
body.custom-board-background.custom-board-background-transparent-lists.custom-board-background-light-text .list-title,body.custom-board-background.custom-board-background-transparent-lists.custom-board-background-light-text .open-card-composer{color:#f6f6f6;text-shadow:0 1px 1px #333}
body.custom-board-background.custom-board-background-transparent-lists.custom-board-background-light-text .open-card-composer:hover{color:#f6f6f6;background:rgba(255,255,255,0.2)}
body.custom-board-background.custom-board-background-transparent-lists.custom-board-background-dark-text .open-card-composer{color:rgba(0,0,0,0.7)}
body.custom-board-background.custom-board-background-transparent-lists.custom-board-background-dark-text .open-card-composer:hover{color:rgba(0,0,0,0.9)}
body.custom-board-background #board-header{padding-top:10px;padding-bottom:2px}body.custom-board-background #board-header .board-name,body.custom-board-background #board-header .org-name,body.custom-board-background #board-header .board-header-btn,body.custom-board-background #board-header .board-header-btn.enabled{background:rgba(0,0,0,0.35);color:#f6f6f6}body.custom-board-background #board-header .board-name .icon-sm,body.custom-board-background #board-header .org-name .icon-sm,body.custom-board-background #board-header .board-header-btn .icon-sm,body.custom-board-background #board-header .board-header-btn.enabled .icon-sm{color:#fff}
body.custom-board-background #board-header .board-name:hover,body.custom-board-background #board-header .org-name:hover,body.custom-board-background #board-header .board-header-btn:not(.no-edit):hover,body.custom-board-background #board-header .board-header-btn.enabled:hover{background:rgba(0,0,0,0.4);color:#fff}body.custom-board-background #board-header .board-name:hover .icon-sm,body.custom-board-background #board-header .org-name:hover .icon-sm,body.custom-board-background #board-header .board-header-btn:not(.no-edit):hover .icon-sm,body.custom-board-background #board-header .board-header-btn.enabled:hover .icon-sm{color:444}
body.custom-board-background #board-header .board-header-btn.filter-indicator{background:rgba(61,143,61,0.75)}body.custom-board-background #board-header .board-header-btn.filter-indicator:hover{background:rgba(69,161,69,0.9)}
body.custom-board-background #board-header .board-header-btn.filter-indicator .icon-sm.icon-close{background:rgba(69,161,69,0.75)}body.custom-board-background #board-header .board-header-btn.filter-indicator .icon-sm.icon-close:hover{background:rgba(77,179,77,0.9)}
body.custom-board-background .sidebar-archive-dropzone{border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
body.custom-board-background .sidebar-hide-btn{height:52px}body.custom-board-background .sidebar-hide-btn .icon-sm{top:4px}
body.custom-board-background .board-wrapper.disabled-all-widgets .sidebar-show-btn{background:rgba(0,0,0,0.35);border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px;color:#f6f6f6;height:30px;line-height:30px;margin-top:10px;right:0}body.custom-board-background .board-wrapper.disabled-all-widgets .sidebar-show-btn .icon-sm{color:#fff;margin:0 0 0 4px;top:auto}
body.custom-board-background .board-wrapper.disabled-all-widgets .sidebar-show-btn .text{left:30px;line-height:30px}
body.custom-board-background .board-wrapper.disabled-all-widgets .sidebar-show-btn:hover{background:rgba(0,0,0,0.5)}
.board-canvas{background:#205c7e;margin-right:268px;padding-top:10px;padding-bottom:12px;padding-left:0;padding-right:0;position:relative;-webkit-transition-property:margin;transition-property:margin;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}
.firefox .explorer .board-canvas{padding-bottom:0}
.list-area-wrapper{overflow-x:auto;overflow-y:hidden}.list-area-wrapper::-webkit-scrollbar{height:13px;width:13px}
.list-area-wrapper::-webkit-scrollbar-thumb:vertical,.list-area-wrapper::-webkit-scrollbar-thumb:horizontal{background:rgba(255,255,255,0.4)}
.list-area-wrapper::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0.15)}
.list-area-wrapper::-webkit-scrollbar-button{display:block;height:10px;width:10px}
.extra-large-window .board-wrapper.sidebar-display-wide .board-canvas{margin-right:468px}
.extra-large-window .board-wrapper.sidebar-display-wide .board-widgets{width:450px}
.extra-large-window .board-wrapper.sidebar-display-wide #board-header{padding-right:500px}
.extra-large-window .board-wrapper.sidebar-display-wide .archive-controls.viewing-cards .archive-search{float:left}
.extra-large-window .board-wrapper.sidebar-display-wide .archive-controls.viewing-cards .archive-switch{float:right}
.archive-controls .archive-search{margin:2px 0 12px 0}
.archive-controls .archive-switch{padding:6px 10px}
.archive-controls.viewing-lists .archive-search{display:none}
.board-widgets{background:#f0f0f0;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.25), -1px 0 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 8px rgba(0, 0, 0, 0.25), -1px 0 1px rgba(0, 0, 0, 0.1);bottom:0;padding:12px 4px 0 14px;position:absolute;right:0;top:0;-webkit-transition-property:-webkit-transform,width;transition-property:transform,width;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);width:250px;z-index:5}.board-widgets input[type="text"]{width:236px}
.board-widgets hr{margin:8px 0}
.board-widgets .board-widgets-title{height:0;overflow:hidden;position:relative;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}.board-widgets .board-widgets-title .text{float:left;line-height:14px;padding:8px}
.board-widgets .board-widgets-title.in-frame{height:46px;opacity:1;overflow:visible}
.board-widgets .board-widgets-title .board-sidebar-back-btn{background:#dcdcdc;border-top-left-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:0;display:block;font-weight:bold;float:left;line-height:14px;margin:0 0 0 4px;padding:8px 8px 8px 6px;position:relative;text-decoration:none}.board-widgets .board-widgets-title .board-sidebar-back-btn .left-arrow{border-bottom:15px solid transparent;border-right:10px solid #dcdcdc;border-top:15px solid transparent;display:block;height:0;position:absolute;left:-10px;top:0;width:0}
.board-widgets .board-widgets-title .board-sidebar-back-btn:hover{background:#ccc}.board-widgets .board-widgets-title .board-sidebar-back-btn:hover .left-arrow{border-right-color:#ccc}
.board-widgets .board-widgets-content-wrapper{overflow:hidden}
.board-widgets .board-widgets-content{padding-right:8px;overflow-x:hidden;overflow-y:auto;-webkit-transition-property:-webkit-transform,opacity;transition-property:transform,opacity;-webkit-transition-duration:120ms;transition-duration:120ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}.board-widgets .board-widgets-content.left-of-frame{overflow:hidden;-ms-transform:translateX(-280px);-webkit-transform:translateX(-280px);transform:translateX(-280px)}
.board-widgets .board-widgets-content.right-of-frame{overflow:hidden;-ms-transform:translateX(280px);-webkit-transform:translateX(280px);transform:translateX(280px)}
.board-widgets .board-widgets-content.default{overflow:hidden}.board-widgets .board-widgets-content.default.short{overflow-y:auto}
.sidebar-archive-dropzone{bottom:0;display:none;font-size:18px;font-weight:bold;left:0;line-height:200px;opacity:0;position:absolute;right:0;text-align:center;top:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:120ms;transition-duration:120ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;z-index:0}.sidebar-archive-dropzone .list-card.placeholder{display:none}
.active-sidebar-archive-dropzone .board-widgets .board-widgets-title,.active-sidebar-archive-dropzone .board-widgets .board-widgets-content{opacity:.1;z-index:1}
.active-sidebar-archive-dropzone .board-widgets .sidebar-archive-dropzone{color:#939393;display:block;opacity:.85;z-index:2}.active-sidebar-archive-dropzone .board-widgets .sidebar-archive-dropzone.hover-state{background:#f6f6f6;-webkit-box-shadow:inset 0 0 50px hsl(202, 0%, 94%);box-shadow:inset 0 0 50px hsl(202, 0%, 94%);color:#393939;opacity:1}
.bottom-archive-dropzone{bottom:0;font-size:18px;font-weight:bold;height:0;left:0;line-height:100px;opacity:0;position:absolute;right:0;text-align:center}.bottom-archive-dropzone .list-card.placeholder{display:none}
.bottom-archive-dropzone a{color:rgba(255,255,255,0.7)}.bottom-archive-dropzone a:hover{color:#fff}
.active-bottom-archive-dropzone .bottom-archive-dropzone{background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.8);height:100px;opacity:1;z-index:2}.active-bottom-archive-dropzone .bottom-archive-dropzone.hover-state{background:rgba(0,0,0,0.5);color:#fff}
.sidebar-show-btn{color:#939393;display:none;height:42px;position:absolute;right:0;top:0;z-index:4;width:30px;-webkit-transition-property:width,color;transition-property:width,color;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.sidebar-show-btn .icon-sm{border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;margin:6px 0 0;padding:6px;position:absolute;left:0;top:0;width:30px;-webkit-transition-property:padding,color;transition-property:padding,color;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}
.sidebar-show-btn .text{display:none;left:32px;line-height:42px;position:absolute;text-decoration:underline;top:0}
.sidebar-show-btn:hover{color:#393939}.sidebar-show-btn:hover .icon-sm{padding-left:0}
.sidebar-hide-btn{height:42px;left:-32px;overflow:hidden;position:absolute;text-decoration:none;top:0;z-index:6;width:32px;-webkit-transition-property:box-shadow,margin,left,color,width;transition-property:box-shadow,margin,left,color,width;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.sidebar-hide-btn .icon-sm{background:#f0f0f0;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px;-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 6px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;margin:6px 0 0 12px;padding:6px 4px 6px 6px;position:absolute;right:0;top:0;width:26px;-webkit-transition-property:width,padding,color;transition-property:width,padding,color;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}
.sidebar-hide-btn:hover{color:#393939}.sidebar-hide-btn:hover .icon-sm{width:22px;padding-right:2px}
.board-wrapper.disabled-all-widgets .board-canvas{margin-right:0}
.board-wrapper.disabled-all-widgets .sidebar-show-btn{display:block}
.board-wrapper.disabled-all-widgets .board-widgets{-webkit-box-shadow:none;box-shadow:none;-ms-transform:translateX(300px);-webkit-transform:translateX(300px);transform:translateX(300px)}
.small-window .board-wrapper.disabled-all-widgets .board-widgets{display:none}
.extra-large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn,.large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn,.medium-window .board-wrapper.disabled-all-widgets .sidebar-show-btn{width:135px}.extra-large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn .text,.large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn .text,.medium-window .board-wrapper.disabled-all-widgets .sidebar-show-btn .text{display:block}
.extra-large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn:hover,.large-window .board-wrapper.disabled-all-widgets .sidebar-show-btn:hover,.medium-window .board-wrapper.disabled-all-widgets .sidebar-show-btn:hover{width:140px}
.board-widget{padding:0 0 4px 0;position:relative;z-index:3}
.board-widget-nav{border-radius:3px;background:#dcdcdc;overflow:hidden;padding:0;position:relative}.board-widget-nav .toggle-widget-nav{border-radius:3px;color:#939393;margin:0;padding:7px 10px;position:relative;cursor:pointer}.board-widget-nav .toggle-widget-nav .toggle-menu-icon{position:absolute;top:7px;right:10px;-webkit-transition-property:-webkit-transform,margin;transition-property:transform,margin;-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.board-widget-nav .toggle-widget-nav:hover{background:#ccc;color:#393939}.board-widget-nav .toggle-widget-nav:hover .toggle-menu-icon{margin-top:-2px}
.board-widget-nav .nav-list{display:block;opacity:1;max-height:400px;-webkit-transition-property:max-height,opacity;transition-property:max-height,opacity;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.board-widget-nav .nav-list hr{margin:2px 0;color:#ccc;background:#ccc;-webkit-transition-property:margin;transition-property:margin;-webkit-transition-duration:100ms;transition-duration:100ms;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}
.board-widget-nav .nav-list a{display:block;font-weight:bold;overflow:hidden;padding:7px 10px 6px 32px;position:relative;text-decoration:none}.board-widget-nav .nav-list a .icon-type{position:absolute;top:7px;left:8px}
.board-widget-nav .nav-list a:hover{background:#ccc}.board-widget-nav .nav-list a:hover .icon-type{color:#686868}
.board-widget-nav .nav-list .sub-item a{font-weight:normal;color:#666;padding:5px 10px 5px 32px}.board-widget-nav .nav-list .sub-item a:hover{color:#393939}
.board-widget-nav.collapsed .nav-list{max-height:0;opacity:0}.board-widget-nav.collapsed .nav-list hr{margin:0}
.board-widget-nav.collapsed .toggle-widget-nav{color:#393939}
.board-widget-nav.collapsed .toggle-widget-nav:hover .toggle-menu-icon{margin-top:2px}
.board-widget-nav.collapsed .toggle-menu-icon{-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
.board-widget-members .member{margin:0 2px 2px 0}
.board-widget-title{display:block;min-height:20px;margin-bottom:6px}
.board-widget-content{position:relative;z-index:1}
.board-widget h4{margin:5px 0}
.activity-gradient-t,.activity-gradient-b{height:4px;left:0;position:absolute;width:100%;z-index:2}
.activity-gradient-t{background:#f0f0f0;background:-webkit-linear-gradient(top, #f0f0f0 0, rgba(240,240,240,0) 100%);background:linear-gradient(to bottom, #f0f0f0 0, rgba(240,240,240,0) 100%);top:0}
.activity-gradient-b{background:rgba(240,240,240,0);background:-webkit-linear-gradient(top, rgba(240,240,240,0) 0, #f0f0f0 100%);background:linear-gradient(to bottom, rgba(240,240,240,0) 0, #f0f0f0 100%);bottom:0}
.board-actions-list{overflow-x:hidden;overflow-y:auto;padding:2px 8px 0 0;-webkit-transition:max-height 150ms ease-in;transition:max-height 150ms ease-in}.board-actions-list::-webkit-scrollbar-button{display:block;height:5px;width:5px}
.ipad .board-actions-list{overflow-y:scroll}
#board.filtering .num-cards{display:inline}
.board-backgrounds-list{padding-right:4px;margin-bottom:8px}.board-backgrounds-list .board-background-select:nth-child(2n){padding:0 0 16px 8px}
.board-backgrounds-list.disabled .board-background-select{opacity:.4}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-select{display:inline-block;padding:0 8px 16px 0;width:33%}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-select:nth-child(3n - 1){padding:0 8px 16px 8px}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-select:nth-child(3n){padding:0 0 16px 8px}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-still-uploading{padding:0 8px 16px 0;width:33%}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-still-uploading:nth-child(3n - 1){padding:0 8px 16px 8px}
.extra-large-window .board-wrapper.sidebar-display-wide .board-backgrounds-list .board-background-still-uploading:nth-child(3n){padding:0 0 16px 8px}
.board-background-still-uploading{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:90px;width:50%;padding:0 8px 16px 0}.board-background-still-uploading .background-box-unselectable{opacity:.5}
.board-background-select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:90px;width:50%;padding:0 8px 16px 0;position:relative;z-index:1}.board-background-select.disabled{opacity:.15}
.board-background-select .background-box{border-radius:3px;background-size:cover;display:block;height:74px;position:relative;width:100%}.board-background-select .background-box.background-tile{background-size:100%}
.board-background-select.board-background-select-upload{overflow:hidden}.board-background-select.board-background-select-upload .background-box{background-color:#dcdcdc;border:1px dashed #b9b9b9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:0;opacity:.7}.board-background-select.board-background-select-upload .background-box .icon-add{text-align:center;line-height:74px;width:100%}
.board-background-select.board-background-select-upload:hover .background-box{opacity:1}
.board-background-select.board-background-select-upload .upload-background{bottom:0;cursor:pointer;height:74px;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:1}
.board-background-select .background-option,.board-background-select .background-info{background:rgba(0,0,0,0.6);border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;color:#e6e6e6;display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;z-index:2;padding:4px;position:absolute;left:0;right:0;bottom:0;text-decoration:none}
.board-background-select .background-option .text{text-decoration:underline}
.board-background-select .background-option:hover{background:rgba(0,0,0,0.85);color:#fff}
.board-background-select:hover .background-option,.board-background-select .background-info{display:block}
.board-background-select .background-box:hover{cursor:pointer;opacity:.8}
.gold-promo-button{bottom:0;left:0;padding:36px;position:absolute;right:0;text-align:center;top:0;z-index:2}.gold-promo-button a{background:rgba(184,156,20,0.35);color:#5c4e0a;border-radius:8px;display:block;font-size:20px;font-weight:bold;padding:48px 0;text-decoration:none;width:100%}.gold-promo-button a .text{text-decoration:underline;margin-left:-4px}
.gold-promo-button a:hover{background:rgba(184,156,20,0.45);color:#171403}
.board-settings-background{padding:10px 8px 10px 52px !important}
.board-settings-background-preview{background-size:cover;border-radius:3px;display:block;height:30px;left:4px;position:absolute;top:4px;width:40px}
.list{background:#e3e3e3;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);float:left;margin:0 5px;padding:4px 3px 3px 3px;position:relative;width:204px}.list:first-child{margin-left:10px}
.list:last-child{margin-right:10px}
#board .list{-webkit-transform:translate3d(0, 0, 0)}
.list.add-list{min-height:30px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background 85ms ease-in,opacity 40ms ease-in,border-color 85ms ease-in;transition:background 85ms ease-in,opacity 40ms ease-in,border-color 85ms ease-in}.list.add-list.fade{opacity:0}
.list.add-list .list-name-input{background:rgba(0,0,0,0.05);border-color:#aaa;-webkit-box-shadow:inset 0 1px 8px rgba(0, 0, 0, 0.15);box-shadow:inset 0 1px 8px rgba(0, 0, 0, 0.15);display:block;margin:0;-webkit-transition:margin 85ms ease-in,background 85ms ease-in;transition:margin 85ms ease-in,background 85ms ease-in;width:100%}
.list.add-list .placeholder{display:none;padding:7px;color:rgba(255,255,255,0.7);-webkit-transition:color 85ms ease-in;transition:color 85ms ease-in}
.list.add-list .edit-controls{height:30px;-webkit-transition:margin 85ms ease-in,height 85ms ease-in;transition:margin 85ms ease-in,height 85ms ease-in;overflow:hidden;margin:4px 0 0}
.list.add-list.idle{background:rgba(255,255,255,0.3);cursor:pointer}.list.add-list.idle .list-name-input{background:none;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:none;margin:0}
.list.add-list.idle .placeholder{display:block}
.list.add-list.idle .edit-controls{height:0;margin:0}
.list.add-list.idle:hover{background:rgba(255,255,255,0.4)}.list.add-list.idle:hover .placeholder{color:#fff}
.list-header{position:relative;min-height:19px}.list-header.ed{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}
.list-header:hover .list-title .icon-menu{visibility:visible}
.list-header .list-title.editing .icon-menu,.list-header:hover .list-title.editing .icon-menu{visibility:hidden}
.list-header .list-title.editing .icon-follow,.list-header:hover .list-title.editing .icon-follow{display:none}
.list-title{margin:2px 26px 0 7px;overflow:hidden;text-overflow:ellipsis}.list-title h2{display:inline;font-size:15px;line-height:18px;margin:0 3px 0 0;min-height:19px;min-width:30px}.list-title h2::selection{background:transparent}
.list-title .icon-menu{background-clip:content-box;background-origin:content-box;padding:5px;position:absolute;top:-4px;right:-2px;visibility:hidden}
.list-title.editing{margin:0 2px 2px}.list-title.editing .icon-menu{display:none}
.list-title.editing .num-cards{display:none !important}
.list-title .num-cards{color:#939393;display:none;margin:3px 3px 0 0}
.list-cards{clear:both;margin-bottom:0;min-height:20px;overflow-y:auto;overflow-x:hidden;padding:4px 2px 1px;z-index:1}
.list-cards.fancy-scrollbar::-webkit-scrollbar-button{display:block;height:4px}
.list-card-area{position:relative}
.list-gradient-top,.list-gradient-bottom{height:4px;left:0;position:absolute;width:100%;z-index:2}
.list-gradient-top{background:-webkit-linear-gradient(top, #e3e3e3 0, rgba(227,227,227,0) 100%);background:linear-gradient(to bottom, #e3e3e3 0, rgba(227,227,227,0) 100%);top:0}
.list-gradient-bottom{background:-webkit-linear-gradient(top, rgba(227,227,227,0) 0, #e3e3e3 100%);background:linear-gradient(to bottom, rgba(227,227,227,0) 0, #e3e3e3 100%);bottom:0}
.open-card-composer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;color:#939393;display:block;margin:2px -3px -3px;padding:7px 10px;position:relative;text-decoration:none}.open-card-composer:hover{background:#c3c3c3;color:#222;text-decoration:underline}
.open-card-composer::selection{background:transparent}
.list.placeholder{background-color:rgba(0,0,0,0.2);border-color:transparent;-webkit-box-shadow:none;box-shadow:none;height:100px}.list.placeholder .list-header .list-title .icon-menu{visibility:hidden}
.list.ui-sortable-helper{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing;-webkit-box-shadow:-2px 2px 8px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.5);box-shadow:-2px 2px 8px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.5);-ms-transform:rotate(4deg);-webkit-transform:rotate(4deg);transform:rotate(4deg)}
.power-up-icon{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;height:180px;margin:5px 10px;padding:35px 10px 10px 190px;position:relative;width:430px}.power-up-icon .disabled{cursor:default}
.power-up-icon-image-wrapper{position:absolute;top:20px;left:30px;-webkit-transition:top 100ms;transition:top 100ms;width:140px;height:140px}
.power-up-icon-image{border-radius:100px;background-size:100%;background-repeat:no-repeat;-webkit-box-shadow:0 3px 5px hsla(0, 0%, 0%, 0.2), 0 0px 1px hsla(0, 0%, 0%, 0.4), inset 0px 0px 1px hsla(0, 0%, 0%, 0.6);box-shadow:0 3px 5px hsla(0, 0%, 0%, 0.2), 0 0px 1px hsla(0, 0%, 0%, 0.4), inset 0px 0px 1px hsla(0, 0%, 0%, 0.6);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:6px solid #fff;display:block;height:100%;width:100%}
.power-up-icon-title{float:left;font-size:18px;margin-right:8px}
.power-up-icon-enabled-badge{border-radius:3px;background:#4b9b4b;color:#ebfaeb;display:block;float:left;margin:3px 0 6px;padding:2px 20px 2px 6px;position:relative}.power-up-icon-enabled-badge .icon-sm{background-color:#64b464;border-radius:30px;color:#ebfaeb;padding:5px;position:absolute;top:-3px;right:-15px}
.power-up-list .power-up-icon:hover{background:#dcdcdc;border-radius:3px;cursor:pointer}.power-up-list .power-up-icon:hover .power-up-icon-image-wrapper{top:15px}
.power-up-list .power-up-icon:hover .power-up-icon-title{text-decoration:underline}
.power-up-icon-description{color:#939393}
.power-up-icon-button{padding:8px 20px;text-align:center;width:70px}.power-up-icon-button.enabled:hover{background:#931f1f;background:-webkit-linear-gradient(top, #931f1f 0, #691616 100%);background:linear-gradient(to bottom, #931f1f 0, #691616 100%);border-color:#7e1b1b;color:#fff}
.power-up-icon-button:hover{background:#1f9323;background:-webkit-linear-gradient(top, #1f9323 0, #166919 100%);background:linear-gradient(to bottom, #1f9323 0, #166919 100%);border-color:#1b7e1e;color:#fff}
.power-up-detail .power-up-icon{height:auto;padding:100px 15% 60px 30%;width:100%;margin-top:-50px}.power-up-detail .power-up-icon .power-up-icon-image-wrapper{left:5%;top:85px;height:180px;width:180px}
.power-up-detail .power-up-icon .power-up-icon-title{margin-bottom:12px}
.power-up-detail .power-up-icon .power-up-icon-description{color:#393939;margin-bottom:16px}
.power-up-detail .power-up-icon-image,.power-up-detail .power-up-icon-title{cursor:default}
.power-up-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;clear:both;width:100%}.power-up-content .navbar{border-bottom:1px solid #dcdcdc;text-align:center}.power-up-content .navbar:empty{border-bottom:0;padding:0;margin:0}
.power-up-content .navbar .nav-item{background-color:#ccc;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;border:1px solid #ccc;border-bottom:0;display:inline-block;font-weight:bold;margin:0 2px;padding:8px 20px;text-decoration:none}.power-up-content .navbar .nav-item.active,.power-up-content .navbar .nav-item.active:hover{background-color:#fff;border-color:#dcdcdc;cursor:default;margin-bottom:-1px;padding-bottom:9px}
.power-up-content .navbar .nav-item:hover{background:#bbb;border-color:#bbb}
.power-up-content .content{background-color:#fff;padding:32px}
.power-up-content .fixed-width{margin:0 auto;max-width:500px}
.pop-over-list.power-up-option-list .icon-check{color:#9c9c9c;position:absolute;top:6px;left:6px}
.pop-over-list.power-up-option-list li>a{padding-left:30px}.pop-over-list.power-up-option-list li>a:hover:not(.disabled){background-color:#e3e3e3;color:#393939}.pop-over-list.power-up-option-list li>a:hover:not(.disabled) .icon-check{color:#9c9c9c}
.pop-over-list.power-up-option-list li>a:hover:not(.disabled) .sub-name{color:#9c9c9c}
.calendar-prefs .button-link{display:inline-block;margin-bottom:10px;padding:6px 12px}
.voting-prefs .power-up-option-list .icon-check.soft-check{opacity:.3;display:block}
.voting-prefs .power-up-option-list .icon-check{display:none}
.voting-prefs .power-up-option-list .icon-check.checked-option{display:block}
.voting-prefs .power-up-option-list a.disabled .sub-name{display:block}
.voting-prefs .power-up-option-list a .sub-name{display:none}
.small-window .power-up-icon{height:auto;min-height:130px;padding:20px 10px 20px 140px;width:95%}
.small-window .power-up-icon-image-wrapper{left:20px;top:10px;width:100px;height:100px}
.small-window .power-up-detail .power-up-icon{padding:70px 20px 20px 20px}
.small-window .power-up-detail .power-up-icon-image-wrapper{position:static}
.small-window .power-up-detail .power-up-icon-image{height:115px;width:115px;margin:0 auto 20px}
.small-window .power-up-detail .power-up-icon-title-section{text-align:center;margin-bottom:10px}
.small-window .power-up-detail .power-up-icon-title,.small-window .power-up-detail .power-up-icon-enabled-badge{float:none;display:inline}
.small-window .power-up-detail .power-up-icon-button{margin:0 auto}
.medium-window .power-up-list .power-up-icon{width:325px;padding-left:150px;padding-top:30px}
.medium-window .power-up-list .power-up-icon-image-wrapper{left:20px;width:115px;height:115px}
.medium-window .power-up-detail .power-up-icon-image-wrapper{width:140px;height:140px}
.large-window .power-ups,.extra-large-window .power-ups{width:900px}.large-window .power-ups .power-up-icon-title,.extra-large-window .power-ups .power-up-icon-title{font-size:22px}
.power-up-screenshot-list{margin:0 auto;max-width:700px}
.power-up-screenshot-item{margin:0 0 32px 0;width:100%}.power-up-screenshot-item:last-child{margin:0}
.calendar-wrapper{height:100%;position:relative;background:#f0f0f0;border-radius:3px;margin:0 10px}
.calendar-content{position:absolute;right:0;left:0;bottom:0;top:86px;border-radius:3px}
.calendar-header{position:relative}.calendar-header .button-link{float:left;padding:6px 12px;margin:0 4px 0 0}
.calendar-header-toolbar{min-height:32px;padding:12px;position:relative}
.calendar-header-toolbar-today{float:left;margin-right:8px}
.calendar-header-toolbar-nav{float:left}
.calendar-header-toolbar-title{text-align:center;position:absolute;top:18px;left:0;right:0}
.calendar-header-toolbar-type{float:right;margin-right:8px}
.calendar-header-toolbar-close{margin-top:2px;float:right;position:relative}
.calendar-header.week-view .week-button,.calendar-header.month-view .month-button,.today-button.on-today{background:#e3e3e3;background:-webkit-linear-gradient(top, #e3e3e3 0, #cfcfcf 100%);background:linear-gradient(to bottom, #e3e3e3 0, #cfcfcf 100%);pointer-events:none;cursor:default;}.calendar-header.week-view .week-button:hover,.calendar-header.month-view .month-button:hover,.today-button.on-today:hover{color:#393939;border:1px solid #cecece;border-bottom-color:#a0a0a0}
.calendar-header.month-view .days-of-week{padding-right:9px}
.calendar-header.month-view .icon-leftarrow,.calendar-header.month-view .icon-rightarrow{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.days-of-week{display:table}.days-of-week div{width:1%;display:table-cell;text-align:center}
.pop-over .calendar-card-composer .list-button-link{width:163px;margin:0 8px 8px 0}
.pop-over .calendar-card-composer .pos-button-link{width:70px;margin-bottom:8px}
.pop-over .calendar-card-composer .list-button-link{width:163px;margin:0 8px 8px 0}
.pop-over .calendar-card-composer .pos-button-link{width:70px;margin-bottom:8px}
.day-cell{border:none;height:140px;padding:0;position:relative;width:14%;background:#f0f0f0}.day-cell h3{color:#939393;font-weight:normal}
.day-cell.current-month .calendar-day{background:#e3e3e3}.day-cell.current-month .calendar-day:not(.active):hover{background-color:#d6d6d6}
.day-cell.current-month .calendar-day.today{background-color:#ede5cf}
.day-cell.current-month h3{color:#393939;font-weight:bold}
.calendar-day-spacer-div{position:relative;height:100%;width:100%}
.calendar-day:not(.active){height:100%}.calendar-day:not(.active) .day-header{width:120%}
.calendar-day{background:#ebebeb;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:8px 0 8px 8px;position:relative}.calendar-day.today{background-color:#ede5cf}
.calendar-day:not(.active):hover{background-color:#dedede;cursor:pointer}
.calendar-day .badge.due-past,.calendar-day .badge.due-soon,.calendar-day .badge.due-future,.calendar-day .badge.due-now{display:none}
.calendar-day .open-card-composer{position:absolute;bottom:0;left:0;right:0;margin:5px}
.calendar-day:not(.active) .open-card-composer{display:none}
.calendar-drag-area .badge.due-past,.calendar-drag-area .badge.due-soon,.calendar-drag-area .badge.due-future,.calendar-drag-area .badge.due-now{display:none}
.day-header{cursor:pointer}.day-header .close-button{float:right;display:none}
.day-header .date{display:inline-block}.day-header .date .day-full-month-header{display:none}
.day-header .date div{display:inline}
.day-header .num-cards{display:inline-block;margin-left:4px;position:relative}.day-header .num-cards div{display:inline}
.calendar-list-header{display:block;font-weight:bold;margin:4px 0}
.calendar-day-list{position:absolute;left:8px;right:8px;bottom:0;top:34px}
.calendar-day.active{-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.35), 0 0 1px rgba(0, 0, 0, 0.1);box-shadow:0 0 6px rgba(0, 0, 0, 0.35), 0 0 1px rgba(0, 0, 0, 0.1);min-width:270px;padding-right:5px;position:absolute;width:inherit;z-index:1}.calendar-day.active .close-button{display:block}
.calendar-day.active .calendar-day-list{right:3px;padding-right:3px;bottom:42px;height:initial;overflow-y:auto;overflow-x:hidden}
body:not(.small-window) .week .day-column:last-child .calendar-day.active,body:not(.small-window) .week .day-column:nth-last-child(2) .calendar-day.active,body:not(.small-window) td:last-child .calendar-day.active,body:not(.small-window) td:nth-last-child(2) .calendar-day.active{right:0}
.calendar-week{height:100%;overflow-x:hidden;overflow-y:hidden}.calendar-week.fancy-scrollbar::-webkit-scrollbar{display:none}
.calendar-week .week-horizontal-canvas{height:100%}
.calendar-week .week{height:100%;display:inline-block}
.calendar-week .calendar-day{background:#e3e3e3}.calendar-week .calendar-day.today{background-color:#ede5cf}
.calendar-week .calendar-day.active{bottom:4px;top:4px}
.calendar-week .calendar-day ::-webkit-scrollbar{display:block}
.day-column{position:relative;height:100%;margin:0 .5%;float:left;width:13.28%}
.calendar-table{margin-bottom:0;border-spacing:5px;border-collapse:separate}
.calendar-month{height:100%;overflow-y:scroll}.calendar-month .badges,.calendar-month .list-card-members{display:none}
.calendar-month .calendar-list-header{display:none}
.calendar-month .calendar-day.active{min-height:350px}.calendar-month .calendar-day.active .calendar-list-header{display:block}
.calendar-month .calendar-day.active .badges,.calendar-month .calendar-day.active .list-card-members{display:block}
.small-window{}.small-window .week-button,.small-window .month-button,.small-window .today-button{display:none}
.small-window .calendar-month{overflow-y:hidden}
.small-window .calendar-header .icon-close{display:none}
.small-window .calendar-header.month-view{padding-right:0}
.small-window .calendar-header-toolbar{padding-bottom:0}
.small-window .calendar-header-toolbar-nav .right-arrow{position:absolute;right:9px}
.small-window .calendar-content{top:70px}
.small-window .fancy-scrollbar{-webkit-overflow-scrolling:initial}
.small-window .day-cell{position:static;height:inherit}
.small-window .calendar-day-spacer-div{position:static}
.small-window .calendar-day:not(.active){height:60px}
.small-window .calendar-day.active{top:-70px;left:0;right:0;bottom:0;width:100%;height:initial;position:absolute;min-width:inherit}.small-window .calendar-day.active .day-full-month-header{display:inline}
.small-window .calendar-day.active .date{font-size:20px}
.small-window .calendar-day.active .icon-close{position:relative;left:-13px;top:5px;font-size:20px}
.small-window .calendar-day.active .calendar-day-list{top:40px}
.small-window .calendar-day.active .day-header{padding-top:7px;padding-left:4px}
.small-window .calendar-day.active .day-month-header{display:none}
.small-window .calendar-day:not(.active){padding:0 4px}.small-window .calendar-day:not(.active) .list-card{display:none}
.small-window .calendar-day:not(.active) .calendar-day-list{position:relative;top:40px}
.small-window .calendar-day:not(.active) .day-header{z-index:1;height:100%}.small-window .calendar-day:not(.active) .day-header .day-month-header,.small-window .calendar-day:not(.active) .day-header .day-cards-header{display:none}
.small-window .calendar-day:not(.active) .day-header .num-cards{display:block;text-align:center;margin:0;color:#fff}
.small-window .calendar-day:not(.active) .day-header .day-number-header:not(:empty){background-color:#1d6087;padding:7px;border-radius:10px}
.list-card{background-color:#fff;border:1px solid #b9b9b9;border-bottom-color:#939393;border-radius:3px;cursor:pointer;margin-bottom:4px;max-width:300px;min-height:18px;padding:6px 8px 1px;position:relative;z-index:0}.list-card a{color:#393939}
.list-card.pending{background:#f3f3f3;border-color:#c9c9c9;border-bottom-color:#a9a9a9;color:#939393}.list-card.pending a{color:#939393}
.list-card .list-card-details{padding:6px 8px 1px;position:relative;margin:-6px -8px -1px;z-index:10}.list-card .list-card-details .details-overlay{position:absolute;background:transparent;left:0;right:0;top:0;bottom:0}
.list-card.has-stickers .list-card-details{background:rgba(255,255,255,0.7);border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.list-card.has-stickers .list-card-details{margin-top:70px}
.list-card.has-stickers.has-cover .list-card-details{margin-top:-6px}
.list-card .dropzone{display:none;height:0;width:0;z-index:-1}
.list-card.drophover>*{opacity:.075}
.list-card.drophover .dropzone{bottom:0;display:block;font-weight:bold;height:auto;line-height:100%;left:0;opacity:1;padding:0;position:absolute;right:0;text-align:center;top:0;width:auto;z-index:1}
.list-card textarea{background:none;border:none;-webkit-box-shadow:none;box-shadow:none;height:54px;margin:0 0 4px;overflow-y:auto;padding:0}
.list-card.active-card{border-color:#2b7cab}
.list-card .card-operation{background-color:rgba(255,255,255,0.7);-webkit-background-clip:padding-box;-webkit-background-origin:padding-box;background-clip:padding-box;background-origin:padding-box;border-radius:3px;padding:5px;position:absolute;right:0;top:0;visibility:hidden;z-index:15}
.list-card:hover .card-operation{visibility:visible}
.list-card .card-detail-members .member{margin:0 2px 2px 0}
.list-card.aging-regular.aging-level-0{opacity:1}
.list-card.aging-regular.aging-level-1{opacity:.75}
.list-card.aging-regular.aging-level-2{opacity:.5}
.list-card.aging-regular.aging-level-3{opacity:.25}
.list-card.aging-pirate{background-position:top left,top right;background-repeat:no-repeat}.list-card.aging-pirate .list-card-details{background-position:bottom left,bottom right;background-repeat:no-repeat}
.list-card.aging-pirate.aging-level-1{background-color:#faf6ef;background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/53102e7b253303f6eb34f3622da9bb32/TopLeftLevel1.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/b6830a5537c94f982a32b280cff6b97d/TopRightLevel1.png);-webkit-box-shadow:inset 0 0 15px hsla(33, 42%, 66%, 0.4);box-shadow:inset 0 0 15px hsla(33, 42%, 66%, 0.4)}.list-card.aging-pirate.aging-level-1 .card-operation{background-color:#faf6ef}
.list-card.aging-pirate.aging-level-1 .list-card-cover,.list-card.aging-pirate.aging-level-1 .list-card-stickers-area .stickers{opacity:.75}
.list-card.aging-pirate.aging-level-1 .list-card-details{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/accbe663e1d810cfb14d7e978845e27f/BottomLeftLevel1.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/2fdf1b0eadc4b04edaece4c4b41aa699/BottomRightLevel1.png)}
.list-card.aging-pirate.aging-level-1.has-stickers .list-card-details{background-color:rgba(250,246,239,0.7)}
.list-card.aging-pirate.aging-level-2{background-color:#f6eedf;background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/18f4120762d23b79c07e5fda7a2056d0/TopLeftLevel2.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/c74a8a1f361b08433f2a8b05470917c3/TopRightLevel2.png);-webkit-box-shadow:inset 0 0 25px hsla(33, 42%, 66%, 0.50);box-shadow:inset 0 0 25px hsla(33, 42%, 66%, 0.50)}.list-card.aging-pirate.aging-level-2 .card-operation{background-color:#f5ecdb}
.list-card.aging-pirate.aging-level-2 .list-card-cover,.list-card.aging-pirate.aging-level-2 .list-card-stickers-area .stickers{opacity:.5}
.list-card.aging-pirate.aging-level-2 .list-card-details{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/602baf1ea202cc5f5c34a30bd5e364f4/BottomLeftLevel2.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/ac74c3df4a788a4eeb59d8a0f6d0f235/BottomRightLevel2.png)}
.list-card.aging-pirate.aging-level-2.has-stickers .list-card-details{background-color:rgba(246,238,223,0.7)}
.list-card.aging-pirate.aging-level-3{background-color:#efe1c8;background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/194454130e88f74111874a8935ecf3ba/TopLeftLevel3.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/8c21cb29b9a909eecc47678db2ef1654/TopRightLevel3.png);-webkit-box-shadow:inset 0 0 40px hsla(33, 42%, 66%, 0.6);box-shadow:inset 0 0 40px hsla(33, 42%, 66%, 0.6)}.list-card.aging-pirate.aging-level-3 .card-operation{background-color:#efe1c8}
.list-card.aging-pirate.aging-level-3 .list-card-cover,.list-card.aging-pirate.aging-level-3 .list-card-stickers-area .stickers{opacity:.25}
.list-card.aging-pirate.aging-level-3 .list-card-details{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/d4bb1b3ae5fd2aef9beaf2600113073f/BottomLeftLevel3.png),url(https://d2k1ftgv7pobq7.cloudfront.net/images/powerups/card-aging/5737b3080b474c0d96439d6852e31ec3/BottomRightLevel3.png)}
.list-card.aging-pirate.aging-level-3.has-stickers .list-card-details{background-color:rgba(239,225,200,0.7)}
.float-cards .list-card-container{width:205px;float:left;margin:0 8px 8px 0}.float-cards .list-card-container:nth-child(3n+1){clear:left}
.float-cards .list-card-container .list-card .list-card-title{padding-right:0}
.float-cards .list-card-container .card-operation{visibility:hidden}
.archived-list-card{-webkit-background-clip:content;-webkit-background-origin:content;background-clip:content-box;background-origin:content-box}.archived-list-card .list-card{margin-right:8px}
.archived-list-card .list-card:hover .card-operation{visibility:hidden}
.extra-large-window .board-wrapper.sidebar-display-wide .archived-list-card{float:left;width:50%;padding:0 0 0 0;min-height:80px}.extra-large-window .board-wrapper.sidebar-display-wide .archived-list-card:nth-child(2n+1){clear:left}
.list-card-cover{background-repeat:no-repeat;background-size:cover;height:145px;margin-bottom:6px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list-card-cover.no-preview-size{background-size:auto;background-position:center}
.min-list-width .list-card-cover,.min-list-width .list-card.has-cover.has-stickers .list-card-stickers-area .stickers{height:125px}
.max-list-width .list-card-cover,.max-list-width .list-card.has-cover.has-stickers .list-card-stickers-area .stickers{height:155px}
.list-card-position{margin:6px 8px;min-height:18px;padding:0;position:relative}.list-card-position a{color:#939393;display:block;margin-right:30px;text-decoration:none}.list-card-position a:hover{color:#393939;text-decoration:underline}
.list-card-position .clear-selection-icon{position:absolute;top:0;right:0}
.list-card-title{display:block;font-weight:normal;margin:0 0 5px;overflow:hidden;padding:0 18px 0 0;text-decoration:none;word-wrap:break-word}.list-card-title::selection{background:transparent}
.list-card-members{float:right;margin:2px -13px -6px 0}.list-card-members .member{margin:0 2px 2px 0}
.list-card-members:empty{display:none}
.new-comment{position:relative;margin:0 0 20px 40px}.new-comment .member{opacity:.7;position:absolute;top:1px;left:-40px}
.new-comment .helper{bottom:0;display:none;position:absolute;right:9px}
.new-comment.focus .member{opacity:1}
.new-comment.focus .helper{display:inline-block}
.new-comment.focus .new-comment-input{height:90px;color:#393939;cursor:auto}
.new-comment .too-long{margin-top:8px}
.new-comment-input{background-color:#fff;border:1px solid #d3d3d3;border-bottom-color:#bbb;-webkit-box-shadow:0 1px 3px #D3D3D3;box-shadow:0 1px 3px #D3D3D3;color:#939393;height:36px;margin:4px 4px 6px 0;padding:8px 10px;-webkit-transition:height ease-in-out 85ms;transition:height ease-in-out 85ms;width:100%}.new-comment-input:hover,.new-comment-input:focus{background-color:#fff;border:1px solid #d3d3d3;border-bottom-color:#bbb;-webkit-box-shadow:0 1px 3px #D3D3D3;box-shadow:0 1px 3px #D3D3D3;cursor:pointer}
.new-comment-input:focus{cursor:auto}
.editing-members{float:right}.editing-members .edit-in-progress{display:inline-block;border:1px solid #ccc;background:#ddd;margin:0 4px;border-radius:2px}.editing-members .edit-in-progress .inline-member{cursor:default}
.editing-members .edit-in-progress .inline-member-av{width:18px;height:18px;margin:0 0 -4px 0}
.editing-members .edit-in-progress .initials{margin-left:3px}
.editing-members .edit-in-progress .icon{-webkit-animation:pulsate 1s ease-in alternate;-webkit-animation-iteration-count:infinite;animation:pulsate 1s ease-in alternate;animation-iteration-count:infinite}
@-webkit-keyframes pulsate{0%{opacity:1} 100%{opacity:.4}}.list-voters.compact .voter{position:relative;min-height:36px}.list-voters.compact .voter .member{left:0;position:absolute;top:0}
.list-voters.compact .voter .title{display:block;line-height:30px;left:0;overflow:hidden;padding-left:40px;position:absolute;text-overflow:ellipsis;top:0;white-space:nowrap;width:230px}
.list-voters .title{display:none}
.cc-controls{margin-bottom:12px}.cc-controls input[type="submit"]{float:left;margin-top:2px;padding:5px 18px}
.cc-controls .icon-lg{float:left;margin-top:2px}
.cc-controls .cc-opt{float:right}
.list-card.ui-sortable-helper{-webkit-box-shadow:none;box-shadow:none;border-color:#666;-webkit-transform:rotate(4deg);transform:rotate(4deg);cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.list-card.ui-sortable-helper .list-card-title{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}
.list-card.ui-sortable-helper .card-operation{visibility:hidden}
.list-card.ui-sortable-helper .edit-stickers{visibility:hidden}
.chrome .list-card.ui-sortable-helper,.safari .list-card.ui-sortable-helper{-webkit-box-shadow:-2px 2px 6px rgba(0, 0, 0, 0.2);box-shadow:-2px 2px 6px rgba(0, 0, 0, 0.2)}
.list-card-placeholder,.list-card.placeholder{background:#c0c0c0;border:none;min-height:18px}.list-card-placeholder .hook,.list-card.placeholder .hook{height:18px;position:absolute;right:0;top:0;width:18px}
.error .gold-promo{background:rgba(184,156,20,0.35);color:#5c4e0a;padding:8px;border-radius:4px}.error .gold-promo a{color:#5c4e0a}
body.behind-stickers .list-card.has-stickers .list-card-details{margin-top:-6px}
.attachment-list li{clear:both;height:50px;margin:0 4px 4px 0;padding:0 0 16px;position:relative;width:100%}.attachment-list li .preview{padding:4px;background-color:#dcdcdc;border-radius:3px;height:50px;position:absolute;top:0;left:0;z-index:0;width:70px;z-index:0}.attachment-list li .preview.is-cover{background-color:#2e85b8}.attachment-list li .preview.is-cover .icon-check{display:block}
.attachment-list li .preview.is-cover:hover{background-color:#28739f}.attachment-list li .preview.is-cover:hover .icon-check{background-color:#28739f}
.attachment-list li .preview .icon-check{background-color:#2e85b8;background-clip:content-box;background-origin:content-box;border-top-left-radius:3px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;bottom:2px;display:none;position:absolute;right:2px;z-index:2}
.attachment-list li .preview .dropbox-logo,.attachment-list li .preview .google-drive-logo{background-size:70px 50px;background-repeat:no-repeat;display:block;height:50px;left:4px;position:absolute;top:4px;width:70px}
.attachment-list li .preview .dropbox-logo{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/162c710b1b78f25b1e64089d09510e2d/dropbox_logo.png)}
.attachment-list li .preview .google-drive-logo{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/8bfc6791d9744e8a6705c4b9c37e593d/google_drive_logo.png)}
.attachment-list li .preview .ext{color:#939393;font-size:16px;font-weight:bold;left:0;line-height:58px;position:absolute;text-align:center;text-transform:uppercase;top:0;width:78px;z-index:1}
.attachment-list li .preview .icon-attachment{background-clip:content-box;background-origin:content-box;left:0;padding:14px 24px;position:absolute;top:0;z-index:1}
.attachment-list li .preview img{top:4px;left:4px;position:absolute;z-index:1;max-width:70px;max-height:50px}
.attachment-list li .preview:hover{background-color:#b9b9b9}.attachment-list li .preview:hover .ext{color:#393939}
.attachment-list li .meta{margin:0 0 0 86px}
.attachment-list li .title{display:block;font-weight:bold}.attachment-list li .title:hover{text-decoration:underline}
.badges{float:left;margin:0;padding:0 0 2px}
.badges:empty{display:none}
.badge{background:#e6e6e6;border:1px solid #d9d9d9;border-bottom-color:#d3d3d3;border-radius:2px;cursor:default;float:left;height:16px;margin:0 4px 4px 0;padding:0 4px 0 0;position:relative;text-decoration:none;}.badge .badge-text{color:#737373;float:left;font-size:11px;line-height:16px}
.badge.highlight{background:#318ec4;border-color:#318ec4}
.badge:hover{color:#555}
.badge .icon-sm{float:left;margin-top:-1px}
.badge.image-only{padding:0}.badge.image-only .icon-sm{margin-right:0}
.badge.complete{background:#24a828;border-color:#24a828}.badge.complete .icon-sm,.badge.complete .icon-lg,.badge.complete .badge-text{color:#fff}
.badge.complete.clickable:hover,.badge.complete:hover{color:#fff}
.badge.unread-notification{background:#bd2828;border-color:#bd2828}.badge.unread-notification .icon-sm,.badge.unread-notification .icon-lg,.badge.unread-notification .badge-text{color:#fff}
.badge.unread-notification.clickable:hover,.badge.unread-notification:hover{color:#fff}
.badge.clickable{cursor:pointer}.badge.clickable .badge-text{text-decoration:underline}
.badge.clickable:hover .badge-text{color:#222}
.badge.voted{background-color:#d0d0d0;border-color:#d0d0d0}.badge.voted .icon-sm{color:#838383}
.badge.due-soon{background-color:#c3b622;border-color:#c3b622}.badge.due-soon .badge-text,.badge.due-soon .icon-sm,.badge.due-soon .icon-lg,.badge.due-soon:hover,.badge.due-soon:hover .badge-text{color:#fff}
.badge.due-now{background-color:#a82424;border-color:#a82424}.badge.due-now .badge-text,.badge.due-now .icon-sm,.badge.due-now .icon-lg,.badge.due-now:hover,.badge.due-now:hover .badge-text{color:#fff}
.badge.due-past{background-color:#a38f8f;border-color:#a38f8f}.badge.due-past .badge-text,.badge.due-past .icon-sm,.badge.due-past .icon-lg,.badge.due-past:hover,.badge.due-past:hover .badge-text{color:#fff}
.badge.links{display:none}
.list-card .badge{cursor:pointer}
.card-detail-metadata .badges{margin-bottom:8px}
.card-detail-metadata .badges:empty{display:none}
.card-detail-metadata .badge{padding:5px 8px 5px 5px}.card-detail-metadata .badge .badge-text{font-size:14px;line-height:16px}
.card-detail-metadata .badge .icon-sm{margin-right:5px}
.card-detail-metadata .badge.image-only{padding-right:5px}.card-detail-metadata .badge.image-only .icon-sm{margin-right:0}
.card-detail-desc .current{min-height:18px}
.card-detail-desc .current:empty{display:none}
.checklists:empty{display:none}
.checklist{margin-bottom:16px}.checklist .window-module-title.ed{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}
.checklist.placeholder{background:#dcdcdc;border-radius:3px}
.checklist.ui-sortable-helper{background:rgba(240,240,240,0.85);border-radius:3px}.checklist.ui-sortable-helper .checklist-title,.checklist.ui-sortable-helper .current,.checklist.ui-sortable-helper .window-module-title{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}
.checklist.ui-sortable-helper .icon-menu{visibility:hidden}
.task-list{padding:4px 0 0}
.task{clear:both;margin:0 0 4px 4px;padding:0 0 4px 36px;position:relative}.task.placeholder{background:#dcdcdc;border-radius:3px;margin:-5px -5px 3px 5px;padding:5px 0}
.task.ui-sortable-helper{background:rgba(240,240,240,0.85);border-radius:3px;margin:-3px -3px -3px 7px;padding:3px 3px 3px 33px}.task.ui-sortable-helper .checkbox{top:3px;left:3px}
.task .checkbox{background:#fff;border-radius:3px;-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);border:1px solid #b9b9b9;border-bottom-color:#999;border-top-color:#ccc;font-weight:bold;position:absolute;left:6px;line-height:16px;overflow:hidden;text-align:center;text-indent:100%;top:0;height:16px;width:16px;white-space:nowrap}.task .checkbox.enabled:hover{background-color:#ddd;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);color:#939393;cursor:pointer;text-indent:0}
.task .checkbox.enabled:active{background-color:#bbb;border:1px solid #777;-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15);color:#393939;text-indent:0}
.task .checkbox.disabled{background-color:#ddd}.task .checkbox.disabled:hover{text-indent:-999px}
.task p{min-height:18px;margin-bottom:0}.task p.enabled:hover{color:#111;cursor:pointer}
.task p:empty{content:'No name';color:#939393}
.task.complete p{color:#939393;font-style:italic;text-decoration:line-through}
.task.complete img{opacity:.3}
.task.complete .checkbox{background-color:#f3f3f3;border:1px solid #b9b9b9;border-bottom-color:#ccc;border-top-color:#999;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;text-indent:0}.task.complete .checkbox:hover{border:1px solid #b9b9b9;border-bottom-color:#ccc;border-top-color:#999}
.task.complete .checkbox:active{background-color:#bbb;-webkit-box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15);box-shadow:inset 0 3px 9px rgba(0, 0, 0, 0.15);border:1px solid #777}
.task.complete .checkbox.disabled{background-color:#ddd}.task.complete .checkbox.disabled:hover{background-color:#f3f3f3;border:1px solid #b9b9b9;border-bottom-color:#ccc;border-top-color:#999;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;text-indent:0}
.new-task-text{background:transparent;border-color:transparent;clear:both;-webkit-box-shadow:none;box-shadow:none;color:#939393;display:block;height:32px;margin-bottom:4px;text-decoration:none;width:100%;resize:none}.new-task-text:hover{background:transparent;border-color:transparent;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}
.new-task.focus .new-task-text{background:#fff;border-color:#2b7cab;color:#393939;cursor:text;height:68px;resize:vertical}.new-task.focus .new-task-text:hover{border-color:#2b7cab;-webkit-box-shadow:0 0 3px #2b7cab;box-shadow:0 0 3px #2b7cab}
.task-progress-total{background:#d9d9d9;border-radius:3px;clear:both;height:12px;margin:0 0 10px 0;overflow:hidden;position:relative}.task-progress-total .progress-current{background:#2288c3;background:hsl(202, 60%, 55%);background:-webkit-linear-gradient(top, hsl(202, 60%, 55%) 0, hsl(202, 70%, 45%) 100%);background:linear-gradient(to bottom, hsl(202, 60%, 55%) 0, hsl(202, 70%, 45%) 100%);height:12px;left:0;position:absolute;top:0}
.checklist-progress-percentage{color:#939393;font-size:11px;line-height:10px;position:absolute;left:0;text-align:center;width:40px}
.checklist .edit{clear:both;margin-top:-5px}
.card-label{border-radius:3px;color:#fff;display:block;font-weight:bold;margin-right:3px;padding:3px 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px rgba(0,0,0,0.4),0 0 3px #000}.card-label.green-label{background-color:#34b27d}
.card-label.yellow-label{background-color:#dbdb57}
.card-label.orange-label{background-color:#e09952}
.card-label.red-label{background-color:#cb4d4d}
.card-label.purple-label{background-color:#93c}
.card-label.blue-label{background-color:#4d77cb}
.color-blind-mode-enabled .card-label.green-label,.color-blind-mode-enabled .card-label.purple-label{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.5) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, transparent 75%, transparent);background-image:linear-gradient(to bottom left, rgba(255,255,255,0.5) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, transparent 75%, transparent);background-size:16px 16px}
.explorer-9.color-blind-mode-enabled .card-label.green-label,.explorer-9.color-blind-mode-enabled .card-label.purple-label{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/svg-gradients/03c581cbea6658f8ac963cb7858eeb8a/diagonal-stripe.svg);background-repeat:repeat}
.color-blind-mode-enabled .card-label.orange-label{background-image:-webkit-linear-gradient(left, rgba(255,255,255,0.5) 50%, transparent 50%, transparent);background-image:linear-gradient(to right, rgba(255,255,255,0.5) 50%, transparent 50%, transparent);background-size:8px 8px}
.explorer-9.color-blind-mode-enabled .card-label.orange-label{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/svg-gradients/9784e6687f37c9564788eeee1da36f12/vertical-stripe.svg);background-repeat:repeat}
.edit-labels input[type="text"]{margin:4px 0 6px 40px;width:230px}
.edit-labels .card-label{height:30px;left:0;padding:1px 5px;position:absolute;top:0;width:24px}
.edit-labels .labels-static .card-label{line-height:30px;margin-bottom:4px;position:relative;top:auto;left:0;width:260px}
.board-widgets .edit-labels input[type="text"]{width:195px}
.list-card .card-labels{margin:-6px 0 3px;position:relative;z-index:30}.list-card .card-labels:empty{margin:0}
.list-card .card-labels .card-label{border-radius:0;float:left;height:4px;margin-bottom:1px;padding:0;width:40px}
.window-module.card-label-list .card-labels{margin:4px 0 8px 0}.window-module.card-label-list .card-labels .card-label{border-radius:3px;height:20px;line-height:20px;margin:0 0 3px;padding:3px 6px;width:auto}
.edit-labels-pop-over{margin-bottom:8px}.edit-labels-pop-over .shortcut{display:none}
.edit-labels-pop-over.show-shortcuts .shortcut{display:inline-block}
.card-label.selectable{border-radius:3px;color:#eee;cursor:pointer;margin:0 24px 3px 0;min-height:18px;padding:6px;position:relative;-webkit-transition:margin-right .1s;transition:margin-right .1s;-webkit-transition-delay:.05s;transition-delay:.05s}.card-label.selectable .icon-sm{position:absolute;top:6px;right:-20px}
.card-label.selectable.active:hover,.card-label.selectable.active,.card-label.selectable.active.selected:hover,.card-label.selectable.active.selected{margin-right:0}.card-label.selectable.active:hover:hover,.card-label.selectable.active:hover,.card-label.selectable.active.selected:hover:hover,.card-label.selectable.active.selected:hover{margin-right:0}
.card-label.selectable.active:hover .icon-sm,.card-label.selectable.active .icon-sm,.card-label.selectable.active.selected:hover .icon-sm,.card-label.selectable.active.selected .icon-sm{right:6px}
.card-label.selectable.selected,.card-label.selectable:hover{color:#fff;margin-right:18px}
.active .card-label.selectable{margin-right:0}.active .card-label.selectable:hover{margin-right:0}
.active .card-label.selectable .icon-sm{right:6px}
.phenom .card-label{display:inline-block;font-size:12px;height:14px;line-height:13px;overflow:hidden;padding:0 4px;min-width:16px;text-overflow:ellipsis;white-space:nowrap}
.board-widget .phenom .card-label{max-width:130px}
.date-and-time-select .date,.date-and-time-select .time{display:inline-block;width:46%}.date-and-time-select .date input[type="text"],.date-and-time-select .time input[type="text"]{padding:4px 6px;width:100%}
.date-and-time-select .date select,.date-and-time-select .time select{display:none;width:100%}.date-and-time-select .date select.show,.date-and-time-select .time select.show{display:block}
.date-and-time-select .date{margin-right:16px}
.ui-datepicker-header{position:relative;min-height:32px}.ui-datepicker-header a{border-radius:3px;cursor:pointer;display:block;padding:6px 10px;position:absolute;left:0;top:0}.ui-datepicker-header a:hover{background:#dcdcdc}
.ui-datepicker-header a.ui-datepicker-prev,.ui-datepicker-header a.ui-datepicker-next{color:#939393;text-decoration:underline}.ui-datepicker-header a.ui-datepicker-prev:hover,.ui-datepicker-header a.ui-datepicker-next:hover{color:#393939;text-decoration:underline}
.ui-datepicker-header a.ui-datepicker-next{left:auto;right:0;text-align:right}
.ui-datepicker-header .ui-datepicker-title{padding:6px 0;margin-bottom:4px;text-align:center}
.ui-datepicker-calendar td,.ui-datepicker-calendar th{position:relative;text-align:center;padding:0;width:14%}.ui-datepicker-calendar td a,.ui-datepicker-calendar th a{display:block;padding:5px;text-decoration:none}.ui-datepicker-calendar td a:hover,.ui-datepicker-calendar th a:hover{background:#dcdcdc;color:#444}
.ui-datepicker-calendar td a.ui-priority-secondary,.ui-datepicker-calendar th a.ui-priority-secondary{background-color:#f0f0f0;color:#939393}.ui-datepicker-calendar td a.ui-priority-secondary:hover,.ui-datepicker-calendar th a.ui-priority-secondary:hover{background:#dcdcdc;color:#444}
.ui-datepicker-calendar td a.ui-priority-secondary.ui-state-active:hover,.ui-datepicker-calendar th a.ui-priority-secondary.ui-state-active:hover,.ui-datepicker-calendar td a.ui-state-active,.ui-datepicker-calendar th a.ui-state-active{background:#2e85b8;color:#fff}
.ui-datepicker-calendar th{padding:5px}
.ui-datepicker-calendar .ui-state-highlight{background:#dcdcdc}
.dpicker-confirm-btns .remove-date{float:right;margin-right:0}
.list-card-stickers-area{border-radius:3px;overflow:hidden;position:absolute;top:0;right:0;left:0;bottom:0;z-index:5}.list-card-stickers-area .stickers{height:155px;position:relative;width:100%}
.list-card-stickers-area .edit-stickers{background:rgba(0,0,0,0.5);border-radius:3px;top:45px;color:#fff;display:none;height:18px;right:6px;padding:6px 8px 6px 6px;position:absolute}.list-card-stickers-area .edit-stickers:hover{background:rgba(0,0,0,0.8)}
.list-card-stickers-area .edit-stickers .text{text-decoration:underline}
.list-card.has-cover .edit-stickers{top:130px}
.list-card.active-card .list-card-stickers-area:hover .edit-stickers{display:block}
.card.sticker-mode-active{overflow:visible;z-index:30}
.card.sticker-mode-active p{background:rgba(255,255,255,0);z-index:0}
.sticker-list{position:relative}.sticker-list.loading-stickers .sticker-select{background:#f5f5f5;border:2px dotted #d4d4d4;border-radius:12px}.sticker-list.loading-stickers .sticker-select img{visibility:hidden}
.sticker{display:block;height:80px;left:0;position:absolute;top:0;width:80px;z-index:0;-webkit-transition:-webkit-transform 85ms ease-in,opacity 85ms ease-in;transition:transform 85ms ease-in,opacity 85ms ease-in;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.sticker img{height:80px;width:80px;color:transparent}.sticker img:-moz-loading{visibility:hidden}
.sticker img.hover{border-radius:12px;background-color:rgba(0,0,0,0.12)}
.sticker.fade-out{opacity:0}
.sticker-controls{height:80px;left:0;position:absolute;opacity:0;top:0;width:0;-webkit-transition:opacity 85ms ease-in;transition:opacity 85ms ease-in}
.sticker-control-btn{background:rgba(0,0,0,0.5);border-radius:3px;color:#fff;height:18px;padding:5px 10px;position:absolute;left:50px;top:50px;white-space:nowrap;-webkit-transition:left 130ms ease-in,top 130ms ease-in;transition:left 130ms ease-in,top 130ms ease-in}.sticker-control-btn:hover{background:rgba(0,0,0,0.8)}
.sticker.editing{z-index:1}.sticker.editing img{border-radius:12px;background-color:rgba(0,0,0,0.12)}
.sticker.editing .sticker-controls{opacity:1;width:100px}
.sticker.editing-disabled{opacity:.5}
.sticker.editing .sticker-controls .sticker-control-btn.rotate-btn{left:70px;top:-10px;-webkit-transition-duration:80ms;transition-duration:80ms;cursor:move}
.sticker.editing .sticker-controls .sticker-control-btn.move-btn{left:-50px;top:20px;-webkit-transition-duration:115ms;transition-duration:115ms;cursor:move}
.sticker.editing .sticker-controls .sticker-control-btn.remove-btn{left:25px;top:80px;-webkit-transition-duration:150ms;transition-duration:150ms}
.sticker-editor-close{-webkit-background-clip:content;-webkit-background-origin:content;background-clip:content-box;background-origin:content-box;padding:20px;position:absolute;right:0;top:0}
.editing-stickers .sticker-editor-overlay{display:block}.editing-stickers .sticker-editor-overlay.dragging{cursor:move}.editing-stickers .sticker-editor-overlay.dragging .sticker,.editing-stickers .sticker-editor-overlay.dragging .sticker-controls .sticker-control-btn,.editing-stickers .sticker-editor-overlay.dragging .sticker-select{cursor:move}
.editing-stickers .sticker-editor-overlay.invalid{cursor:not-allowed}.editing-stickers .sticker-editor-overlay.invalid .sticker,.editing-stickers .sticker-editor-overlay.invalid .sticker-controls .sticker-control-btn,.editing-stickers .sticker-editor-overlay.invalid .sticker-select{cursor:not-allowed}
.sticker-editor-overlay{background-color:rgba(0,0,0,0.6);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20}.sticker-editor-overlay .list-card{position:absolute;top:0;left:0;width:300px}.sticker-editor-overlay .list-card .card-labels{opacity:.5;z-index:0}
.sticker-editor-overlay .list-card .list-card-cover{opacity:.2}
.sticker-editor-overlay .list-card .list-card-stickers-area{overflow:visible}
.sticker-editor-overlay .list-card .list-card-details{opacity:.5;z-index:0}
.sticker-editor-overlay .list-card .sticker.hover img{border-radius:12px;background-color:rgba(0,0,0,0.12)}
.sticker-unselectable img{opacity:.5}
.sticker-select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab;float:left;margin:0 1% 8px;height:80px;width:31%;position:relative;text-align:center}.sticker-select img{height:80px;width:80px}.sticker-select img.sticker-pending{max-width:80px;max-height:80px;width:auto;height:auto}
.sticker-select .sticker-peel,.sticker-select .sticker-shadow{display:none}
.sticker-select.ui-draggable-dragging{height:80px;width:80px;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.sticker-select.ui-draggable-dragging img{height:80px;width:80px}
.sticker-select.disabled{opacity:.15}
.sticker-select .sticker-delete-button,.sticker-select .sticker-uploading,.sticker-select .sticker-error{background:rgba(0,0,0,0.6);border-radius:3px;color:#e6e6e6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;z-index:2;padding:4px;position:absolute;left:0;right:0;bottom:4px;text-decoration:none;text-align:left}.sticker-select .sticker-delete-button .icon-sm,.sticker-select .sticker-uploading .icon-sm,.sticker-select .sticker-error .icon-sm{color:#e6e6e6;vertical-align:bottom}
.sticker-select .sticker-delete-button{display:none}.sticker-select .sticker-delete-button .text{text-decoration:underline}
.sticker-select .sticker-delete-button:hover{background:rgba(0,0,0,0.85);color:#fff}.sticker-select .sticker-delete-button:hover .icon-sm{color:#fff}
.sticker-select:hover:not(.ui-draggable-dragging) .sticker-delete-button{display:block}
.sticker-select.sticker-select-upload{background-color:#dcdcdc;border:1px dashed #b9b9b9;border-radius:3px;position:relative;opacity:.7;overflow:hidden;z-index:0}.sticker-select.sticker-select-upload .icon-lg{height:100%;line-height:80px;width:100%}
.sticker-select.sticker-select-upload .upload-sticker-input{bottom:0;cursor:pointer;height:100%;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:1}
.sticker-select.sticker-select-upload:hover{opacity:1}
.extra-large-window .sticker-select{width:18%}.extra-large-window .sticker-select.ui-draggable-dragging{width:80px}
.sticker-edit-button{background:rgba(0,0,0,0.6);border-radius:3px;color:#e6e6e6;display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;left:-200px;padding:4px;position:absolute;top:-100px;text-align:left;text-decoration:none;width:85px;z-index:2}.sticker-edit-button .icon-sm{color:#e6e6e6;vertical-align:bottom}
.sticker-edit-button .text{text-decoration:underline}
.sticker-edit-button:hover{background:rgba(0,0,0,0.8);color:#fff}
.chrome .sticker-select .sticker-fixed,.firefox .sticker-select .sticker-fixed,.chrome .sticker-select .sticker-peel,.firefox .sticker-select .sticker-peel{display:block;position:absolute;left:0;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.chrome .sticker-select .sticker-fixed,.firefox .sticker-select .sticker-fixed{clip:rect(0 40px 80px 0)}
.chrome .sticker-select .sticker-peel,.firefox .sticker-select .sticker-peel{clip:rect(0 80px 80px 40px);-webkit-transform:perspective(300px);transform:perspective(300px);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.chrome .sticker-select:hover .sticker-peel,.firefox .sticker-select:hover .sticker-peel{-webkit-transform:perspective(300px) rotateY(-50deg);transform:perspective(300px) rotateY(-50deg)}
.chrome .sticker-select.ui-draggable-dragging .sticker-peel,.firefox .sticker-select.ui-draggable-dragging .sticker-peel{display:none}
.chrome .sticker-select.ui-draggable-dragging .sticker-fixed,.firefox .sticker-select.ui-draggable-dragging .sticker-fixed{clip:auto}
.chrome .sticker-select .sticker-shadow{display:block;position:absolute;left:0;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.chrome .sticker-select .sticker-shadow{-webkit-transition:-webkit-transform .25s ease;transition:transform .25s ease;clip:rect(0 80px 80px 40px);-webkit-transform:scaleX(1) skewY(0deg);transform:scaleX(1) skewY(0deg);-webkit-filter:brightness(0) blur(2px);filter:brightness(0) blur(5px);opacity:.15}
.chrome .sticker-select:hover .sticker-shadow{-webkit-transform:scaleX(.95) skewY(10deg);transform:scaleX(.95) skewY(10deg)}
.chrome .sticker-select.ui-draggable-dragging .sticker-shadow{display:none}
.inline-member{cursor:pointer}
.inline-member-av{display:inline-block;height:14px;margin:0 0 -2px 0;position:relative;width:14px}
.member-detail-modal .window-module{word-wrap:break-word}
.profile-member{background-color:#d6d6d6;border:1px solid #c7c7c7;border-radius:3px;cursor:default;display:block;height:170px;margin:0 0 8px 0;overflow:hidden;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;z-index:0;width:170px}.profile-member .profile-member-initials{display:block;font-size:36px;font-weight:bold;text-align:center;left:0;line-height:170px;overflow:hidden;position:absolute;top:0;height:170px;width:170px;z-index:1}
.profile-member .profile-member-avatar{border-radius:3px;height:170px;left:0;margin-bottom:0;position:absolute;top:0;width:170px;z-index:2}
.profile-member .change-av-text{background:rgba(0,0,0,0.5);bottom:0;color:#fff;display:none;font-weight:bold;height:40px;left:0;line-height:40px;margin:0;position:absolute;right:0;text-align:center;width:100%;z-index:3}
.profile-member.ed{cursor:pointer}
.profile-member.ed:hover .change-av-text{display:block;text-decoration:underline}
.profile-member .member-gold-badge-large{background-size:100%;display:none;height:31px;position:absolute;right:5px;top:5px;width:40px;z-index:3}
.profile-member.has-trello-gold{background-color:#e2e0ca;border-color:#ded063;border-bottom-color:#d6c43d;-webkit-box-shadow:0 5px 5px -5px hsl(53, 65%, 44%);box-shadow:0 5px 5px -5px hsl(53, 65%, 44%)}.profile-member.has-trello-gold .member-gold-badge-large{display:block}
.ipad .ed .change-av-text,.iphone .ed .change-av-text,.ipod .ed .change-av-text,.android .ed .change-av-text{display:block;text-decoration:underline}
.member{background-color:#d6d6d6;border:1px solid #c7c7c7;border-bottom-color:#adadad;border-radius:3px;color:#444;display:block;float:left;height: 20px;margin:0 1px 1px 0;overflow:hidden;position:relative;width: 20px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;text-decoration:none;}.member:hover{border-color:#adadad}.member:hover img{opacity:.75}
.member.no-menu:hover{border-color:#c7c7c7}.member.no-menu:hover img{opacity:1}
.member.deactivated{background:#aaa;border-color:transparent;opacity:.4}.member.deactivated .member-initials{color:#111}
.member.deactivated img{opacity:.2}
.member.virtual{background:#f3f3f3}.member.virtual .status{display:none}
.member.virtual .member-initials{color:#777}
.member.inline{float:none;display:inline-block}
.member .member-initials{display:block;font-size:12px;font-weight:bold;height:30px;left:0;line-height:30px;overflow:hidden;position:absolute;text-align:center;top:0;width:100%}
.member .member-avatar{border-radius:3px;height: 20px;width: 20px;}
.member .status{background-color:#b3b3b3;border:1px solid #fff;border-radius:5px;bottom:1px;-webkit-box-shadow:0 1px 0px hsla(0, 0%, 0%, 0.3);box-shadow:0 1px 0px hsla(0, 0%, 0%, 0.3);height:6px;position:absolute;right:1px;width:6px;z-index:3}.member .status.active{background:#64c464;background:-webkit-linear-gradient(top, #64c464 0, #3fa63f 100%);background:linear-gradient(to bottom, #64c464 0, #3fa63f 100%);border-color:#daf1da}
.member .status.idle{background:#e4e467;background:-webkit-linear-gradient(top, #e4e467 0, #c3c322 100%);background:linear-gradient(to bottom, #e4e467 0, #c3c322 100%);border-color:#f7f7d4}
.member .status.disconnected{background:#bdbdbd;background:-webkit-linear-gradient(top, #bdbdbd 0, #9e9e9e 100%);background:linear-gradient(to bottom, #bdbdbd 0, #9e9e9e 100%);border-color:#ededed}
.member .member-type{bottom:0;height:9px;position:absolute;left:1px;width:9px;z-index:3}.member .member-type.admin{background-size:100%}
.member .member-gold-badge{background-size:100%;display:none;height:7px;position:absolute;right:1px;top:1px;width:11px;z-index:3}
.member.has-trello-gold{background-color:#e2e0ca;border-color:#e7dc8d;border-bottom-color:#dfd168}.member.has-trello-gold .member-gold-badge{display:block}
.firefox .member img{margin:-1px 0 0 -1px;border:1px solid transparent}
.member-large{background-color:#d6d6d6;border:1px solid #c7c7c7;border-radius:3px;display:block;height:50px;overflow:hidden;position:relative;width:50px;z-index:1}.member-large .member-initials{display:block;font-size:16px;font-weight:bold;height:50px;left:0;line-height:50px;overflow:hidden;position:absolute;right:0;text-align:center;top:0}
.member-large .av-btn{border-radius:3px;color:#fff;font-size:12px;font-weight:bold;height:50px;left:0;line-height:50px;opacity:0;position:absolute;text-align:center;top:0;width:50px;z-index:2}
.member-large .member-avatar{border-radius:3px}
.member-large:hover .av-btn.change{opacity:1;background:rgba(0,0,0,0.5)}
.explorer .av-btn{background:url(about:blank)}
.avatar-option{border-radius:3px;display:block;height:42px;padding:4px 0;margin:8px 0;position:relative;text-decoration:none}.avatar-option:hover{background:#dcdcdc}
.avatar-option .pic{border:1px solid #ccc;border-radius:3px;height:40px;left:4px;position:absolute;top:4px;width:40px}.avatar-option .pic .member-initials{font-size:16px;line-height:40px;height:40px;width:40px}
.avatar-option .text{line-height:42px;font-size:16px;font-weight:bold;margin-left:56px;text-decoration:underline}.avatar-option .text .icon-sm{display:none;position:absolute;top:16px;right:10px}
.avatar-option.active .text .icon-sm{display:block}
.member-profile-info{margin-bottom:8px}.member-profile-info .info{margin-left:40px}.member-profile-info .info h3 a{text-decoration:none}.member-profile-info .info h3 a:hover{text-decoration:underline}
.member-account-session{margin:18px 0}
.manage-member-section{margin-top:12px}.manage-member-section h4{border-bottom:1px solid #dcdcdc;padding-bottom:4px}
.search-with-spinner{height:30px;position:relative}.search-with-spinner input{z-index:1;padding-right:30px}
.search-with-spinner .spinner{position:absolute;top:6px;right:6px;z-index:2}
.reco-sidebar{display:block;margin-top:24px;min-height:60px;position:relative;text-decoration:none;-webkit-transition:opacity 100ms ease-in;transition:opacity 100ms ease-in}.reco-sidebar.hide{display:none;opacity:0}
.reco-sidebar .taco-beg-small-icon{background-repeat:no-repeat;background-size:35px 48px;display:block;height:48px;left:0;position:absolute;top:0;-webkit-transition:top 100ms ease-in;transition:top 100ms ease-in;width:35px}
.reco-sidebar .taco-text{background-color:#d4d4d4;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;top:10px;left:48px;padding:8px;position:absolute;-webkit-transition:background 100ms ease-in,margin 100ms ease-in;transition:background 100ms ease-in,margin 100ms ease-in}.reco-sidebar .taco-text .arrow{height:0;width:0;border-right:8px solid #d4d4d4;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;top:8px;left:-8px;-webkit-transition:border-right-color 100ms ease-in;transition:border-right-color 100ms ease-in}
.reco-sidebar:hover .taco-text{background-color:#ccc}
.reco-sidebar:hover .arrow{border-right-color:#ccc}
.ipad-promo-sidebar{display:block;position:relative;text-align:center;text-decoration:none;-webkit-transition:opacity 100ms ease-in;transition:opacity 100ms ease-in}.ipad-promo-sidebar.hide{display:none;opacity:0}
.ipad-promo-sidebar .taco-icon{background-repeat:no-repeat;background-size:35px 48px;height:48px;-ms-transform:translateY(80px) translateZ(0);-webkit-transform:translateY(80px) translateZ(0);transform:translateY(80px) translateZ(0);-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in;width:35px;z-index:1}
.ipad-promo-sidebar .ipad-image{background-repeat:no-repeat;background-size:170px 132px;height:132px;position:relative;-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in;-ms-transform:scale(.85) translateY(-5px) translateZ(0);-webkit-transform:scale(.85) translateY(-5px) translateZ(0);transform:scale(.85) translateY(-5px) translateZ(0);width:170px;z-index:2}
.ipad-promo-sidebar .text{font-weight:bold;color:#777;display:block;margin-top:-8px;text-decoration:underline;-webkit-transition:all 100ms ease-in;transition:all 100ms ease-in}
.ipad-promo-sidebar:hover .taco-icon{-ms-transform:scale(1.2) translateY(10px);-webkit-transform:scale(1.2) translateY(10px);transform:scale(1.2) translateY(10px)}
.ipad-promo-sidebar:hover .ipad-image{-ms-transform:scale(1) translateY(0);-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}
.ipad-promo-sidebar:hover .text{color:#393939;margin-top:8px}
.gold-pitch{background:#f0eddb;background:-webkit-linear-gradient(top, #f0eddb 0, #eae6cd 100%);background:linear-gradient(to bottom, #f0eddb 0, #eae6cd 100%);border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #cecece;border-bottom-color:#a0a0a0;color:#595326;cursor:pointer;display:block;font-weight:bold;margin-top:24px;padding:0 4px 8px 4px;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.gold-pitch .title{display:block;font-size:16px;line-height:20px;margin:-10px 0 2px}
.gold-pitch .gold-mark{background-size:100px 70px;display:block;width:100px;height:70px;margin:12px auto 22px;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.gold-pitch .pitchlet{display:block;font-weight:normal}
.gold-pitch:hover{background:#edead4;background:-webkit-linear-gradient(top, #edead4 0, #e7e3c6 100%);background:linear-gradient(to bottom, #edead4 0, #e7e3c6 100%);border-color:#bfbfbf;border-bottom-color:#999;color:#47431f}.gold-pitch:hover .gold-mark{-ms-transform:scale(1.25);-webkit-transform:scale(1.25);transform:scale(1.25)}
.gold-pitch.active{display:none}
.announcement{padding:4px;margin-bottom:4px;border-bottom:1px solid #dcdcdc}.announcement h3 a{text-decoration:none}.announcement h3 a:hover{text-decoration:underline}
.announcement.downtime{background-color:#e9e9e9}
.announcement-elsewhere{margin:10px 0 0}.announcement-elsewhere p{margin:0 4px 5px}
.announcement-elsewhere a.blog{border-radius:3px;color:#939393;display:block;float:left;height:20px;font-size:16px;font-weight:bold;line-height:20px;padding:10px 10px 10px 36px;position:relative;text-align:center}.announcement-elsewhere a.blog .icon-lg{position:absolute;top:5px;left:5px}
.announcement-elsewhere a.blog span{text-decoration:underline}
.announcement-elsewhere a.blog:hover{background-color:#dcdcdc;color:#393939}
.announcement-elsewhere a.social{border-radius:3px;display:block;float:left;height:30px;padding:5px 8px;text-align:center}.announcement-elsewhere a.social:hover{background-color:#dcdcdc}
.trophy-item{background-color:#fafafa;border:1px solid #cfcfcf;border-bottom-color:#a1a1a1;border-radius:3px;height:40px;padding:4px;position:relative;margin:0 0 8px 0}.trophy-item:hover{background-color:#fff;border-color:#b9b9b9;border-bottom-color:#a1a1a1;-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);box-shadow:0 1px 5px rgba(0, 0, 0, 0.1);cursor:pointer}
.trophy-item .trophy-item-icon{position:absolute;top:4px;left:4px;height:40px;width:40px;background-size:40px 40px}
.trophy-item-icon{background-repeat:no-repeat;display:block;background-size:200px 200px;height:200px;margin:0 auto;width:200px}.trophy-item-icon.GoldenTaco{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/a785f32e7f7662da478374e99b0de058/GoldenTaco.png)}
.trophy-item-icon.BlueStarfish{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/ef67dcea3b4edd32186f7ad6c2e8af50/BlueStarfish.png)}
.trophy-item-icon.OvenMitt{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/609489e301c36ba7dbbd489a0303d30f/OvenMitt.png)}
.trophy-item-icon.GreenKetchupMustard{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/e0b7de8f7cbb415068e5b637ca853e8f/GreenKetchupMustard.png)}
.trophy-item-icon.MintDonut{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/79fafebab4e77c74b4b88ce0b725764a/MintDonut.png)}
.trophy-item-icon.RainbowLasagna{background-image:url(https://d2k1ftgv7pobq7.cloudfront.net/images/trophies/272836368aa5c6b068fc8f554cc6a62f/RainbowLasagna.png)}
.trophy-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:40px;padding-left:48px}
.org-profile-logo{background-color:#ccc;border:1px solid #b9b9b9;cursor:default;display:block;height:170px;margin:0 0 8px 0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;text-decoration:none;z-index:0;width:170px}.org-profile-logo .org-profile-logo-image{height:170px;left:0;margin-bottom:0;top:0;width:170px;z-index:2;display:block}
.org-profile-logo .change-logo-text{background:rgba(0,0,0,0.5);bottom:0;color:#fff;display:none;font-weight:bold;height:40px;left:0;line-height:40px;margin:0;position:absolute;right:0;text-align:center;width:100%;z-index:3}
.org-profile-logo.ed{cursor:pointer}
.org-profile-logo.ed:hover .change-logo-text{display:block;text-decoration:underline}
.user-guide-sheet{background:#fff;border:1px solid #cecece;border-radius:3px;padding:24px}
.product-intro-modal{background:#fff;background:-webkit-linear-gradient(bottom, #f7f7f7 0, #fff 70px);background:linear-gradient(to top, #f7f7f7 0, #fff 70px);border:1px solid #cfcfcf;border-bottom-color:#b3b3b3;border-radius:6px;font-size:16px;line-height:1.2;margin:0 0 16px 16px;padding:24px;position:relative}.product-intro-modal .product-intro-header{text-align:center}
.product-intro-modal .product-intro-close-bottom{margin:24px 12px 6px}
.product-intro-modal .product-intro-close{position:absolute;top:12px;right:12px}
.product-intro-modal .product-intro-section{margin-bottom:16px;position:relative}.product-intro-modal .product-intro-section .product-intro-number{background:#e6e6e6;background:-webkit-linear-gradient(top, #e6e6e6 0, #dbdbdb 100%);background:linear-gradient(to bottom, #e6e6e6 0, #dbdbdb 100%);border-radius:30px;border:1px solid #b3b3b3;font-weight:bold;left:-42px;line-height:20px;padding:6px;position:absolute;top:-6px;text-align:center;height:20px;width:20px}
.product-intro-modal .product-intro-section p{margin:0}
.product-intro-modal.bc-intro{border-color:1px solid #c7d0d6;border-bottom-color:#a7b6be}.product-intro-modal.bc-intro .product-intro-logo{height:98px}
.product-intro-modal.bc-intro .product-intro-number{background:#dee8ed;background:-webkit-linear-gradient(top, #dee8ed 0, #d1dee6 100%);background:linear-gradient(to bottom, #dee8ed 0, #d1dee6 100%);border-color:#a7b6be}
.product-intro-modal.gold-intro{border-color:1px solid #d6d4c7;border-bottom-color:#bebba7}.product-intro-modal.gold-intro .product-intro-logo{height:130px}
.product-intro-modal.gold-intro .product-intro-number{background:#eee9c4;background:-webkit-linear-gradient(top, #eee9c4 0, #e9e3b4 100%);background:linear-gradient(to bottom, #eee9c4 0, #e9e3b4 100%);border-color:#d1c461}
.ga-link-helper-section p{margin:10px 0 10px 38px;position:relative}
.ga-link-helper-section .ga-link-helper-num{background:#dee8ed;background:-webkit-linear-gradient(top, #dee8ed 0, #d1dee6 100%);background:linear-gradient(to bottom, #dee8ed 0, #d1dee6 100%);border-radius:30px;border:1px solid #a7b6be;font-weight:bold;left:-37px;line-height:20px;padding:3px;position:absolute;top:-1px;text-align:center;height:20px;width:20px}
.bc-pitch{background:#e2e6e9;background:-webkit-linear-gradient(top, #e2e6e9 0, #d7dce0 100%);background:linear-gradient(to bottom, #e2e6e9 0, #d7dce0 100%);border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #cecece;border-bottom-color:#a0a0a0;color:#596a73;cursor:pointer;display:block;font-weight:bold;margin-top:24px;padding:0 4px 8px 4px;position:relative;text-align:center;text-decoration:none;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.bc-pitch .title{display:block;font-size:16px;line-height:20px;margin:-10px 0 2px}
.bc-pitch .business-class-mark{background-size:48px 42px;width:48px;height:42px;margin:14px auto 20px;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.bc-pitch .pitchlet{display:block;font-weight:normal}
.bc-pitch:hover{background:#dde1e4;background:-webkit-linear-gradient(top, #dde1e4 0, #d1d8db 100%);background:linear-gradient(to bottom, #dde1e4 0, #d1d8db 100%);border-color:#bfbfbf;border-bottom-color:#999;color:#434f56}.bc-pitch:hover .business-class-mark{-ms-transform:scale(1.25);-webkit-transform:scale(1.25);transform:scale(1.25)}
.bc-pitch.active{display:none}
.product-guide-link{border-radius:3px;display:block;margin-top:24px;padding:4px 4px 4px 24px;position:relative}.product-guide-link .icon-sm{left:4px;position:absolute;top:4px}
.product-guide-link:hover{background:#dcdcdc}
.bc-plans{text-align:center}.bc-plans .bc-hero-image{margin:16px 0 4px 0;width:300px;height:125px}
.bc-plans .pitch{color:#4e5c65}.bc-plans .pitch p{font-size:16px;margin:1em 0}
.bc-plans .pitch .intro{font-size:20px;line-height:1.35em}
.bc-plans .pitch a{color:#647782}.bc-plans .pitch a:hover{color:#8c9da6}
.bc-plans .bc-features{color:#4e5c65;text-align:left;font-size:16px;margin:0 auto;width:350px}.bc-plans .bc-features .icon-sm{color:#9aa9b1}
.bc-plans .bc-features li{margin:10px 0}
.bc-call-out{background:#e8ebed;background:-webkit-linear-gradient(top, #e8ebed 0, #dde1e4 100%);background:linear-gradient(to bottom, #e8ebed 0, #dde1e4 100%);border:1px solid #cecece;color:#596a73;border-radius:3px;font-size:16px;line-height:1.35em;margin:24px 0;padding:16px;text-align:center}.bc-call-out .quiet{color:#9fa8ad;margin-top:.4em}
.bc-call-out .bc-price{font-size:32px;line-height:26px;margin:.2em 0}
.bc-call-out .bc-sub-price{font-size:20px}
.bc-call-out .button{display:block;padding:16px 24px;margin-top:16px}
.bc-call-out.active{opacity:.4}
.list-org-members .member{margin:0 2px 2px 0}
.member-list-item-detail{clear:both;border-bottom:1px solid #dcdcdc;padding:14px 0 14px 40px;position:relative}.member-list-item-detail .name-line{margin-bottom:2px}
.member-list-item-detail .full-name{font-weight:bold;font-size:16px;margin-right:3px}
.member-list-item-detail.deactivated .full-name{color:#939393}
.member-list-item-detail .details{float:left}
.member-list-item-detail .member{position:absolute;top:14px;left:0}
.member-list-item-detail .options{float:right}.member-list-item-detail .options .option{margin:4px 0 2px 8px;float:left}.member-list-item-detail .options .option.quiet-button{padding:7px 9px}
.member-list-item-detail .options .option.button-link{padding-right:12px}
.member-list-item-detail .options .option.button-link.role-button{width:95px;padding-left:10px;padding-right:26px}.member-list-item-detail .options .option.button-link.role-button .icon-sm{position:absolute;top:6px;right:6px}
.member-list-item-detail .options .option.status{padding:7px 9px}
.org-members-options{float:right;max-width:300px;position:relative}.org-members-options .button-link{padding-right:10px;margin:0;max-width:300px}
.org-members-options .quiet-button{padding:7px 9px;margin:0}
.bc-active-status{background:#dcdcdc;border-radius:3px;font-size:16px;height:30px;line-height:30px;padding:8px 8px 8px 46px;position:relative}.bc-active-status .icon-lg{position:absolute;left:8px;top:8px}
.bc-active-status.active{background:#c8dac9;color:#1f2e1f}.bc-active-status.active .icon-lg{color:#527a53}
.bc-active-status.warning.active,.bc-active-status.warning{background:#dad9c8;color:#2e2d1f}.bc-active-status.warning.active .icon-lg,.bc-active-status.warning .icon-lg{color:#7a7752}
.bc-active-status.error{background:#dac8c8;color:#2e1f1f}.bc-active-status.error .icon-lg{color:#7a5252}
.next-charge{font-size:18px;line-height:22px}
.billing-option-buttons{margin-bottom:8px}.billing-option-buttons a{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);background:linear-gradient(to bottom, #fff 0, #f9f9f9 100%);border:1px solid #cecece;border-bottom-color:#aaa;border-radius:3px;display:block;float:left;text-align:center;text-decoration:none;margin:0 8px 8px 0;padding:16px 8px;position:relative;width:170px}.billing-option-buttons a .name{display:block;font-weight:bold;margin-bottom:8px}
.billing-option-buttons a .price{display:block}
.billing-option-buttons a.active,.billing-option-buttons a.active:hover{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);background:linear-gradient(to bottom, #fff 0, #f9f9f9 100%);border-color:#318ec4;-webkit-box-shadow:0 0 2px #318ec4;box-shadow:0 0 2px #318ec4;cursor:default}
.billing-option-buttons a:hover{background:#fff;background:-webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);background:linear-gradient(to bottom, #fff 0, #f3f3f3 100%);border-color:#b9b9b9;border-bottom-color:#939393;-webkit-box-shadow:0 0 2px #b9b9b9;box-shadow:0 0 2px #b9b9b9}
.phenom{border-bottom:1px solid #dcdcdc;min-height:30px;padding:8px 0 8px 40px;position:relative;}.phenom .creator{border:1px solid transparent;height: 20px;left:0;position:absolute;top:10px;width: 20px;}
.phenom .member.creator{border:1px solid #c7c7c7}
.phenom:first-child{margin-top:-8px}
.phenom:last-child{border-bottom:0;padding-bottom:0}
.phenom.unread,.phenom.unsent{padding:8px 8px 8px 44px;margin:0 -8px 0 -8px;border-left:4px solid #939393}.phenom.unread .creator,.phenom.unsent .creator{left:4px}
.phenom.unread{background:#e2e6e9;border-left-color:#2e85b8}
.phenom.unsent{background:#e9e2e2;border-left-color:#a82424}
.phenom.due-soon .phenom-desc{padding-top:7px}
.phenom.due-soon .creator{top:8px}
.phenom.due-soon .phenom-meta{display:none}
.phenom-desc{margin-bottom:2px;word-wrap:break-word}.phenom-desc p{margin-bottom:0}
.phenom-desc ul{padding-left:5px}
.phenom-desc li{list-style:disc;margin-left:15px}
.phenom-desc.invite{padding-right:138px;position:relative}.phenom-desc.invite .phenom-opts{position:absolute;right:0;top:0}.phenom-desc.invite .phenom-opts .button-link{display:inline-block;margin-top:0;width:50px;text-align:center}
.inline-object{font-weight:bold;text-decoration:none}.inline-object:hover{text-decoration:underline}
.action-comment{background-color:#fff;border:1px solid #d3d3d3;border-bottom-color:#bbb;border-radius:3px;-webkit-box-shadow:0 1px 3px #D3D3D3;box-shadow:0 1px 3px #D3D3D3;clear:both;cursor:pointer;display:block;margin:4px 4px 5px 0;overflow:hidden;padding:8px 10px;text-overflow:ellipsis}.action-comment p{margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}.action-comment p:last-child{margin-bottom:0}
.action-comment textarea{background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;display:none;margin:0;padding:0;-webkit-transition:height .2s ease-out;transition:height .2s ease-out}
.embedly{padding:0 10px}
.phenom .edit-controls{display:none}.phenom .edit-controls .option{display:none}
.phenom.editing .current-comment{display:none}
.phenom.editing textarea{display:block;height:108px}
.phenom.editing .phenom-meta{display:none}
.phenom.editing .edit-controls{display:block}
.attachment-image-preview{background:#dcdcdc;border-radius:3px;clear:both;display:block;max-width:396px;margin:8px 0 4px;padding:4px}
.embed{background-color:#dcdcdc;padding:11px 10px;margin:10px -10px;width:auto}.embed>a{display:inline-block}
.embed iframe{height:auto}
.embed iframe,.embed object{min-height:270px;width:100%}
.embed img{height:auto;width:100%}
.phenom-meta{display:inline;font-size:12px;line-height:18px;margin:0}
.window-module .phenom .action-comment{cursor:auto}
.pop-over .phenom .phenom-desc.invite{padding-right:0}.pop-over .phenom .phenom-desc.invite .phenom-opts{margin:3px 0;position:relative;right:auto;top:auto}
.atMention{background:#c2c2c2;border-radius:3px;padding:1px 4px;margin:-1px 0;display:inline-block}.atMention.me{background:#2e85b8;color:#fff}
.desktop-phenom{background:#fff;cursor:pointer;padding:8px;width:284px;max-height:144px;margin:0;overflow-y:auto}.desktop-phenom .phenom{overflow:hidden}
.desktop-phenom a,.desktop-phenom a:hover{text-decoration:none}
.manual.shortcuts .shortcut{border-bottom:1px solid #dcdcdc;margin-bottom:8px;padding:8px 0;position:relative}.manual.shortcuts .shortcut h3{clear:both;margin:2px 200px 10px 0}
.manual.shortcuts .shortcut .keys{position:absolute;top:4px;right:0}.manual.shortcuts .shortcut .keys a{background:#fff;border-radius:5px;border:1px solid #d3d3d3;border-bottom-color:#bbb;-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);color:#666;cursor:default;display:block;float:left;font-weight:bold;font-size:16px;margin:0 5px 10px 0;padding:6px 10px}.manual.shortcuts .shortcut .keys a:hover{-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:0 1px 2px rgba(0, 0, 0, 0.1)}
.manual.shortcuts .shortcut .keys a:active{-webkit-box-shadow:none;box-shadow:none}
.manual-list{display:block;margin:0 auto}.manual-list li{display:inline-block;margin:0 8px}
.manual-item{border-radius:3px;border:1px solid #f0f0f0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin:8px 0;padding:16px;position:relative;text-decoration:none;text-align:center;clear:both}.manual-item .title{display:inline-block;font-size:18px;font-weight:bold;line-height:24px;position:relative}
.manual-item .sub-text{color:#939393;display:block;margin-top:6px}
.manual-item:hover{background:#dedede;border-color:rgba(0,0,0,0.05);border-bottom-color:rgba(0,0,0,0.1)}.manual-item:hover .title{text-decoration:underline}
.manual-item.helpdot .url{display:inline-block;font-size:18px;font-weight:bold;padding:8px 8px 16px;position:relative}
.manual-item.helpdot:hover .url{text-decoration:underline}
.manual-item.manual-item-trello-gold .product-mark,.manual-item.manual-item-business-class .product-mark{background-size:24px 21px;position:absolute;top:0;left:-25%;height:21px;width:24px;-webkit-transition:top 150ms;transition:top 150ms}.manual-item.manual-item-trello-gold .product-mark.trello-gold-mark,.manual-item.manual-item-business-class .product-mark.trello-gold-mark{background-size:29px 21px;width:29px;left:-40%}
.manual-item.manual-item-trello-gold:hover .product-mark,.manual-item.manual-item-business-class:hover .product-mark{top:-4px}
.manual-item.app{float:left;height:160px;margin:0 0 10px;padding:125px 0 0 0;overflow:hidden;width:175px;clear:none}.manual-item.app .img-wrapper{position:absolute;top:0;left:0;right:0;overflow:hidden;text-align:center}
.manual-item.app .img{background-size:100% auto;background-repeat:no-repeat;background-position:center top;display:inline-block;height:200px;width:115px;margin-top:20px;-webkit-transition:margin 150ms;transition:margin 150ms;z-index:0}
.manual-item.app .fade{bottom:0;background:rgba(240,240,240,0);background:-webkit-linear-gradient(top, rgba(240,240,240,0) 0, #f0f0f0 100%);background:linear-gradient(to bottom, rgba(240,240,240,0) 0, #f0f0f0 100%);height:50px;left:0;position:absolute;right:0;-webkit-transition:background 150ms;transition:background 150ms;z-index:1}
.manual-item.app .title{position:relative;z-index:2}
.manual-item.app:hover .fade{background:rgba(222,222,222,0);background:-webkit-linear-gradient(top, rgba(222,222,222,0) 0, #dedede 100%);background:linear-gradient(to bottom, rgba(222,222,222,0) 0, #dedede 100%)}
.manual-item.app:hover .img{margin-top:10px}
.manual-item.app.ios .img{margin-top:20px;width:140px}
.manual-item.app.ios:hover .img{margin-top:10px}
.manual-item.app.win8 .img{margin-top:30px;width:140px}
.manual-item.app.win8:hover .img{margin-top:25px}
.manual-item.social{float:left;height:85px;margin:0 0 10px;overflow:hidden;padding:0 0 0 0;width:25%;clear:none;text-align:center}.manual-item.social .icon-lg{font-size:30px;height:40px;margin-top:10px;line-height:40px;-webkit-transition:margin 150ms;transition:margin 150ms}
.manual-item.social .title{position:absolute;bottom:10px;left:0;right:0}
.manual-item.social .icon-board{color:#2a79a6}
.manual-item.social:hover .icon-lg{margin-top:7px}
.extra-large-window .help-email-frown,.large-window .help-email-frown,.medium-window .help-email-frown,.extra-large-window .help-email-smile,.large-window .help-email-smile,.medium-window .help-email-smile{height:36px;opacity:.5;position:absolute;width:70px;-webkit-transition:opacity 220ms,top 100ms;transition:opacity 220ms,top 100ms}
.extra-large-window .help-email-frown,.large-window .help-email-frown,.medium-window .help-email-frown{background-repeat:no-repeat;left:-80px;top:0}
.extra-large-window .help-email-smile,.large-window .help-email-smile,.medium-window .help-email-smile{background-repeat:no-repeat;right:-80px;top:0}
.extra-large-window .manual-item.helpdot:hover .help-email-frown,.large-window .manual-item.helpdot:hover .help-email-frown,.medium-window .manual-item.helpdot:hover .help-email-frown{opacity:.15;top:3px}
.extra-large-window .manual-item.helpdot:hover .help-email-smile,.large-window .manual-item.helpdot:hover .help-email-smile,.medium-window .manual-item.helpdot:hover .help-email-smile{opacity:1;top:-3px}
.account-page{background-color:#e6e6e6}.account-page #surface{max-width:540px;margin:0 auto;position:relative;padding:10px 10px 50px}
.account-page.mobile-app .account-header{display:none}
.account-page .account-header{height:55px;margin-bottom:10px;text-align:center}.account-page .account-header img{width:160px}
.account-page .account-content{background-color:#f0f0f0;border:1px solid #bfbfbf;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);box-shadow:0 0 10px rgba(0, 0, 0, 0.1);border-radius:3px;padding:20px}
.account-page input[type="submit"],.account-page a.button{padding-top:9px;padding-bottom:9px}
.account-page .primary-col{display:block;float:left;margin-right:40px;width:250px}.account-page .primary-col input[type="submit"]{margin-bottom:20px}
.account-page .secondary-col{display:block;float:left;width:200px}.account-page .secondary-col input{width:100%;margin:0 0 5px}
.ios-authenticating p{color:#939393;margin:100px auto 0;font-size:20px;line-height:24px;font-weight:bold;text-align:center;width:100%}
.account-form{margin-left:40px}.account-form .field{padding-bottom:15px}
.account-form .error{display:none;margin:0}
.account-form .confirmation{color:#3da440;margin:0;display:none}
.account-form input[type="text"]{margin-bottom:5px}
.account-form .helper{display:inline-block;width:auto}
.request-token h1{text-align:center;font-weight:normal}.request-token h1 .identifier{font-weight:bold}
.request-token ul{margin:4px 0 4px 25px}
.request-token ul li{list-style:disc;margin:0 0 8px 0}
.request-token input[type="submit"],.request-token a.button{width:140px}
.request-token input[type="submit"].deny{width:75px;padding-left:5px;padding-right:5px}
.request-token .buttons{text-align:center;margin:8px 0 16px}
.request-token .warning{background:#fee;border:1px solid #c2c2c2;border-radius:3px;padding:8px;margin:4px}
.app-key input{width:100%;padding:8px 0;text-align:center;font-family:monospace;font-size:12px}
.app-key a.api-example{display:block;font-size:13px;margin:8px;word-wrap:break-word}
.app-key div.api-examples{padding-left:16px;margin-top:4px;margin-bottom:16px}
.app-key h4{font-size:14px}
.app-key p.info{background-color:#e6e6e6;border:1px solid #c2c2c2;padding:12px}
.member-applications .application{border-bottom:1px solid #dcdcdc;padding:8px 0;margin-bottom:8px;position:relative}.member-applications .application .details{margin-right:100px}
.member-applications .application input[type='button']{position:absolute;top:4px;right:0}
.extra-large-window .search-result-member,.large-window .search-result-member,.medium-window .search-result-member,.extra-large-window .search-result-card,.large-window .search-result-card,.medium-window .search-result-card{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;min-height:120px;padding-right:8px;width:33%}.extra-large-window .search-result-member:nth-child(3n+1),.large-window .search-result-member:nth-child(3n+1),.medium-window .search-result-member:nth-child(3n+1),.extra-large-window .search-result-card:nth-child(3n+1),.large-window .search-result-card:nth-child(3n+1),.medium-window .search-result-card:nth-child(3n+1){clear:left}
.extra-large-window .search-result-member,.large-window .search-result-member,.medium-window .search-result-member{min-height:0}
.pop-over .search-result-member,.pop-over .search-result-card{float:none;min-height:0;padding-right:0;width:100%}
.page-legal #content{margin:30px auto;padding:10px;max-width:700px}
.page-legal #content ul{margin-bottom:8px;list-style:inherit;list-style-position:inside}
.page-privacy #content{margin:30px auto;padding:10px;max-width:700px}
.page-privacy #content ul{margin-bottom:8px;list-style:inherit;list-style-position:inside}
body.promo-page{background:#fff;overflow-x:hidden}
.promo-wrapper{font-family:"facitweb",Helvetica,sans-serif;font-weight:300;color:#81919b}.promo-wrapper a{color:#569cc4;text-decoration:none}.promo-wrapper a:hover{color:#00c6d4}
.promo-wrapper p{font-family:Helvetica,sans-serif;font-weight:300;line-height:1.65em;font-size:15px}
.promo-wrapper h1,.promo-wrapper h2,.promo-wrapper h3{color:#26729e}
.promo-wrapper h1{font-size:45px;line-height:1.2em}
.promo-wrapper .button{background:#00c6d4;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:600;border-radius:8px}.promo-wrapper .button:hover{color:#fff}
.width-wrapper{max-width:1080px;margin:0 auto;padding:0 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.small-window .width-wrapper{padding:0 30px}
.all-caps{text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.subtext{font-size:14px;margin:10px 0 0 0;font-family:Helvetica,sans-serif}
.promo-page #header{overflow:visible}
.landing-body #header #navLanding,.trelloGold-body #header #navTrelloGold,.businessClass-body #header #navBusinessClass,.tour-body #header #navTour{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAMAAAD6Ou7DAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAlg/kKQc7w9X4AX9QUf799Yq2lgAAADZJREFUCB0FwYUBgAAAwCDs1v1/rQDcDwDjNI0AhhoA1q/eFVj2qn0BV1VdMB9VdcycW1XVdv5TywJ7mq6QbgAAAABJRU5ErkJggg==) no-repeat center bottom;cursor:default;color:#a2d6f4;padding-bottom:12px}
.small-window.promo-page #header{margin-bottom:30px}.small-window.promo-page #header nav{display:block;position:absolute;text-align:center;top:60px;width:100%;z-index:2}.small-window.promo-page #header nav a{color:#81919b}.small-window.promo-page #header nav a:hover{color:#fff;background:#569cc4}
#promoFooter{text-align:center}#promoFooter nav{margin:10px 0 30px 0}#promoFooter nav a{display:inline-block;margin:9px 15px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:#81919b;font-size:12px;font-weight:600}#promoFooter nav a:hover{opacity:.8}
#promoFooter nav a .icon-sm{font-size:17px;color:#81919b}
#promoFooter p{color:#c0c8cd;font-size:12px}#promoFooter p img{margin-top:10px}
#promoFooter .copyright{margin-top:20px;font-size:10px}
#promoFooter .landing-badges p{display:inline-block;width:220px}
.small-window #promoFooter{padding:0 20px}
.fanclub-section{font-family:"facitweb",Helvetica,sans-serif;background:#fff;border-bottom:1px solid #e6e6e6;overflow:hidden;position:relative}
.fanclub-section.fanclub-section-stickers{background:#f0f0f0}
.fanclub-section.fanclub-section-backgrounds{}
.fanclub-section.fanclub-section-emoji{background:#f0f0f0}
.fanclub-section .trellogold-emoji-demo{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;text-align:left;margin:0 auto 48px;max-width:500px}.fanclub-section .trellogold-emoji-demo .action-comment{cursor:default}
.fanclub-section.fanclub-section-attachments img{margin-bottom:32px;max-width:100%}
.fanclub-section.fanclub-section-reco{background:#ebf4eb}
.fanclub-section .sticker img{background:transparent !important}
.fanclub-section .trellogold-background-demo{background-color:#e6e6e6;border-radius:12px;height:400px;position:relative;width:100%}
.fanclub-section .trellogold-background-demo-header{background:rgba(0,0,0,0.35);border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:0;border-bottom-left-radius:0;height:35px;width:100%}
.fanclub-section .trellogold-background-demo-lists{position:absolute;top:70px;left:20px;right:20px;bottom:20px}
.fanclub-section .trellogold-background-demo-list{background:rgba(227,227,227,0.9);border-radius:6px;float:left;height:50%;width:25%;margin-right:20px}.fanclub-section .trellogold-background-demo-list:nth-child(1){height:60%}
.fanclub-section .trellogold-background-demo-list:nth-child(2){height:35%}
.fanclub-section .trellogold-background-demo-list:nth-child(3){height:95%}
.fanclub-section .trellogold-demo-rotate{font-size:16px;text-align:center;margin:2% 2% 7% 2%}.fanclub-section .trellogold-demo-rotate a{text-decoration:none}.fanclub-section .trellogold-demo-rotate a .text{text-decoration:underline}
.fanclub-section .trellogold-demo-list-card{margin:0 auto;cursor:default;text-align:left}
.fanclub-section.fanclub-section-beta-list{border:0;text-align:center}.fanclub-section.fanclub-section-beta-list img{display:block;margin:0 auto 3em;height:140px}
.fanclub-section.fanclub-section-beta-list .button-link{max-width:100%;width:290px;padding:20px 5%}
.fanclub-section.fanclub-section-beta-list .fanclub-section-wrapper{padding:10%}
.window-wrapper .fanclub-section .fanclub-background{background-size:150% auto}
.fanclub-section-wrapper{margin:0 auto;max-width:700px;padding:10%;position:relative;z-index:1;text-align:center}.fanclub-section-wrapper p,.fanclub-section-wrapper ul{font-size:24px;font-weight:300;line-height:1.3em;margin-bottom:1.3em}
.fanclub-section-wrapper li{font-size:18px;margin-bottom:.65em;line-height:1em}
.fanclub-section-wrapper h1{font-size:40px;margin:0 0 1.3em}
.fanclub-section-wrapper h2{font-size:32px;margin:0 0 1.3em}
.fanclub-section-wrapper .button-link{display:inline-block;font-size:22px;padding:20px 10%;margin:16px 0;width:180px}
.fanclub-section-wrapper .fanclub-free-or-paid{width:100%}.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-recommend,.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-paid{width:40%;min-width:270px;display:inline-block;height:210px}
.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-price{margin:1.3em 0}
.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-monthly,.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-free{font-size:30px;font-weight:600;margin:32px 0 0 0}
.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-yearly,.fanclub-section-wrapper .fanclub-free-or-paid .fanclub-for-free{font-size:18px}
.fanclub-section-wrapper .fanclub-learn{margin:1.3em 0 0;font-size:18px}
.fanclub-section-header .fanclub-section-wrapper{padding-top:6%}
.fanclub-section-header h1{display:none}
.fanclub-section-header .fanclub-section-header-image{max-width:400px;padding-bottom:32px;width:100%;height:260px}
@media screen and (max-height:1000px){.fanclub-section-wrapper{padding-top:8%;padding-bottom:8%}}@media screen and (max-width:600px){.fanclub-section-wrapper p{font-size:20px;line-height:1.3em;margin-bottom:1.1em} .fanclub-section-wrapper h1{font-size:36px;margin:0 0 .9em} .fanclub-section-wrapper h2{font-size:28px;margin:0 0 .9em} .fanclub-section .trellogold-background-demo{height:270px} .fanclub-section-header .fanclub-section-header-image{height:auto}}.promo-wrapper blockquote{color:#81919b;padding:0;margin:0 0 20px 0;border:0;font-weight:200;font-style:italic;font-size:20px;line-height:1.6em}
.promo-wrapper .icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADICAYAAADGFbfiAAAI1UlEQVR4XuydXYhV5RrHn3ftvecrbUQkxbqw0oMiRJgXokFfZHY+KIkyzRxFL5wxSwLLIZWYKMWIzjF1FOswGjhIH1IUTiUY0YddaHKOEEWkFxVaOjpmjjbOXv1YPBfLxZ6919prkjXx/OTH8673XXv5XO0/7yxetvN9Xyox+p8tjtKI9QjSiz0n3tviV1yvTAc2SfXswIWSjJm4D4vyJ9K28dU7KOtwsiSjDztx9drHl5yWDGIYhpGPGR4jsRYVadB6RmsjNkTWc3y2O0aINEk6mhIGSDvOwuN4B17QL3tJSCOuxNvxQ3wBL2GYXThGqqMFPWyWDGIYhuElCI8o9ZFxlFocqc+Iu5NwEXdUXoPk4TEOp+F+rMMww/BvUpnn8BmcgXfiCIwyRtIxTzKKYRiGFys8YpIyRBaWmiu7lozNofBQZBpuwzAF3I6f4sPYiFEW4PLIc/bidEnOKdyATXg3Po+K5CSjGIZheCnCozc8ThQiV57N+HcNjzDfYzuGOY3v4AzsxIP4JI5GkFG4pkRQTsU3cILEp1+f/TTuxH34CSriS0YxDMPIVxkeF7FHFB3nsLZsiOg7kQyFx6N4AKPs1dC4Fm/El7AZn8U8jpfSjMVVuFjicQ67dHwXtmlAlWTOa5/JION83/83dRl1M64oMigWi1Is+tI6c5J0n7sgp871yome8/LzWaQePPaLcJ9wY5BwPuOUOAz60LBfEQ7Pb15aJNnDMAyvyvC4LAh03K1rFXciGQqPz6U0dTgMw4zH1/EFKc8/9NnzYwb4SR1fj9MrvH/ZiX24UkqzUte5ryIOt+DjmEOq41pcsASei34AXTCgD7+P+if1IdpHljEMw0sbHilCJJPhoXyFi/A4hnE4VsozGrfiQ1Keo3gf+gjyNt6C78rAzMU8bsBVGIJr5nV9bpzw8EWWShiuo1/eHiPnnOQZUCXnedqHy+Og9CHl+sgshmF4acIjbYhkLDyinMcxUh2/xngB/ht+EQqQbjyEfTIw6yJjDRFqZC1GuC4NpfgHuvEA5h3r4HkusJDzqB7h4QL5t86F+nAp+5BwH4rOs55VDMPwUoTHlQyRjjhzyn/ShofyMc7DQ5KMIzgV75fyTMD9oaD5F36tvQ/EWmyPBEWXVoV17pOBaYucLWnFWeKCSnEU1+ycayvkcsGOI6chUpPPBTpHH07anSjODV4fVFF0vU0yiWEYHjamCI+0IdKY4LCgH5G5kgxDSRkeor134n70JT7b8Qfsk/LU4iR0KBriE7FeyrMMt6Ii94ii86yXpfWysXPrdbzeBdc0hNjqUfM5F4RGbQGDAPGCkMFl3LTVDVIfqH1Qo2uZxTAsQOpThEfaEKmXwWMU7sHF2IXHEobHFCnNK/h/iccB7EgYUor0Szx8bImEiOh1S4yw68RL+BSuxxCOEGE+WHed7ECkrpAX3YEEIVJfUxDnnKDv6INB0AfXg9aHXmsf3JdJDMPw5K/DPLwZ38Jm7Eq485iIm3A2jsPJOB9fjnky/bD2cFZSkDBENmK/Vg2PiizAAr6I4lCc0yroXuSqwNSCPKFRQEJEGmryhAcSIo5F1ccWDPqgVt1HFJ0v6H0ZxDCMPPZiQ+rzG+kPI3bgQlR0Lj6b8AGcgrtxDt6gIRKHXThcn3MNXsSrJB57cDn+KMkpljk06CTE7sUzoiHyhHpFWT17Wuo+hj6GYXjYk/yFd/rwcMVLv1N6qnzPEeU6XIW34WH8Fq/W8EjCNrwXd2Ahxi7gS3wEH9TwqIY6rBng/+uXjGIYhuGlPb9R7Un2mpNHB/NUekOozsY1Kf6U9D9cgjfhY/hffF/D4iN8E1vxVg2sXWW+6I/HeG/zE57ALSV3RRnFMAxDfw8k9VmQxM8YfmSvgP/dsaOD83sgWSD574E4zOu4iP1D7fdADMOwAEkZIsk/O37c9Z4GiC9DDsMwDMNLdwgwffAQJDLEMQzDsB1IwkA4Txic0ftHUBrihMcf7d0xSgNBHIfRyb+zCMIiaLOdx/EkHsiTeJx0VkIISCBikxhhCmWETWa22d33YGFgkvqrfrtpFgCIkUaAN+IBICBlRAaIB4CAXBORz/IsHgACUkbk8Gvgdyi+SFjeiweAd2GlVX5z7sPPk8+rwfvZAiAuWJZH/pzrXf595HOfzrL+n/vH/N8ZAiAujMc6lbo/59J6vhEBICriMWAJEQEgGuKxK86LiQgAURmP/fl5S1k+75cTEQCiMh6b877jmLJ83iwnIgBEazyWGREAoiUey40IAFEbDxEBsAPpq+PRHpE+TRaAgHTV8WiPSJcmCYBIFQAgxhgBNo0RJwmAGGME2DRGnCQAYoz9RtMYcZIAiJr9hngAENX7DfEAEJDaiIgHgIC0jgB78QCwA6kZAXbiASAgZUQGiAeAgFwTkV15Fg8AASkjsj0/x/xsiy8SFvdzjgcAq9PplCoAYAcCAAICgIAAICAACAgACAgAAgKAgAAgIAAICAAICAACAoCAACAgAAgIAAgIAAICgIAAICAACAgACAgAAgKAgAAgIAAICAAICAACAoCAACAgAAgIAAgIAAICgIAAICAACAgACAgAAgKAgAAgIAAQCQAEBAABAUBAABAQABAQAAQEAAEBQEAAEBAAEBAABAQAAQFAQAAQEAAQEAAEBAABAUBAABAQABAQAAQEAAEBQEAAEBAAEBAABAQAAQFAQAAQEAAQEAAEBAABAUBAABAQABAQAAQEAAEBQEAAQEAAEBAABAQAAQFAQABAQAAQEAAEBAABAUBAAEBAABAQAAQEAAEBQEAAQEAAEBAABAQAAQFAQABAQAAQEAAEBAABAUBAAEBAABAQAAQEAAEBQEAAQEAAEBAABAQAAQFAQABAQAAQEAAEBAABAQABAUBAABAQAAQEAAEBAAEBQEAAEBAABAQAAQEAAQFAQAAQEAAEBAABAQABAUBAABAQAAQEAAEBAAEBQEAAEBAABAQAAQEAAQFAQAAQEAAEBAABAQABAUBAABAQAAQEAL4BlVwXFsyho1QAAAAASUVORK5CYII=);display:inline-block;text-indent:-9999em}
.landing-section{padding:40px 0}
@media screen and (max-width:599px){.width-wrapper{padding:0 30px}}.landing-body .landing-signup-button{font-size:17px;border:none;border-radius:10px;padding:14px 0;width:250px;margin-top:40px;background:#00c6d4}.landing-body .landing-signup-button:hover{background:#00d4e3}
.landing-body .landing-signup-button:active{background:#00bcca}
@media screen and (max-width:599px){.landing-body .landing-signup-button{margin-top:20px}}#landingLogo{margin:10px 0 15px 0;width:416px}
#landingHeader{clear:both;text-align:center;padding:50px 60px}#landingHeader h1{display:none}
#landingHeader h2{color:#81919b;font-weight:700;font-size:46px;line-height:1.2em}
@media screen and (max-width:815px){#landingLogo{width:390px} #landingHeader h2{font-size:36px}}@media screen and (max-width:670px){#landingLogo{width:330px} #landingHeader{padding:30px 30px} #landingHeader h2{font-size:28px}}@media screen and (max-width:480px){#landingLogo{width:280px} #landingHeader h2{font-size:23px}}#landingIntroVideo,#landingIntro{background:#f1f6f9;padding:50px 0;position:relative;min-height:305px}#landingIntroVideo .width-wrapper,#landingIntro .width-wrapper{padding:0 60px}
#landingIntroVideo h1,#landingIntro h1{display:none}
#landingFirstSignUpButton{text-align:center;padding-top:0}#landingFirstSignUpButton .landing-signup-button{margin-top:-10px}
#landingIntroVideo .video-container{position:absolute;top:60px}#landingIntroVideo .video-container p{font-weight:bold;text-align:center;font-size:14px;margin-top:2px}
#landingIntroVideo .intro{margin:60px 0 0 540px;font-size:26px;font-weight:200;font-family:"facitweb",Helvetica,sans-serif;text-align:left;line-height:1.5em}
#landingIntroVideo .landing-signup-button{margin-left:520px;margin-top:20px;background:#378dbd}#landingIntroVideo .landing-signup-button:hover{background:#3d95c6}
#landingIntroVideo .landing-signup-button:active{background:#3587b5}
@media screen and (max-width:915px){#landingIntroVideo{text-align:center;padding:40px inherit}#landingIntroVideo .video-container{position:static} #landingIntroVideo .landing-signup-button{margin-left:0;margin-bottom:40px} #landingIntroVideo .intro{margin:0 0 40px;text-align:center}}@media screen and (max-width:625px){#landingIntroVideo .video-container img{width:100%}}@media screen and (max-width:460px){#landingIntroVideo .video-container{margin:0 -60px}#landingIntroVideo .video-container img{width:100%} #landingIntroVideo .video-container p{margin:10px 20px}}#landingIntro{padding-bottom:0}#landingIntro nav{margin:0 30px 30px 30px}
#slideshowPrev,#slideshowNext{display:block;padding:5px 0}#slideshowPrev .icon,#slideshowNext .icon{width:16px;height:24px}
#slideshowPrev{float:left}#slideshowPrev .icon{background-position:0 0}
#slideshowPrev:hover .icon{background-position:0 -24px}
#slideshowNext{float:right}#slideshowNext .icon{background-position:-16px 0}
#slideshowNext:hover .icon{background-position:-16px -24px}
#slideshowNav{text-align:center;margin:0 30px}#slideshowNav li{font-family:Helvetica,sans-serif;display:inline-block;font-size:17px;letter-spacing:10px;padding-top:10px}
#slideshowNav a{color:#164b69;opacity:.2}#slideshowNav a.current{opacity:.6}
#landingSlidesWrapper{width:100%;overflow:hidden;position:relative}#landingSlidesWrapper .side-fade-left,#landingSlidesWrapper .side-fade-right{width:30px;height:100%;position:absolute;top:0;z-index:1}
#landingSlidesWrapper .side-fade-left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAABCAMAAAD+bu7eAAAAV1BMVEXx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vn////x9vn/iZJFAAAAHHRSTlP69O3m3tXLwbesoZaLgHRpXlNIPjQqIRkSCwUA9MvTSAAAAA9JREFUCB1jlGF4wogbAAAd8AEdlpfq4AAAAABJRU5ErkJggg==) repeat-y;left:0}
#landingSlidesWrapper .side-fade-right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAABCAMAAAD+bu7eAAAAV1BMVEXx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vn////x9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vnx9vkZNccVAAAAHHRSTlMFCxIZISo0PkhTXml0AIuWoay3wcvV3ubt9PqAZjbyIAAAABJJREFUCNdj5P3MiAT4UXhMDAAt8AIe0d8IqwAAAABJRU5ErkJggg==) repeat-y;right:0}
#landingFeaturedUsers{height:430px}#landingFeaturedUsers .landing-featured-user{width:100%;height:100%;float:left;position:relative;display:none;padding:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#landingFeaturedUsers .landing-featured-user.start{display:block}
#landingFeaturedUsers .landing-featured-user-avatar{float:left;width:150px}#landingFeaturedUsers .landing-featured-user-avatar img{border-radius:5px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);box-shadow:0 2px 3px rgba(0,0,0,0.3);width:100%}
#landingFeaturedUsers .landing-featured-user-quote-wrapper{padding:0 40px}
#landingFeaturedUsers .landing-featured-user-quote{margin:0 20px 0 180px;font-weight:200}#landingFeaturedUsers .landing-featured-user-quote .quote-attribution{font-size:18px;font-weight:500;line-height:1.25em}
#landingFeaturedUsers .landing-featured-user-quote .quote-person-title{display:block;font-size:14px;font-weight:300;margin:0}
#landingFeaturedUsers .landing-featured-user-board{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:30px 0 0 0;padding-bottom:40px;position:relative}#landingFeaturedUsers .landing-featured-user-board img{width:100%;border-radius:10px}
#landingFeaturedUsers .show-board-button,#landingFeaturedUsers .hide-board-button{position:absolute;left:0;top:0;width:100%;height:100%;color:#26729e}#landingFeaturedUsers .show-board-button .button,#landingFeaturedUsers .hide-board-button .button{position:absolute;top:-35px;right:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:none;text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-size:11px;padding:1px 7px 2px 7px;margin-top:0;color:inherit}#landingFeaturedUsers .show-board-button .button:active,#landingFeaturedUsers .hide-board-button .button:active{-webkit-box-shadow:none;box-shadow:none}
#landingFeaturedUsers .show-board-button .icon,#landingFeaturedUsers .hide-board-button .icon{display:inline-block;width:17px;height:17px;position:relative;top:4px;margin-right:4px}
#landingFeaturedUsers .show-board-button:hover,#landingFeaturedUsers .hide-board-button:hover{color:#69a7cb}
#landingFeaturedUsers .show-board-button .icon{background-position:-138px 0}
#landingFeaturedUsers .show-board-button:hover .icon{background-position:-104px 0}
#landingFeaturedUsers .hide-board-button .icon{background-position:-155px 0}
#landingFeaturedUsers .hide-board-button:hover .icon{background-position:-121px 0}
#landingFeaturedUsers .hide-board-button{display:none}
#landingFeaturedUsers .landing-board-fade{position:absolute;bottom:0;left:0;right:0;height:50px;margin:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:-webkit-linear-gradient(top, rgba(22,75,105,0) 0, rgba(22,75,105,0.6) 100%);background:linear-gradient(to bottom, rgba(22,75,105,0) 0, rgba(22,75,105,0.6) 100%)}
@media screen and (max-width:849px){#landingIntro .landing-featured-user-quote{margin:0 0 0 185px}}@media screen and (max-width:699px){#landingIntro .landing-featured-user-quote-wrapper{padding:0 20px} #landingIntro .landing-featured-user-avatar{width:22%} #landingIntro .landing-featured-user-quote{margin:0 0 0 22%;padding-left:30px}}@media screen and (max-width:599px){#landingIntro{padding-top:30px}#landingIntro .width-wrapper{padding:0} #landingIntro nav{margin-bottom:20px;padding:0} #landingIntro #landingSlidesWrapper .side-fade-right{display:none} #landingIntro .landing-featured-user-quote-wrapper{padding:0;position:relative} #landingIntro .landing-featured-user-avatar{position:absolute;right:0;bottom:0;width:80px} #landingIntro .landing-featured-user-quote{margin:0 10px 20px 0;padding:20px;background:#fbfdff;border-radius:10px}#landingIntro .landing-featured-user-quote blockquote{font-size:15px;line-height:1.6em} #landingIntro .landing-featured-user-quote .quote-attribution{font-size:16px;text-align:right;margin:0 70px 0 0} #landingIntro .landing-featured-user-quote .quote-person-title{font-size:11px;line-height:1.2em} #landingIntro .landing-featured-user-board{width:175%;margin-top:20px;height:200px}#landingIntro .landing-featured-user-board img{border-radius:5px} #landingIntro .landing-board-fade{width:100%} #landingIntro .show-board-button,#landingIntro .hide-board-button{display:none}}#landingWhatIsTrello{background:#00c6d4;padding:60px 0 70px 0;position:relative}#landingWhatIsTrello h1,#landingWhatIsTrello h2,#landingWhatIsTrello li{color:#fff;text-align:center}
#landingWhatIsTrello p{font-size:16px;margin-bottom:20px}
#landingWhatIsTrello h1{font-size:32px;margin:8px 0 50px 0;line-height:1.2em;display:none}
#landingWhatIsTrello h2{font-size:24px;font-weight:700;line-height:1.2em;margin:25px 0 15px 0}#landingWhatIsTrello h2 .linebreak{display:block}
#landingWhatIsTrello li{float:left;width:33.3333%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#landingWhatIsTrello .content{max-width:260px;min-width:220px;width:80%}
#whatIsTrello1 .content{margin-right:auto}
#whatIsTrello2 .content{margin:0 auto}
#whatIsTrello3 .content{margin-left:auto}
@media screen and (max-width:900px){#landingWhatIsTrello{padding:50px 0 110px 0}#landingWhatIsTrello h2{text-align:left} #landingWhatIsTrello ul{padding:0 20px} #landingWhatIsTrello li{text-align:left;float:none;width:auto} #landingWhatIsTrello .content{max-width:none;min-width:none;width:auto;margin:0 0 50px 0}#landingWhatIsTrello .content.last{margin-bottom:0} #landingWhatIsTrello .content img{float:left;margin:20 30px 0 0} #landingWhatIsTrello .content h2,#landingWhatIsTrello .content p{margin-left:280px;margin-bottom:10px}}@media screen and (max-width:699px){#landingWhatIsTrello ul{padding:0}}@media screen and (max-width:599px){#landingWhatIsTrello h1{font-size:36px} #landingWhatIsTrello li{float:none;width:100%} #landingWhatIsTrello .content{max-width:300px;margin:0 auto 50px auto;text-align:center}#landingWhatIsTrello .content img{float:none;margin:0} #landingWhatIsTrello .content h2,#landingWhatIsTrello .content p{margin-left:0;text-align:center}}#landingSecondSignup{margin:0 auto;width:200px;background:#00c6d4;border-radius:16px;padding:20px 25px;position:absolute;bottom:-30px;left:50%;margin-left:-125px}#landingSecondSignup .more-link{position:absolute;color:#fff;text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-size:14px;display:block;right:-137px;top:41px}#landingSecondSignup .more-link:hover{opacity:.9}
#landingSecondSignup .landing-signup-button{font-size:20px;border:none;border-radius:10px;padding:20px 0;width:100%;background:#164b69;margin-top:0}#landingSecondSignup .landing-signup-button:hover{background:#1a577a}
#landingSecondSignup .landing-signup-button:active{background:#164b69}
@media screen and (max-width:599px){#landingSecondSignup{padding:15px 25px}#landingSecondSignup .more-link{position:static;margin-top:12px;text-align:center}}#landingMoreInfo{background:#569cc4;text-align:center;padding:60px 0 50px 0}#landingMoreInfo .width-wrapper{position:relative}
#landingMoreInfo p a{color:#fff;text-decoration:underline}#landingMoreInfo p a:hover{color:rgba(255,255,255,0.8)}
#landingMoreInfoDevices{width:100%;max-width:700px;margin:0 auto 0 auto}#landingMoreInfoDevices p{font-size:16px;color:#fff;margin-top:10px}
#landingMoreInfoDevices .device{display:inline-block;position:relative;bottom:0;-webkit-transition-property:bottom;transition-property:bottom;-webkit-transition-duration:.3s;transition-duration:.3s}#landingMoreInfoDevices .device:hover{bottom:10px}
#landingMoreInfoDevices .device img{width:100%}
#landingMoreInfoDevices .laptop{width:41.4285714%;margin-right:-50px}
#landingMoreInfoDevices .iphone{width:6.5714286%;margin-bottom:-20px;z-index:2}
#landingMoreInfoDevices .android{width:7.5714286%;margin-bottom:-20px;z-index:2}
#landingMoreInfoDevices .ipad{width:22.7142857%;margin-left:-40px}
#landingMoreInfoDevices .windows8{width:25.8571429%}
@media screen and (max-width:670px){#landingMoreInfoDevices{padding-top:90px;position:relative}#landingMoreInfoDevices p{position:absolute;top:0} #landingMoreInfoDevices .device:hover{bottom:0} #landingMoreInfoDevices .device img{width:auto} #landingMoreInfoDevices .laptop,#landingMoreInfoDevices .iphone,#landingMoreInfoDevices .android,#landingMoreInfoDevices .ipad,#landingMoreInfoDevices .windows8{width:auto;vertical-align:middle;margin:5px} #landingMoreInfoDevices .iphone,#landingMoreInfoDevices .android{margin-bottom:0}}@media screen and (max-width:699px){#landingMoreInfo{padding:60px 0 40px 0}}#landingLogos{text-align:center}#landingLogos p{font-size:18px;margin:20px 0;line-height:1.6em}
@media screen and (max-width:699px){#landingLogos p .linebreak{display:inline-block}}@media screen and (max-width:599px){#landingLogos{padding-top:30px}#landingLogos .width-wrapper{padding:0 20px} #landingLogos p{margin:10px;font-size:15px} #landingLogos .optional{display:none}}#landingMisc{background:#f2f4f5;padding-bottom:65px}
#landingTwitterQuotes{width:67.7083333%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:25px 0 0 50px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABACAMAAACz8qB+AAAAUVBMVEWBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuBkZuIjJJtAAAAG3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRqJqIEoAAACKUlEQVR4XrWY2a7jIBBEAzFeEtvX8QbU/3/oPDIMdKrR6NbzUamh6UU8Stl7Ng+1lqPXYB8gqG0dAIXtCEBtay4AwO6+Y9YDetsFgMJ2A6C27SKgsB3wt8L7u+0JgNuaG9DbvgEobBcAattnAKhtfkfc9oOaPt0/2IG67ppnD0Fj8USrmmumtwCH7FzGixjPUtI7w+aWQG1QRWBjS6A/ukA3jiV1EuyNhPFAd10Ee0vqHYuAY6UOEgHDFqnt8Ah6EbO17vQLgfb/eaPRttzoKjWcXFtL6uMz64yQ1CWIV8knw1YJO2q9OUp0NqpNkLCJT4ekK8NeTRXqJfqle3artGzwh9JBkiOthKSJjSbedTHqLmltmSJRV03oW6ppl07PS9RC1yQukfNlqBNE/RhNiQJx4ltJ0mmFl89KKkAWLpO1B1HR1YYoTdb9nbsNvdKyUg2IZrpClKXaI4lvBwejlyJPvPwCg0PRHWmjMKAasuSLCiz5Zb84OGf5bE46igbN+srIYZ8qn2VKbxoLU1aqE7iE47NIuenOsaElUaEoPLalPDl86Soqsooqly9HsbOYz7xP+ZY29QbTM809gpVTn2x0HcX4jEoadVzfMk/OtG+yxqfv/U41T70VPkToQrHyYZrUBXIqdqZQ26ZckDyNZpe7uvqHzKX8FXBnAcVF+uYxcyzz7mrkcGSQX+xDll18Rh+DSL62M0Qg3PvMPxr7eb8CEMO5TTYH/gD8kk6ooHUcUwAAAABJRU5ErkJggg==) no-repeat;float:left}#landingTwitterQuotes blockquote{font-size:24px}
#landingTwitterQuotes img{float:left;margin-right:15px;border-radius:4px}
#landingTwitterQuotes .quote-attribution{font-weight:700;margin-bottom:0}
#landingTwitterQuotes .time{font-size:11px}
#landingTwitterQuotes a .quote-attribution,#landingTwitterQuotes a .time{color:#81919b}#landingTwitterQuotes a .quote-attribution:hover,#landingTwitterQuotes a .time:hover{color:#569cc4}
#landingStayInTouch{margin-left:73.9583333%;}#landingStayInTouch h1{text-transform:uppercase;letter-spacing:.1em;font-weight:600;font-size:13px;color:#81919b;padding-top:15px;margin-bottom:5px}
#landingStayInTouch p{font-size:12px}
#landingStayInTouch a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:#fff;font-size:13px;border-radius:5px;padding:10px 11px 8px 11px;margin-bottom:5px}#landingStayInTouch a .icon{display:inline-block;width:17px;height:17px;vertical-align:middle;margin-right:5px;margin-top:-1px}
#landingStayInTouch .trello-dev-board-button{background:#0095a0}#landingStayInTouch .trello-dev-board-button .icon{background-position:-32px 0}
#landingStayInTouch .trello-dev-board-button:hover{background:#009eaa}
#landingStayInTouch .trello-dev-board-button:active{background:#008c96}
#landingStayInTouch .trello-blog-button{background:#00c6d4}#landingStayInTouch .trello-blog-button .icon{background-position:-49px 0}
#landingStayInTouch .trello-blog-button:hover{background:#00d0de}
#landingStayInTouch .trello-blog-button:active{background:#00bcca}
@media screen and (max-width:849px){#landingStayInTouch{margin-left:64.516129%;} #landingTwitterQuotes{width:61.2903226%;position:relative;left:-20px}}@media screen and (max-width:699px){#landingStayInTouch{margin-left:55%} #landingTwitterQuotes{width:52%;position:relative;left:-20px}#landingTwitterQuotes blockquote{font-size:20px}}@media screen and (max-width:599px){#landingMisc{padding:30px 0 55px 0} #landingTwitterQuotes{float:none;width:100%;padding:25px 10px 30px 20px;position:relative;left:-10px}#landingTwitterQuotes blockquote{font-size:22px} #landingTwitterQuotes img{margin-right:10px} #landingStayInTouch{margin-left:0;padding:0 10px 0 10px}}.tour-section{padding:60px 0}.tour-section h1{text-align:center}
.tour-section .intro{text-align:center;font-size:19px}
.small-window .tour-section h1{font-size:34px;letter-spacing:0;margin-bottom:8px}
.small-window .tour-section .intro{font-size:16px;margin-bottom:30px}
.tour-features{padding:30px}.tour-features li{width:49%;display:inline-block;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:30px}
.tour-features h2,.tour-features p{margin-left:165px}
.tour-features .pic{float:left;position:relative;border:1px solid #b9b9b9;border-radius:10px;width:140px;height:140px;}.tour-features .pic:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px}
.tour-features .pic img{width:100%;border-radius:10px}
.tour-features h2{line-height:1.4em;font-size:17px}
.medium-window .tour-features,.small-window .tour-features{max-width:650px;margin:0 auto;padding:60px 30px 30px 30px}.medium-window .tour-features li,.small-window .tour-features li{padding:15px 30px;width:100%;clear:both}.medium-window .tour-features li .pic,.small-window .tour-features li .pic{margin:0 0 30px 0}
@media all and (max-width:470px){.small-window .tour-features{padding:30px 10px 10px 10px}}.small-window .tour-features li h2,.small-window .tour-features li p{margin-left:130px}
.small-window .tour-features li .pic{width:110px;height:110px}
#tourIntro{padding-bottom:0;overflow-x:hidden}#tourIntro .width-wrapper{position:relative}
#tourIntro h1{text-align:left;width:36%;padding-top:10px;font-size:51px;line-height:1.15em;letter-spacing:-1px;margin-bottom:30px}#tourIntro h1 .linebreak{display:inline-block}
#tourIntro h2{font-size:20px;margin-bottom:10px;line-height:1.3em}
#tourIntro .height-wrapper{height:500px}
#tourIntro #tourExampleBoard{position:absolute;top:0;left:40%;height:610px}
#tourIntro #tourExampleBoardWide{display:none}
#tourIntro p.intro{width:30%;text-align:left}
#tourIntro .tour-details{background:#f1f6f9;padding:150px 0 60px 0}#tourIntro .tour-details li{margin-top:30px;width:46%}#tourIntro .tour-details li .pic{display:none}
#tourIntro .tour-details li.first{float:left;position:relative}
#tourIntro .tour-details li.second{float:right}
#tourIntro .tour-details p{font-size:14px}
#tourIntro #tourIntroExampleCards img{position:absolute}
#tourIntro #tourIntroExampleCards .card1{left:314px;top:-387px}
#tourIntro #tourIntroExampleCards .card2{left:197px;top:-237px}
#tourIntro #tourIntroExampleCards .card3{left:318px;top:-197px}
#tourIntro #tourIntroExampleCards .card4{left:36px;top:-120px}
.medium-window #tourIntro h1,.small-window #tourIntro h1,.medium-window #tourIntro .intro,.small-window #tourIntro .intro{text-align:center;width:100%}
.medium-window #tourIntro h1,.small-window #tourIntro h1{margin:0 0 20px 0;padding-top:0}
.medium-window #tourIntro .intro,.small-window #tourIntro .intro{width:80%;margin:0 auto 45px auto}
.medium-window #tourIntro .height-wrapper,.small-window #tourIntro .height-wrapper{height:auto}
.medium-window #tourIntro #tourExampleBoard,.small-window #tourIntro #tourExampleBoard{display:none}
.medium-window #tourIntro #tourExampleBoardWide,.small-window #tourIntro #tourExampleBoardWide{display:block;position:relative;z-index:2;width:106%;height:auto;margin:0 -3%}
.medium-window #tourIntro .tour-details,.small-window #tourIntro .tour-details{margin-top:-160px;padding-top:170px}.medium-window #tourIntro .tour-details .pic,.small-window #tourIntro .tour-details .pic{display:block;width:100%}
.medium-window #tourIntro .tour-details h2,.small-window #tourIntro .tour-details h2{margin-top:30px}
.medium-window #tourIntro #tourIntroExampleCards,.small-window #tourIntro #tourIntroExampleCards{display:none}
.small-window #tourIntro .width-wrapper{padding:0 30px}
.small-window #tourIntro h1{font-size:37px;letter-spacing:0}
.small-window #tourIntro .intro{font-size:16px;margin-bottom:30px}
.small-window #tourIntro #tourExampleBoardWide{width:90%;min-width:420px;margin:0 auto}
.small-window #tourIntro .tour-details li{width:100%;text-align:center;max-width:400px;float:none;margin:30px auto 0 auto}.small-window #tourIntro .tour-details li img{max-width:317px;margin:0 auto}
#tourCards{padding-bottom:0}#tourCards h1{color:#00b4c1;margin-bottom:20px}
#tourCards .tour-features-wrapper{background:#eef8f9}
#tourCards h2{color:#00b4c1}
#tourCardFront,#tourCardBack{position:relative;width:83%;margin:0 auto;padding-top:1px}#tourCardFront h2,#tourCardBack h2{text-indent:-999em;width:87px;height:23px;background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/tour/696b9077684de6ef0373a9e68478cff1/card-labels.png)}
#tourCardFront p,#tourCardBack p{font-size:13px}
#tourCardFront .label,#tourCardBack .label{position:relative}
#tourCardFront{position:relative;top:20px}#tourCardFront .card-pic{float:left}
#tourCardFront .label{margin:30px 0 0 430px;width:200px}
#tourCardFront h2{background-position:0 0}
#tourCardFront .arrow{display:block;width:51px;height:18px;background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/tour/e78bc315ae226c8d254aeb9d68132171/arrow1.png);position:absolute;left:-61px;top:13px}
#tourCardBack{clear:both}#tourCardBack .card-pic{float:right}
#tourCardBack .label{margin:130px 515px 0 auto;max-width:200px;min-width:150px;height:300px}
#tourCardBack h2{background-position:0 -23px;margin-left:auto}
#tourCardBack p{text-align:right}
#tourCardBack .arrow{display:block;width:63px;height:50px;background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/tour/a22a88dbee245c06cb2f17eeba7540a2/arrow2.png);position:absolute;right:-40px;top:-56px}
@media all and (max-width:935px){#tourCardBack,#tourCardFront{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media all and (max-width:760px){#tourCardBack{left:30px}}@media all and (max-width:730px){#tourCardBack{left:50px}}@media all and (max-width:710px){#tourCards .card-pics{padding:0} #tourCards .label{position:absolute}#tourCards .label p{font-size:13px} #tourCards .card-pic{float:none} #tourCards .tour-features{margin-top:-200px}#tourCards .tour-features.width-wrapper{padding-top:200px} #tourCardFront h2,#tourCardFront p{margin-left:0} #tourCardFront .label{right:0;top:0;margin:0;padding-right:25px;width:33%;min-width:160px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #tourCardFront .arrow{width:45px;height:30px;background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/tour/8f69d752d0f0fd826d0aff90c94573fb/arrow3.png);left:-56px} #tourCardFront .card-pic{margin-right:37%;text-align:right}#tourCardFront .card-pic img{width:100%;max-width:399px} #tourCardBack{left:0}#tourCardBack .label{left:0;top:0;margin:100px 0 0 0;padding-left:25px;width:25%;min-width:135px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} #tourCardBack .card-pic{margin-left:29%}#tourCardBack .card-pic img{width:100%;max-width:493px}}@media all and (max-width:545px){#tourCardBack .card-pic{margin-left:156px}}@media all and (max-width:490px){#tourCardFront .card-pic{margin-right:180px}}@media all and (max-width:450px){#tourCards h1{font-size:38px;margin-bottom:15px} #tourCards .label p{font-size:12px;margin-top:15px} #tourCards p.intro{margin-bottom:25px} #tourCardFront .card-pic{height:136px;text-align:left;position:relative}#tourCardFront .card-pic img{width:270px;height:118px;position:absolute;right:0} #tourCardBack .card-pic{width:296px} #tourCardBack .label{margin-top:85px}}.small-window #tourCards .tour-features{margin-top:-100px}.small-window #tourCards .tour-features.width-wrapper{padding-top:100px}
#tourWorkingTogether{padding-bottom:0}#tourWorkingTogether h1{color:#569cc4;margin-bottom:30px}
#tourWorkingTogether .intro{width:80%;margin:0 auto 40px auto}
#tourWorkingTogether img{display:block;width:100%}
#tourWorkingTogether h2{color:#569cc4}
#tourWorkingTogether .tour-features-wrapper{background:#f1f6f9}
.medium-window #tourWorkingTogether #tourExampleBoardTeam,.small-window #tourWorkingTogether #tourExampleBoardTeam{width:95%;margin:0 auto}
.small-window #tourWorkingTogether .intro{margin-top:20px}
.small-window #tourWorkingTogether #tourExampleBoardTeam{margin:0 -20%;width:140%}
#tourMoreInfo h1{margin-bottom:40px}
#tourMoreInfo .tour-features{padding:0 50px}#tourMoreInfo .tour-features li{width:33%;padding:0 10px;margin:20px 0}
#tourMoreInfo .tour-features .pic{width:100px;height:100px;border:none}#tourMoreInfo .tour-features .pic:before{content:none}
#tourMoreInfo .tour-features h2,#tourMoreInfo .tour-features p{margin-left:110px}
#tourMoreInfo .tour-features h2{margin-top:20px}
.medium-window #tourMoreInfo h1,.small-window #tourMoreInfo h1{margin-bottom:40px !important}
.medium-window #tourMoreInfo .tour-features,.small-window #tourMoreInfo .tour-features{padding:0 30px}.medium-window #tourMoreInfo .tour-features li,.small-window #tourMoreInfo .tour-features li{width:100%;margin:0}
@media all and (max-width:980px){#tourMoreInfo .tour-features li{width:49%}}#tourPricing{background:#eef8f9}#tourPricing h1{margin-bottom:40px;color:#00b4c1}
#tourPricing .intro{width:80%;margin:0 auto}
#tourSignup{background:#00c6d4;color:#fff;padding:60px 0 60px 0}#tourSignup #tourBusinessClass{border-radius:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:25px 25px 25px 85px;background:#00b7c4;position:relative;margin-left:50%}#tourSignup #tourBusinessClass:before{content:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/tour/7184cfe6b62befbcaa3ced517bfbab5a/rocket.png);position:absolute;left:-25px;top:20px}
#tourSignup #tourBusinessClass p{font-size:17px;line-height:1.4em;margin-bottom:15px}
#tourSignup #tourBusinessClass a{text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:#fff;font-size:14px}
#tourSignup #tourSignUpButton{min-width:160px;width:40%;margin:0 auto;text-align:center}#tourSignup #tourSignUpButton p{font-size:18px;margin:10px 0}
#tourSignup .button{background:#164b69;border-radius:10px;padding:23px 30px 20px 30px;font-size:22px}
.small-window #tourSignup #tourSignUpButton{float:none;width:auto;margin-bottom:30px}
.small-window #tourSignup #tourBusinessClass{margin-left:20px}
#businessClassHeader{text-align:center;margin:50px}#businessClassHeader h1{color:#6c818d}
#businessClassHeader .trellogo{margin:0 auto 10px auto;width:385px;height:105px;background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/landing/businessClass/7435bb2292998847bd3b621c21913a41/trello-business-class-logo.png) no-repeat;text-indent:-999em;background-size:100% auto;position:relative;left:10px}
#businessClassHeader .beta-badge{position:absolute;text-indent:0;top:149px;right:-14px;font-size:15px;text-transform:uppercase;background:#f2f4f6;border-radius:10px;padding:10px 14px 8px 14px;line-height:1em;-ms-transform:rotate(-10deg);-webkit-transform:rotate(-10deg);transform:rotate(-10deg);-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}
@media screen and (max-width:700px){#businessClassHeader{margin-top:90px}#businessClassHeader h1{font-size:37px} #businessClassHeader .trellogo{width:300px;height:80px;margin-bottom:8px;left:6px}}@media screen and (max-width:420px){#businessClassHeader{margin:90px 20px 50px}#businessClassHeader h1{font-size:33px} #businessClassHeader .trellogo{width:250px;height:67px;margin-bottom:8px}}.businessClass-body .businessClass{text-align:center}.businessClass-body .businessClass header{text-align:left;background:#f2f4f6;padding:40px 0}.businessClass-body .businessClass header .width-wrapper{position:relative}
.businessClass-body .businessClass header .intro{font-family:"facitweb",Helvetica,sans-serif;font-size:28px;font-weight:100;line-height:1.45em;margin:0 auto 30px}
.businessClass-body .businessClass header p{margin:10px 0}
.businessClass-body .pricing-box,.businessClass-body .pricing-box-2{background:#fff;border-radius:9px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);box-shadow:0 1px 3px rgba(0,0,0,0.2);color:#26729e;display:block;margin:0 auto;padding:20px;text-align:center;max-width:380px}.businessClass-body .pricing-box .cost,.businessClass-body .pricing-box-2 .cost{font-size:24px;line-height:34px}
.businessClass-body .pricing-box .amount,.businessClass-body .pricing-box-2 .amount{font-size:38px}
.businessClass-body .pricing-box .yearly-cost,.businessClass-body .pricing-box-2 .yearly-cost{color:#9db3c0;font-size:18px;line-height:22px}
.businessClass-body .pricing-box p,.businessClass-body .pricing-box-2 p{margin:9px 0 2px 0;font-size:16px;font-weight:400}
.businessClass-body .add-businessClass-button{background:#26729e;border-radius:9px;margin:12px 0 0 0;padding:10px 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 0 #174660;box-shadow:0 2px 0 #174660}.businessClass-body .add-businessClass-button:hover{background:#297baa}
.businessClass-body .add-businessClass-button:active{background:#236992}
.businessClass-body .pricing-box-2{background:#f2f4f6}
@media screen and (min-width:900px){.businessClass-body .businessClass header{min-height:200px}.businessClass-body .businessClass header .intro{margin:15px 330px 0 0} .businessClass-body .businessClass header .pricing-box{position:absolute;right:15px;top:-15px}}@media screen and (max-width:899px){.businessClass-body .businessClass header{text-align:left}.businessClass-body .businessClass header .intro{font-size:25px;text-align:center}}
.businessClass-features{text-align:left;padding:0 60px;position:relative}.businessClass-features .column1{float:left;width:47%;padding-top:60px}
.businessClass-features .column2{margin-left:53%;padding-top:60px}
.businessClass-features li{min-height:100px;margin-bottom:60px}
.businessClass-features .feature-icon{float:left;width:114px;text-align:center}
.businessClass-features h2,.businessClass-features h3,.businessClass-features p{margin-left:130px}
.businessClass-features h2,.businessClass-features h3{font-weight:600;line-height:1.45em}
.businessClass-features h2{color:#81919b;margin-bottom:16px;font-size:22px;font-weight:100}
.businessClass-features h3{color:#81919b;font-size:16px}
.businessClass-features p{margin-bottom:20px;line-height:1.55em}
@media screen and (max-width:800px){.businessClass-features .column1{float:none;width:100%} .businessClass-features .column2{margin-left:0;padding-top:0}}@media screen and (max-width:600px){.businessClass-features .column1{padding-top:35px} .businessClass-features .feature-icon{width:75px}.businessClass-features .feature-icon img{width:100%} .businessClass-features h2,.businessClass-features h3,.businessClass-features p{margin-left:95px} .businessClass-features li{margin-bottom:35px}}@media screen and (max-width:420px){.businessClass-features .feature-icon{margin:0 auto 10px auto;float:none} .businessClass-features h2{margin-left:0;text-align:center} .businessClass-features h3,.businessClass-features p{margin-left:0;clear:both}}
.reco-section{font-family:"facitweb",Helvetica,sans-serif;font-weight:300;padding:4%;margin:0 auto;max-width:700px;text-align:center}.reco-section.reco-header{margin-top:6%}
.reco-section h1{font-size:30px;margin-bottom:1.3em}
.reco-section h2{font-size:24px;margin-bottom:1.3em}
.reco-section ul,.reco-section p{font-size:24px;line-height:1.3em;margin-bottom:1.3em}
.reco-section li{font-size:18px;margin-bottom:1em}
.reco-section .reco-list{text-align:left;margin:0}.reco-section .reco-list .number{background:#c9d7de;font-weight:bold;height:35px;line-height:35px;border-radius:40px;position:absolute;top:-2px;left:0;width:35px;text-align:center}
.reco-section .reco-list li{padding-left:50px;position:relative}
.reco-section .reco-happy-taco{margin:0 auto}
.reco-section .reco-progress-bar-total{border-radius:6px;background:#d9d9d9;height:30px;overflow:hidden;position:relative;margin:0 10%}.reco-section .reco-progress-bar-total .reco-progress-bar-current{background:#2288c3;background:hsl(202, 60%, 55%);background:-webkit-linear-gradient(top, hsl(202, 60%, 55%) 0, hsl(202, 70%, 45%) 100%);background:linear-gradient(to bottom, hsl(202, 60%, 55%) 0, hsl(202, 70%, 45%) 100%);height:30px;width:0;position:absolute;top:0;left:0}
.reco-section .reco-joined-header{font-size:18px;margin:2.6em 0 .65em 0}
.reco-invite-item{font-size:18px;margin:0 auto;min-height:40px;padding:12px 0 8px 0;position:relative;border-bottom:1px solid #dcdcdc;max-width:400px;text-align:left}.reco-invite-item .member{position:absolute;top:14px;left:0}
.reco-invite-item .member-details{margin:0 0 0 45px}.reco-invite-item .member-details p{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}
.reco-invite-item.is-member .member-details{margin-left:40px}
.reco-invite-item:last-child{border-bottom:0;padding-bottom:0}
.reco-invite-item .reco-treat{position:absolute;top:10px;right:0;height:40px;width:40px}
.onem-page,.onem-single-page{background:#e6e6e6;background:-webkit-linear-gradient(top, #e6e6e6 0, #fff 50%);background:linear-gradient(to bottom, #e6e6e6 0, #fff 50%);background-repeat:no-repeat;background-attachment:fixed;overflow:scroll}.onem-page #content,.onem-single-page #content{margin:0 auto;padding:0 20px 50px;max-width:690px}
.onem-page .onem,.onem-single-page .onem{-moz-perspective:1000;-webkit-perspective:1000;-ms-perspective:1000;perspective:1000}
.onem-page .signature,.onem-single-page .signature{position:absolute;top:350px;width:100%}.onem-page .signature img,.onem-single-page .signature img{display:block;height:31px;margin:0 auto;width:266px}
.onem-page .flipper,.onem-single-page .flipper{-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:relative}.onem-page .flipper.flipped,.onem-single-page .flipper.flipped{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.onem-page .flipper.flipped .card-back h1,.onem-single-page .flipper.flipped .card-back h1{text-indent:-9999px}
.onem-page .flipper .card-front,.onem-single-page .flipper .card-front,.onem-page .flipper .card-back,.onem-single-page .flipper .card-back{-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;margin-bottom:200px;position:absolute;top:0}
.onem-page .flipper .card-front,.onem-single-page .flipper .card-front{z-index:2}
.onem-page .flipper .card-back,.onem-single-page .flipper .card-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}.onem-page .flipper .card-back .icon-close,.onem-single-page .flipper .card-back .icon-close{position:absolute;right:10px;top:10px}
.onem-page .list-card,.onem-single-page .list-card{background:#eee;background:-webkit-linear-gradient(top, #fff 0, #eee 100%);background:linear-gradient(to bottom, #fff 0, #eee 100%);margin:60px 120px;padding:20px;border-radius:20px;border-width:0;-webkit-box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0,0,0,0.2);box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0,0,0,0.2);-webkit-transform:rotate(-3deg);transform:rotate(-3deg);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.onem-page .list-card:hover,.onem-single-page .list-card:hover{-webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);box-shadow:0 8px 12px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);-webkit-transform:rotate(0);transform:rotate(0)}
.onem-page .list-card .list-card-title,.onem-single-page .list-card .list-card-title{font-size:36px;line-height:36px;margin-bottom:20px;margin-top:20px;text-align:left;text-shadow:0 1px 1px #fff}
.onem-page .list-card .card-labels,.onem-single-page .list-card .card-labels{margin-top:-20px}.onem-page .list-card .card-labels .card-label,.onem-single-page .list-card .card-labels .card-label{border-radius:0 0 3px 3px;height:8px;width:100px}
.onem-page .list-card .badges,.onem-single-page .list-card .badges{margin-bottom:10px}.onem-page .list-card .badges .badge,.onem-single-page .list-card .badges .badge{border-radius:4px;border-width:0;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0 1px 0 rgba(0, 0, 0, 0.2);color:#a4a4a4;font-size:18px;height:28px;line-height:28px;padding-right:8px}
.onem-page .list-card .list-card-members,.onem-single-page .list-card .list-card-members{margin-bottom:-30px;margin-right:-30px}.onem-page .list-card .list-card-members .member,.onem-single-page .list-card .list-card-members .member{height:42px;margin-right:4px;margin-bottom:4px;width:42px;border-radius:3px;border-width:0;-webkit-box-shadow:-1px 2px 2px rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.2);box-shadow:-1px 2px 2px rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.2)}.onem-page .list-card .list-card-members .member .member-avatar,.onem-single-page .list-card .list-card-members .member .member-avatar{height:42px;width:42px;border-radius:2px}
.card-back{background:#f0f0f0;background:-webkit-linear-gradient(top, #fff 0, #f0f0f0 700px);background:linear-gradient(to bottom, #fff 0, #f0f0f0 700px);border-radius:20px;border-width:0;-webkit-box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0,0,0,0.2);box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0,0,0,0.2);margin-top:60px;padding:30px;text-align:left}.card-back h1{background:url(https://d2k1ftgv7pobq7.cloudfront.net/images/1m/4ba001d22b1c409b21294e9276f262d0/thanks-header.png) no-repeat center left;background-size:588px 48px;font-size:36px;line-height:48px;height:48px;margin:0 0 26px}
.card-back h2{font-size:24px;line-height:36px;margin-bottom:20px}
.card-back p{font-size:16px;line-height:26px;margin-bottom:26px}
.card-back .members .member{height:33px;margin-right:2px;margin-bottom:2px;overflow:visible;width:33px;border-radius:3px;border-width:0;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);position:relative}.card-back .members .member:last{margin-right:0}
.card-back .members .member .member-avatar{height:33px;width:33px;border-radius:2px}
.card-back .members .member .member-role{background:#fff;border:1px solid rgba(0,0,0,0.15);border-bottom:none;border-radius:2px;-webkit-box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);box-shadow:-1px 4px 6px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2);display:none;float:left;font-size:12px;font-weight:bold;height:20px;line-height:20px;margin:0;padding:4px 12px;position:absolute;bottom:-33px;left:0;z-index:20}
.card-back .members .member:hover .member-role{display:block}
.card-back .stories-container{border-top:4px double #cbcbcb;margin-top:20px;padding:20px 0}.card-back .stories-container .comment-box{margin:0 0 20px}.card-back .stories-container .comment-box .comment{width:100%}.card-back .stories-container .comment-box .comment .pointer{border:7px solid transparent;border-top:7px solid #fff;bottom:-13px;height:0;left:22px;position:absolute;width:0}
.card-back .stories-container .comment-box .comment .pointer-border{border:7px solid transparent;border-top:7px solid #c0c0c0;bottom:-14px;height:0;left:22px;position:absolute;width:0}
.card-back .stories-container .comment-box textarea{background:#fff;border-radius:8px;float:right;height:105px;padding-left:12px;padding-right:12px;padding-top:8px;-webkit-transition:height .15s;transition:height .15s}
.card-back .stories-container .comment-box .not-logged-in{font-style:italic;margin-bottom:0}
.card-back .stories-container .comment-box .add-controls{margin-bottom:20px;margin-left:12px}.card-back .stories-container .comment-box .add-controls .icon-close{position:static}
.onem-page .comment-box,.onem-single-page .comment-box{margin:40px;border-bottom:1px solid #cbcbcb;margin-bottom:20px;padding-bottom:20px}.onem-page .comment-box .member-info,.onem-single-page .comment-box .member-info{float:left;min-width:300px}.onem-page .comment-box .member-info .member,.onem-single-page .comment-box .member-info .member{float:left;height:35px;margin:0 10px 0 0;width:35px;border-radius:3px;border-width:0;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2)}.onem-page .comment-box .member-info .member .member-avatar,.onem-single-page .comment-box .member-info .member .member-avatar{height:35px;width:35px;border-radius:3px}
.onem-page .comment-box .member-info .member .member-initials,.onem-single-page .comment-box .member-info .member .member-initials{height:35px;line-height:35px}
.onem-page .comment-box .comment,.onem-single-page .comment-box .comment{background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);border:1px solid #cbcbcb;margin-bottom:10px;min-height:35px;position:relative;width:100%}.onem-page .comment-box .comment p,.onem-single-page .comment-box .comment p{margin-bottom:0;padding:8px 12px}
.onem-page .comment-box .meta,.onem-single-page .comment-box .meta{padding:0 12px}.onem-page .comment-box .meta .member-name,.onem-single-page .comment-box .meta .member-name{font-size:16px;font-weight:bold;line-height:16px;margin-bottom:4px;margin-top:2px}
.onem-page .comment-box .meta .comment-date,.onem-single-page .comment-box .meta .comment-date{font-size:14px;line-height:14px;margin-bottom:0}
.onem-page .comment-box .meta .social-links,.onem-single-page .comment-box .meta .social-links{float:right;font-size:14px;line-height:14px;margin-bottom:0;position:relative}.onem-page .comment-box .meta .social-links .spread-the-word,.onem-single-page .comment-box .meta .social-links .spread-the-word{background:#fff4d9;border:1px solid #d9d5ca;border-bottom:none;border-radius:4px;bottom:-40px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);box-shadow:0 1px 1px rgba(0, 0, 0, 0.2);color:#54431d;font-size:15px;height:40px;left:20px;line-height:20px;margin:0;opacity:0;padding:8px 12px;position:absolute;width:190px;z-index:2;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.onem-page .comment-box .meta .social-links .spread-the-word .pointer,.onem-single-page .comment-box .meta .social-links .spread-the-word .pointer{border:5px solid transparent;border-bottom:5px solid #fff4d9;height:0;left:100px;position:absolute;top:-9px;width:0}
.onem-page .comment-box .meta .social-links .spread-the-word .pointer-border,.onem-single-page .comment-box .meta .social-links .spread-the-word .pointer-border{border:5px solid transparent;border-bottom:5px solid #d9d5ca;height:0;left:100px;position:absolute;top:-10px;width:0}
.onem-page .comment-box .meta .social-links.newly-added-comment .spread-the-word,.onem-single-page .comment-box .meta .social-links.newly-added-comment .spread-the-word{bottom:-70px;opacity:1}
.onem-page .comment-box .meta .social-links a,.onem-single-page .comment-box .meta .social-links a{margin-left:10px;padding-left:20px;position:relative;opacity:.5;text-decoration:none}.onem-page .comment-box .meta .social-links a:hover,.onem-single-page .comment-box .meta .social-links a:hover{opacity:1;text-decoration:underline}
.onem-page .comment-box .meta .social-links a .icon-sm,.onem-single-page .comment-box .meta .social-links a .icon-sm{left:0;position:absolute;top:0}
.onem-page .comment-box .meta .social-links a.twitter,.onem-single-page .comment-box .meta .social-links a.twitter{color:#00c0f7}.onem-page .comment-box .meta .social-links a.twitter .icon-sm,.onem-single-page .comment-box .meta .social-links a.twitter .icon-sm{color:#00c0f7}
.onem-page .comment-box .meta .social-links a.facebook,.onem-single-page .comment-box .meta .social-links a.facebook{color:#3b5a95}.onem-page .comment-box .meta .social-links a.facebook .icon-sm,.onem-single-page .comment-box .meta .social-links a.facebook .icon-sm{color:#3b5a95}
.onem-page .comment-box .meta .social-links a.google-plus,.onem-single-page .comment-box .meta .social-links a.google-plus{color:#dd4b6a}.onem-page .comment-box .meta .social-links a.google-plus .icon-sm,.onem-single-page .comment-box .meta .social-links a.google-plus .icon-sm{color:#dd4b6a}
.onem-page .comment-box .meta .social-links a.link,.onem-single-page .comment-box .meta .social-links a.link{padding-left:none}
.onem-page.small-window .flipper.flipped .card-back h1,.onem-single-page.small-window .flipper.flipped .card-back h1{text-indent:0}
.onem-page.small-window .signature,.onem-single-page.small-window .signature{position:absolute;top:275px;width:100%}
.onem-page.small-window .list-card,.onem-single-page.small-window .list-card{border-radius:10px;margin:30px 20px;padding:10px}.onem-page.small-window .list-card .list-card-title,.onem-single-page.small-window .list-card .list-card-title{font-size:24px;line-height:24px;margin-bottom:10px;margin-top:10px;text-align:left}
.onem-page.small-window .list-card .card-labels,.onem-single-page.small-window .list-card .card-labels{margin-top:-10px}.onem-page.small-window .list-card .card-labels .card-label,.onem-single-page.small-window .list-card .card-labels .card-label{border-radius:0 0 2px 2px;height:4px;width:50px}
.onem-page.small-window .list-card .list-card-members,.onem-single-page.small-window .list-card .list-card-members{margin-bottom:-15px;margin-right:-15px}.onem-page.small-window .list-card .list-card-members .member,.onem-single-page.small-window .list-card .list-card-members .member{height:32px;margin-right:3px;margin-bottom:3px;width:32px;border-radius:3px;border-width:0;-webkit-box-shadow:-1px 2px 2px rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.2);box-shadow:-1px 2px 2px rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.2)}.onem-page.small-window .list-card .list-card-members .member .member-avatar,.onem-single-page.small-window .list-card .list-card-members .member .member-avatar{height:32px;width:32px;border-radius:2px}
.onem-page.small-window .card-back,.onem-single-page.small-window .card-back{border-radius:5px;padding:10px;margin-top:30px}.onem-page.small-window .card-back h1,.onem-single-page.small-window .card-back h1{background:transparent;font-size:32px;line-height:36px;height:auto}
.onem-page.small-window .card-back .member-info,.onem-single-page.small-window .card-back .member-info{float:none;min-width:0}
.onem-page.small-window .card-back .social-links,.onem-single-page.small-window .card-back .social-links{clear:both;float:none;margin-left:17px;margin-top:6px}
.onem-page.small-window .single-story,.onem-single-page.small-window .single-story{padding:20px 0}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(-3deg)} 50%{-webkit-transform:rotate(1deg)} 100%{-webkit-transform:rotate(-3deg)}}@keyframes wiggle{0%{transform:rotate(-3deg)} 50%{transform:rotate(1deg)} 100%{transform:rotate(-3deg)}}.wiggler{-webkit-animation-name:wiggle;-webkit-animation-duration:.3s;-webkit-animation-iteration-count:2;-webkit-animation-delay:1s;-webkit-animation-timing-function:ease-in-out;animation-name:wiggle;animation-duration:.3s;animation-iteration-count:2;animation-delay:1s;animation-timing-function:ease-in-out}
.single-story{padding:40px}.single-story h1{border-bottom:1px solid #cbcbcb;font-weight:normal;margin-bottom:20px;padding-bottom:10px}
.single-story .comment-box{border:none;margin:0;padding-bottom:0}.single-story .comment-box .member-info{min-width:400px}.single-story .comment-box .member-info .member{float:left;height:64px;margin:0 20px 0 0;width:64px;border-radius:4px;border-width:0;-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2)}.single-story .comment-box .member-info .member .member-avatar{height:64px;width:64px;border-radius:4px}
.single-story .comment-box .member-info .member .member-initials{font-size:20px;height:64px;line-height:64px}
.single-story .comment-box .comment{border-radius:20px;font-size:24px;line-height:33px;margin:20px 0;padding:20px 0}.single-story .comment-box .comment p{margin-bottom:25px;padding:0 20px}.single-story .comment-box .comment p:last-child{margin-bottom:0}
.single-story .comment-box .comment .pointer{border:10px solid transparent;border-bottom:10px solid #fff;height:0;left:40px;position:absolute;top:-19px;width:0}
.single-story .comment-box .comment .pointer-border{border:10px solid transparent;border-bottom:10px solid #c0c0c0;height:0;left:40px;position:absolute;top:-20px;width:0}
.single-story .comment-box .meta{margin-bottom:20px;padding:0 20px}.single-story .comment-box .meta .member-name{font-size:24px;line-height:32px;margin:0}
.single-story .comment-box .meta .comment-date{font-size:18px;line-height:32px;margin:0}
.single-story .comment-box .meta .social-links{line-height:32px}
.single-story .single-story-footer{font-size:18px;font-style:italic;line-height:24px;padding:0 21px}.single-story .single-story-footer a{color:#23658b;font-weight:bold}.single-story .single-story-footer a:hover{color:#1c506e}
.onem-single-page #content{max-width:900px}
.onem-page #promoFooter,.onem-single-page #promoFooter{border-top:4px double #cbcbcb;margin-top:500px}.onem-page #promoFooter .width-wrapper,.onem-single-page #promoFooter .width-wrapper{padding:0}
.onem-single-page #promoFooter{margin:0 40px 60px}
.onem-page.small-window #promoFooter,.onem-single-page.small-window #promoFooter{margin-top:400px}
.explorer-9 .card-back{display:none}
.explorer-9 .flipped .card-back{display:block}
.explorer-9 .flipped .card-front{display:none}
.member-boards-list-ad,.pop-over-ad{padding:8px 24px;margin-bottom:16px;cursor:pointer;display:block;position:relative;text-align:center;text-decoration:none}.member-boards-list-ad.business-class-ad,.pop-over-ad.business-class-ad{background:#e2e6e9;background:-webkit-linear-gradient(top, #e2e6e9 0, #d7dce0 100%);background:linear-gradient(to bottom, #e2e6e9 0, #d7dce0 100%);border-radius:3px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #cecece;border-bottom-color:#a0a0a0;color:#596a73}.member-boards-list-ad.business-class-ad:hover,.pop-over-ad.business-class-ad:hover{background:#dde1e4;background:-webkit-linear-gradient(top, #dde1e4 0, #d1d8db 100%);background:linear-gradient(to bottom, #dde1e4 0, #d1d8db 100%);border-color:#bfbfbf;border-bottom-color:#999;color:#434f56}
.member-boards-list-ad.business-class-ad .ad-icon,.pop-over-ad.business-class-ad .ad-icon{top:24px}
.member-boards-list-ad .ad-close,.pop-over-ad .ad-close{position:absolute;top:2px;right:2px}
.member-boards-list-ad .ad-icon,.pop-over-ad .ad-icon{position:absolute;top:10px;left:16px;background-size:32px 28px;width:32px;height:28px;-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.member-boards-list-ad:hover .ad-icon,.pop-over-ad:hover .ad-icon{-ms-transform:scale(1.25);-webkit-transform:scale(1.25);transform:scale(1.25)}
.member-boards-list-ad .title,.pop-over-ad .title,.member-boards-list-ad .pitchlet,.pop-over-ad .pitchlet,.member-boards-list-ad .features,.pop-over-ad .features,.member-boards-list-ad .learn-more,.pop-over-ad .learn-more{display:block;margin:4px 0}
.member-boards-list-ad .title,.pop-over-ad .title{font-weight:bold}
.member-boards-list-ad .features,.pop-over-ad .features,.member-boards-list-ad .learn-more,.pop-over-ad .learn-more{font-size:12px;margin:2px 0}
.pop-over-ad{margin:8px 0;text-align:left}.pop-over-ad .title{line-height:12px}
.pop-over-ad.business-class-ad .ad-icon{top:10px;left:10px}
.pop-over-ad .title,.pop-over-ad .pitchlet,.pop-over-ad .features,.pop-over-ad .learn-more{margin:4px 0 0 28px}
.extra-large-window,.large-window{}.extra-large-window.window-up .list,.large-window.window-up .list{-webkit-box-shadow:none;box-shadow:none}
.extra-large-window .window-overlay,.large-window .window-overlay{overflow-x:hidden}
.extra-large-window .embed,.large-window .embed{max-width:406px}
.extra-large-window .pop-over,.large-window .pop-over{-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);box-shadow:0 1px 5px rgba(0, 0, 0, 0.15)}
.extra-large-window .manual.shortcuts .window-main-col,.large-window .manual.shortcuts .window-main-col,.extra-large-window .manual.about .window-main-col,.large-window .manual.about .window-main-col{padding:0 52px}
.extra-large-window.wide-profile #content,.large-window.wide-profile #content{max-width:900px;width:auto}
.extra-large-window.wide-profile .window-main-col,.large-window.wide-profile .window-main-col{width:690px}
.medium-window .header-btn.upgrade{padding:0;margin-right:16px}.medium-window .header-btn.upgrade .header-btn-text{display:none}
.medium-window .header-btn.upgrade .icon-sm{padding:6px}
.medium-window .header-btn.header-woof .header-btn-text{display:none}
.small-window{}.small-window.fixed-content #content{margin-left:10px;margin-right:10px;width:auto}
.small-window .show-search-btn{display:block}
.small-window #header-search{background:#24688f;display:none;height:30px;position:absolute;top:38px;left:0;margin:0;padding:4px 8px;width:100%;z-index:6}.small-window #header-search input[type="text"]{width:220px;padding-right:16px}
.small-window #header.show-search{height:66px}.small-window #header.show-search #header-search{display:block}
.small-window #board{margin:0;padding:10px}
.small-window .list{-webkit-box-shadow:none;box-shadow:none;float:none;width:auto;margin:0 0 10px}
.small-window #board-header{height:auto}
.small-window .board-title{height:auto}
.small-window .board-widgets{-webkit-box-shadow:none;box-shadow:none;border-left:1px solid #ccc}
.small-window .board-wrapper.disabled-all-widgets .sidebar-toggle-btn .icon-sm{border:0}
.small-window .sidebar-hide-btn .icon-sm{-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc;border-right:0}
.small-window .board-title h2,.small-window .board-title h4{line-height:22px}
.small-window .list-card{width:auto}
.small-window .header-btn.header-woof{display:none}
.small-window #header-spinner{right:25%}
.small-window .header-btn-text{display:none}
.small-window .header-btn.upgrade{padding:0;margin-right:8px}.small-window .header-btn.upgrade .icon-sm{padding:6px}
.small-window .header-btn.header-help,.small-window .header-btn.header-boards,.small-window .header-btn.header-notifications{background:none;-webkit-box-shadow:none;box-shadow:none;padding:0}.small-window .header-btn.header-help:hover,.small-window .header-btn.header-boards:hover,.small-window .header-btn.header-notifications:hover{background:rgba(255,255,255,0.23);background:-webkit-linear-gradient(top, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.23) 0, rgba(255,255,255,0.2) 100%);color:#eee}
.small-window .header-btn.header-help:active,.small-window .header-btn.header-boards:active,.small-window .header-btn.header-notifications:active{background:rgba(255,255,255,0.33);background:-webkit-linear-gradient(top, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%);background:linear-gradient(to bottom, rgba(255,255,255,0.33) 0, rgba(255,255,255,0.3) 100%)}
.small-window .float-cards .list-card{width:90%;margin:0 0 8px 0}
.small-window .window-overlay{position:absolute}
.small-window .window-header-utils{height:60px}
.small-window .window-header-utils a .icon-menu{display:block}
.small-window .card-detail-metadata{margin-right:40px}
.small-window .card-detail-desc{margin-right:40px}
.small-window .window-main-col{float:none;max-height:none;padding:0;width:auto}
.small-window .window-sidebar{background:transparent;border:none;clear:both;float:none;margin:8px 0;padding:0;width:auto}
.small-window .window{height:auto;width:auto;max-width:none;min-width:0}.small-window .window .window-header{padding:8px 0 0 8px}
.small-window .window .window-header-icon{left:-30px;top:4px}
.small-window .window .window-main-col{padding:8px;max-width:none;min-width:0}
.small-window .window .window-sidebar{margin:8px}
.small-window .attachment-image-preview{max-width:270px}
.small-window.window-up #header{display:none}
.small-window.window-up #content{display:none}
.small-window .manual-item.app{width:100%}
.ipad .list-card .card-operation,.iphone .list-card .card-operation,.ipod .list-card .card-operation,.android .list-card .card-operation{visibility:visible}
.ipad .list-title .icon-menu,.iphone .list-title .icon-menu,.ipod .list-title .icon-menu,.android .list-title .icon-menu{visibility:visible}
.ipad .window-module-title .icon-menu,.iphone .window-module-title .icon-menu,.ipod .window-module-title .icon-menu,.android .window-module-title .icon-menu{visibility:visible}
.ipad .touch-hide,.iphone .touch-hide,.ipod .touch-hide,.android .touch-hide{display:none}
.ipad .board-list li a .list-item-menu,.iphone .board-list li a .list-item-menu,.ipod .board-list li a .list-item-menu,.android .board-list li a .list-item-menu{visibility:visible}
.ipad .ios-hide,.iphone .ios-hide,.ipod .ios-hide{display:none}
.spinner{background-size:30px 30px;display:block;height:30px;width:30px}.spinner.centered{margin:0 auto}
.spinner.small{background-size:18px 18px;height:18px;width:18px}
@-webkit-keyframes spinnerframes{0%{height:25%} 50%{height:45%} 100%{height:100%}}@keyframes spinnerframes{0%{height:25%} 50%{height:45%} 100%{height:100%}}.spinner-css{display:block;position:relative;height:19px;width:19px}
.spinner-css .bar{border-radius:2px;background:#d4d4d4;display:block;width:5px;position:absolute;height:0}.spinner-css .bar:nth-child(1){top:0;left:0;-webkit-animation-delay:0;animation-delay:0}
.spinner-css .bar:nth-child(2){top:0;left:7px;-webkit-animation-delay:.1s;animation-delay:.1s}
.spinner-css .bar:nth-child(3){top:0;left:14px;-webkit-animation-delay:.2s;animation-delay:.2s}
.spinner-css.animate .bar{-webkit-animation-name:spinnerframes;-webkit-animation-direction:alternate;-webkit-animation-duration:.3s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-name:spinnerframes;animation-direction:alternate;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite}
.helper{background-color:#e6e6e6;border-radius:3px;color:#939393;font-size:13px;line-height:15px;margin:4px 0 0;padding:6px 8px;width:auto}.helper a{color:#939393}.helper a:hover{color:#666}
.empty-list,.empty{background:#e6e6e6;border:1px dashed #ccc;border-radius:3px;color:#939393;display:block;padding:6px;text-align:center}
.empty-list{border-radius:6px;padding:25px 6px}
.search-results-page-contents .empty-list{margin:12px 0 0 52px}
.window-module .empty-list{margin:8px 0 0 40px}
.loading{margin:19px auto;text-align:center}
.big-message{display:block;margin:75px auto;text-align:center;max-width:600px}.big-message h1{font-size:26px;margin-bottom:24px}
.big-message p{font-size:18px;line-height:22px}
.big-message.with-picture{margin-top:35px}.big-message.with-picture h1{margin-top:20px}
.big-message.with-picture .callout{margin:20px 0}
.callout{background:#e3e3e3;border-radius:5px;padding:20px}.callout ol{text-align:left;list-style-type:decimal;margin-left:25px;font-size:16px}
.callout li{margin:10px 0}
.gutter{margin-left:40px;}
.clear{clear:both}
.list-clear{margin:10px 0}
.clearfix{zoom:1}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden}
.hide{display:none}
.show{display:block}
.bold{font-weight:bold}
.center{text-align:center}
.left{float:left}
.right{float:right}
.first{margin-left:0;padding-left:0}
.last{margin-right:0;padding-right:0}
.top{margin-top:0;padding-top:0}
.bottom{margin-bottom:0;padding-bottom:0}
.relative{position:relative}
.block{display:block}
.inline{display:inline}
.inline-block{display:inline-block}
.pointer{cursor:pointer}
.ellip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.underline{text-decoration:underline}
.invisible{visibility:hidden}
.wrapword{word-wrap:break-word}
.grab{cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}
.grabbing{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}
.explorer-9 *{border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}
.explorer-9 .hide-ie{display:none}
.cropFrame{overflow:hidden;position:relative}
.cropImage{position:absolute;top:0;left:0;cursor:move}
.cropControls{background:#000;width:100%;height:26px;position:absolute;z-index:100;bottom:0;left:0;opacity:0;filter:alpha(opacity=0);transition:opacity .25s linear;-moz-transition:opacity .25s linear;-webkit-transition:opacity .25s linear}
.cropFrame:hover .cropControls{opacity:.6;filter:alpha(opacity=60)}
.cropControls span{display:block;float:left;color:#fff;font-size:11px;margin:7px 0 0 5px}
.cropZoomIn,.cropZoomOut{display:block;float:right;margin:4px 4px 0 0;background:#fff;color:#000;border-radius:9px;width:18px;height:18px;line-height:18px;font-size:18px;font-weight:bold;text-align:center;text-decoration:none;cursor:pointer}
.cropZoomIn::after{content:"+"}
.cropZoomOut::after{vertical-align:top;line-height:14px;font-size:22px;margin-left:-2px;content:"-"}
.tooltip-container{display:block;position:absolute;margin:8px 0;padding-bottom:8px;font-size:13px;z-index:30;max-width:200px}
.tooltip{display:inline;position:relative;margin:8px 0;padding-bottom:8px;font-size:13px}
.tooltip-close-button{position:absolute;right:0;top:0;color:#fff;cursor:pointer}
.tooltip-trigger{text-decoration:none;color:#26729e;cursor:pointer}.tooltip-trigger .icon-sm{color:#26729e}
.tooltip-trigger:hover{color:#318ec4}.tooltip-trigger:hover .icon-sm{color:#318ec4}
.selected:not(.disabled) .tooltip-trigger{color:#fff}.selected:not(.disabled) .tooltip-trigger .icon-sm{color:rgba(255,255,255,0.5)}
.selected:not(.disabled) .tooltip-trigger:hover{color:#fff}.selected:not(.disabled) .tooltip-trigger:hover .icon-sm{color:#fff}
.tooltip-content{position:relative;background:#262626;color:#fff;font-size:13px;padding:10px 16px 10px 12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:auto;border-radius:3px;opacity:0;-webkit-transition-property:opacity, visibility;transition-property:opacity, visibility;-webkit-transition-duration:.3s, 0s;transition-duration:.3s, 0s;-webkit-transition-delay:0s, .3s;transition-delay:0s, .3s}.tooltip-content.active{visibility:visible;opacity:1;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-delay:0;transition-delay:0}
.tooltip-content p{margin:0}
.tooltip-content:after{content:"";position:absolute;top:-6px;left:10px;border-style:solid;border-width:0 6px 6px;border-color:#262626 transparent;display:block;width:0;z-index:1}
#clipboard-container{position:fixed;left:0;top:0;width:0;height:0;z-index:100;display:none;opacity:0}#clipboard-container #clipboard{width:1px;height:1px;padding:0}
@media print{*{text-shadow:none !important} #surface{height:auto !important} body{overflow:visible !important} #header{display:none} #notification{display:none !important} #board{height:auto !important;margin-left:8px !important;overflow:visible !important} .extra-large-window #board,.large-window #board{-webkit-box-shadow:none;box-shadow:none} .board-title{left:30px}.board-title h2{font-size:20px} .list-area{width:100% !important} .list-area-wrapper{overflow-x:visible !important;overflow-y:visible !important} .list{float:none;margin-bottom:16px;width:400px !important} .list-cards{max-height:none !important} .extra-large-window .list,.large-window .list{-webkit-box-shadow:none;box-shadow:none;float:none} .list-header .icon-sm{visibility:hidden} .list-header .list-title{margin-left:12px} .open-card-composer{display:none} .list-card{width:340px} .badge{display:none} .board-widget{display:none} .list-card-votes{display:none} .member .status{display:none} .pop-over{display:none !important} .other-actions,.quiet-actions,.window-sidebar .button-link,.card-detail-desc .quiet-button,.new-task,.new-comment{display:none !important} .task-progress-total{-webkit-box-shadow:none;box-shadow:none;border:1px solid #e3e3e3} .task-progress-total .progress-current{height:7px;margin-top:1px;border:1px solid #777} .editable .current{display:block !important} .editable .edit{display:none !important} .editable .edits-warning{display:none !important} body.window-up #content{display:none} body.window-up #surface{height:auto !important} body.window-up .window-overlay{position:relative !important} body.window-up .window{position:relative !important;left:auto !important;top:auto !important;width:700px !important}body.window-up .window input,body.window-up .window textarea{display:none}}
html, body, input, select, textarea {font-size: 13px !important;}
#header {background: #2B2B2B !important;}
.header-btn.header-notifications, .header-btn.header-boards,
.header-btn.header-search, .header-btn.header-login,
.header-btn.header-signup {
background: #6B6B6B !important;
}
.header-btn:hover {background: #868686 !important;}
#header-search input[type="text"] {background: #6B6B6B !important;}
#header-search input[type="text"]:focus {background: #fff !important;}
#board-header .board-name {font-weight: normal !important;}
#board {background: #fff !important;}
.list {
border: none !important;
background: transparent !important;
box-shadow: none !important;
border-radius: 0 0 0 0 !important;
}
.list-title {margin-left: 11px !important;}
.list-title h2 {
color: #E53B0B !important;
text-transform: uppercase !important;
font-size: 14px !important;
line-height: 24px !important;
font-weight: bold !important;
letter-spacing: 1px !important;
}
.list-card {
border-color: #D6D6D6 !important;
border: none !important;
border-bottom: 1px solid #ddd !important;
border-radius: 0 0 0 0 !important;
padding: 6px 8px 5px !important;
}
.list-card.selected, .list-card.active-card {
background: #FFCEA4 !important;
border-color: #FFCEA4 !important;
box-shadow: 2px 2px 0px #FC9E4E !important;
}
.list-card .card-operation {background-color: transparent !important;}
.list-gradient-top, .list-gradient-bottom {background: none !important;}
.open-card-composer {
padding: 7px 12px !important;
margin-left: 3px !important;
margin-right: 1px !important;
text-transform: uppercase !important;
font-size: 10px !important;
border-radius: 0 !important;
}
.open-card-composer:hover {
background: #646464 !important;
color: #fff !important;
text-decoration: none !important;
}
.card-label {text-shadow: none !important;}
.button-link:hover {
background: -moz-linear-gradient(center top , #676767 0%, #3F3F3F 100%) repeat scroll 0 0 transparent !important;
border-color: #3F3F3F !important;
}
.pop-over-list li > a:hover,
.uploader:hover .fakefile {background: #424242 !important; border:none !important;}
input.primary[type="submit"], input.primary[type="button"],
button.primary, .button.primary {
background: -moz-linear-gradient(center top , #676767 0%, #3F3F3F 100%) repeat scroll 0 0 transparent !important; }
.attachment-list li .preview .check-icon {background-color: #676767 !important;}
.attachment-list li .preview.is-cover {background-color: #676767 !important;}
.extra-large-window .board-wrapper.disabled-all-widgets .board-side-btn.right-side .arrow,
.large-window .board-wrapper.disabled-all-widgets .board-side-btn.right-side .arrow,
.medium-window .board-wrapper.disabled-all-widgets .board-side-btn.right-side .arrow {
border-right-color: #757575 !important;}
.extra-large-window .board-side-btn.right-side .arrow,
.large-window .board-side-btn.right-side .arrow,
.medium-window .board-side-btn.right-side .arrow {
border-left-color: #757575 !important;}
.extra-large-window .board-side-btn:hover,
.large-window .board-side-btn:hover,
.medium-window .board-side-btn:hover {background: #ADADAD !important;}
.board-canvas{
background: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment