html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.billing {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid rgba(255,255,255,0.1);
}
.billing__block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.billing__block + .billing__block {
  border-left: 2px solid rgba(255,255,255,0.1);
}
.billing__label {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.billing__number {
  font-size: 30px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.billing__action {
  text-align: center;
  margin-top: 20px;
}
.billing__action .button {
  margin: 0;
}
.billing-disclaimer {
  text-align: center;
  padding: 30px;
  font-size: 0.9em;
  color: rgba(255,255,255,0.8);
}
.billing-cancel {
  text-align: center;
}
.billing-cancel__button {
  border: 0;
  font-size: 12px;
}
.billing-cancel__button:hover {
  background-color: #b94646;
  color: #fff;
}
.billing-cancel__disclaimer {
  font-size: 0.85em;
  color: rgba(255,255,255,0.5);
}
.plan-picker {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0;
}
.plan-picker--monthly .plan__price--monthly,
.plan-picker--yearly .plan__price--yearly {
  display: block;
}
.plan {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin: 5px;
  padding: 20px 10px;
  text-align: center;
  background: rgba(255,255,255,0.1);
  -webkit-transition: box-shadow 0.15s linear;
  -moz-transition: box-shadow 0.15s linear;
  -o-transition: box-shadow 0.15s linear;
  -ms-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
}
label.plan {
  cursor: pointer;
}
.plan--selected,
.plan--current {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 5%;
  -ms-flex: 1 0 5%;
  flex: 1 0 5%;
  margin: -10px 5px;
  padding: 35px 10px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
}
.plan--selected:before,
.plan--current:before {
  content: 'Current';
  display: block;
  background: rgba(255,255,255,0.1);
  padding: 35px 40px 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.plan--selected:before {
  content: 'Selected';
}
.plan:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.5) inset;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.5) inset;
}
.plan__title {
  font-size: 25px;
}
.plan__flag {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  color: rgba(255,255,255,0.5);
}
.plan__description {
  color: rgba(255,255,255,0.8);
}
.plan__price {
  padding: 10px 0;
  font-size: 35px;
}
.plan__price--monthly,
.plan__price--yearly {
  display: none;
}
.plan__currency {
  font-size: 0.65em;
  display: inline-block;
  margin-left: 5px;
}
.plan__price-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 0.85em;
  color: rgba(255,255,255,0.5);
}
.plan__features {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.85em;
  padding: 20px 0 10px;
}
.plan__note {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  padding: 10px 5px;
}
.plan__boards,
.plan__storage {
  font-size: 1.15em;
  padding: 0 0 5px;
}
.plan__action {
  margin-top: 10px;
}
.plan__action .button {
  margin: 0;
}
.plan__checkbox {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 0 0 -100% !important;
}
.plan__checkbox:checked + .plan__checkbox__marker {
  pointer-events: none;
}
.plan__checkbox:checked + .plan__checkbox__marker:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
}
.plan__checkbox:checked + .plan__checkbox__marker:after {
  content: 'Selected';
  display: block;
  background: rgba(255,255,255,0.1);
  padding: 35px 40px 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans';
}
.form__label {
  font-size: 25px;
  margin: 0 0 20px;
  color: rgba(255,255,255,0.5);
  text-align: center;
}
.form__group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
}
.form__field {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px;
  width: 100%;
  margin: 0 15px 0 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  position: relative;
}
.form__field--inline {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.form__field--inline .form__input {
  margin: 0 10px !important;
}
.form__field--small {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.form__input {
  display: block;
  width: 100% !important;
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 10px !important;
  background: rgba(255,255,255,0.8) !important;
  border: 0 !important;
  margin: 5px 0 0 !important;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px !important;
  font-size: 15px !important;
  color: #000;
}
.form__input:focus {
  background: #fff !important;
}
.form__input:required:invalid {
  border-bottom: 2px solid #df2020 !important;
  padding-bottom: 0 !important;
}
.form__input--tiny {
  width: 70px !important;
}
.form__field-name {
  font-size: 15px;
}
.form__choices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.form__button {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.form__button:hover {
  background: #fff;
  color: #3285ae;
}
.form__disclaimer {
  text-align: center;
  margin: 30px 20px 10px;
  font-size: 0.85em;
  font-style: italic;
}
.form__error {
  color: #df2020;
  background: #fff;
  padding: 5px 7px;
  font-size: 0.8em;
  line-height: 1.2;
  border-top: 2px solid #df2020;
  font-weight: bold;
  display: none;
}
.radio-button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 5px 15px 5px 10px !important;
  margin: 0 5px !important;
}
.radio-button__input {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
.radio-button__label {
  margin: 0 0 0 10px;
}
.radio-button__description {
  font-size: 0.85em;
  color: rgba(255,255,255,0.5);
}
.radio-button__input:checked + .radio-button__label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(255,255,255,0.3);
}
input[type=radio]:not(old) {
  position: relative;
  width: 14px;
  height: 14px;
}
input[type=radio]:not(old):after {
  content: '';
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(255,255,255,0.5);
  background: #3285ae;
}
input[type=radio]:not(old):checked:after {
  background: #fff;
  border-color: #fff;
}
.process {
  display: grid;
  grid-template-columns: auto 220px;
  grid-gap: 30px;
}
.process__bar {
  grid-area: 1/1/1/3;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}
.process__content {
  grid-area: 2/1;
}
.process__overview {
  grid-area: 2/2;
}
.process__step {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  color: rgba(255,255,255,0.5);
  border-bottom: 2px solid rgba(255,255,255,0.1);
  position: relative;
  height: 50px;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px 0 25px;
  font-size: 18px;
}
.process__step:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 0 solid transparent;
  border-width: 25px 0 25px 11px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
.process__step--done {
  background: #4791b6;
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.process__step--done:before {
  display: inline-block;
  text-align: right;
  width: 20px;
  content: '✔';
  color: #b1f91f;
  margin: 0 5px 0 -25px;
}
.process__step--done:after {
  border-left-color: #4791b6;
}
.process__step--active {
  background: #70aac6;
  color: #fff;
  border-color: #fff;
}
.process__step--active:after {
  border-left-color: #70aac6;
}
.process__step:last-child:after {
  display: none;
}
.process__control {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.process__button {
  display: inline-block;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 20px;
  cursor: pointer;
  border: 0;
  margin: 0;
}
.process__button:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 0 solid transparent;
  position: absolute;
  top: 0;
}
.process__button:hover {
  background: #fff;
  color: #3285ae;
}
.process__button:hover:after {
  border-left-color: #fff;
}
.process__button--next {
  background: #4eba3b;
  padding: 10px 15px 10px 20px;
}
.process__button--next:after {
  left: 100%;
  border-width: 20px 0 20px 11px;
  border-left-color: #4eba3b;
}
.process__button--next:hover:after {
  border-left-color: #fff;
}
.process__button--prev {
  background: rgba(81,151,186,1);
  padding: 10px 20px 10px 15px;
}
.process__button--prev:after {
  right: 100%;
  border-width: 20px 11px 20px 0;
  border-right-color: rgba(81,151,186,1);
}
.process__button--prev:hover:after {
  border-right-color: #fff;
}
.process__button--disabled,
.process__button--disabled:hover {
  background: rgba(81,151,186,1);
  color: rgba(255,255,255,0.3);
  cursor: not-allowed;
}
.process__button--disabled:after,
.process__button--disabled:hover:after {
  border-left-color: rgba(81,151,186,1);
}
.process__tab {
  display: none;
}
.process__tab--active {
  display: block;
}
.summary {
  margin: 0 auto 30px;
}
.summary__title {
  font-size: 25px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.summary__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255,255,255,0.15);
}
.summary__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.summary__row--total {
  font-weight: bold;
}
.summary__name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.summary__value {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.summary__reminder {
  font-size: 0.8em;
  color: rgba(255,255,255,0.5);
}
.summary__info {
  font-size: 0.85em;
  margin: 20px 0;
  color: rgba(255,255,255,0.8);
}
#billing-payment-method {
  max-width: 500px;
  margin: 0 auto;
}
[data-braintree-id=choose-a-way-to-pay] {
  color: #fff;
}
.braintree-heading,
.braintree-placeholder {
  color: #fff;
}
.braintree-sheet {
  border-width: 0;
}
.braintree-sheet__header .braintree-sheet__label {
  color: #000;
}
.braintree-method {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-color: #fff;
}
.braintree-methods--active .braintree-method--active {
  margin-left: -1%;
  width: 102%;
  border-color: #4eba3b;
  border-radius: 10px;
  border-width: 5px;
}
.braintree-methods--active .braintree-method--active .braintree-method__check {
  background-color: #4eba3b;
}
.braintree-option {
  border-width: 1px 0 0;
}
.braintree-option:first-child {
  border-top-width: 0;
}
.braintree-upper-container:before {
  border-width: 0;
}
@font-face {
  font-family: 'IDroo Icons';
  src: url("idroo_icons.woff?1") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IDroo Math';
  src: url("IDrooMath.woff?1") format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  overflow: auto;
}
body {
  background: #3285ae url("blackboard.png") 0 0 repeat;
  background-attachment: fixed;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
header {
  color: #fff;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(50,133,174,0.8);
  background-attachment: fixed;
  z-index: 1;
  zoom: 1;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header .icon-idroo-logo {
  float: left;
  font-size: 29px;
  height: 25px;
  line-height: 20px;
  margin: 0;
  padding: 3px 5px 2px;
  border: 0;
}
header .icon-idroo-logo span {
  display: none;
}
header .icon-idroo-logo#logo {
  background: inherit;
  color: inherit;
}
header .icon-idroo-logo:focus {
  outline: 0;
}
h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
h2 {
  font-size: 25px;
  line-height: 25px;
  padding: 20px 0;
}
h2:first-child {
  padding-top: 0;
}
h3 {
  font-size: 20px;
  padding: 20px 0 10px;
}
h3:first-child {
  padding-top: 0;
}
h1 + h2,
h1 + h3,
h2 + h3 {
  padding-top: 0;
}
p {
  padding: 0 0 15px;
}
p.error,
p.info,
p.warning {
  overflow: hidden;
  padding: 5px 10px;
  margin-bottom: 10px;
}
p.error {
  background: rgba(255,0,0,0.5);
}
p.info {
  background: #709c16;
}
p.warning {
  background: #bd8c28;
}
small {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 0.85em;
}
big {
  font-size: 1.4em;
}
sup {
  vertical-align: super;
  font-size: 0.7em;
}
sub {
  vertical-align: sub;
  font-size: 0.7em;
}
span.error {
  padding: 5px;
  background: rgba(255,0,0,0.5);
}
span.info {
  padding: 5px;
  background: #709c16;
}
.red-text {
  color: #fc8383;
  text-shadow: 1px 1px #000;
}
.green-text {
  color: #b1f91f;
  text-shadow: 1px 1px #000;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p a {
  color: #f9e406;
}
strong {
  font-weight: bold;
}
ul {
  list-style: square;
  padding: 0 0 15px 20px;
}
ul li {
  padding: 0 0 10px;
}
ul ul {
  list-style: disc;
}
ul ul:last-child {
  padding-bottom: 0;
}
ul ul ul {
  list-style: circle;
}
section {
  margin: 0 0 30px 0;
}
section.blocks {
  margin-right: -10px;
}
.toolbar {
  display: inline-block;
  font-size: 20px;
}
.toolbar.right {
  float: right;
  text-align: right;
}
.toolbar.right .menu {
  right: 0;
  text-align: left;
}
.toolbar.right .button:last-child {
  margin-right: 0;
}
.toolbar.separate {
  clear: both;
  display: block;
}
.toolbar .toolbar-group {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: bottom;
  line-height: 10px;
}
.toolbar .toolbar-group.right {
  float: right;
  text-align: right;
}
.toolbar .toolbar-group .title {
  display: block;
  line-height: 25px;
  height: 25px;
  font-size: 0.75em;
}
.toolbar .toolbar-group:last-child {
  padding-right: 0;
}
.toolbar.right .toolbar-group,
.toolbar .toolbar-group.right {
  padding: 0 0 0 1em;
}
.toolbar .button {
  vertical-align: top;
  line-height: 1em;
  height: 1em;
  padding: 5px;
  margin: 0 5px 0 0;
  border: 0;
  font-size: inherit;
}
input:not([type]),
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  background: rgba(255,255,255,0.8);
  border: 2px solid transparent;
  color: #000;
  padding: 5px 10px;
  line-height: 20px;
  margin: 0 10px 10px 0;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  background: #fff;
}
input:not([type]).error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
select.error,
textarea.error {
  border-color: rgba(255,153,153,0.5);
}
input:not([type]).error:focus,
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="password"].error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #f99;
}
input:not([type])[disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
select[disabled],
textarea[disabled] {
  background: rgba(255,255,255,0.3);
}
textarea {
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 10px 10px 0 0;
}
::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
:-moz-placeholder {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
::-moz-placeholder {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.buttons {
  overflow: hidden;
  margin-top: 20px;
}
.buttons.center {
  margin-right: -10px;
}
button,
.button {
  background: #3285ae;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 10px;
  line-height: 20px;
  margin: 0 10px 10px 0;
  font-family: inherit;
  outline: 0;
  vertical-align: bottom;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
button.right,
.button.right {
  float: right;
  margin: 0 0 10px 10px;
}
button:hover,
.button:hover,
button.active,
.button.active,
button.open,
.button.open {
  background-color: #fff;
  color: #3285ae;
}
button:focus,
.button:focus {
  border-style: dotted;
  outline: none;
}
button[disabled],
.button[disabled],
button.disabled,
.button.disabled {
  color: rgba(255,255,255,0.3);
  background-color: #3285ae;
  border-color: rgba(255,255,255,0.3);
  cursor: default;
}
button .menu,
.button .menu {
  top: 100%;
  left: 0;
  cursor: default;
}
button.file-upload-button,
.button.file-upload-button {
  overflow: hidden;
  position: relative;
}
button.file-upload-button input,
.button.file-upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 200%;
  cursor: pointer;
}
button.inline,
.button.inline {
  margin-left: 10px;
  vertical-align: baseline;
}
button.green,
.button.green {
  background: #1f9329;
}
button.green:hover,
.button.green:hover {
  border-color: #fff;
  background: #fff;
}
button.red,
.button.red {
  background: #b94646;
}
button.red:hover,
.button.red:hover {
  border-color: #fff;
  background: #fff;
}
button.big,
.button.big {
  padding: 15px;
  font-size: 22px;
}
button small,
.button small {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-size: 0.8em;
}
button small.inline,
.button small.inline {
  margin-left: 7px;
}
p a.button {
  vertical-align: baseline;
  margin: 0 10px 0 5px;
}
p a.button:first-child {
  margin-left: 0;
}
.menu {
  display: none;
  position: absolute;
  z-index: 2;
  border: 2px solid #3285ae;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
  font-size: 16px;
  margin: 0 0 0 -2px;
}
.menu.open {
  display: block;
}
.menu .button {
  display: block;
  margin: 0;
  border: 0;
  padding: 7px 15px 7px 2em;
  background: #fff;
  color: #3285ae;
  white-space: nowrap;
  text-align: left;
}
.menu .button:hover {
  background: #3285ae;
  color: #fff;
}
.menu .button[class^='icon-']:before,
.menu .button[class*=' icon-']:before {
  margin: 0 0.5em 0 -1.5em;
}
.menu .button.disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  color: #3285ae;
  background-color: #fff;
  cursor: default;
}
.menu .menu-group {
  padding: 5px 0;
}
.menu .menu-group + .menu-group {
  border-top: 2px solid #d6e6ee;
}
.menu-button {
  position: relative;
  white-space: nowrap;
}
.menu-button.open .menu {
  display: block;
}
.menu-button.open + .menu {
  display: block;
  left: auto;
}
.menu-button:after {
  display: inline-block;
  font-family: 'IDroo Icons';
  content: 'R';
  font-size: 12px;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 40% 50%;
  -moz-transform-origin: 40% 50%;
  -o-transform-origin: 40% 50%;
  -ms-transform-origin: 40% 50%;
  transform-origin: 40% 50%;
}
.user-button {
  width: 1em;
  background-image: url("default-user.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.user-button:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(255,255,255,0.5);
}
form.inline {
  display: inline-block;
}
label {
  display: block;
  margin-bottom: 10px;
}
label .fill {
  overflow: hidden;
  width: auto;
}
label .fill input:last-child {
  margin-bottom: 0;
}
label input:not([type]),
label input[type="text"],
label input[type="email"],
label input[type="password"],
label select,
label textarea {
  display: block;
  width: 100%;
  margin-top: 5px;
}
label input:not([type]).short,
label input[type="text"].short,
label input[type="email"].short,
label input[type="password"].short,
label select.short,
label textarea.short {
  width: 250px;
  max-width: 100%;
}
/* Progress bar */
.progress {
  background: #3285ae;
  color: #fff;
  width: 100px;
  overflow: hidden;
}
.progress .text {
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  font-size: 0.8em;
}
.progress .bar {
  margin: 2px;
  height: 10px;
  overflow: hidden;
}
.progress .bar .value {
  background: #fff;
  height: 100%;
}
.progress .bar.spin .value {
  position: relative;
  width: 50%;
  background: #3285ae;
  -webkit-animation-name: progress;
  -moz-animation-name: progress;
  -o-animation-name: progress;
  -ms-animation-name: progress;
  animation-name: progress;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
}
.progress .bar.spin .value:before,
.progress .bar.spin .value:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}
.progress .bar.spin .value:before {
  right: 100%;
}
.progress .bar.spin .value:after {
  left: 100%;
}
/* Frontpage */
#fp {
  margin: 0 auto 50px;
  max-width: 586px;
}
#fp #logo {
  font-size: 110px;
  line-height: 110px;
  height: 110px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#fp #logo:before {
  padding-right: 0;
}
#fp #logo span {
  display: none;
}
#fp #slogan {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(255,255,255,0.8);
  margin: 0 0 50px;
}
#fp #slogan b {
  font-weight: normal;
  color: #fff;
}
#fp-forms {
  text-align: center;
}
#fp-forms .form {
  margin-bottom: 30px;
}
#fp-forms .sign-in,
#fp-forms .no-account {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#fp-forms .no-account {
  padding-left: 30px;
}
#fp-forms .no-account .button {
  margin-top: 15px;
}
#fp-forms .buttons {
  margin-top: 0;
}
#login-form {
  margin: 0 auto 10px;
  text-align: left;
}
.social-sign-in {
  text-align: center;
  margin: 50px 0;
}
.social-sign-in .buttons {
  margin-top: 0;
}
#footer-cta {
  text-align: center;
}
#footer-cta .button {
  margin-right: 0;
}
/* About */
#about {
  max-width: 586px;
  margin: 0 auto 50px;
}
#about img {
  max-width: 100%;
  margin: 50px 0 20px;
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
  box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
}
#about h2 {
  padding: 10px 0;
}
/* Menu */
nav {
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 20px;
}
nav a,
nav span {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  margin-right: 5px;
}
nav a {
  text-decoration: none;
  cursor: pointer;
}
nav a:hover,
nav a.active {
  color: #3285ae;
  background: #fff;
}
nav a:focus {
  outline: 2px dotted rgba(255,255,255,0.8);
  outline-offset: -2px;
}
header nav {
  text-align: right;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
header nav .icon-close {
  width: 2em;
  padding: 0;
  text-align: center;
}
header nav .settings {
  padding-left: 0;
  margin-left: 10px;
}
header nav .settings .profile-image {
  display: inline-block;
  vertical-align: top;
  width: 2em;
  height: 2em;
  background-image: url("default-user.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-right: 7px;
}
#page-nav {
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
}
/* Content area */
#content {
  max-width: 800px;
  margin: 100px auto 80px;
  padding: 0 30px;
}
#content-tabs {
  padding: 30px 0 0;
}
#content-tabs > section {
  display: none;
}
#content-tabs > section.active {
  display: block;
}
/* Contact */
#contact-info {
  float: right;
  margin-left: 50px;
  width: 250px;
}
#contact-form {
  overflow: hidden;
}
#contact-form form {
  margin: 20px 0 0;
}
#contact-form textarea {
  height: 154px;
  resize: none;
}
#contact-form button {
  float: right;
  margin: 0;
}
/* Form page */
#form-page {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 30px 80px;
}
#form-page form {
  padding: 10px 0 30px;
}
#premium-choices {
  margin: 50px -10px;
}
#premium-choices .choice {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 220px;
  text-align: center;
  background: rgba(255,255,255,0.1);
  padding: 30px 15px;
  border: 10px solid transparent;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#premium-choices .choice h2 {
  padding-bottom: 10px;
  font-size: 30px;
}
#premium-choices .choice p {
  font-size: 18px;
}
#premium-choices .choice button,
#premium-choices .choice .button {
  margin-top: 10px;
}
/* Plans table styles */
table#plans {
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
}
table#plans td,
table#plans th {
  padding: 10px;
  text-align: center;
}
table#plans thead tr > :first-child {
  width: 230px;
  padding-right: 20px;
}
table#plans td:first-child {
  text-align: left;
}
table#plans td:nth-child(3),
table#plans th:nth-child(3) {
  border: 2px solid rgba(255,255,255,0.5);
  border-width: 0 2px;
}
table#plans thead tr:first-child th:nth-child(3) {
  border-top-width: 2px;
}
table#plans tbody tr:last-child td:nth-child(3) {
  border-bottom-width: 2px;
}
table#plans tr.hidden {
  display: none;
}
table#plans thead td,
table#plans thead th {
  font-weight: normal;
  font-size: 2em;
  padding: 10px;
  line-height: 1.1;
}
table#plans tbody td.check:before,
table#plans tbody td.nope:before {
  font-size: 1.2em;
  line-height: 1em;
  margin: 0 5px;
  text-shadow: 1px 1px #000;
}
table#plans tbody td.check:before {
  content: '✔';
  color: #b1f91f;
}
table#plans tbody td.nope:before {
  content: '✘';
  color: #fc8383;
}
table#plans tbody tr:nth-child(2n+1) {
  background: rgba(255,255,255,0.07);
}
table#plans tbody tr:last-child {
  background: transparent;
}
table#plans form {
  margin-top: 10px;
}
table#plans td > p:last-child {
  padding-bottom: 0;
}
/* Features table */
table.features {
  margin-bottom: 30px;
}
table.features td {
  padding: 2px 10px;
}
table.features tr:hover td {
  background-color: rgba(255,255,255,0.1);
}
/* Tutors */
#tutors {
  margin: 0 -20px 0 0;
}
.tutor-image {
  float: left;
  width: 150px;
  height: 200px;
  margin-right: 30px;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
  background-image: url("default-user.png");
  background-color: #3285ae;
}
.tutor-info {
  overflow: hidden;
}
.tutor {
  display: inline-block;
  width: 50%;
  max-width: 100%;
  background: rgba(255,255,255,0.1);
  padding: 10px 15px 10px 115px;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-width: 0 20px 20px 0;
}
.tutor:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
}
.tutor .name,
.tutor .subjects,
.tutor .languages,
.tutor .information,
.tutor .contacts {
  padding: 0 0 10px;
  white-space: pre-wrap;
}
.tutor .name {
  font-size: 1.2em;
}
.tutor .subjects {
  font-size: 0.9em;
}
.tutor .languages {
  font-size: 0.7em;
}
.tutor .pricing {
  color: #b1f91f;
  text-align: right;
  font-size: 0.8em;
}
.tutor .tutor-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  height: auto;
}
/* Team */
table#team-members {
  width: 100%;
  margin: 20px 0 0;
}
table#team-members th {
  padding: 10px;
  font-size: 1.2em;
}
table#team-members tbody tr:hover {
  background: rgba(255,255,255,0.1);
}
table#team-members tbody td {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 5px 10px;
}
table#team-members tbody .remove {
  padding: 0 4px;
}
table#team-members tbody .remove button {
  margin: 0;
  border: 0;
  padding: 1px 5px;
  font-size: 0.8em;
  border-color: rgba(255,255,255,0.3);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
