.sticky-note{background:#000;color:#fff;font-weight:900;padding:10px 20px 10px 10px;text-decoration:none;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;pointer-events:all}.sticky-note__icon{width:20px}.sticky-note__text{width:calc(100% - 30px)}.sticky-note .icon{width:20px;height:15px}.sticky-note+.sticky-note{margin-top:10px}@media only screen and (min-width:1280px){.sticky-note{padding:20px 40px 20px 20px}}