/* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */


.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(chosen-sprite.png) no-repeat 100% -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat 100% -20px,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat 100% -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat 100% -20px,linear-gradient(#eee 1%,#fff 15%);font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px,-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background:url(chosen-sprite.png) no-repeat -30px -20px,-webkit-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat -30px -20px,-moz-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat -30px -20px,-o-linear-gradient(#eee 1%,#fff 15%);background:url(chosen-sprite.png) no-repeat -30px -20px,linear-gradient(#eee 1%,#fff 15%);direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
 *= depend_on buttons
 *= depend_on form
 *= depend_on everything
*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=submit],
.green-button {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%); }
  input[type=submit]:active,
  .green-button:active {
    line-height: 32px; }
  input[type=submit].large,
  .green-button.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    input[type=submit].large .pro-badge,
    .green-button.large .pro-badge {
      font-size: 14px; }
    input[type=submit].large:active,
    .green-button.large:active {
      line-height: 43px; }
  input[type=submit].normal-size,
  .green-button.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  input[type=submit]:hover,
  .green-button:hover {
    border: 1px solid #52713e; }
  input[type=submit]:active,
  .green-button:active {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #52713e;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
    background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }

/* this exists to make submits look the same as .green-button. check /ui and compare when making changes */
input[type=submit] {
  height: 33px; }

.plain-button,
input[type=submit].plain {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  color: #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  background-origin: border-box;
  -webkit-background-clip: padding;
  background-color: #e5e7e9;
  background-image: -webkit-linear-gradient(top, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
  background-image: linear-gradient(to bottom,#ebedee 0%, #e5e7e9 87%, #f2f4f5 100%); }
  .plain-button:active,
  input[type=submit].plain:active {
    line-height: 32px; }
  .plain-button.large,
  input[type=submit].plain.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .plain-button.large .pro-badge,
    input[type=submit].plain.large .pro-badge {
      font-size: 14px; }
    .plain-button.large:active,
    input[type=submit].plain.large:active {
      line-height: 43px; }
  .plain-button.normal-size,
  input[type=submit].plain.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .plain-button:hover,
  input[type=submit].plain:hover {
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .plain-button:active,
  input[type=submit].plain:active {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #e5e7e9;
    background-image: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9 99%, #ebedee 100%);
    background-image: linear-gradient(to bottom,#e5e7e9, #e5e7e9 99%, #ebedee 100%); }

.red-button,
input[type=submit].red-button {
  color: #fff;
  border-color: #be2525;
  text-shadow: 0 -1px 0 rgba(121, 1, 1, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  background-color: #e12a2a;
  background-image: -webkit-linear-gradient(top, #e12a2a, #f86060 0%, #e12a2a 87%, #f35555 100%);
  background-image: linear-gradient(to bottom,#e12a2a, #f86060 0%, #e12a2a 87%, #f35555 100%); }

.red-button:hover,
input[type=submit].red-button:hover {
  border: 1px solid #912323; }

.red-button:active,
input[type=submit].red-button:active {
  border: 1px solid #912323;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #e02828;
  background-image: -webkit-linear-gradient(top, #e02828, #e02828 0%, #f14f4f 100%);
  background-image: linear-gradient(to bottom,#e02828, #e02828 0%, #f14f4f 100%); }

.inset-button,
.loading-button {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
  .inset-button:active,
  .loading-button:active {
    line-height: 32px; }
  .inset-button.large,
  .loading-button.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .inset-button.large .pro-badge,
    .loading-button.large .pro-badge {
      font-size: 14px; }
    .inset-button.large:active,
    .loading-button.large:active {
      line-height: 43px; }
  .inset-button.normal-size,
  .loading-button.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .inset-button:hover,
  .loading-button:hover {
    border: 1px solid rgba(0, 0, 0, 0.35); }
  .inset-button:active,
  .loading-button:active {
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .inset-button.dark-bg,
  .loading-button.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .inset-button.dark-bg:hover,
    .loading-button.dark-bg:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .inset-button.dark-bg:active,
    .loading-button.dark-bg:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }

.loading-button {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  color: #777777;
  cursor: default; }
  .loading-button:active {
    line-height: 32px; }
  .loading-button.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .loading-button.large .pro-badge {
      font-size: 14px; }
    .loading-button.large:active {
      line-height: 43px; }
  .loading-button.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .loading-button:active {
    line-height: 32px; }
  .loading-button.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .loading-button.large .pro-badge {
      font-size: 14px; }
    .loading-button.large:active {
      line-height: 43px; }
  .loading-button.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .loading-button:hover {
    border: 1px solid rgba(0, 0, 0, 0.35); }
  .loading-button:active {
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .loading-button.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .loading-button.dark-bg:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .loading-button.dark-bg:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .loading-button:active {
    line-height: 31px; }

.loading-button {
  background: url("/assets/standard-loader.gif") no-repeat center center rgba(0, 0, 0, 0.2);
  box-shadow: none;
  text-indent: -99999em; }

.left-button,
.right-button {
  width: 29px;
  height: 30px;
  background: url("/assets/left-right-button.png") no-repeat;
  text-indent: -9999em;
  display: inline-block;
  zoom: 1; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .left-button,
    .right-button {
      background-image: url("/assets/left-right-button_2x.png");
      background-size: 58px 90px; } }

.left-button {
  background-position: top left; }
  .left-button:hover {
    background-position: center left; }
  .left-button:active {
    background-position: bottom left; }

.right-button {
  background-position: top right; }
  .right-button:hover {
    background-position: center right; }
  .right-button:active {
    background-position: bottom right; }

textarea,
input {
  outline: none; }

form p {
  text-align: center; }
form .inp {
  display: block;
  line-height: 30px;
  float: left; }
form input[type=password],
form input[type=text],
form input[type=email],
form textarea,
form select {
  width: 228px;
  box-sizing: border-box;
  height: 31px;
  font-size: 13px;
  font-family: Helvetica Neue;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-indent: 6px;
  background: rgba(255, 255, 255, 0.75);
  color: #212121;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
  background-origin: border-box;
  -webkit-background-clip: padding;
  -webkit-appearance: none;
  border-radius: 0; }
  form input[type=password]:focus,
  form input[type=text]:focus,
  form input[type=email]:focus,
  form textarea:focus,
  form select:focus {
    background: white; }
form textarea {
  height: auto;
  display: block;
  margin-bottom: 0;
  padding: 10px;
  text-indent: 0;
  resize: none; }
form input[type=checkbox] {
  margin-top: 13px; }
form select {
  margin-top: 5px; }
form .form-field-container {
  position: relative; }

form.top-labeled-form {
  width: 400px; }
  form.top-labeled-form::after {
    clear: both;
    content: "";
    display: block; }
  form.top-labeled-form .form-field-container {
    margin-bottom: 10px;
    float: left; }
    form.top-labeled-form .form-field-container label > span:not(.inp) {
      display: block;
      height: 25px;
      color: #666;
      text-align: left; }
    form.top-labeled-form .form-field-container input[type=password], form.top-labeled-form .form-field-container input[type=text], form.top-labeled-form .form-field-container input[type=email] {
      float: left;
      border-radius: 4px; }
    form.top-labeled-form .form-field-container input[type=submit] {
      width: 150px;
      margin-top: 30px;
      margin-left: 160px; }

form.labeled-form .form-field-container {
  margin-bottom: 10px; }
  form.labeled-form .form-field-container::after {
    clear: both;
    content: "";
    display: block; }
  form.labeled-form .form-field-container label > span:not(.inp) {
    display: block;
    line-height: 30px;
    color: #666;
    margin-right: 10px; }
  form.labeled-form .form-field-container input[type=submit] {
    margin-top: 30px; }
  form.labeled-form .form-field-container input[type=password],
  form.labeled-form .form-field-container input[type=text],
  form.labeled-form .form-field-container input[type=email] {
    border-radius: 4px; }

form.no-labels input[type=password],
form.no-labels input[type=text],
form.no-labels input[type=email],
form.no-labels textarea {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  border-bottom: none; }
form.no-labels .form-field-container label span:not(.inp) {
  display: none; }
form.no-labels .form-field-container label span.pro-badge {
  display: inline-block;
  zoom: 1; }
form.no-labels .form-field-container.field-first input, form.no-labels .form-field-container.field-first textarea {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06) inset;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
form.no-labels .form-field-container.field-last input, form.no-labels .form-field-container.field-last textarea {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 white inset, 0 1px 0 rgba(255, 255, 255, 0.75); }
form.no-labels .form-field-container + .form-field-container {
  margin-top: -1px; }

form.checkbox-form {
  width: 500px;
  margin: 0 auto; }
  form.checkbox-form .form-field-container {
    border-bottom: 1px solid #e1e1e1; }
    form.checkbox-form .form-field-container label::after {
      clear: both;
      content: "";
      display: block; }
    form.checkbox-form .form-field-container span:not(.inp) {
      width: auto; }
  form.checkbox-form input[type=checkbox] {
    float: right; }

.form-errors {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  display: inline-block;
  zoom: 1;
  margin: -12px 0 0 -4px;
  position: absolute;
  left: 100%;
  top: 50%; }
  .form-errors li {
    font-family: Helvetica Neue;
    font-size: 13px;
    z-index: 1;
    color: #fff;
    border: 1px solid #be2525;
    white-space: nowrap;
    padding: 2px 8px 2px;
    text-shadow: 0 -1px 0 rgba(121, 1, 1, 0.5);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    background-color: #e73939;
    background-image: -webkit-linear-gradient(top, #e73939, #f86060 0%, #e12a2a 87%, #f35555 100%);
    background-image: linear-gradient(to bottom,#e73939, #f86060 0%, #e12a2a 87%, #f35555 100%);
    display: none; }
    .form-errors li:before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      left: -5px;
      top: 7px;
      border-right: 5px solid #be2525; }
    .form-errors li:first-child {
      display: block; }

::-webkit-input-placeholder {
  color: #a6a6a6; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a6a6a6; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a6a6a6; }

:-ms-input-placeholder {
  color: #a6a6a6; }

form .huge-input {
  font-size: 22px !important;
  width: 100% !important;
  padding: 10px !important;
  height: auto !important; }

p.success {
  padding: 10px;
  border: 1px solid lightgreen;
  background: #e8fce8; }

table {
  width: 100%;
  border-collapse: collapse; }
  table th {
    text-align: left; }
  table tbody tr:hover {
    background: #f9f9f9; }
  table th,
  table td {
    border-bottom: 1px solid #eee;
    padding: 10px; }

.pro-badge {
  display: inline-block;
  zoom: 1;
  border: 1px solid rgba(165, 98, 11, 0.7);
  color: #7a521e;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  font-family: "helvetica neue", arial, sans-serif;
  text-transform: uppercase;
  padding: 1px 3px 2px;
  font-size: 10px;
  border-radius: 3px;
  vertical-align: 10%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffba01;
  background-image: -webkit-linear-gradient(top, #ffba01, #ffcc01 0%, #ffba01 88%, #fedb00 100%);
  background-image: linear-gradient(to bottom,#ffba01, #ffcc01 0%, #ffba01 88%, #fedb00 100%); }
  .pro-badge.large {
    font-size: 26px;
    padding: 2px 4px 2px; }

h2 .pro-badge {
  border-radius: 5px;
  font-size: 16px;
  padding: 1px 4px 3px; }

.col h2 .pro-badge {
  font-size: 22px;
  padding: 2px 4px 2px; }

.navigation-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 30px 0; }
  .navigation-menu li {
    float: left;
    width: 33%;
    text-align: center;
    position: relative;
    height: 120px;
    padding: 0; }
    .navigation-menu li a {
      display: block;
      width: 90%;
      font-size: 16px;
      line-height: 120px;
      padding: 0;
      margin: 0 auto;
      color: #666;
      border-radius: 4px; }
      .navigation-menu li a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 120px;
        width: 1px;
        background: #e5e5e5; }
      .navigation-menu li a:hover {
        background: #fafafa;
        color: #212121; }
      .navigation-menu li a:active {
        background: #f2f2f2;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04) inset; }
    .navigation-menu li:last-child a:after {
      display: none; }
  .navigation-menu.two li {
    width: 50%; }
  .navigation-menu::after {
    clear: both;
    content: "";
    display: block; }

/* a list that is the most pro */
.pro-list {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 290px;
  background: #fafafa;
  text-align: left;
  font-size: 15px;
  background-origin: border-box;
  -webkit-background-clip: padding; }
  .pro-list ul {
    margin: 0;
    padding: 0; }
  .pro-list li {
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset; }
    .pro-list li a {
      color: inherit;
      text-decoration: underline; }
    .pro-list li:last-child {
      border: none;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pro-list li.list-start {
      margin-top: 1px; }
    .pro-list li:first-child {
      border: none;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .pro-list li:nth-child(even) {
      background: #f0f0f0; }
    .pro-list li .icon {
      display: inline-block;
      zoom: 1;
      background: url("/assets/site-icons.png") no-repeat;
      width: 17px;
      height: 18px;
      margin-right: 4px;
      position: relative;
      top: -2px;
      vertical-align: middle; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .pro-list li .icon {
          background-image: url("/assets/site-icons_2x.png");
          background-size: 63px 18px; } }
      .pro-list li .icon.mail {
        background-position: 1px 4px; }
      .pro-list li .icon.checkmark {
        background-position: -14px 4px; }
      .pro-list li .icon.sync {
        background-position: -49px 1px; }
      .pro-list li .icon.bolt {
        background-position: -30px 0; }
    .pro-list li.heading {
      height: 54px;
      line-height: 58px;
      padding: 0;
      text-align: center;
      position: relative;
      overflow: visible !important;
      background-color: #f7f9fa;
      background-image: -webkit-linear-gradient(top, #f7f9fa, #f7f9fa 0%, #e4e6e8 100%);
      background-image: linear-gradient(to bottom,#f7f9fa, #f7f9fa 0%, #e4e6e8 100%); }
      .pro-list li.heading h2 {
        margin: 0;
        font-size: 26px; }
      .pro-list li.heading .img {
        position: absolute;
        bottom: 8px;
        left: 50%; }
        .pro-list li.heading .img.cloud-pro {
          margin-left: -71px; }
        .pro-list li.heading .img.mini-popup {
          margin-left: -81px; }
    .pro-list li.price {
      border: 1px solid rgba(165, 98, 11, 0.7);
      color: #7a521e;
      font-weight: bold;
      padding: 0;
      margin: 0 -1px 0px -1px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      font-family: "helvetica neue", arial, sans-serif;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
      background-color: #ffba01;
      background-image: -webkit-linear-gradient(top, #ffba01, #ffcc01 0%, #ffba01 88%, #fedb00 100%);
      background-image: linear-gradient(to bottom,#ffba01, #ffcc01 0%, #ffba01 88%, #fedb00 100%); }
      .pro-list li.price.free {
        border-top: #7f8081 1px solid;
        border-bottom: #999999 1px solid;
        border-left: 1px solid #a5a7a8;
        border-right: 1px solid #a5a7a8;
        color: #5f6162;
        font-weight: bold;
        text-align: center;
        font-family: "helvetica neue", arial, sans-serif;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
        background-color: #bec0c2;
        background-image: -webkit-linear-gradient(top, #bec0c2, #b5b7b9 0%, #bec0c2 100%);
        background-image: linear-gradient(to bottom,#bec0c2, #b5b7b9 0%, #bec0c2 100%); }
    .pro-list li.price-explanation {
      text-align: center;
      height: 20px;
      line-height: 20px;
      font-size: 80%;
      color: #555; }
    .pro-list li.price + .reason {
      box-shadow: none; }
  .pro-list .price del {
    font-weight: normal; }
  .pro-list.feed-container li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .pro-list.feed-container img {
    width: 16px; }
  .pro-list.feed-container .folder-icon, .pro-list.feed-container .feed-icon {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
    height: 39px;
    line-height: 39px;
    margin-right: 5px; }
    .pro-list.feed-container .folder-icon img, .pro-list.feed-container .feed-icon img {
      vertical-align: text-top; }
  .pro-list.feed-container .feed-path {
    color: #a4a4a4;
    font-size: 13px;
    margin-left: 5px; }
  .pro-list.feed-container li.last-list {
    display: none; }
  .pro-list.feed-container.only-show-7 li:nth-child(n+10) {
    display: none; }
  .pro-list.feed-container.only-show-7 li.last-list {
    display: block; }

.img {
  display: inline-block;
  position: relative; }
  .img.mini-popup {
    background-image: url("/assets/mini-popup.png");
    width: 163px;
    height: 102px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.mini-popup {
        background-image: url("/assets/mini-popup_2x.png");
        background-size: 163px 102px; } }
  .img.cloud-pro {
    background-image: url("/assets/cloud-pro.png");
    width: 143px;
    height: 103px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.cloud-pro {
        background-image: url("/assets/cloud-pro_2x.png");
        background-size: 143px 103px; } }

.payment-details {
  margin: 0;
  padding: 0;
  list-style: none; }
  .payment-details li {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    border-bottom: 1px dashed #c2c2c2;
    font-weight: bold; }
    .payment-details li::after {
      clear: both;
      content: "";
      display: block; }
    .payment-details li .master {
      float: left;
      text-align: left;
      width: 50%; }
    .payment-details li .detail {
      float: right;
      width: 50%;
      text-align: right;
      height: 100%; }
    .payment-details li .total-amount {
      font-size: 22px;
      font-weight: normal; }
    .payment-details li.head {
      height: 30px;
      line-height: 30px;
      color: #afafaf;
      font-weight: bold; }
    .payment-details li:last-child {
      border-bottom: none; }
    .payment-details li.vat {
      font-size: 12px !important;
      height: 30px;
      line-height: 30px;
      color: #999;
      font-weight: normal; }
    .payment-details li.recurring-description {
      width: 100%;
      float: none;
      font-weight: normal;
      line-height: 1.4;
      padding-top: 5px;
      font-size: 12px;
      color: #555;
      height: 20px; }
  .payment-details:before {
    content: "";
    display: block;
    width: 100%;
    background: url("/assets/receipt-separator.png") repeat-x;
    height: 3px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .payment-details:before {
        background-image: url("/assets/receipt-separator_2x.png");
        background-size: 1px 3px; } }
  .payment-details:after {
    content: "";
    display: block;
    width: 100%;
    background: url("/assets/receipt-separator.png") repeat-x;
    height: 3px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .payment-details:after {
        background-image: url("/assets/receipt-separator_2x.png");
        background-size: 1px 3px; } }

.payment-options a {
  margin-bottom: 7px; }
.payment-options p {
  margin: 0;
  float: left;
  display: block;
  width: 40px;
  line-height: 84px;
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-style: italic; }
.payment-options .payment-card {
  float: left; }
.payment-options .payment-paypal {
  float: right;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms; }
.payment-options .payment-card a {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%); }
  .payment-options .payment-card a:active {
    line-height: 32px; }
  .payment-options .payment-card a.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .payment-options .payment-card a.large .pro-badge {
      font-size: 14px; }
    .payment-options .payment-card a.large:active {
      line-height: 43px; }
  .payment-options .payment-card a.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .payment-options .payment-card a:hover {
    border: 1px solid #52713e; }
  .payment-options .payment-card a:active {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #52713e;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
    background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }
.payment-options .payment-card,
.payment-options .payment-paypal {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
  .payment-options .payment-card:active,
  .payment-options .payment-paypal:active {
    line-height: 32px; }
  .payment-options .payment-card.large,
  .payment-options .payment-paypal.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .payment-options .payment-card.large .pro-badge,
    .payment-options .payment-paypal.large .pro-badge {
      font-size: 14px; }
    .payment-options .payment-card.large:active,
    .payment-options .payment-paypal.large:active {
      line-height: 43px; }
  .payment-options .payment-card.normal-size,
  .payment-options .payment-paypal.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .payment-options .payment-card:hover,
  .payment-options .payment-paypal:hover {
    border: 1px solid rgba(0, 0, 0, 0.35); }
  .payment-options .payment-card:active,
  .payment-options .payment-paypal:active {
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .payment-options .payment-card.dark-bg,
  .payment-options .payment-paypal.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .payment-options .payment-card.dark-bg:hover,
    .payment-options .payment-paypal.dark-bg:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .payment-options .payment-card.dark-bg:active,
    .payment-options .payment-paypal.dark-bg:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
.payment-options .payment-card,
.payment-options .payment-paypal {
  width: 124px !important;
  height: 82px !important;
  padding: 10px 14px 8px 12px !important; }
.payment-options .card-holder {
  margin: 0 0 0 2px; }
.payment-options::after {
  clear: both;
  content: "";
  display: block; }

ul.card-holder {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  zoom: 1;
  height: 23px; }
  ul.card-holder li {
    float: left;
    height: 23px;
    margin-right: 4px; }
    ul.card-holder li:last-child {
      margin-right: 0; }
  ul.card-holder::after {
    clear: both;
    content: "";
    display: block; }

.card {
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 23px;
  background: url("/assets/cardicons.png") no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .card {
      background-image: url("/assets/cardicons_2x.png");
      background-size: 40px 69px; } }
  .card.visa {
    background-position: 0 0; }
  .card.mastercard {
    background-position: 0 -23px; }
  .card.paypal {
    background-position: 0 -46px; }

.yes-no {
  display: inline-block;
  zoom: 1;
  height: 11px;
  width: 13px;
  background: url("/assets/features/yes-no-sprite.png") no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .yes-no {
      background-image: url("/assets/features/yes-no-sprite_2x.png");
      background-size: 26px 11px; } }
  .yes-no.yes.yes, .yes-no.no.yes {
    background-position: left top; }
  .yes-no.yes.no, .yes-no.no.no {
    background-position: right top; }

.stamp {
  height: 137px;
  width: 138px;
  display: inline-block;
  zoom: 1;
  -webkit-animation: stamp 300ms ease-out;
  -moz-animation: stamp 300ms ease-out;
  animation: stamp 300ms ease-out;
  z-index: 10;
  position: relative; }
  .stamp.completed {
    background: url("/assets/stamp-completed.png?5") no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .stamp.completed {
        background-image: url("/assets/stamp-completed_2x.png");
        background-size: 137px 138px; } }

#card-expires-year-container,
#card-expires-month-container {
  float: left;
  width: 60px; }
  #card-expires-year-container label,
  #card-expires-month-container label {
    width: 50%;
    float: left; }

#card-expires-month-container input:after {
  content: "/";
  position: absolute;
  right: 6px;
  line-height: 0px; }

#card-expires-year-container label span {
  opacity: 0; }

#card-cvv-container {
  float: right;
  width: 60px; }
  #card-cvv-container label {
    float: right; }
    #card-cvv-container label span {
      text-align: left; }
    #card-cvv-container label input {
      float: right; }

.box {
  width: 300px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto 30px;
  background: #fafafa;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-origin: border-box;
  -webkit-background-clip: padding;
  -webkit-backface-visibility: hidden; }
  .box h2 {
    display: block;
    margin: 0 -20px 20px;
    height: 54px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
    background-color: #f7f9fa;
    background-image: -webkit-linear-gradient(top, #f7f9fa, #f7f9fa 0%, #e4e6e8 100%);
    background-image: linear-gradient(to bottom,#f7f9fa, #f7f9fa 0%, #e4e6e8 100%); }
  .box h3 {
    text-align: center; }
  .box .box-footer {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 30px;
    margin: 10px -20px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #f1f2f3;
    background-image: -webkit-linear-gradient(top, #f1f2f3, #f1f2f3 0%, #e1e4e6 100%);
    background-image: linear-gradient(to bottom,#f1f2f3, #f1f2f3 0%, #e1e4e6 100%); }
  .box form.top-labeled-form {
    width: auto;
    -webkit-backface-visibility: hidden; }
    .box form.top-labeled-form #card-expires-year-container,
    .box form.top-labeled-form #card-expires-month-container {
      float: left;
      width: 60px; }
      .box form.top-labeled-form #card-expires-year-container label,
      .box form.top-labeled-form #card-expires-month-container label {
        width: 50%;
        float: left; }
    .box form.top-labeled-form #card-expires-month-container input:after {
      content: "/";
      position: absolute;
      right: 6px;
      line-height: 0px; }
    .box form.top-labeled-form #card-expires-year-container label span {
      opacity: 0; }
    .box form.top-labeled-form #card-cvv-container {
      float: right;
      width: 60px; }
      .box form.top-labeled-form #card-cvv-container label {
        float: right; }
        .box form.top-labeled-form #card-cvv-container label span {
          text-align: left; }
        .box form.top-labeled-form #card-cvv-container label input {
          float: right; }
    .box form.top-labeled-form label span {
      font-weight: bold;
      color: #212121; }
    .box form.top-labeled-form label #card-expires-year, .box form.top-labeled-form label #card-expires-month, .box form.top-labeled-form label #card-cvv {
      width: 40px;
      text-align: center;
      text-indent: 0; }
    .box form.top-labeled-form a {
      width: 287px;
      clear: both; }
  .box div.card-info {
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 1; }
    .box div.card-info.loading {
      opacity: 0.5; }

.discount-container {
  position: relative; }

.discount-bubble {
  text-transform: uppercase;
  position: absolute;
  left: -97px;
  top: -1px;
  font-family: Helvetica Neue;
  font-size: 10px;
  z-index: 1;
  border: 1px solid #769a5f;
  color: #264116;
  line-height: 15px;
  padding: 2px 8px 2px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  display: none; }
  .discount-bubble:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #769a5f;
    right: -6px;
    top: 4px; }
  .discount-bubble:first-child {
    display: block; }

body {
  background: url("/assets/background-top.png") top left repeat-x, url("/assets/background-bottom.png") bottom left repeat-x, url("/assets/background.png") #e9eaec; }

* {
  -webkit-font-smoothing: antialiased;
  background-color: transparent; }

body {
  margin: 0;
  padding: 0;
  font: 13px/1.5em "helvetica neue", arial, sans-serif;
  color: #1c1c1c; }

a {
  text-decoration: none; }

h1 {
  font-size: 38px;
  font-family: "ff-meta-serif-web-pro", serif;
  text-align: center;
  margin: 30px 0 40px; }

h2 {
  font-size: 28px;
  margin: 20px 0 15px;
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  letter-spacing: -1px; }

h3 {
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 9px;
  letter-spacing: -1px; }

.sub-heading {
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 40px;
  letter-spacing: -1px;
  color: #888; }

p {
  font-size: 16px;
  color: #666;
  line-height: 26px; }
  p a {
    color: #212121; }

sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 0; }

/* cols */
.col-1::after,
.col-2::after,
.col-3::after,
.col-4::after {
  clear: both;
  content: "";
  display: block; }

.col-1 .col,
.col-2 .col,
.col-3 .col,
.col-4 .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px; }
  .col-1 .col h2,
  .col-2 .col h2,
  .col-3 .col h2,
  .col-4 .col h2 {
    margin-bottom: 40px;
    font-size: 36px; }
  .col-1 .col p.intro,
  .col-2 .col p.intro,
  .col-3 .col p.intro,
  .col-4 .col p.intro {
    margin-top: 20px;
    font-size: 26px;
    font-family: "ff-meta-serif-web-pro", georgia, serif; }
  .col-1 .col:first-child .col-inner,
  .col-2 .col:first-child .col-inner,
  .col-3 .col:first-child .col-inner,
  .col-4 .col:first-child .col-inner {
    padding: 0 20px 0 10px; }
  .col-1 .col:last-child .col-inner,
  .col-2 .col:last-child .col-inner,
  .col-3 .col:last-child .col-inner,
  .col-4 .col:last-child .col-inner {
    padding: 0 10px 0 20px; }

.col-1 {
  float: none;
  width: 80%;
  margin: 0 auto; }

.col-2 .col {
  width: 50%; }

.col-3 .col {
  width: 33%; }

.col-4 .col {
  width: 25%; }

.col-inner {
  padding: 0 20px; }

.important-stats .col {
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0; }
  .important-stats .col:last-child {
    border-left: none; }
  .important-stats .col p {
    font-size: 24px;
    font-weight: bold;
    margin: 0; }

.minimal .wrapper {
  width: 746px;
  margin: 0 auto;
  position: relative; }
  .minimal .wrapper::after {
    clear: both;
    content: "";
    display: block; }
.minimal .content {
  float: left;
  width: 50%;
  height: 386px;
  margin-top: 60px;
  position: relative; }
  .minimal .content::after {
    clear: both;
    content: "";
    display: block; }

.full nav {
  background: #212121;
  height: 59px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .full nav::after {
    clear: both;
    content: "";
    display: block; }
  .full nav .header {
    float: left; }
    .full nav .header h1 {
      margin: 0; }
    .full nav .header p {
      display: none; }
    .full nav .header h1 a {
      display: block;
      width: 100px;
      height: 31px;
      background: url("/assets/logo-white.png") no-repeat;
      text-indent: -10000px;
      position: relative;
      top: 14px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .full nav .header h1 a {
          background-image: url("/assets/logo-white_2x.png");
          background-size: 100px 31px; } }
  .full nav .navigation.pill {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 12px; }
    .full nav .navigation.pill::after {
      clear: both;
      content: "";
      display: block; }
    .full nav .navigation.pill li {
      float: left; }
      .full nav .navigation.pill li a {
        display: block;
        padding: 0 15px;
        height: 31px;
        text-align: center;
        color: #4c4c4c;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset, 1px 0 0 rgba(255, 255, 255, 0.55) inset;
        text-shadow: 0 1px rgba(255, 255, 255, 0.75);
        font: 13px/31px Helvetica Neue;
        font-weight: bold;
        min-width: 52px;
        background-origin: border-box;
        -webkit-background-clip: padding;
        background-color: #e5e7e9;
        background-image: -webkit-linear-gradient(top, #e5e7e9, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
        background-image: linear-gradient(to bottom,#e5e7e9, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
        margin-left: -1px; }
    .full nav .navigation.pill li.green a {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset, 1px 0 0 rgba(255, 255, 255, 0.15) inset;
      background-color: #8bd060;
      background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
      background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%); }
    .full nav .navigation.pill li.green a:hover {
      border: 1px solid #52713e; }
    .full nav .navigation.pill li.green a:active {
      box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
      border: 1px solid #52713e;
      background-color: #8bd060;
      background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
      background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }
    .full nav .navigation.pill li:first-child a {
      margin-left: 0;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .full nav .navigation.pill li:first-child a {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .full nav .navigation.pill li:last-child a {
      border-left: 1px solid transparent;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .full nav .navigation.pill li a:hover {
      border: 1px solid rgba(0, 0, 0, 0.4); }
    .full nav .navigation.pill li a:active {
      box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
      border: 1px solid rgba(0, 0, 0, 0.4);
      background-color: #e5e7e9;
      background-image: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9 99%, #ebedee 100% 100%);
      background-image: linear-gradient(to bottom,#e5e7e9, #e5e7e9 99%, #ebedee 100% 100%); }
    .full nav .navigation.pill li.active a {
      border: 1px solid rgba(0, 0, 0, 0.3); }
    .full nav .navigation.pill li a {
      padding: 0 12px;
      height: 31px;
      line-height: 31px; }
  .full nav .navigation {
    float: right; }
  .full nav .dropdown {
    margin: 0;
    padding: 0; }
    .full nav .dropdown > li > a {
      color: white;
      font-weight: bold;
      height: 59px;
      line-height: 59px;
      display: block;
      padding: 0 20px;
      padding-right: 45px;
      position: relative; }
      .full nav .dropdown > li > a:after {
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 20px; }
    .full nav .dropdown > li {
      position: relative; }
      .full nav .dropdown > li:hover > a {
        background: #333; }
      .full nav .dropdown > li:hover ul {
        display: block; }
    .full nav .dropdown li ul {
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      top: 59px;
      right: 0;
      width: 300px;
      background: white;
      z-index: 100;
      list-style: none;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15); }
      .full nav .dropdown li ul a {
        padding: 20px;
        display: block;
        color: black; }
      .full nav .dropdown li ul a:hover {
        background: #f1f1f1; }
  .full nav .nav-content {
    width: 808px;
    margin: 0 auto; }
  .full nav .support {
    float: right;
    margin-right: 15px;
    margin-top: 12px; }
  .full nav .logout {
    float: right;
    margin-right: 15px;
    margin-top: 19px;
    color: #fff; }

.minimal .header {
  width: 50%;
  float: left;
  text-align: center; }
  .minimal .header h1 {
    margin: 0;
    height: 159px;
    margin-top: 55px; }
  .minimal .header h1 a {
    display: block;
    margin: 0 auto;
    padding: 0;
    background: url("/assets/logo.png") no-repeat;
    text-indent: -10000px;
    width: 166px;
    height: 159px;
    height: 97px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .minimal .header h1 a {
        background-image: url("/assets/logo_2x.png");
        background-size: 166px 159px; } }
  .minimal .header h1:after {
    display: block;
    margin: 0 auto;
    padding: 0;
    background: url("/assets/logo.png") no-repeat;
    text-indent: -10000px;
    width: 166px;
    height: 159px;
    content: "";
    height: 62px;
    background-position: left bottom;
    position: relative; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .minimal .header h1:after {
        background-image: url("/assets/logo_2x.png");
        background-size: 166px 159px; } }
  .minimal .header p {
    font-family: "ff-meta-serif-web-pro", georgia, serif;
    font-size: 22px;
    color: gray;
    font-weight: normal;
    width: 250px;
    line-height: 1.3em;
    margin: 10px auto 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    opacity: 1;
    position: relative; }
.minimal .navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 107px;
  top: 20px; }
  .minimal .navigation::after {
    clear: both;
    content: "";
    display: block; }
  .minimal .navigation li {
    float: left; }
    .minimal .navigation li a {
      display: block;
      padding: 0 15px;
      height: 31px;
      text-align: center;
      color: #4c4c4c;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset, 1px 0 0 rgba(255, 255, 255, 0.55) inset;
      text-shadow: 0 1px rgba(255, 255, 255, 0.75);
      font: 13px/31px Helvetica Neue;
      font-weight: bold;
      min-width: 52px;
      background-origin: border-box;
      -webkit-background-clip: padding;
      background-color: #e5e7e9;
      background-image: -webkit-linear-gradient(top, #e5e7e9, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
      background-image: linear-gradient(to bottom,#e5e7e9, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
      margin-left: -1px; }
  .minimal .navigation li.green a {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset, 1px 0 0 rgba(255, 255, 255, 0.15) inset;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%); }
  .minimal .navigation li.green a:hover {
    border: 1px solid #52713e; }
  .minimal .navigation li.green a:active {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #52713e;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
    background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }
  .minimal .navigation li:first-child a {
    margin-left: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
  .minimal .navigation li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .minimal .navigation li:last-child a {
    border-left: 1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .minimal .navigation li a:hover {
    border: 1px solid rgba(0, 0, 0, 0.4); }
  .minimal .navigation li a:active {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #e5e7e9;
    background-image: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9 99%, #ebedee 100% 100%);
    background-image: linear-gradient(to bottom,#e5e7e9, #e5e7e9 99%, #ebedee 100% 100%); }
  .minimal .navigation li.active a {
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .minimal .navigation li a {
    padding: 0 12px;
    height: 31px;
    line-height: 31px; }
.minimal .support {
  position: absolute;
  right: 60px;
  top: 20px; }

.support {
  width: auto;
  height: 31px;
  display: inline-block;
  zoom: 1;
  padding: 0 4px;
  border: 1px solid transparent;
  box-shadow: none;
  text-indent: -10000px;
  cursor: pointer;
  overflow: hidden; }
  .support:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    width: 24px;
    height: 27px;
    background: url("/assets/support-icon.png") no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .support:before {
        background-image: url("/assets/support-icon_2x.png");
        background-size: 24px 27px; } }

.footer {
  clear: both;
  padding: 20px 0;
  color: #939394;
  opacity: 0.7;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  text-align: center; }
  .footer .footer-wrapper {
    width: 746px;
    margin: 0 auto; }
  .footer:hover {
    opacity: 1; }
  .footer ul {
    display: inline-block;
    zoom: 1;
    margin: 0 0 5px;
    padding: 0; }
  .footer li {
    float: left;
    padding: 0 3px;
    list-style: none; }
    .footer li:after {
      content: "·";
      margin-left: 6px; }
    .footer li:last-child:after {
      display: none; }
    .footer li a {
      color: #939394;
      border-bottom: 1px solid #dcdcde; }
    .footer li a:hover {
      color: #606061;
      border-bottom: 1px solid #909191; }

.chrome,
.safari,
.too-old {
  display: none !important; }

.is-chrome .chrome {
  display: block !important; }

.is-safari .safari {
  display: block !important; }

.is-too-old .too-old {
  display: block !important; }

html,
body {
  min-height: 100%; }

.layout-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  margin-left: 0; }
  .layout-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .layout-wrapper .sidebar-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    background: #212121;
    min-height: 100%; }
    .layout-wrapper .sidebar-nav:last-child {
      margin-right: 0; }
  .layout-wrapper .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    min-height: 100%; }
    .layout-wrapper .content-area:last-child {
      margin-right: 0; }
    .layout-wrapper .content-area .content {
      background: white;
      padding: 30px; }
  .layout-wrapper .footer-wrapper {
    width: auto;
    text-align: center;
    color: white;
    font-size: 80%; }
    .layout-wrapper .footer-wrapper a {
      color: white;
      text-decoration: none;
      border-bottom: none; }
  .layout-wrapper .footer li {
    display: inline-block;
    float: none; }

.sidebar-nav a, .sidebar-nav {
  color: white; }
.sidebar-nav .header h1 {
  padding: 20px 0; }
.sidebar-nav .header p {
  display: none; }
.sidebar-nav .header h1 a {
  display: block;
  width: 100px;
  height: 31px;
  background: url("/assets/logo-white.png") no-repeat;
  text-indent: -10000px;
  margin: 0 auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .sidebar-nav .header h1 a {
      background-image: url("/assets/logo-white_2x.png");
      background-size: 100px 31px; } }
.sidebar-nav .navigation,
.sidebar-nav .navigation li {
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar-nav .navigation a {
  display: block;
  padding: 20px; }
.sidebar-nav .navigation a:hover {
  background: #242424; }
.sidebar-nav .support-container {
  text-align: center;
  padding: 20px 0; }

.breadcrumbs {
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 30px;
  list-style: none;
  background: #fff;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .breadcrumbs::after {
    clear: both;
    content: "";
    display: block; }
  .breadcrumbs li {
    float: left; }
  .breadcrumbs a {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #999;
    margin-right: 20px;
    position: relative;
    background: #ffffff; }
    .breadcrumbs a:after, .breadcrumbs a:before {
      left: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .breadcrumbs a:after {
      border-color: rgba(255, 255, 255, 0);
      border-left-color: #ffffff;
      border-width: 20px;
      top: 50%;
      margin-top: -20px; }
    .breadcrumbs a:before {
      border-color: rgba(238, 19, 19, 0);
      border-left-color: #e1e1e1;
      border-width: 21px;
      top: 50%;
      margin-top: -21px; }
  .breadcrumbs li:last-child a:before, .breadcrumbs li:last-child a:after {
    display: none; }

.install-btn {
  width: 222px;
  height: 66px;
  background: url("/assets/install-btn.png") no-repeat;
  text-indent: -9999em;
  display: block;
  margin: 0 auto;
  position: relative; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .install-btn {
      background-image: url("/assets/install-btn_2x.png");
      background-size: 222px 198px; } }
  .install-btn:hover {
    background-position: center left; }
  .install-btn:active {
    background-position: bottom left; }
  .install-btn .tag {
    display: block;
    position: absolute;
    width: 33px;
    height: 54px;
    top: 3px;
    right: -23px; }
    .install-btn .tag .tag-rope-upper {
      background: url("/assets/tag-rope-upper.png") no-repeat;
      width: 18px;
      height: 21px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .install-btn .tag .tag-rope-upper {
          background-image: url("/assets/tag-rope-upper_2x.png");
          background-size: 18px 21px; } }
    .install-btn .tag .tag-rope-bottom {
      background: url("/assets/tag-rope-bottom.png") no-repeat;
      width: 9px;
      height: 7px;
      display: block;
      position: absolute;
      top: 12px;
      left: 9px;
      z-index: 5; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .install-btn .tag .tag-rope-bottom {
          background-image: url("/assets/tag-rope-bottom_2x.png");
          background-size: 9px 7px; } }
    .install-btn .tag .tag-slip {
      background: url("/assets/tag-slip.png") no-repeat;
      width: 24px;
      height: 42px;
      display: block;
      position: absolute;
      top: 12px;
      left: 10px;
      z-index: 10;
      -webkit-backface-visibility: hidden;
      -webkit-transform-origin: 5px 5px;
      -moz-transform-origin: 5px 5px;
      -ms-transform-origin: 5px 5px;
      -o-transform-origin: 5px 5px;
      transform-origin: 5px 5px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-animation: swing 2500ms;
      -moz-animation: swing 2500ms;
      animation: swing 2500ms; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .install-btn .tag .tag-slip {
          background-image: url("/assets/tag-slip_2x.png");
          background-size: 24px 42px; } }

.is-safari .install-btn {
  background-image: url("/assets/install-btn-safari.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .is-safari .install-btn {
      background-image: url("/assets/install-btn-safari_2x.png");
      background-size: 222px 198px; } }

.too-old-button {
  border: 1px solid #e1e1e1;
  padding: 20px;
  background: 0% 0% #f9f9f9;
  border-radius: 5px 5px 5px 5px;
  width: 250px;
  margin: 0px auto;
  color: #666666; }

.quotes {
  z-index: 20;
  margin: 0;
  padding: 0;
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-style: italic;
  font-size: 20px;
  opacity: 0.75;
  text-align: center;
  background-color: #f8f9f9;
  background-image: -webkit-linear-gradient(top, #f8f9f9, #ffffff 0%, #f8f9f9 88%, #f9fafa 100%);
  background-image: linear-gradient(to bottom,#f8f9f9, #ffffff 0%, #f8f9f9 88%, #f9fafa 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);
  height: 84px;
  line-height: 84px;
  position: relative; }
  .quotes:before {
    content: "";
    display: block;
    position: relative;
    top: -2px;
    height: 2px;
    width: 100%;
    background: url("/assets/head-shadow.png") repeat-x; }
  .quotes ul {
    margin: 0;
    padding: 0; }
  .quotes li {
    list-style: none;
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -30px;
    opacity: 0; }
    .quotes li.active {
      margin-top: 0;
      opacity: 1;
      -webkit-animation: slidein 300ms;
      -moz-animation: slidein 300ms;
      animation: slidein 300ms; }
  .quotes li:before,
  .quotes li:after {
    font-size: 70px;
    color: #dbdbdb;
    display: inline-block;
    zoom: 1;
    line-height: 0;
    top: 5px;
    position: relative;
    vertical-align: text-bottom; }
  .quotes li:before {
    content: "\201C";
    margin-right: 6px; }
  .quotes li:after {
    content: "\201D"; }

.flash-error,
.flash-success {
  list-style: none;
  display: block;
  margin: 0;
  padding: 20px 0 0;
  margin-top: 40px; }
  .flash-error li,
  .flash-success li {
    margin-bottom: 10px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    cursor: default;
    background-origin: border-box;
    -webkit-background-clip: padding;
    display: inline-block;
    zoom: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    border-radius: 4px;
    border: 1px solid rgba(193, 183, 122, 0.7);
    color: #ad8a00;
    background-color: #fffcdc;
    background-image: -webkit-linear-gradient(top, #fffcdc, #fffcdc 0%, #fbf7c7 100%);
    background-image: linear-gradient(to bottom,#fffcdc, #fffcdc 0%, #fbf7c7 100%);
    -webkit-animation: slidein 500ms;
    -moz-animation: slidein 500ms;
    animation: slidein 500ms; }
    .flash-error li:last-child,
    .flash-success li:last-child {
      margin: 0; }

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center; }
  .popup-modal .popup-inner {
    box-sizing: border-box;
    width: 500px;
    padding: 50px;
    align-self: center;
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); }

.email-header {
  text-align: center;
  margin-bottom: 40px; }
  .email-header h1 {
    margin-top: 0;
    margin-bottom: 20px; }

.exit-survey {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f1f1f1;
  padding: 20px;
  margin: 20px 0; }
  .exit-survey h4 {
    margin-top: 0; }
  .exit-survey #exit_survey-reason-container {
    margin-bottom: 0; }
  .exit-survey ul {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    list-style: none; }
  .exit-survey li {
    padding: 5px 0; }
  .exit-survey input[type=text] {
    width: 100%; }

.fullscreen-table {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  overflow: auto; }
  .fullscreen-table table {
    table-layout: fixed;
    width: 1px; }
  .fullscreen-table td.selectable {
    text-align: center;
    cursor: pointer; }
    .fullscreen-table td.selectable:hover {
      background: #f0f0f0; }
  .fullscreen-table .header {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .fullscreen-table .subject {
    width: 100px; }
  .fullscreen-table .main-title {
    display: block;
    white-space: nowrap;
    font-weight: bold; }
  .fullscreen-table .sub-title {
    font-size: 80%;
    white-space: nowrap; }

.user-admin-table .minor-actions {
  margin: 0;
  padding: 0;
  list-style: none; }
  .user-admin-table .minor-actions li {
    font-size: 90%;
    display: inline-block; }
  .user-admin-table .minor-actions li:after {
    content: " | "; }
  .user-admin-table .minor-actions li:last-child:after {
    display: none; }

.features-page {
  background: #edeff0; }
  .features-page .features-header {
    text-align: center; }
    .features-page .features-header .feature-wrapper {
      padding-top: 70px; }
      .features-page .features-header .feature-wrapper .col h2 {
        font-size: 46px;
        margin-bottom: 0; }
        .features-page .features-header .feature-wrapper .col h2 .pro-badge {
          font-size: 26px; }
      .features-page .features-header .feature-wrapper .col .intro {
        text-align: center; }
      .features-page .features-header .feature-wrapper .col p {
        text-align: left; }
      .features-page .features-header .feature-wrapper .learn-more {
        width: auto;
        display: inline-block;
        padding: 0 30px; }
  .features-page .feature-wrapper {
    width: 746px;
    margin: 0 auto; }
  .features-page .features-list .list-head {
    padding-bottom: 60px;
    text-align: center; }
    .features-page .features-list .list-head h2 {
      font-size: 36px; }
  .features-page .feature {
    margin-bottom: 180px;
    position: relative; }
    .features-page .feature .col-inner.text h3 {
      font-size: 28px; }
    .features-page .feature .pro-list {
      width: 100%; }
      .features-page .feature .pro-list .heading {
        height: 60px;
        line-height: 64px;
        font-size: 32px; }
    .features-page .feature .features-container {
      height: 450px;
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      .features-page .feature .features-container .text {
        padding-top: 120px; }
    .features-page .feature.feature-read-mobile {
      margin-bottom: 100px; }
      .features-page .feature.feature-read-mobile .text {
        padding-top: 60px; }
      .features-page .feature.feature-read-mobile .app-store-link {
        display: block;
        text-align: center; }
    .features-page .feature.feature-list {
      margin-bottom: 0; }
      .features-page .feature.feature-list .heading .pro-badge {
        font-size: 18px; }
      .features-page .feature.feature-list .box {
        margin-top: 25px;
        margin-bottom: 50px; }
      .features-page .feature.feature-list .list-head {
        padding-bottom: 20px; }
      .features-page .feature.feature-list .get-pro-link.box-footer {
        margin-top: 0;
        border-radius: 4px;
        border-top: none; }
      .features-page .feature.feature-list .yes-no {
        margin-right: 8px;
        margin-left: 3px; }
    .features-page .feature.feature-cloud-sync {
      margin-bottom: 20px; }
      .features-page .feature.feature-cloud-sync .features-container {
        background: none;
        border: none;
        box-shadow: none; }
      .features-page .feature.feature-cloud-sync .cloud-bg {
        width: 100%;
        left: 0;
        right: 0;
        bottom: -50px;
        height: 221px;
        background: url("/assets/features/clouds-bg.png?2") repeat-x;
        position: absolute; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
          .features-page .feature.feature-cloud-sync .cloud-bg {
            background-image: url("/assets/features/clouds-bg_2x.png");
            background-size: 873px 221px; } }
  .features-page .money-back {
    text-align: center; }

section.invoices td.total,
section.invoices td.vat,
section.invoices td.download {
  width: 1px;
  white-space: nowrap;
  text-align: right; }

body.invoice-show {
  background: white; }
  body.invoice-show .layout-wrapper {
    max-width: none; }
  body.invoice-show .sidebar-nav,
  body.invoice-show .footer {
    display: none; }
  body.invoice-show .title {
    margin-top: 120px; }
  body.invoice-show .content-area {
    width: 100%;
    margin: 0; }
  body.invoice-show .logo {
    width: 70px;
    position: absolute;
    left: 40px;
    top: 40px; }
  body.invoice-show .invoice-number {
    position: absolute;
    top: 40px;
    right: 40px; }
  body.invoice-show .invoice-date {
    position: absolute;
    top: 60px;
    right: 40px; }
  body.invoice-show .billing-address {
    line-height: 1.4;
    font-size: 12px;
    padding-top: 40px; }
  body.invoice-show .rootof {
    line-height: 1.4;
    font-size: 12px; }
  body.invoice-show table th {
    background: #f9f9f9; }
  body.invoice-show table th.amount {
    width: 100px; }
  body.invoice-show table td.sum,
  body.invoice-show table td.amount {
    text-align: right; }
  body.invoice-show table tfoot td.total {
    text-align: right;
    font-weight: bold;
    border-bottom: none;
    border-left: none; }

.content.coupons.show {
  overflow: hidden; }

section.coupons.expired {
  text-align: center; }
section.coupons .introduction {
  text-align: center; }
section.coupons.show {
  padding-bottom: 0; }
  section.coupons.show form {
    margin-top: 40px; }
    section.coupons.show form input[type=submit] {
      margin: 0 auto; }
section.coupons .bread-text {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
section.coupons .features-page {
  margin: 0 -30px;
  margin-bottom: -50px; }
section.coupons .about-pro {
  padding: 60px 0; }

section.notifications {
  padding-top: 40px; }
  section.notifications .notification-settings {
    padding: 0;
    list-style: none; }
    section.notifications .notification-settings label {
      transition: opacity 0.3s; }
    section.notifications .notification-settings label.disabled {
      opacity: 0.3;
      pointer-events: none; }
    section.notifications .notification-settings li {
      padding: 10px 0;
      border-bottom: 1px solid #e1e1e1; }
    section.notifications .notification-settings .all {
      margin-bottom: 40px; }
      section.notifications .notification-settings .all .title {
        font-weight: bold; }
    section.notifications .notification-settings label {
      float: right;
      border: 1px solid #d1d1d1;
      border-radius: 3px;
      background: #f9f9f9;
      padding: 2px;
      display: inline-block;
      margin-left: 10px;
      color: #555; }

.test-feed-page .flash-success,
.test-feed-page .flash-error {
  margin-top: 0; }
.test-feed-page .result-box {
  border: 1px solid #e1e1e1;
  background: #f9f9f9;
  padding: 20px; }
.test-feed-page .posts {
  margin-top: 20px; }
.test-feed-page h2.i-want-this-smaller {
  font-size: 32px; }

body.terms.really-minimal .col-1 {
  width: 100%; }

#body-invite .wrapper .navigation {
  display: none; }
#body-invite .popup-wrapper .signup-wrapper {
  position: static; }

.login-form,
.signup-form {
  margin: 0 auto; }
  .login-form #user-submit-container,
  .login-form #user-submit-container,
  .signup-form #user-submit-container,
  .signup-form #user-submit-container {
    margin-top: 15px; }

.signup-form .pro-container {
  text-align: center;
  padding: 15px 0 0; }
.signup-form .pro-container.free-trial {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  margin-top: 5px !important;
  cursor: default; }
  .signup-form .pro-container.free-trial:active {
    line-height: 32px; }
  .signup-form .pro-container.free-trial.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .signup-form .pro-container.free-trial.large .pro-badge {
      font-size: 14px; }
    .signup-form .pro-container.free-trial.large:active {
      line-height: 43px; }
  .signup-form .pro-container.free-trial.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .signup-form .pro-container.free-trial:hover {
    border: 1px solid rgba(0, 0, 0, 0.35); }
  .signup-form .pro-container.free-trial:active {
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .signup-form .pro-container.free-trial.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .signup-form .pro-container.free-trial.dark-bg:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .signup-form .pro-container.free-trial.dark-bg:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
.signup-form .pricing-options::after {
  clear: both;
  content: "";
  display: block; }
.signup-form .pricing-options .option {
  display: block;
  font-weight: bold;
  font-family: Helvetica Neue;
  font-size: 13px;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background: #94d46d;
  border: 1px solid #769a5f;
  color: #264116;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-appearance: none;
  background-origin: border-box;
  -webkit-background-clip: padding;
  cursor: pointer;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
  background: transparent;
  color: #212121;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  width: 48%;
  white-space: nowrap; }
  .signup-form .pricing-options .option:active {
    line-height: 32px; }
  .signup-form .pricing-options .option.large {
    height: 41px;
    line-height: 41px;
    font-size: 16px; }
    .signup-form .pricing-options .option.large .pro-badge {
      font-size: 14px; }
    .signup-form .pricing-options .option.large:active {
      line-height: 43px; }
  .signup-form .pricing-options .option.normal-size {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
  .signup-form .pricing-options .option:hover {
    border: 1px solid rgba(0, 0, 0, 0.35); }
  .signup-form .pricing-options .option:active {
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .signup-form .pricing-options .option.dark-bg {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .signup-form .pricing-options .option.dark-bg:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .signup-form .pricing-options .option.dark-bg:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .signup-form .pricing-options .option:first-child {
    margin-right: 4%; }

form.top-labeled-form .form-field-container span.pro-badge {
  display: inline;
  text-indent: none; }

#body-register .header h1:after,
#body-login .header h1:after {
  display: none; }
#body-register .header p,
#body-login .header p {
  display: none; }
#body-register .pro-reasons,
#body-login .pro-reasons {
  position: absolute;
  left: -373px;
  top: 255px;
  width: 373px;
  top: 100px; }

.card-info::after {
  clear: both;
  content: "";
  display: block; }

.cancel-subscription-confirm {
  margin-top: 100px;
  margin-bottom: 100px; }
  .cancel-subscription-confirm h3 {
    padding-left: 160px;
    margin-bottom: 30px; }
  .cancel-subscription-confirm #user-submit-container {
    float: left;
    margin-right: 20px; }
  .cancel-subscription-confirm .take-me-back {
    float: left;
    width: auto;
    padding: 0 30px;
    margin-top: 30px; }
  .cancel-subscription-confirm .refund-checkbox::after {
    clear: both;
    content: "";
    display: block; }

.cancelled-warning {
  color: red; }

.green-notice {
  display: block;
  background-color: #e7f7d7;
  border: 1px solid #d1f0b3;
  color: #4f762a;
  border-radius: 4px;
  padding: 10px; }

.active-subscription {
  display: block;
  background-color: #e7f7d7;
  border: 1px solid #d1f0b3;
  color: #4f762a;
  border-radius: 4px;
  padding: 10px;
  text-align: center; }

.subscription-info {
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75); }

.subscription-cancelled {
  text-align: center; }

.card-form #card-number-container {
  float: left; }
  .card-form #card-number-container input {
    width: 155px; }
.card-form #card-cvv-container {
  float: left; }
  .card-form #card-cvv-container input {
    width: 50px; }
.card-form #card-expires-month-container {
  clear: left; }
.card-form #card-expires-month-container,
.card-form #card-expires-year-container {
  float: left; }
  .card-form #card-expires-month-container input,
  .card-form #card-expires-year-container input {
    width: 40px; }
.card-form #card-expires-year-container label span,
.card-form #card-cvv-container label span {
  padding-left: 10px;
  width: auto; }
.card-form #card-submit-container {
  clear: both; }

.install-wrapper {
  text-align: center;
  position: absolute;
  width: 373px;
  left: -373px;
  top: 250px; }

.pro-wrapper {
  position: absolute;
  top: -340px;
  left: -373px;
  margin-left: 50px;
  -webkit-transition: -webkit-transform 400ms;
  -moz-transition: -moz-transform 400ms;
  transition: transform 400ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.install-wrapper,
.header p,
.header h1:after {
  -webkit-transition: -webkit-transform 400ms;
  -moz-transition: -moz-transform 400ms;
  transition: transform 400ms;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  transition-delay: 800ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden; }

.signup-mode .install-wrapper,
#body-frontpage.signup-mode .header p,
#body-frontpage.signup-mode .header h1:after {
  -webkit-transform: translateY(-420px);
  -moz-transform: translateY(-420px);
  -ms-transform: translateY(-420px);
  -o-transform: translateY(-420px);
  transform: translateY(-420px); }

.signup-mode .pro-wrapper {
  -webkit-transform: translateY(440px);
  -moz-transform: translateY(440px);
  -ms-transform: translateY(440px);
  -o-transform: translateY(440px);
  transform: translateY(440px); }

body.login-mode .navigation [data-mode=login] {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #e5e7e9;
  background-image: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9 99%, #ebedee 100%);
  background-image: linear-gradient(to bottom,#e5e7e9, #e5e7e9 99%, #ebedee 100%); }

body.signup-mode .navigation [data-mode=signup] {
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #52713e;
  background-color: #8bd060;
  background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
  background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }

.popup-wrapper {
  z-index: 1;
  height: 361px;
  position: relative; }
  .popup-wrapper.animatable .popup {
    overflow: hidden; }
  .popup-wrapper .popup {
    width: 342px;
    height: 380px;
    padding: 13px 13px 18px;
    background: url("/assets/popup.png") no-repeat;
    position: relative;
    margin: 0 auto;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .popup-wrapper .popup {
        background-image: url("/assets/popup_2x.png");
        background-size: 351px 438px; } }
  .popup-wrapper .popup-gallery {
    width: 325px;
    height: 408px;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .popup-wrapper .login-wrapper,
  .popup-wrapper .signup-wrapper {
    position: absolute;
    z-index: 2;
    top: 45px;
    left: 60px;
    width: 228px;
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    -moz-transition: opacity 400ms, -moz-transform 400ms;
    transition: opacity 400ms, transform 400ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
    .popup-wrapper .login-wrapper input[type=submit],
    .popup-wrapper .signup-wrapper input[type=submit] {
      width: 100%; }
  .popup-wrapper .signup-wrapper {
    text-align: center;
    top: 30px; }
  .popup-wrapper .login-wrapper h2 {
    margin-top: 22px; }
  .popup-wrapper .login-wrapper .get-pro-link {
    width: 325px;
    position: relative;
    left: -47px; }

.popup-animated .login-wrapper, .popup-animated .signup-wrapper {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0; }

#body-frontpage.login-mode .popup-wrapper .popup-gallery,
#body-frontpage.signup-mode .popup-wrapper .popup-gallery {
  -webkit-transform: translateY(408px);
  -moz-transform: translateY(408px);
  -ms-transform: translateY(408px);
  -o-transform: translateY(408px);
  transform: translateY(408px); }
#body-frontpage.login-mode #example .left-button,
#body-frontpage.signup-mode #example .left-button {
  -webkit-transform: scale(0.8) translateY(15px) translateX(60px);
  -moz-transform: scale(0.8) translateY(15px) translateX(60px);
  -ms-transform: scale(0.8) translateY(15px) translateX(60px);
  -o-transform: scale(0.8) translateY(15px) translateX(60px);
  transform: scale(0.8) translateY(15px) translateX(60px); }
#body-frontpage.login-mode #example .right-button,
#body-frontpage.signup-mode #example .right-button {
  -webkit-transform: scale(0.8) translateY(15px) translateX(-60px);
  -moz-transform: scale(0.8) translateY(15px) translateX(-60px);
  -ms-transform: scale(0.8) translateY(15px) translateX(-60px);
  -o-transform: scale(0.8) translateY(15px) translateX(-60px);
  transform: scale(0.8) translateY(15px) translateX(-60px); }

.login-mode .popup-wrapper .login-wrapper,
.signup-mode .popup-wrapper .signup-wrapper {
  opacity: 1;
  z-index: 4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.get-pro-link {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 26px 0 0 0;
  padding: 20px 40px;
  box-sizing: border-box;
  text-align: center;
  background-origin: border-box;
  -webkit-background-clip: padding;
  background-color: #f1f2f3;
  background-image: -webkit-linear-gradient(top, #f1f2f3, #f1f2f3 0%, #e1e4e6 100%);
  background-image: linear-gradient(to bottom,#f1f2f3, #f1f2f3 0%, #e1e4e6 100%); }
  .get-pro-link h3 {
    letter-spacing: 0;
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 18px; }

.login-wrapper .get-pro-link {
  width: 325px;
  position: relative;
  left: -47px; }
.login-wrapper .subnote a {
  border: none; }

#example .left-button,
#example .right-button {
  position: absolute;
  top: 55%;
  margin-top: -15px;
  z-index: 0;
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  transition: transform 250ms; }
#example .right-button {
  right: -20px; }
#example .left-button {
  left: -20px; }
#example .popup:after {
  display: block;
  content: "";
  width: 502px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -251px;
  background: url("/assets/popupshadow.png") no-repeat;
  z-index: 10; }
#example .popup img {
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 0; }
  #example .popup img.active {
    z-index: 1; }
  #example .popup img.next {
    z-index: 2; }

.separator {
  width: 745px;
  height: 45px;
  background: url("/assets/features/shadow-transparent.png") no-repeat;
  margin: 20px auto 50px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .separator {
      background-image: url("/assets/features/shadow-transparent_2x.png");
      background-size: 745px 45px; } }

.feature.outofview .img.screen-online {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); }
.feature.outofview .img.screen-mobile {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px); }
.feature.outofview .img.screen-mobile-web {
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  transform: translateX(-120px); }
.feature.outofview .img.cloud-sync {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); }
  .feature.outofview .img.cloud-sync .cloud-spinner {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

.feature.inview .img.screen-online {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.feature.inview .img.screen-mobile {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.feature.inview .img.screen-mobile-web {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.feature.inview .img.cloud-sync {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
  .feature.inview .img.cloud-sync .cloud-spinner {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg); }

.img {
  position: relative;
  -webkit-transition: -webkit-transform 800ms;
  -moz-transition: -moz-transform 800ms;
  -o-transition: -o-transform 800ms;
  transition: transform 800ms; }
  .img.screen-online {
    width: 787px;
    height: 541px;
    top: -22px;
    position: absolute;
    background: url("/assets/features/window.png") no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.screen-online {
        background-image: url("/assets/features/window_2x.png");
        background-size: 745px 541px; } }
  .img.screen-mobile {
    width: 307px;
    height: 637px;
    background: url("/assets/features/mobile-feeder.png") no-repeat;
    top: -97px;
    position: absolute;
    left: 40px;
    z-index: 1; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.screen-mobile {
        background-image: url("/assets/features/mobile-feeder_2x.png");
        background-size: 307px 637px; } }
  .img.screen-mobile-web {
    width: 323px;
    height: 637px;
    background: url("/assets/features/mobile-feeder-android.png") no-repeat;
    top: -97px;
    position: absolute;
    left: -100px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.screen-mobile-web {
        background-image: url("/assets/features/mobile-feeder-android_2x.png");
        background-size: 323px 637px; } }
    .img.screen-mobile-web:hover {
      z-index: 1; }
  .img.cloud-sync {
    position: absolute;
    width: 479px;
    height: 479px;
    background: url("/assets/features/cloud-sync.png") no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .img.cloud-sync {
        background-image: url("/assets/features/cloud-sync.png");
        background-size: 479px 479px; } }
    .img.cloud-sync .cloud-spinner {
      width: 99px;
      height: 125px;
      position: absolute;
      top: 175px;
      left: 200px;
      background: url("/assets/features/cloud-spinner.png");
      -webkit-transition: -webkit-transform 1400ms;
      -moz-transition: -moz-transform 1400ms;
      -o-transition: -o-transform 1400ms;
      transition: transform 1400ms;
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      transition-delay: 400ms; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .img.cloud-sync .cloud-spinner {
          background-image: url("/assets/features/cloud-spinner_2x.png");
          background-size: 99px 125px; } }

.pro-nag {
  width: 100%;
  height: 100px;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/assets/features/install-bottom-bg.png") repeat-x; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .pro-nag {
      background-image: url("/assets/features/install-bottom-bg_2x.png");
      background-size: 10px 100px; } }
  .pro-nag .nag-wrapper {
    width: 310px;
    margin: 40px auto;
    text-align: center; }
    .pro-nag .nag-wrapper h3 {
      float: left; }
    .pro-nag .nag-wrapper .green-button {
      width: 156px;
      float: right; }
    .pro-nag .nag-wrapper::after {
      clear: both;
      content: "";
      display: block; }

.subnote {
  font-size: 13px;
  color: #6f6f6f;
  opacity: 0.3;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-backface-visibility: hidden; }
  .subnote:hover {
    opacity: 0.5; }
  .subnote a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #6f6f6f;
    -webkit-transition: border 200ms;
    -moz-transition: border 200ms;
    transition: border 200ms; }
    .subnote a:hover {
      border-bottom: 1px solid #000; }

#body-admin table,
#body-admin form {
  margin-bottom: 20px; }
#body-admin table a {
  color: #1c1c1c; }
  #body-admin table a:hover {
    color: dimgray; }
#body-admin h2 {
  margin-bottom: 30px; }
#body-admin h3 {
  margin-bottom: 20px; }

.edit-variant {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e1e1e1; }
  .edit-variant .remove-variant {
    display: block;
    text-align: right;
    color: #999; }

.product-form .add-variant-link {
  margin-left: 159px;
  text-align: left; }
  .product-form .add-variant-link .add-variant {
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    color: #4c4c4c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    background-origin: border-box;
    -webkit-background-clip: padding;
    background-color: #e5e7e9;
    background-image: -webkit-linear-gradient(top, #ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
    background-image: linear-gradient(to bottom,#ebedee 0%, #e5e7e9 87%, #f2f4f5 100%);
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
    .product-form .add-variant-link .add-variant:active {
      line-height: 32px; }
    .product-form .add-variant-link .add-variant.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .product-form .add-variant-link .add-variant.large .pro-badge {
        font-size: 14px; }
      .product-form .add-variant-link .add-variant.large:active {
        line-height: 43px; }
    .product-form .add-variant-link .add-variant.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .product-form .add-variant-link .add-variant:hover {
      border: 1px solid rgba(0, 0, 0, 0.4); }
    .product-form .add-variant-link .add-variant:active {
      box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
      border: 1px solid rgba(0, 0, 0, 0.4);
      background-color: #e5e7e9;
      background-image: -webkit-linear-gradient(top, #e5e7e9, #e5e7e9 99%, #ebedee 100%);
      background-image: linear-gradient(to bottom,#e5e7e9, #e5e7e9 99%, #ebedee 100%); }

.common-actions {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
  width: 150px; }
  .common-actions a {
    display: block;
    margin-bottom: 10px;
    width: 100%; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(-30deg); }
  32% {
    -webkit-transform: rotate(18deg); }
  55% {
    -webkit-transform: rotate(-11deg); }
  77% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-22deg); }
  10% {
    -moz-transform: rotate(-30deg); }
  32% {
    -moz-transform: rotate(18deg); }
  55% {
    -moz-transform: rotate(-11deg); }
  77% {
    -moz-transform: rotate(4deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@keyframes swing {
  0% {
    transform: rotate(-22deg); }
  10% {
    transform: rotate(-30deg); }
  32% {
    transform: rotate(18deg); }
  55% {
    transform: rotate(-11deg); }
  77% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes printing {
  0% {
    height: 8px; }
  3% {
    height: 8px; }
  10% {
    height: 43px; }
  13% {
    height: 43px; }
  20% {
    height: 86px; }
  23% {
    height: 86px; }
  30% {
    height: 129px; }
  33% {
    height: 129px; }
  40% {
    height: 192px; }
  43% {
    height: 192px; }
  50% {
    height: 235px; }
  53% {
    height: 235px; }
  60% {
    height: 278px; }
  63% {
    height: 278px; }
  70% {
    height: 321px; }
  73% {
    height: 321px; }
  80% {
    height: 364px; }
  83% {
    height: 364px; }
  90% {
    height: 407px; }
  93% {
    height: 407px; }
  100% {
    height: 490px; } }
@-moz-keyframes printing {
  0% {
    height: 8px; }
  3% {
    height: 8px; }
  10% {
    height: 43px; }
  13% {
    height: 43px; }
  20% {
    height: 86px; }
  23% {
    height: 86px; }
  30% {
    height: 129px; }
  33% {
    height: 129px; }
  40% {
    height: 192px; }
  43% {
    height: 192px; }
  50% {
    height: 235px; }
  53% {
    height: 235px; }
  60% {
    height: 278px; }
  63% {
    height: 278px; }
  70% {
    height: 321px; }
  73% {
    height: 321px; }
  80% {
    height: 364px; }
  83% {
    height: 364px; }
  90% {
    height: 407px; }
  93% {
    height: 407px; }
  100% {
    height: 438px; } }
@keyframes printing {
  0% {
    height: 8px; }
  3% {
    height: 8px; }
  10% {
    height: 43px; }
  13% {
    height: 43px; }
  20% {
    height: 86px; }
  23% {
    height: 86px; }
  30% {
    height: 129px; }
  33% {
    height: 129px; }
  40% {
    height: 192px; }
  43% {
    height: 192px; }
  50% {
    height: 235px; }
  53% {
    height: 235px; }
  60% {
    height: 278px; }
  63% {
    height: 278px; }
  70% {
    height: 321px; }
  73% {
    height: 321px; }
  80% {
    height: 364px; }
  83% {
    height: 364px; }
  90% {
    height: 407px; }
  93% {
    height: 407px; }
  100% {
    height: 438px; } }
@-webkit-keyframes snipsnip {
  0% {
    background: url("/assets/scissors-1.png"); }
  25% {
    background: url("/assets/scissors-2.png"); }
  50% {
    background: url("/assets/scissors-3.png"); }
  75% {
    background: url("/assets/scissors-2.png"); } }
@-moz-keyframes snipsnip {
  0% {
    background: url("/assets/scissors-1.png"); }
  25% {
    background: url("/assets/scissors-2.png"); }
  50% {
    background: url("/assets/scissors-3.png"); }
  75% {
    background: url("/assets/scissors-2.png"); } }
@keyframes snipsnip {
  0% {
    background: url("/assets/scissors-1.png"); }
  25% {
    background: url("/assets/scissors-2.png"); }
  50% {
    background: url("/assets/scissors-3.png"); }
  75% {
    background: url("/assets/scissors-2.png"); } }
@-webkit-keyframes flyfly {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-370px); } }
@-moz-keyframes flyfly {
  0% {
    -moz-transform: translateX(0); }
  100% {
    -moz-transform: translateX(-370px); } }
@keyframes flyfly {
  0% {
    transform: translateX(0); }
  100% {
    -transform: translateX(-370px); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50px); }
  100% {
    -webkit-transform: translateX(0px); } }
@-moz-keyframes slideInLeft {
  0% {
    -moz-transform: translateX(-50px); }
  100% {
    -moz-transform: translateX(0px); } }
@keyframes slideInLeft {
  0% {
    transform: translateX(-50px); }
  100% {
    transform: translateX(0px); } }
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50px); }
  100% {
    -webkit-transform: translateX(0px); } }
@-moz-keyframes slideInRight {
  0% {
    -moz-transform: translateX(50px); }
  100% {
    -moz-transform: translateX(0px); } }
@keyframes slideInRight {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0px); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes stamp {
  0% {
    -webkit-transform: scale(2);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes stamp {
  0% {
    -moz-transform: scale(2);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1); } }
@keyframes stamp {
  0% {
    transform: scale(2);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes slidein {
  0% {
    -moz-transform: translateY(-10px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes slidein {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.receipt-wrapper {
  position: relative;
  width: 433px;
  margin-bottom: 40px;
  height: 100%;
  z-index: 10; }
  .receipt-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .receipt-wrapper .printer {
    position: absolute;
    left: -45px;
    bottom: -33px;
    width: 433px;
    height: 49px;
    z-index: 2;
    opacity: 1;
    background: url("/assets/printer.png") no-repeat;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 48px 34px;
    -moz-transform-origin: 48px 34px;
    -ms-transform-origin: 48px 34px;
    -o-transform-origin: 48px 34px;
    transform-origin: 48px 34px;
    -webkit-transition: -webkit-transform 300ms linear, opacity 300ms;
    -moz-transition: -moz-transform 300ms linear, opacity 300ms;
    -o-transition: -o-transform 300ms linear, opacity 300ms;
    transition: transform 300ms linear, opacity 300ms; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .receipt-wrapper .printer {
        background-image: url("/assets/printer_2x.png");
        background-size: 433px 49px; } }
  .receipt-wrapper .receipt {
    width: 393px;
    padding: 0;
    background: url("/assets/receipt-center.png") repeat-y transparent;
    position: relative;
    margin: 42px 1px 0;
    text-align: center; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      .receipt-wrapper .receipt {
        background-image: url("/assets/receipt-center_2x.png");
        background-size: 341px 13px; } }
    .receipt-wrapper .receipt h2 {
      margin: 15px 0 0; }
    .receipt-wrapper .receipt .receipt-content {
      padding: 0 26px;
      height: 438px;
      position: relative;
      z-index: 4;
      width: 289px; }
    .receipt-wrapper .receipt .payment-summary,
    .receipt-wrapper .receipt .payment-details,
    .receipt-wrapper .receipt .payment-method,
    .receipt-wrapper .receipt .finished {
      width: 289px; }
    .receipt-wrapper .receipt .payment-summary {
      margin-bottom: 10px; }
    .receipt-wrapper .receipt .receipt-date, .receipt-wrapper .receipt .ending {
      color: #afafaf;
      font: 14px courier new;
      text-align: center;
      margin: 10px 0; }
      .receipt-wrapper .receipt .receipt-date a, .receipt-wrapper .receipt .ending a {
        color: #aaa; }
        .receipt-wrapper .receipt .receipt-date a:hover, .receipt-wrapper .receipt .ending a:hover {
          color: #808080; }
    .receipt-wrapper .receipt .ending {
      margin-bottom: 0; }
    .receipt-wrapper .receipt .barcode {
      width: 289px;
      background: url("/assets/receipt-barcode.png") center center no-repeat;
      height: 43px;
      margin: 20px 0 10px;
      position: relative; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .receipt-wrapper .receipt .barcode {
          background-image: url("/assets/receipt-barcode.png");
          background-size: 194px 21px; } }
      .receipt-wrapper .receipt .barcode:before {
        content: "";
        display: block;
        width: 100%;
        background: url("/assets/receipt-separator.png") repeat-x;
        height: 3px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
          .receipt-wrapper .receipt .barcode:before {
            background-image: url("/assets/receipt-separator_2x.png");
            background-size: 1px 3px; } }
      .receipt-wrapper .receipt .barcode:after {
        content: "";
        display: block;
        width: 100%;
        background: url("/assets/receipt-separator.png") repeat-x;
        height: 3px;
        position: absolute;
        bottom: 0; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
          .receipt-wrapper .receipt .barcode:after {
            background-image: url("/assets/receipt-separator_2x.png");
            background-size: 1px 3px; } }
    .receipt-wrapper .receipt .quantity {
      color: #aaa; }
    .receipt-wrapper .receipt .payment-method {
      margin-bottom: 20px; }
    .receipt-wrapper .receipt .form-field-container::after {
      clear: both;
      content: "";
      display: block; }
    .receipt-wrapper .receipt .cut-off {
      height: 2px;
      border-bottom: 1px dashed #aaa;
      position: relative;
      bottom: -18px;
      left: -25px;
      width: 337px;
      -webkit-transition: opacity 200ms;
      -moz-transition: opacity 200ms;
      transition: opacity 200ms;
      -webkit-transition-delay: 1800ms;
      -moz-transition-delay: 1800ms;
      transition-delay: 1800ms;
      opacity: 1; }
      .receipt-wrapper .receipt .cut-off .scissors {
        height: 14px;
        width: 24px;
        background: url("/assets/scissors-1.png") no-repeat;
        position: absolute;
        right: 10px;
        top: -5px;
        -webkit-transition: -webkit-transform 2200ms ease-in;
        -moz-transition: -moz-transform 2200ms ease-in;
        -o-transition: -o-transform 2200ms ease-in;
        transition: transform 2200ms ease-in; }
    .receipt-wrapper .receipt:before {
      content: "";
      background: url("/assets/receipt-top.png") no-repeat transparent;
      display: block;
      width: 341px;
      height: 20px;
      position: absolute;
      top: -20px;
      left: 0px;
      z-index: 2; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .receipt-wrapper .receipt:before {
          background-image: url("/assets/receipt-top_2x.png");
          background-size: 341px 20px; } }
    .receipt-wrapper .receipt:after {
      content: "";
      background: url("/assets/receipt-bottom.png") no-repeat transparent;
      display: block;
      width: 341px;
      height: 73px;
      position: absolute;
      bottom: -10px;
      left: 0;
      z-index: 2; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
        .receipt-wrapper .receipt:after {
          background-image: url("/assets/receipt-bottom_2x.png");
          background-size: 341px 73px; } }
  .receipt-wrapper .country-selector {
    width: 100%; }

.country-selector + .chosen-container {
  margin-bottom: 10px;
  text-align: left; }

.checkout-wrapper {
  height: 530px;
  position: relative; }
  .checkout-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .checkout-wrapper .box.card-payment {
    margin: 78px 20px 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(222px) scale(0.75);
    -moz-transform: translateX(222px) scale(0.75);
    -ms-transform: translateX(222px) scale(0.75);
    -o-transform: translateX(222px) scale(0.75);
    transform: translateX(222px) scale(0.75);
    -webkit-transition: -webkit-transform 400ms, opacity 400ms, visibility 400ms;
    -moz-transition: -moz-transform 400ms, opacity 400ms, visibility 400ms;
    transition: transform 400ms, opacity 400ms, visibility 400ms;
    -webkit-transition-delay: 50ms, 50ms, 0ms;
    -moz-transition-delay: 50ms, 50ms, 0ms;
    transition-delay: 50ms, 50ms, 0ms; }
  .checkout-wrapper .receipt-wrapper {
    -webkit-transform: translateX(202px);
    -moz-transform: translateX(202px);
    -ms-transform: translateX(202px);
    -o-transform: translateX(202px);
    transform: translateX(202px);
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: transform 400ms;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    transition-delay: 50ms;
    float: left;
    position: relative; }
  .checkout-wrapper .receipt#payment-time {
    float: left;
    position: absolute;
    bottom: -8px;
    -webkit-transition: bottom 400ms;
    -moz-transition: bottom 400ms;
    transition: bottom 400ms;
    -webkit-transition-delay: 2200ms, 2000ms;
    -moz-transition-delay: 2200ms, 2000ms;
    transition-delay: 2200ms, 2000ms; }
  .checkout-wrapper .pro-finished {
    display: none; }
  .checkout-wrapper .receipt-content {
    overflow: hidden; }
  .checkout-wrapper .cut-off {
    bottom: 0; }
  .checkout-wrapper .stamp {
    display: none; }
  .checkout-wrapper.step1 .receipt-content {
    height: 8px; }
  .checkout-wrapper.step2 .receipt-content {
    -webkit-animation: printing 2200ms;
    -moz-animation: printing 2200ms;
    animation: printing 2200ms; }
  .checkout-wrapper.step2 .cut-off {
    opacity: 1; }
  .checkout-wrapper.step4 .receipt-wrapper {
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px); }
  .checkout-wrapper.step4 .cut-off {
    opacity: 1; }
  .checkout-wrapper.step4 .box.card-payment {
    -webkit-transform: translateX(400px) scale(1);
    -moz-transform: translateX(400px) scale(1);
    -ms-transform: translateX(400px) scale(1);
    -o-transform: translateX(400px) scale(1);
    transform: translateX(400px) scale(1);
    opacity: 1;
    visibility: visible; }
  .checkout-wrapper.step6 .receipt-wrapper {
    -webkit-transform: translateX(202px) translateY(15px);
    -moz-transform: translateX(202px) translateY(15px);
    -ms-transform: translateX(202px) translateY(15px);
    -o-transform: translateX(202px) translateY(15px);
    transform: translateX(202px) translateY(15px);
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms; }
  .checkout-wrapper.step6 .cut-off {
    opacity: 0; }
    .checkout-wrapper.step6 .cut-off .scissors {
      -webkit-animation: snipsnip 400ms infinite;
      -moz-animation: snipsnip 400ms infinite;
      animation: snipsnip 400ms infinite;
      -webkit-transform: translateX(-350px);
      -moz-transform: translateX(-350px);
      -ms-transform: translateX(-350px);
      -o-transform: translateX(-350px);
      transform: translateX(-350px); }
  .checkout-wrapper.step6 .printer {
    -webkit-transform: translateY(20px) translateX(-10px) rotate(10deg);
    -moz-transform: translateY(20px) translateX(-10px) rotate(10deg);
    -ms-transform: translateY(20px) translateX(-10px) rotate(10deg);
    -o-transform: translateY(20px) translateX(-10px) rotate(10deg);
    transform: translateY(20px) translateX(-10px) rotate(10deg);
    -webkit-transition-delay: 2000ms;
    opacity: 0; }
  .checkout-wrapper.step6 .box.card-payment {
    -webkit-transform: translateX(222px) scale(0.75);
    -moz-transform: translateX(222px) scale(0.75);
    -ms-transform: translateX(222px) scale(0.75);
    -o-transform: translateX(222px) scale(0.75);
    transform: translateX(222px) scale(0.75);
    -webkit-transition-delay: 50ms, 50ms, 400ms;
    -moz-transition-delay: 50ms, 50ms, 400ms;
    transition-delay: 50ms, 50ms, 400ms;
    opacity: 0;
    visibility: hidden; }
  .checkout-wrapper.step6.completed .stamp {
    display: inline-block;
    zoom: 1; }
  .checkout-wrapper.step7 .receipt-wrapper {
    -webkit-transform: translateX(410px) translateY(15px);
    -moz-transform: translateX(410px) translateY(15px);
    -ms-transform: translateX(410px) translateY(15px);
    -o-transform: translateX(410px) translateY(15px);
    transform: translateX(410px) translateY(15px); }
  .checkout-wrapper.step7 .cut-off, .checkout-wrapper.step7 .scissors, .checkout-wrapper.step7 .printer {
    opacity: 0; }
  .checkout-wrapper.step7 .box.card-payment {
    visibility: hidden; }
  .checkout-wrapper.step7.completed .stamp {
    display: inline-block;
    zoom: 1; }
  .checkout-wrapper.step7 .pro-finished {
    display: block;
    position: absolute;
    right: 20px;
    top: 85px; }
    .checkout-wrapper.step7 .pro-finished h2 {
      margin-bottom: 30px; }
  .checkout-wrapper.step2 .receipt#payment-time, .checkout-wrapper.step3 .receipt#payment-time, .checkout-wrapper.step4 .receipt#payment-time, .checkout-wrapper.step5 .receipt#payment-time, .checkout-wrapper.step6 .receipt#payment-time, .checkout-wrapper.step7 .receipt#payment-time {
    bottom: 8px; }
  .checkout-wrapper.step2 .receipt-content, .checkout-wrapper.step3 .receipt-content, .checkout-wrapper.step4 .receipt-content, .checkout-wrapper.step5 .receipt-content, .checkout-wrapper.step6 .receipt-content, .checkout-wrapper.step7 .receipt-content {
    height: 490px; }
  .checkout-wrapper.fx.visiblenow .receipt-content {
    overflow: visible; }
  .checkout-wrapper.step4 .payment-options .payment-paypal, .checkout-wrapper.step5 .payment-options .payment-paypal {
    opacity: 0.3; }
  .checkout-wrapper.receipt .stamp {
    position: absolute;
    right: 70px;
    bottom: -20px; }
  .checkout-wrapper.receipt .paid-with-braintree p,
  .checkout-wrapper.receipt .paid-with-paypal p {
    display: none; }
  .checkout-wrapper.receipt .paid-with-braintree .payment-paypal,
  .checkout-wrapper.receipt .paid-with-paypal .payment-card {
    display: none; }
  .checkout-wrapper.receipt .paid-with-braintree .payment-card,
  .checkout-wrapper.receipt .paid-with-paypal .payment-paypal {
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background: transparent;
    color: #212121;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    color: #777777;
    cursor: default;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card:active,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal:active {
      line-height: 32px; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card.large,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.large .pro-badge,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large .pro-badge {
        font-size: 14px; }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.large:active,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large:active {
        line-height: 43px; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card.normal-size,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card:active,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal:active {
      line-height: 32px; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card.large,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.large .pro-badge,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large .pro-badge {
        font-size: 14px; }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.large:active,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.large:active {
        line-height: 43px; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card.normal-size,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card:hover,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card:active,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card.dark-bg,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.dark-bg {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.dark-bg:hover,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.dark-bg:hover {
        border: 1px solid rgba(0, 0, 0, 0.35); }
      .checkout-wrapper.receipt .paid-with-braintree .payment-card.dark-bg:active,
      .checkout-wrapper.receipt .paid-with-paypal .payment-paypal.dark-bg:active {
        border: 1px solid rgba(0, 0, 0, 0.35);
        background: rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
    .checkout-wrapper.receipt .paid-with-braintree .payment-card:active,
    .checkout-wrapper.receipt .paid-with-paypal .payment-paypal:active {
      line-height: 31px; }
  .checkout-wrapper.receipt .payment-card a {
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background: transparent;
    color: #212121;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .checkout-wrapper.receipt .payment-card a:active {
      line-height: 32px; }
    .checkout-wrapper.receipt .payment-card a.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .checkout-wrapper.receipt .payment-card a.large .pro-badge {
        font-size: 14px; }
      .checkout-wrapper.receipt .payment-card a.large:active {
        line-height: 43px; }
    .checkout-wrapper.receipt .payment-card a.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .checkout-wrapper.receipt .payment-card a:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .checkout-wrapper.receipt .payment-card a:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
    .checkout-wrapper.receipt .payment-card a.dark-bg {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
      .checkout-wrapper.receipt .payment-card a.dark-bg:hover {
        border: 1px solid rgba(0, 0, 0, 0.35); }
      .checkout-wrapper.receipt .payment-card a.dark-bg:active {
        border: 1px solid rgba(0, 0, 0, 0.35);
        background: rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .checkout-wrapper.checkout .payment-card a {
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%); }
    .checkout-wrapper.checkout .payment-card a:active {
      line-height: 32px; }
    .checkout-wrapper.checkout .payment-card a.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .checkout-wrapper.checkout .payment-card a.large .pro-badge {
        font-size: 14px; }
      .checkout-wrapper.checkout .payment-card a.large:active {
        line-height: 43px; }
    .checkout-wrapper.checkout .payment-card a.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .checkout-wrapper.checkout .payment-card a:hover {
      border: 1px solid #52713e; }
    .checkout-wrapper.checkout .payment-card a:active {
      box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
      border: 1px solid #52713e;
      background-color: #8bd060;
      background-image: -webkit-linear-gradient(top, #8bd060, #8bd060 0%, #9fd879 100%);
      background-image: linear-gradient(to bottom,#8bd060, #8bd060 0%, #9fd879 100%); }
  .checkout-wrapper.checkout .payment-card,
  .checkout-wrapper.checkout .payment-paypal {
    display: block;
    font-weight: bold;
    font-family: Helvetica Neue;
    font-size: 13px;
    padding: 0 20px;
    height: 31px;
    line-height: 31px;
    background: #94d46d;
    border: 1px solid #769a5f;
    color: #264116;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    -webkit-appearance: none;
    background-origin: border-box;
    -webkit-background-clip: padding;
    cursor: pointer;
    background-color: #8bd060;
    background-image: -webkit-linear-gradient(top, #8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background-image: linear-gradient(to bottom,#8bd060, #b9e29f 0%, #8bd060 87%, #9cd875 100%);
    background: transparent;
    color: #212121;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
    .checkout-wrapper.checkout .payment-card:active,
    .checkout-wrapper.checkout .payment-paypal:active {
      line-height: 32px; }
    .checkout-wrapper.checkout .payment-card.large,
    .checkout-wrapper.checkout .payment-paypal.large {
      height: 41px;
      line-height: 41px;
      font-size: 16px; }
      .checkout-wrapper.checkout .payment-card.large .pro-badge,
      .checkout-wrapper.checkout .payment-paypal.large .pro-badge {
        font-size: 14px; }
      .checkout-wrapper.checkout .payment-card.large:active,
      .checkout-wrapper.checkout .payment-paypal.large:active {
        line-height: 43px; }
    .checkout-wrapper.checkout .payment-card.normal-size,
    .checkout-wrapper.checkout .payment-paypal.normal-size {
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block; }
    .checkout-wrapper.checkout .payment-card:hover,
    .checkout-wrapper.checkout .payment-paypal:hover {
      border: 1px solid rgba(0, 0, 0, 0.35); }
    .checkout-wrapper.checkout .payment-card:active,
    .checkout-wrapper.checkout .payment-paypal:active {
      border: 1px solid rgba(0, 0, 0, 0.35);
      background: rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
    .checkout-wrapper.checkout .payment-card.dark-bg,
    .checkout-wrapper.checkout .payment-paypal.dark-bg {
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 0 rgba(255, 255, 255, 0.55) inset; }
      .checkout-wrapper.checkout .payment-card.dark-bg:hover,
      .checkout-wrapper.checkout .payment-paypal.dark-bg:hover {
        border: 1px solid rgba(0, 0, 0, 0.35); }
      .checkout-wrapper.checkout .payment-card.dark-bg:active,
      .checkout-wrapper.checkout .payment-paypal.dark-bg:active {
        border: 1px solid rgba(0, 0, 0, 0.35);
        background: rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 2px rgba(0, 0, 0, 0.08) inset; }
  .checkout-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .checkout-wrapper.no-country-chosen .payment-options,
  .checkout-wrapper.no-country-chosen .country-chosen {
    display: none; }
  .checkout-wrapper.chosen-country .choose-country {
    display: none; }
  .checkout-wrapper .plan-chooser {
    text-align: left; }
  .checkout-wrapper .choose-country {
    margin: 40px 0; }
  .checkout-wrapper .country-chosen {
    margin: 10px 0 20px;
    text-align: left; }

.pro-finished .green-button {
  display: inline-block;
  padding: 0 20px;
  width: auto; }

.connect {
  padding: 50px;
  text-align: center; }
  .connect p {
    padding: 30px 0;
    margin: 0; }
  .connect .ask a {
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px; }

.connecting {
  padding-top: 150px;
  padding-bottom: 150px; }
  .connecting .loader {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px; }

.feed-diff {
  position: relative; }
  .feed-diff h3 {
    text-align: center; }
  .feed-diff .diff {
    box-sizing: border-box;
    -webkit-transition: opacity 350ms, -webkit-transform 350ms;
    -moz-transition: opacity 350ms, -moz-transform 350ms;
    -o-transition: opacity 350ms, -o-transform 350ms;
    transition: opacity 350ms, transform 350ms;
    margin-top: 55px; }
  .feed-diff .pro-list {
    width: 340px; }

.no-synced {
  display: none; }

.last-list {
  background-color: #f5f5f5;
  text-align: center;
  color: #919191;
  font-size: 13px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset !important;
  cursor: pointer; }
  .last-list:hover {
    background-color: #fafafa; }

.is-highlighted {
  display: block;
  font-size: 16px;
  line-height: 70px;
  width: 350px;
  margin: 20px auto;
  color: #666;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #f2f2f2; }

.orange-arrow {
  display: block;
  position: absolute;
  width: 102px;
  height: 66px;
  background-image: url("/assets/orange-arrow.png");
  left: 50%;
  z-index: 10;
  margin-left: -50px;
  margin-top: 35px;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  -moz-transition: opacity 350ms, -moz-transform 350ms;
  -o-transition: opacity 350ms, -o-transform 350ms;
  transition: opacity 350ms, transform 350ms; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .orange-arrow {
      background-image: url("/assets/orange-arrow_2x.png");
      background-size: 102px 66px; } }
  .orange-arrow:after {
    content: "An arrow indicating that the feeds from the right will be added to your synced pro feeds";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    text-align: center;
    color: #fff;
    font-family: helvetica neue, helvetica, arial, sans-serif;
    width: 260px;
    bottom: -50px;
    left: 50%;
    margin-left: -130px;
    border-radius: 4px;
    line-height: 1.5em;
    font-size: 13px;
    padding: 6px 15px;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms; }
  .orange-arrow:hover:after {
    visibility: visible;
    opacity: 1; }

.sync-diff-feeds {
  padding-top: 10px; }
  .sync-diff-feeds input[type="submit"] {
    width: 350px;
    margin: 0 auto; }

.feed-diff.no-merge .diff.extension {
  opacity: 0;
  -webkit-transform: translate(90px, 0);
  -moz-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  -o-transform: translate(90px, 0);
  transform: translate(90px, 0); }
.feed-diff.no-merge .the-descriptor {
  display: none; }
.feed-diff.no-merge .no-synced {
  display: block; }
.feed-diff.no-merge .orange-arrow {
  opacity: 0;
  -webkit-transform: translate(90px, 0);
  -moz-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  -o-transform: translate(90px, 0);
  transform: translate(90px, 0);
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms; }
.feed-diff.no-merge .diff.pro {
  -webkit-transform: translate(188px, 0);
  -moz-transform: translate(188px, 0);
  -ms-transform: translate(188px, 0);
  -o-transform: translate(188px, 0);
  transform: translate(188px, 0);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms; }

.feed-list {
  	/*li {
  		border-bottom: 1px solid #e1e1e1;
  		padding: 5px;
  
  		.feed-list li:last-child {
  			border-bottom: none;
  		}
  	}
  
  	img {
  		width: 16px;
  		margin: 0 10px 0;
  	}
  
  	.folder {
  		font-weight: bold;
  		display: block;
  		margin: 0 0 0 36px;
  		padding: 5px;
  		height: 16px;
  	}*/ }