table#team-members tbody .remove button:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#add-member-form {
  display: none;
}
#team-member-template {
  display: none;
}
/* Drag and drop */
body.dragging .drop-target:after,
body.dragging #canvas:after {
  content: ' ';
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 4px dashed #fff;
  background: #3285ae;
  -webkit-box-shadow: 0 0 0 5px #3285ae;
  box-shadow: 0 0 0 5px #3285ae;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  z-index: 1;
}
body.dragging .drop-target.button:after {
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
}
body.dragging #canvas:after {
  border-color: #3285ae;
  background: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
}
body.dragging .drop-target.disabled:after {
  display: none;
}
/* Error page */
#error-page {
  padding: 80px 0;
  text-align: center;
}
[class*=' icon-']:before,
[class^='icon-']:before {
  font-family: 'IDroo Icons';
  position: relative;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: baseline;
  margin: -0.5em 0;
  top: 0.15em;
  content: ' ' /* 1 em space */;
  height: 1em;
}
[class*=' icon-']:empty:before,
[class^='icon-']:empty:before,
[class*=' icon-'].only-icon:before,
[class^='icon-'].only-icon:before {
  padding-right: 0;
}
.icon-idroo:before {
  content: '@';
}
.icon-logo:before {
  content: '$';
}
.icon-idroo-logo:before {
  content: '@$';
}
.icon-pointer:before {
  content: 'A';
}
.icon-pen:before {
  content: 'B';
}
.icon-arrow:before {
  content: 'C';
}
.icon-line:before {
  content: 'D';
}
.icon-rectangle:before {
  content: 'E';
}
.icon-ellipse:before {
  content: 'F';
}
.icon-text:before {
  content: 'G';
}
.icon-eraser:before {
  content: 'H';
}
.icon-hand:before {
  content: 'I';
}
.icon-undo:before {
  content: 'J';
}
.icon-redo:before {
  content: 'K';
}
.icon-close:before {
  content: 'L';
}
.icon-dots:before {
  content: 'M';
}
.icon-sharing:before {
  content: 'N';
}
.icon-document:before {
  content: 'O';
}
.icon-chat:before {
  content: 'P';
}
.icon-settings:before {
  content: 'Q';
}
.icon-back:before {
  content: 'R';
}
.icon-image:before {
  content: 'S';
}
.icon-trash:before {
  content: 'T';
}
.icon-formula:before {
  content: 'U';
}
.icon-upload:before {
  content: 'V';
}
.icon-phone:before {
  content: 'W';
}
.icon-tutor:before {
  content: 'X';
}
.icon-facebook:before {
  content: 'a';
}
.icon-windows-live:before {
  content: 'c';
}
.icon-minus:before,
.icon-plus:before {
  top: 0;
  font-family: 'Open Sans', sans-serif;
}
.icon-minus:before {
  content: '－';
}
.icon-plus:before {
  content: '＋';
}
button.icon-facebook,
.button.icon-facebook {
  background-color: #3e5b98;
  border-color: #3e5b98;
  color: #fff;
}
button.icon-facebook:hover,
.button.icon-facebook:hover {
  border-color: #fff;
}
button.icon-google-plus,
.button.icon-google-plus {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
button.icon-google-plus:hover,
.button.icon-google-plus:hover {
  border-color: #fff;
}
button.icon-windows-live,
.button.icon-windows-live {
  background-color: #00bdf6;
  border-color: #00bdf6;
  color: #fff;
}
button.icon-windows-live:hover,
.button.icon-windows-live:hover {
  border-color: #fff;
}
.buttons--login {
  overflow: visible;
}
.buttons--login .button {
  padding: 6px 10px;
  line-height: 24px;
}
.buttons--login .button.icon-google-plus {
  padding-left: 45px;
  padding-right: 12px;
  position: relative;
  color: rgba(0,0,0,0.54);
}
.buttons--login .button.icon-google-plus:before {
  background: url("google-logo.svg") 50% 50% no-repeat #fff;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  padding: 8px;
  margin: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  vertical-align: middle;
}
.buttons--login .button.icon-google-plus:hover {
  background: #4285f4;
  color: #fff;
}
.buttons--login .button:hover {
  border-color: $LIGHT;
}
.spinner {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
}
.spinner:before,
.spinner:after {
  content: ' ';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  -webkit-animation: cubemove 2s infinite ease-in-out;
  -moz-animation: cubemove 2s infinite ease-in-out;
  -o-animation: cubemove 2s infinite ease-in-out;
  -ms-animation: cubemove 2s infinite ease-in-out;
  animation: cubemove 2s infinite ease-in-out;
}
.spinner:after {
  -webkit-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  -ms-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-track:hover {
  background: rgba(255,255,255,0.3);
}
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 880px) {
  #premium-choices .choice h2 {
    font-size: 20px;
  }
  #premium-choices .choice p {
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  header {
    padding-left: 10px;
  }
  header h1.icon-logo {
    width: 60px;
    font-size: 20px;
  }
  #fp #logo,
  #fp #slogan {
    display: none;
  }
  .toolbar .toolbar-group {
    padding-right: 5px;
  }
  table#plans {
    display: block;
  }
  table#plans thead tr > :first-child {
    display: none;
  }
  table#plans tr {
    display: block;
    width: 100%;
  }
  table#plans tr td,
  table#plans tr th {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
  table#plans tr td:first-child,
  table#plans tr th:first-child {
    width: 100%;
    background: rgba(255,255,255,0.07);
    text-align: center;
  }
  table#plans tr td:first-child:empty,
  table#plans tr th:first-child:empty {
    display: none;
  }
  table#plans tbody tr:nth-child(2n+1) {
    background: transparent;
  }
  table#plans td:last-child,
  table#plans th:last-child {
    border: 0;
  }
  table#plans thead th {
    border: 0;
  }
}
@media (max-width: 600px) {
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tutor {
    width: 100%;
  }
  #premium-choices .choice {
    width: 100%;
    padding: 15px 10px;
    height: auto;
  }
  .tutor-image {
    float: right;
    margin: 0 0 20px 20px;
  }
  #tutor .tutor-info {
    overflow: visible;
  }
  #contact-info {
    float: none;
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  #content {
    margin-top: 140px;
  }
  #fp-forms .form {
    width: 100%;
    padding: 0;
  }
  #fp-forms .form .button {
    margin-top: 0;
  }
}
@-moz-keyframes cubemove {
  25% {
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
    transform: translateX(20px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
    transform: translateX(20px) translateY(20px) rotate(-179deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
    transform: translateX(20px) translateY(20px) rotate(-180deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
    transform: translateX(20px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
    transform: translateX(20px) translateY(20px) rotate(-179deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
    transform: translateX(20px) translateY(20px) rotate(-180deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-o-keyframes cubemove {
  25% {
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
    transform: translateX(20px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
    transform: translateX(20px) translateY(20px) rotate(-179deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
    transform: translateX(20px) translateY(20px) rotate(-180deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -o-transform: translateX(20px) rotate(-90deg) scale(0.5);
    -ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
    transform: translateX(20px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-179deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
    transform: translateX(20px) translateY(20px) rotate(-179deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -o-transform: translateX(20px) translateY(20px) rotate(-180deg);
    -ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
    transform: translateX(20px) translateY(20px) rotate(-180deg);
    -webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
