

header {
  max-width: 1200px;
  margin: 0 auto; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.slideUp {
  overflow: hidden;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

@-webkit-keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.slideDown {
  overflow: hidden;
  -webkit-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate; }

html {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  font-size: 110%;
  position: relative;
  margin-right: 3px;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  background-color: #fff; }

a {
  color: #255bbd; }

a:hover {
  color: #f34248; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  color: #000;
  margin-bottom: 12px; }

h1.title {
  font-size: 60px;
  line-height: 64px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 18px;
  line-height: 24px; }

h5,
.h5 {
  font-size: 16px;
  line-height: 24px; }

h6,
.h6 {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 32px; }

.subheading {
  margin-top: -8px;
  margin-bottom: 8px;
  font-weight: 300; }

ul, ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 24px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul, nav ol {
  margin: 0;
  list-style: none; }

dl dt {
  font-weight: 700; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 24px;
  border-left: 2px solid rgba(0, 0, 0, 0.125);
  font-style: italic;
  color: rgba(0, 0, 0, 0.65); }

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px; }

pre {
  color: rgba(0, 0, 0, 0.85);
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
  line-height: 20px;
  overflow: none;
  white-space: pre-wrap; }

.small, time, cite, small, figcaption {
  font-size: 12px;
  line-height: 16px; }

cite {
  color: rgba(0, 0, 0, 0.5); }

figcaption {
  font-style: italic;
  padding-top: 4px;
  padding-bottom: 4px; }

figure figcaption {
  position: relative;
  top: -4px; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

mark, code, samp, kbd {
  padding: 4px 8px 2px 8px;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.85); }

pre code {
  font-size: 100%;
  white-space: pre;
  padding: 0;
  background: none;
  line-height: 24px; }

mark {
  background-color: #fed443; }

code {
  background: #f4f4f4; }

var {
  color: rgba(0, 0, 0, 0.6);
  font-style: normal; }

strong, b {
  line-height: 1; }

samp {
  color: #fff;
  background: #5a89df; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 4px;
  position: relative; }

sup {
  top: -4px; }

sub {
  bottom: -2px; }

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.1276595745%; }
  .row.centered {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .row.centered .col {
      padding-left: 1.0638297872%;
      padding-right: 1.0638297872%; }
  .row.right {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .row.bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .row.around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .row.between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .row.equal .col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .row.equal .col > div {
      -ms-flex-grow: 1;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
  .row.splice {
    margin-left: 0; }
    .row.splice .col {
      padding-left: 0; }

.col {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  padding-left: 2.1276595745%; }
  .col.first {
    order: -1; }
  .col.last {
    order: 1; }

@media (max-width: 768px) {
  .col.first-on-small {
    order: -1; }
  .col.last-on-small {
    order: 1; } }

.pull-right {
  margin-left: auto; }

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  width: 8.3333333333%; }

.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  width: 16.6666666667%; }

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
  width: 25%; }

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  width: 33.3333333333%; }

.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  width: 41.6666666667%; }

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%; }

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  width: 58.3333333333%; }

.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  width: 66.6666666667%; }

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
  width: 75%; }

.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  width: 83.3333333333%; }

.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  width: 91.6666666667%; }

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.row-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.col-fluid {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 100%; }

@media (max-width: 768px) {
  .row-layout {
    display: block; }
  .col-fixed {
    -ms-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important; }
  .row-layout > .col-fixed {
    order: 1; }
  .row-layout > .col-fluid {
    order: 2; } }

@media (max-width: 768px) {
  .row {
    margin-left: 0; }
  .col:not(th):not(td),
  [class^="col-"]:not(th):not(td),
  [class*=" col-"]:not(th):not(td) {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .col {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0; }
  .pull-right,
  [class^="offset-"],
  [class*=" offset-"] {
    margin-left: 0; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(0, 0, 0, 0.5); }

table.bordered {
  margin-top: -1px; }
  table.bordered td,
  table.bordered th {
    border: 1px solid #eee; }

table.striped tr:nth-child(odd) td {
  background: #f4f4f4; }

table.bordered td:first-child,
table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 16px; }

table.bordered td:last-child,
table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 16px; }

table.flat td,
table.flat th {
  border: none;
  padding: 0; }

input,
select,
textarea,
fieldset {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 40px;
  padding: 8px 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px; }

select,
textarea {
  display: block;
  width: 100%;
  line-height: 1.75;
  padding: 8px 10px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #dfdfdf; }

select:not([multiple]) {
  cursor: pointer;
  height: 40px;
  vertical-align: middle; }

label {
  vertical-align: middle; }

textarea:focus,
select:focus,
input:focus {
  outline: none;
  background: #fff;
  border-color: #bbb; }

textarea:disabled,
select:disabled,
input:disabled,
textarea.disabled,
select.disabled,
input.disabled {
  resize: none;
  opacity: 0.75;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

fieldset {
  padding: 39px 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1em;
  margin-left: -1em;
  top: 2px;
  position: relative;
  line-height: 0; }

.form {
  margin-bottom: 0; }
  .form .form-item {
    margin-bottom: 24px; }
  .form input[type="email"],
  .form input[type="number"],
  .form input[type="search"],
  .form input[type="text"],
  .form input[type="date"],
  .form input[type="tel"],
  .form input[type="url"],
  .form input[type="password"],
  .form select,
  .form textarea {
    display: block;
    width: 100%; }
  .form input.width-50,
  .form textarea.width-50,
  .form select.width-50 {
    width: 50%; }
  .form label {
    font-size: 14px;
    color: #111;
    font-weight: normal;
    display: block; }
  .form .checkboxes label,
  .form label.checkbox {
    text-transform: none;
    font-weight: normal;
    cursor: pointer;
    color: inherit;
    font-size: 15px; }
  .form .checkboxes label {
    margin-bottom: 8px; }
    .form .checkboxes label:last-child {
      margin-bottom: 0; }
  .form .checkboxes-inline {
    display: block; }
    .form .checkboxes-inline label {
      font-size: inherit;
      color: inherit;
      display: inline-block;
      margin-right: 16px;
      text-transform: none;
      font-weight: normal; }
  .form span.error,
  .form div.error,
  .form span.success,
  .form div.success {
    text-transform: none;
    font-weight: normal;
    font-size: 12px; }
  .form span.error,
  .form span.success {
    margin-left: .4rem; }

.form-inline textarea,
.form-inline select,
.form-inline input[type="email"],
.form-inline input[type="number"],
.form-inline input[type="search"],
.form-inline input[type="text"],
.form-inline input[type="date"],
.form-inline input[type="tel"],
.form-inline input[type="url"],
.form-inline input[type="password"] {
  width: auto;
  display: inline-block; }

input.big,
select.big {
  font-size: 18px;
  height: 48px; }

input.big {
  padding: 16px 10px; }

select.big {
  padding: 6px 10px; }

.desc {
  text-transform: none;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 20px;
  font-weight: normal; }

ul.desc {
  margin-bottom: 8px; }

span.desc {
  margin-left: 4px;
  line-height: 20px; }

input.error,
textarea.error,
select.error {
  margin-top: -1px;
  background: none;
  background-color: rgba(243, 66, 72, 0.1);
  border: 1px solid #f34248; }

input.success,
textarea.success,
select.success {
  margin-top: -1px;
  background: none;
  background-color: rgba(96, 174, 77, 0.1);
  border: 1px solid #60ae4d; }

.controls {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .controls input {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0 !important; }
  .controls .button,
  .controls span {
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
  .controls span {
    font-weight: normal;
    background-color: #eee;
    padding: 0 12px;
    color: #555;
    font-size: 12px;
    line-height: 40px;
    white-space: nowrap; }
  .controls .button {
    border-radius: 0 4px 4px 0; }

@media (max-width: 768px) {
  .form input,
  .form textarea,
  .form select {
    font-size: 16px; }
    .form input.width-50,
    .form textarea.width-50,
    .form select.width-50 {
      width: 100%; } }

button,
.button {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125rem;
  min-height: 40px;
  padding: 10px 28px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #000;
  background-color: #eee;
  border-radius: 4px; }

input.button {
  height: auto; }

button:hover,
.button:hover {
  outline: none;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  box-shadow: inset 0 0 0 40px rgba(0, 0, 0, 0.125); }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  opacity: .5; }
  .button:disabled:hover,
  .button.disabled:hover {
    color: #000;
    box-shadow: none; }

.button.outline {
  background: none;
  font-weight: normal; }

.button.outline:hover {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none; }

.button.outline,
.button.outline:disabled:hover,
.button.outline.disabled:hover {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.4); }

.button.small {
  font-size: 12px;
  min-height: 32px;
  padding: 6px 20px; }
  .button.small.upper {
    font-size: 10px; }

.button.big {
  font-size: 18px;
  min-height: 48px;
  padding: 14px 48px; }
  .button.big.upper {
    font-size: 13px; }

.button.upper {
  font-size: 11px; }

.button.primary {
  background: #3c74d9;
  color: #fff; }
  .button.primary:focus, .button.primary:hover {
    color: rgba(255, 255, 255, 0.6); }
    .button.primary:focus:disabled, .button.primary:focus.disabled, .button.primary:hover:disabled, .button.primary:hover.disabled {
      color: #fff;
      background: #3c74d9; }
  .button.primary.outline:hover {
    color: rgba(60, 116, 217, 0.6);
    border-color: rgba(60, 116, 217, 0.4); }
  .button.primary.outline, .button.primary.outline:disabled:hover, .button.primary.outline.disabled:hover {
    color: #3c74d9;
    border-color: #3c74d9;
    background: none; }

.button.inverted {
  background: #fff;
  color: #000; }
  .button.inverted:focus, .button.inverted:hover {
    color: rgba(0, 0, 0, 0.6); }
    .button.inverted:focus:disabled, .button.inverted:focus.disabled, .button.inverted:hover:disabled, .button.inverted:hover.disabled {
      color: #000;
      background: #fff; }
  .button.inverted.outline:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.4); }
  .button.inverted.outline, .button.inverted.outline:disabled:hover, .button.inverted.outline.disabled:hover {
    color: white;
    border-color: white;
    background: none; }

.buttons.group {
  display: inline-block;
  vertical-align: bottom; }
  .buttons.group .button {
    float: left;
    margin-left: -1px;
    border-radius: 0; }
    .buttons.group .button:first-child {
      border-radius: 4px 0 0 4px; }
    .buttons.group .button:last-child {
      border-radius: 0 4px 4px 0; }

.label {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  line-height: 1;
  top: -1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  color: #000;
  background: #f4f4f4;
  padding: 2px 8px;
  letter-spacing: .01em; }
  .label a,
  .label a:hover {
    color: #000;
    text-decoration: none; }

.label.primary {
  background: #3c74d9; }
  .label.primary,
  .label.primary a {
    color: #fff; }
  .label.primary.outline {
    border-color: #3c74d9; }
    .label.primary.outline,
    .label.primary.outline a {
      color: #3c74d9; }
  .label.primary.tag {
    background: none; }
    .label.primary.tag,
    .label.primary.tag a {
      color: #3c74d9; }

.label.error {
  background: #f34248; }
  .label.error,
  .label.error a {
    color: #fff; }
  .label.error.outline {
    border-color: #f34248; }
    .label.error.outline,
    .label.error.outline a {
      color: #f34248; }
  .label.error.tag {
    background: none; }
    .label.error.tag,
    .label.error.tag a {
      color: #f34248; }

.label.success {
  background: #60ae4d; }
  .label.success,
  .label.success a {
    color: #fff; }
  .label.success.outline {
    border-color: #60ae4d; }
    .label.success.outline,
    .label.success.outline a {
      color: #60ae4d; }
  .label.success.tag {
    background: none; }
    .label.success.tag,
    .label.success.tag a {
      color: #60ae4d; }

.label.warning {
  background: #fed443; }
  .label.warning,
  .label.warning a {
    color: #000; }
  .label.warning.outline {
    border-color: #fed443; }
    .label.warning.outline,
    .label.warning.outline a {
      color: #fed443; }
  .label.warning.tag {
    background: none; }
    .label.warning.tag,
    .label.warning.tag a {
      color: #fed443; }

.label.inverted {
  background: #fff; }
  .label.inverted,
  .label.inverted a {
    color: #000; }
  .label.inverted.outline {
    border-color: #fff; }
    .label.inverted.outline,
    .label.inverted.outline a {
      color: #fff; }
  .label.inverted.tag {
    background: none; }
    .label.inverted.tag,
    .label.inverted.tag a {
      color: #fff; }

.label.outline {
  background: none;
  padding: 1px 7px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .label.outline,
  .label.outline a {
    color: rgba(0, 0, 0, 0.65); }

.badge {
  padding: 2px 6px;
  border-radius: 24px; }

.badge.outline {
  padding: 1px 5px; }

.label.tag {
  padding: 0;
  background: none;
  font-weight: bold;
  letter-spacing: .02em; }

.label.tag.primary,
.label.tag.primary a {
  color: #3c74d9; }

.label.tag.error,
.label.tag.error a {
  color: #f34248; }

.label.tag.success,
.label.tag.success a {
  color: #60ae4d; }

.label.tag.warning,
.label.tag.warning a {
  color: #fed443; }

.label.tag.inverted,
.label.tag.inverted a {
  color: #fff; }

.button:hover .badge {
  opacity: .6; }

h6 .label {
  top: -3px; }

.alert {
  position: relative;
  padding: 15px 24px;
  padding-right: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  background: #f4f4f4;
  border: 1px solid #dbdada;
  display: block;
  font-weight: normal;
  border-radius: 4px;
  margin-bottom: 24px; }
  .alert a {
    color: #000;
    font-weight: bold; }
    .alert a:hover {
      -moz-transition: all linear 0.2s;
      transition: all linear 0.2s;
      color: rgba(0, 0, 0, 0.6); }
  .alert h5 {
    margin-bottom: 4px; }
  .alert p,
  .alert ul,
  .alert ol {
    margin-bottom: 0; }
  .alert .close {
    position: absolute;
    top: 15px;
    right: 8px; }

.alert.primary {
  color: #3c74d9;
  background-color: rgba(60, 116, 217, 0.15);
  border: 1px solid rgba(60, 116, 217, 0.15); }
  .alert.primary a,
  .alert.primary h5 {
    color: #3c74d9; }
  .alert.primary a:hover {
    color: #000; }

.alert.error {
  color: #f34248;
  background-color: rgba(243, 66, 72, 0.15);
  border: 1px solid rgba(243, 66, 72, 0.15); }
  .alert.error a,
  .alert.error h5 {
    color: #f34248; }
  .alert.error a:hover {
    color: #000; }

.alert.success {
  color: #60ae4d;
  background-color: rgba(96, 174, 77, 0.15);
  border: 1px solid rgba(96, 174, 77, 0.15); }
  .alert.success a,
  .alert.success h5 {
    color: #60ae4d; }
  .alert.success a:hover {
    color: #000; }

.alert.warning {
  color: #c09501;
  background-color: rgba(254, 212, 67, 0.15);
  border: 1px solid rgba(254, 212, 67, 0.15);
  border-color: rgba(254, 212, 67, 0.5); }
  .alert.warning a,
  .alert.warning h5 {
    color: #c09501; }
  .alert.warning a:hover {
    color: #000; }

.message {
  display: none;
  position: fixed;
  border-radius: 4px;
  z-index: 500;
  top: 16px;
  right: 16px;
  width: 320px;
  line-height: 20px;
  font-size: 14px;
  padding: 16px 20px;
  color: rgba(0, 0, 0, 0.9);
  background: #f4f4f4; }
  .message .close {
    position: absolute;
    top: 6px;
    right: 6px; }
  .message h1,
  .message h2,
  .message h3,
  .message h4,
  .message h5,
  .message h6 {
    color: inherit; }

.message ul,
.message ol {
  margin-bottom: 0; }

.message.line {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: none;
  border-radius: 0;
  padding-right: 56px; }
  .message.line .close {
    top: 16px;
    right: 16px; }

.message .buttons {
  margin-top: 16px; }

.message .buttons a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 8px; }

.message.line .buttons {
  margin-top: 0;
  display: inline-block; }

.message.primary {
  background: #3c74d9;
  color: rgba(255, 255, 255, 0.9); }

.message.error {
  background: #f34248;
  color: rgba(255, 255, 255, 0.9); }

.message.success {
  background: #60ae4d;
  color: rgba(255, 255, 255, 0.9); }

.message.warning {
  background: #fed443; }

.message.primary a,
.message.error a,
.message.success a {
  color: rgba(255, 255, 255, 0.9); }
  .message.primary a:hover,
  .message.error a:hover,
  .message.success a:hover {
    color: rgba(255, 255, 255, 0.7); }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }

.tabs li em,
.tabs li.active a {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
  text-decoration: none;
  background: none; }

.tabs em,
.tabs a {
  position: relative;
  top: 1px;
  font-style: normal;
  display: block;
  padding: 7px 24px;
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.tabs a:hover {
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: #000;
  text-decoration: underline;
  background-color: #f2f2f2; }

@media (min-width: 768px) {
  .tabs ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em,
  .tabs li.active a {
    border-bottom: 1px solid #fff; } }

.breadcrumb {
  font-size: 12px;
  margin-bottom: 24px; }

.breadcrumb ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.breadcrumb.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.breadcrumb em,
.breadcrumb a {
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  white-space: nowrap; }

.breadcrumb em {
  color: rgba(0, 0, 0, 0.5); }

.breadcrumb a {
  color: #000;
  text-decoration: none; }
  .breadcrumb a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline; }

.breadcrumb li:after {
  display: inline-block;
  content: '/';
  color: rgba(0, 0, 0, 0.4); }

.breadcrumb li:last-child:after {
  display: none; }

.breadcrumb li:first-child em,
.breadcrumb li:first-child a {
  padding-left: 0; }

.breadcrumb li.active em,
.breadcrumb li.active a {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4); }

.pagination {
  margin: 24px 0;
  font-size: 14px; }

.pagination ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.pagination.centered ul {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.pagination em,
.pagination a {
  display: inline-block;
  font-style: normal;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid transparent; }

.pagination a {
  text-decoration: none;
  color: #000; }
  .pagination a:hover {
    color: rgba(0, 0, 0, 0.5);
    background: #f4f4f4; }

.pagination em,
.pagination li.active a {
  color: rgba(0, 0, 0, 0.5);
  background: #f4f4f4;
  cursor: text; }

.pagination.upper {
  font-size: 11px; }

.pager em,
.pager a {
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0.1); }

.pager li {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%; }

.pager li.next {
  text-align: right; }

.pager.centered li {
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }

.pager.flat em,
.pager.flat a {
  border: none;
  display: block;
  padding: 0; }

.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 768px) {
  .pager.flat ul {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .pager.flat li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }

.dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.dropdown.dropdown-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  border: none; }

.dropdown .close {
  margin: 20px auto; }

.dropdown.open {
  overflow: auto; }

.dropdown ul {
  list-style: none;
  margin: 0; }
  .dropdown ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .dropdown ul li:last-child {
      border-bottom: none; }
  .dropdown ul a {
    display: block;
    padding: 8px 8px 7px 8px;
    text-decoration: none;
    color: #000; }
    .dropdown ul a:hover {
      background: rgba(0, 0, 0, 0.05); }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .modal input[type="text"],
    .modal input[type="password"],
    .modal input[type="email"],
    .modal input[type="url"],
    .modal textarea {
      font-size: 16px; } }

.modal-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.modal-header:empty {
  display: none; }

.modal-body {
  padding: 36px 56px; }

.modal .close {
  line-height: 32.4px;
  height: 36px;
  width: 36px;
  font-size: 36px;
  position: absolute;
  top: 18px;
  right: 16px;
  opacity: .3; }
  .modal .close:hover {
    opacity: 1; }

@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }

.group:after {
  content: "";
  display: table;
  clear: both; }

.end {
  margin-bottom: 0 !important; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.float-right {
  float: right; }
  @media (max-width: 768px) {
    .float-right {
      float: none; } }

.float-left {
  float: left; }
  @media (max-width: 768px) {
    .float-left {
      float: none; } }

.text-right {
  text-align: right; }

.text-center,
.text-centered {
  text-align: center; }

.hide {
  display: none; }

@media (max-width: 768px) {
  .hide-on-small {
    display: none !important; } }

.show-on-small {
  display: none !important; }
  @media (max-width: 768px) {
    .show-on-small {
      display: block !important; } }

@media print {
  .hide-on-print {
    display: none !important; }
  .show-on-print {
    display: block !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.black {
  color: #000; }

.muted {
  color: rgba(0, 0, 0, 0.5) !important; }

.soft-muted {
  color: rgba(0, 0, 0, 0.7) !important; }

a.muted:hover,
a.soft-muted:hover {
  color: #000 !important; }

.error {
  color: #f34248; }

.success {
  color: #60ae4d; }

.upper {
  text-transform: uppercase;
  letter-spacing: .08em; }

.normal {
  font-weight: normal !important; }

.light {
  font-weight: 300 !important; }

.italic {
  font-style: italic !important; }

.bold {
  font-weight: bold !important; }

.highlight {
  background-color: rgba(60, 116, 217, 0.075); }

.round {
  border-radius: 56px; }

input.round {
  border-radius: 24px; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

.req {
  font-weight: bold;
  color: #f34248;
  font-size: 1.1em;
  text-transform: none; }

.close {
  font-weight: normal;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  border: none;
  line-height: 25.2px;
  height: 28px;
  width: 28px;
  font-size: 28px; }
  .close:before {
    content: '\00D7'; }
  .close:hover {
    opacity: 1;
    text-decoration: none !important; }
  .close.inverted {
    color: #fff; }

.close.small {
  line-height: 18px;
  height: 20px;
  width: 20px;
  font-size: 20px; }

.close.big {
  line-height: 32.4px;
  height: 36px;
  width: 36px;
  font-size: 36px; }

@media (min-width: 768px) {
  .fullwidth {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto; }
  .fullwidth ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .fullwidth li {
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    text-align: center; }
    .fullwidth li em,
    .fullwidth li a {
      display: block; } }

.width-100 {
  width: 100%; }

.width-50 {
  width: 50%; }

@media (max-width: 768px) {
  .width-50 {
    width: 100% !important; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9); }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.search-icon {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 18px;
  width: 16px;
  line-height: 1;
  font-style: normal;
  color: #000;
  position: relative;
  top: -1px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }
  .search-icon:before {
    content: "\26B2"; }
  .search-icon.inverted {
    color: #fff; }

button .search-icon {
  top: 0; }

button:hover .search-icon {
  opacity: .6; }

.menu-icon {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 15px;
  width: 16px;
  line-height: 1;
  font-style: normal;
  color: #000;
  font-weight: normal; }
  .menu-icon:before {
    content: "\2630"; }
  .menu-icon.inverted {
    color: #fff; }

button:hover .menu-icon {
  opacity: .6; }

.caret {
  position: relative;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 2px; }

.caret:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.caret.down:before {
  border-top: 4px solid #000; }

.caret.up:before {
  border-bottom: 4px solid #000; }

.caret.down.inverted:before {
  border-top-color: #fff; }

.caret.up.inverted:before {
  border-bottom-color: #fff; }

.button:hover .caret {
  opacity: .6; }

.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, h4 {
    page-break-after: avoid; }
  @page {
    margin: 0.5cm; } }

* {
  padding: 0;
  margin: 0;
  border: 0; }

@media (min-width: 100px) and (max-width: 768px) {
  #mobile {
    background: #000000; }
    #mobile #top {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      background: #000000;
      padding: 10px 20px; }
      #mobile #top:after {
        content: "";
        display: table;
        clear: both; }
      #mobile #top .logo {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #mobile #top .logo:after {
          content: "";
          display: table;
          clear: both; }
        #mobile #top .logo:last-child {
          margin-right: 0%; }
        #mobile #top .logo img {
          width: 200px;
          display: block; }
      #mobile #top .hamburger {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #mobile #top .hamburger:after {
          content: "";
          display: table;
          clear: both; }
        #mobile #top .hamburger:last-child {
          margin-right: 0%; }
        #mobile #top .hamburger img {
          width: 40px; }
        #mobile #top .hamburger .open {
          width: 20px;
          padding-top: 13px;
          float: right; } }

@media (min-width: 769px) and (max-width: 1280px) {
  #mobile {
    display: none; } }

@media (min-width: 1281px) and (max-width: 2400px) {
  #mobile {
    display: none; } }

.offcanvas {
  background: linear-gradient(to right, #A6D38B, #36B890) !important; }
  .offcanvas a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'lft-etica', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px; }
    .offcanvas a:hover {
      color: #000000; }

#desktop {
  height: 100px; }
  @media (min-width: 100px) and (max-width: 768px) {
    #desktop {
      display: none; } }
  #desktop #top {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2000; }
    #desktop #top:after {
      content: "";
      display: table;
      clear: both; }
    #desktop #top .logo {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 0 !important;
      margin: 0;
      position: absolute;
      top: 20px;
      left: 20px; }
      #desktop #top .logo:after {
        content: "";
        display: table;
        clear: both; }
      #desktop #top .logo:last-child {
        margin-right: 0%; }
      #desktop #top .logo img {
        width: 200px;
        display: block; }
    #desktop #top nav {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 0 !important;
      margin: 0 !important;
      text-align: left;
      position: absolute;
      top: 30px;
      right: 0px; }
      #desktop #top nav:after {
        content: "";
        display: table;
        clear: both; }
      #desktop #top nav:last-child {
        margin-right: 0%; }
      #desktop #top nav ul {
        float: right;
        padding-top: 7px; }
        #desktop #top nav ul li {
          float: left;
          margin-right: 30px; }
          #desktop #top nav ul li a {
            color: #ffffff;
            text-decoration: none;
            font-family: 'lft-etica', sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.5px; }
            #desktop #top nav ul li a:hover {
              text-decoration: none; }
        #desktop #top nav ul .writers a:hover {
          opacity: 0.85; }
        #desktop #top nav ul .doers a:hover {
          opacity: 0.85; }
        #desktop #top nav ul .winners a:hover {
          opacity: 0.85; }
        #desktop #top nav ul .order a {
          text-transform: uppercase;
          text-decoration: none;
          color: #ffffff;
          font-family: 'lft-etica', sans-serif;
          text-align: center;
          padding: 20px 45px;
          font-size: 14px;
          letter-spacing: 0.5px;
          border-radius: 4px;
          background: linear-gradient(to right, #A6D38B, #36B890); }
          #desktop #top nav ul .order a:hover {
            opacity: 0.85; }

#index {
  background: transparent !important; }
  #index header {
    background: transparent !important;
    height: auto; }

#sub {
  background: #000000; }
  #sub header {
    background: #000000 !important; }

.loop {
  margin: 0 auto;
  z-index: 2000; }
  @media (min-width: 100px) and (max-width: 768px) {
    .loop {
      display: none; } }
  .loop video {
    margin: 0 auto;
    width: 100% !important;
    display: block; }

#writers, #doers, #winners {
  z-index: 9000;
  padding-top: -250px;
  position: relative; }
  #writers .intro, #doers .intro, #winners .intro {
    position: absolute;
    top: -500px;
    padding: 20px; }
    @media (min-width: 769px) and (max-width: 1280px) {
      #writers .intro, #doers .intro, #winners .intro {
        top: -400px; } }
    @media (min-width: 100px) and (max-width: 768px) {
      #writers .intro, #doers .intro, #winners .intro {
        position: static;
        top: auto;
        background-image: url("../../assets/img/bg-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 20px 60px 20px;
        text-shadow: 1px 1px 0px #000000 !important; } }
    #writers .intro p, #doers .intro p, #winners .intro p {
      color: #ffffff;
      font-family: 'adelle',serif;
      font-size: 30px;
      padding: 0;
      margin: 0;
      -webkit-font-smoothing: antialiased; }
      #writers .intro p:last-child, #doers .intro p:last-child, #winners .intro p:last-child {
        padding: 0;
        margin: 0 0 50px 0 !important; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writers .intro p, #doers .intro p, #winners .intro p {
          font-size: 20px; } }
    #writers .intro h1, #doers .intro h1, #winners .intro h1 {
      line-height: 65px !important;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      color: #36b890;
      font-size: 60px !important;
      font-family: 'lft-etica', sans-serif;
      background: -webkit-linear-gradient(left, #A6D38B, #36B890);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-top: 11px; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writers .intro h1, #doers .intro h1, #winners .intro h1 {
          color: #36b890 !important;
          text-shadow: none !important; } }
    #writers .intro .btn, #doers .intro .btn, #winners .intro .btn {
      margin-top: 30px;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      font-family: 'lft-etica', sans-serif;
      font-size: 18px;
      text-align: center;
      padding: 20px 45px;
      font-weight: bold;
      letter-spacing: 0.5px;
      border-radius: 2px;
      background: linear-gradient(to right, #A6D38B, #36B890);
      text-shadow: none !important;
      display: inline-block; }
      #writers .intro .btn:hover, #doers .intro .btn:hover, #winners .intro .btn:hover {
        opacity: 0.85; }

#cta {
  background: #ffffff;
  padding: 80px 0; }
  @media (min-width: 100px) and (max-width: 768px) {
    #cta {
      padding: 20px; } }
  #cta #go {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    #cta #go:after {
      content: "";
      display: table;
      clear: both; }
    #cta #go div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 32.1666666667%;
      margin-left: 0%;
      margin-right: 1.75%;
      background: #eeeeee; }
      #cta #go div:after {
        content: "";
        display: table;
        clear: both; }
      #cta #go div:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #cta #go div {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          #cta #go div:first-child {
            margin-left: auto; }
          #cta #go div:last-child {
            margin-right: auto; } }

.wrap {
  width: auto;
  max-width: 1220px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

#tfic {
  background: #ffffff; }
  #tfic section {
    background: #ffffff;
    padding: 75px 0;
    text-align: center; }
    @media (min-width: 100px) and (max-width: 768px) {
      #tfic section div {
        padding: 0 20px; } }
    #tfic section div h2 {
      color: #000000;
      font-family: 'lft-etica', sans-serif;
      font-size: 48px;
      line-height: 55px;
      font-weight: bold;
      -webkit-font-smoothing: antialiased; }
    #tfic section div p {
      font-family: 'adelle',serif;
      font-size: 20px;
      color: #000000;
      padding: 0;
      margin: 0;
      -webkit-font-smoothing: antialiased; }
      #tfic section div p strong {
        color: #36b890;
        font-weight: 400;
        -webkit-font-smoothing: antialiased; }
    #tfic section div article {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      position: relative;
      left: 50.875%; }
      #tfic section div article:after {
        content: "";
        display: table;
        clear: both; }
      #tfic section div article:last-child {
        margin-right: 0%; }

#features {
  padding: 20px 0 0 0;
  background: #000000; }
  #features h3 {
    color: #ffffff;
    font-family: 'lft-etica', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 40px;
    margin: 0 auto; }

#inkless {
  background-image: url("../../assets/img/inklesspenpaperlesspaper.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 700px; }
  @media (min-width: 1281px) and (max-width: 2400px) {
    #inkless {
      height: 1000px; } }
  #inkless section {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    #inkless section:after {
      content: "";
      display: table;
      clear: both; }
    #inkless section article {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      position: relative;
      left: 50.875%;
      padding: 100px 0; }
      #inkless section article:after {
        content: "";
        display: table;
        clear: both; }
      #inkless section article:last-child {
        margin-right: 0%; }
      @media (min-width: 1281px) and (max-width: 2400px) {
        #inkless section article {
          padding: 350px 0; } }
      #inkless section article h1 {
        color: #ffffff;
        padding: 30px 0; }
      #inkless section article p {
        color: #ffffff;
        padding: 0;
        margin: 0; }

#writing {
  background-color: #000000;
  background-image: url('../../assets/img/blackboard_buynowimage.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed; }
  @media (min-width: 100px) and (max-width: 768px) {
    #writing {
      background-position: 18% bottom; } }
  #writing #lcp {
    min-height: 600px;
    padding: 200px 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.125%;
    margin-left: 0%;
    margin-right: 1.75%;
    position: relative;
    left: 50.875%; }
    #writing #lcp:after {
      content: "";
      display: table;
      clear: both; }
    #writing #lcp:last-child {
      margin-right: 0%; }
    @media (min-width: 100px) and (max-width: 768px) {
      #writing #lcp {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: static;
        left: 0;
        padding: 40px 0 360px 0; }
        #writing #lcp:first-child {
          margin-left: auto; }
        #writing #lcp:last-child {
          margin-right: auto; } }
    #writing #lcp h4 {
      color: #88b580;
      font-family: 'lft-etica', sans-serif;
      font-size: 48px;
      line-height: 55px;
      font-weight: bold;
      padding: 0 0 0 100px;
      background: -webkit-linear-gradient(left, #A6D38B, #36B890);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writing #lcp h4 {
          padding: 0 20px; } }
    #writing #lcp p {
      font-family: 'adelle',serif;
      font-size: 20px;
      color: #ffffff;
      padding: 0 0 0 100px;
      -webkit-font-smoothing: antialiased;
      margin: 0; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writing #lcp p {
          padding: 0 20px; } }
    #writing #lcp a {
      margin: 5px 0;
      display: inline-block;
      padding: 0 0 0 100px; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writing #lcp a {
          padding: 0 20px; } }
      #writing #lcp a img {
        width: 88px;
        height: 88px;
        display: block;
        border: 2px solid #ffffff; }
    #writing #lcp .btn {
      margin-top: 30px;
      margin-left: 100px;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      font-family: 'lft-etica', sans-serif;
      font-size: 18px;
      text-align: center;
      padding: 20px 45px;
      font-weight: bold;
      border-radius: 2px;
      letter-spacing: 0.5px;
      background: linear-gradient(to right, #A6D38B, #36B890); }
      #writing #lcp .btn:hover {
        opacity: 0.85; }
      @media (min-width: 100px) and (max-width: 768px) {
        #writing #lcp .btn {
          margin-left: 20px; } }

#banner {
  background-image: url(../../assets/css/butter.css);
  background-repeat: no-repeat;
  background-position: center top;
  background: #ffffff;
  display: none; }
  #banner section {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    #banner section:after {
      content: "";
      display: table;
      clear: both; }
    #banner section h1 {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 20px;
      margin: 0;
      color: #36b890;
      font-size: 40px;
      font-family: 'lft-etica', sans-serif; }
      #banner section h1:after {
        content: "";
        display: table;
        clear: both; }
      #banner section h1:last-child {
        margin-right: 0%; }

#videos {
  background: #ffffff; }
  #videos section {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 80px 0; }
    #videos section:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 100px) and (max-width: 768px) {
      #videos section {
        padding: 40px 20px; } }
    #videos section .hiw {
      clear: both;
      border-top: 1px solid #cccccc;
      padding: 40px 20px; }
      #videos section .hiw:first-child {
        border: none; }
      #videos section .hiw .video {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%;
        padding-bottom: 30px; }
        #videos section .hiw .video:after {
          content: "";
          display: table;
          clear: both; }
        #videos section .hiw .video:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #videos section .hiw .video {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            #videos section .hiw .video:first-child {
              margin-left: auto; }
            #videos section .hiw .video:last-child {
              margin-right: auto; } }
        #videos section .hiw .video iframe {
          width: 100%; }
      #videos section .hiw .description {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #videos section .hiw .description:after {
          content: "";
          display: table;
          clear: both; }
        #videos section .hiw .description:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #videos section .hiw .description {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            #videos section .hiw .description:first-child {
              margin-left: auto; }
            #videos section .hiw .description:last-child {
              margin-right: auto; } }
        #videos section .hiw .description h2 {
          font-family: 'lft-etica', sans-serif;
          font-size: 32px;
          padding-top: 20px; }
        #videos section .hiw .description p {
          font-family: 'adelle',serif; }

#buynow {
  background: #ffffff; }
  #buynow #order {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 50px 20px; }
    #buynow #order:after {
      content: "";
      display: table;
      clear: both; }
    #buynow #order .product {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 0 0 0 30px; }
      #buynow #order .product:after {
        content: "";
        display: table;
        clear: both; }
      #buynow #order .product:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #order .product {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0 0 30px 0 !important; }
          #buynow #order .product:first-child {
            margin-left: auto; }
          #buynow #order .product:last-child {
            margin-right: auto; } }
    #buynow #order .deets {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding-top: 60px;
      padding-left: 60px;
      padding-right: 40px;
      font-family: 'adelle',serif; }
      #buynow #order .deets:after {
        content: "";
        display: table;
        clear: both; }
      #buynow #order .deets:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #order .deets {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0 !important; }
          #buynow #order .deets:first-child {
            margin-left: auto; }
          #buynow #order .deets:last-child {
            margin-right: auto; } }
      #buynow #order .deets .bb {
        width: 300px !important;
        display: block; }
      #buynow #order .deets .buy .price {
        font-family: 'lft-etica', sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: #36b890;
        padding: 10px 0 22px 0 !important;
        font-style: normal; }
      #buynow #order .deets .buy p {
        font-family: 'adelle',serif;
        margin-bottom: 0;
        padding-bottom: 0; }
      #buynow #order .deets .buy .button {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        font-family: 'lft-etica', sans-serif;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.5px;
        border-radius: 2px !important;
        border: none;
        background: linear-gradient(to right, #A6D38B, #36B890); }
        #buynow #order .deets .buy .button:hover {
          opacity: 0.85; }
      #buynow #order .deets .buy em {
        font-style: italic;
        font-size: 13px;
        display: block;
        padding-bottom: 12px;
        font-family: 'adelle',serif; }
      #buynow #order .deets .buy img {
        width: 23%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #order .deets .buy img {
            width: 22%; } }
  #buynow #wcbh {
    background-image: url("../../assets/img/write-comfortably_image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 100px) and (max-width: 768px) {
      #buynow #wcbh {
        background-size: 100% !important; } }
    #buynow #wcbh div {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding: 250px 20px; }
      #buynow #wcbh div:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #wcbh div {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 20px; }
          #buynow #wcbh div:first-child {
            margin-left: auto; }
          #buynow #wcbh div:last-child {
            margin-right: auto; } }
      #buynow #wcbh div h2 {
        font-family: 'lft-etica', sans-serif;
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 5px; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #wcbh div h2 {
            text-shadow: 1px 1px 0px #000000; } }
      #buynow #wcbh div p {
        font-family: 'adelle',serif;
        margin-bottom: 0;
        padding-bottom: 0;
        color: #ffffff;
        -webkit-font-smoothing: antialiased; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #wcbh div p {
            text-shadow: 1px 1px 0px #000000; } }
  #buynow #piano {
    background-image: url("../../assets/img/perfectly-effortless_image.jpg");
    background-repeat: no-repeat;
    background-position: center bottom; }
    @media (min-width: 100px) and (max-width: 768px) {
      #buynow #piano {
        background-size: 150%;
        background-position: 1% bottom; } }
    #buynow #piano div {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding: 50px 20px 240px 20px; }
      #buynow #piano div:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #piano div {
          padding: 20px 20px 260px 20px; } }
      #buynow #piano div article {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%;
        position: relative;
        left: 50.875%;
        padding-left: 50px; }
        #buynow #piano div article:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #piano div article:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #piano div article {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            position: static;
            left: 0;
            padding-left: 0px !important; }
            #buynow #piano div article:first-child {
              margin-left: auto; }
            #buynow #piano div article:last-child {
              margin-right: auto; } }
        #buynow #piano div article h2 {
          font-family: 'lft-etica', sans-serif;
          color: #36b890;
          background: -webkit-linear-gradient(left, #A6D38B, #36B890);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-font-smoothing: antialiased;
          padding-bottom: 0;
          margin-bottom: 2px; }
        #buynow #piano div article p {
          font-family: 'adelle',serif;
          margin-bottom: 0;
          padding-bottom: 0;
          color: #000000;
          -webkit-font-smoothing: antialiased;
          text-shadow: 1px 1px 0px white; }
  #buynow #app {
    background-image: url("../../assets/img/blackboardapp_image.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 100px) and (max-width: 768px) {
      #buynow #app {
        background-size: 150%; } }
    #buynow #app div {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding: 250px 20px; }
      #buynow #app div:after {
        content: "";
        display: table;
        clear: both; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #app div {
          padding: 20px; } }
      #buynow #app div article {
        float: left;
        clear: none;
        text-align: inherit;
        width: 49.125%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #buynow #app div article:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #app div article:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #app div article {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            #buynow #app div article:first-child {
              margin-left: auto; }
            #buynow #app div article:last-child {
              margin-right: auto; } }
        #buynow #app div article h2 {
          font-family: 'lft-etica', sans-serif;
          color: #ffffff;
          -webkit-font-smoothing: antialiased;
          padding-bottom: 0;
          margin-bottom: 5px; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buynow #app div article h2 {
              text-shadow: 1px 1px 0px #000000; } }
        #buynow #app div article p {
          font-family: 'adelle',serif;
          margin-bottom: 0;
          padding-bottom: 0;
          color: #ffffff;
          -webkit-font-smoothing: antialiased; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buynow #app div article p {
              text-shadow: 1px 1px 0px #000000; } }
        #buynow #app div article img {
          display: block;
          width: 180px;
          margin: 20px 0 10px 0;
          border: 1px solid #ffffff;
          border-radius: 4px; }
        #buynow #app div article em {
          font-style: italic;
          color: #ffffff;
          display: block;
          font-size: 12px;
          line-height: 15px;
          padding-top: 0;
          margin-top: 0;
          -webkit-font-smoothing: antialiased; }
  #buynow #thangs {
    background: #ffffff; }
    #buynow #thangs div {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding: 30px 20px 20px 0; }
      #buynow #thangs div:after {
        content: "";
        display: table;
        clear: both; }
      #buynow #thangs div article {
        float: left;
        clear: none;
        text-align: inherit;
        width: 74.5625%;
        margin-left: 0%;
        margin-right: 1.75%;
        padding-left: 20px; }
        #buynow #thangs div article:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #thangs div article:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #thangs div article {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            #buynow #thangs div article:first-child {
              margin-left: auto; }
            #buynow #thangs div article:last-child {
              margin-right: auto; } }
        #buynow #thangs div article h2 {
          font-family: 'lft-etica', sans-serif;
          color: #36b890;
          background: -webkit-linear-gradient(left, #A6D38B, #36B890);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-font-smoothing: antialiased;
          padding-bottom: 0;
          margin-bottom: 2px; }
        #buynow #thangs div article div {
          width: 24%;
          float: left;
          margin-left: 2px;
          font-family: 'adelle',serif;
          color: #000000;
          -webkit-font-smoothing: antialiased;
          font-size: 13px;
          line-height: 20px;
          height: 130px; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buynow #thangs div article div {
              height: 180px; } }
          #buynow #thangs div article div img {
            height: 50px; }
      #buynow #thangs div aside {
        float: left;
        clear: none;
        text-align: inherit;
        width: 23.6875%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #buynow #thangs div aside:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #thangs div aside:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #thangs div aside {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 40px 20px 20px 20px; }
            #buynow #thangs div aside:first-child {
              margin-left: auto; }
            #buynow #thangs div aside:last-child {
              margin-right: auto; } }
        #buynow #thangs div aside p {
          font-family: 'adelle',serif;
          color: #000000;
          -webkit-font-smoothing: antialiased;
          font-size: 14px;
          padding: 0;
          margin: 32px 0 1px 0; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buynow #thangs div aside p {
              padding-bottom: 5px; } }
        #buynow #thangs div aside div {
          float: left;
          font-family: 'adelle',serif;
          color: #000000;
          -webkit-font-smoothing: antialiased;
          font-size: 13px;
          padding: 0;
          margin: 0 20px 20px 0; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buynow #thangs div aside div {
              margin-right: 12px; } }
          #buynow #thangs div aside div img {
            display: block;
            width: 80px; }
            @media (min-width: 100px) and (max-width: 768px) {
              #buynow #thangs div aside div img {
                width: 75px; } }
  #buynow #desc {
    background: #ffffff;
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid #36b890;
    padding: 20px;
    margin-top: 20px; }
    #buynow #desc:after {
      content: "";
      display: table;
      clear: both; }
    #buynow #desc div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 59.3%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 20px 0; }
      #buynow #desc div:after {
        content: "";
        display: table;
        clear: both; }
      #buynow #desc div:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buynow #desc div {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          #buynow #desc div:first-child {
            margin-left: auto; }
          #buynow #desc div:last-child {
            margin-right: auto; } }
      #buynow #desc div:last-child {
        float: left;
        clear: none;
        text-align: inherit;
        width: 38.95%;
        margin-left: 0%;
        margin-right: 1.75%; }
        #buynow #desc div:last-child:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #desc div:last-child:last-child {
          margin-right: 0%; }
        @media (min-width: 100px) and (max-width: 768px) {
          #buynow #desc div:last-child {
            display: block;
            clear: both;
            float: none;
            width: 100%;
            margin-left: auto;
            margin-right: auto; }
            #buynow #desc div:last-child:first-child {
              margin-left: auto; }
            #buynow #desc div:last-child:last-child {
              margin-right: auto; } }
      #buynow #desc div h3 {
        font-family: 'lft-etica', sans-serif;
        color: #000000;
        font-size: 24px; }
      #buynow #desc div p {
        font-family: 'adelle',serif;
        color: #000000;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        padding-right: 20px; }
      #buynow #desc div ul li {
        font-family: 'adelle',serif;
        color: #000000;
        -webkit-font-smoothing: antialiased;
        font-size: 14px; }
  #buynow #accessories {
    background: linear-gradient(to right, #A6D38B, #36B890); }
    #buynow #accessories article {
      width: auto;
      max-width: 1220px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      padding: 30px; }
      #buynow #accessories article:after {
        content: "";
        display: table;
        clear: both; }
      #buynow #accessories article h3 {
        font-family: 'lft-etica', sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #ffffff;
        font-size: 30px; }
      #buynow #accessories article p {
        font-family: 'adelle',serif;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        padding: 0;
        color: #ffffff; }
      #buynow #accessories article .accessory {
        float: left;
        clear: none;
        text-align: inherit;
        width: 32.1666666667%;
        margin-left: 0%;
        margin-right: 1.75%;
        font-family: 'adelle',serif;
        font-size: 16px;
        color: #ffffff;
        -webkit-font-smoothing: antialiased; }
        #buynow #accessories article .accessory:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #accessories article .accessory:last-child {
          margin-right: 0%; }
        #buynow #accessories article .accessory .money {
          font-weight: bold;
          font-size: 24px !important;
          padding: 2px 0 3px 0; }
        #buynow #accessories article .accessory em {
          font-style: italic;
          font-size: 10px;
          padding: 0px;
          margin: 0px;
          display: block;
          line-height: 10px; }
          
          
          #buynow #accessories article .ass {
        float: left;
        clear: none;
        text-align: inherit;
        width: 23.1666666667%;
        margin-left: 0%;
        margin-right: 1.75%;
        font-family: 'adelle',serif;
        font-size: 16px;
        color: #ffffff;
        -webkit-font-smoothing: antialiased; }
        #buynow #accessories article .ass:after {
          content: "";
          display: table;
          clear: both; }
        #buynow #accessories article .ass:last-child {
          margin-right: 0%; }
        #buynow #accessories article .ass .money {
          font-weight: bold;
          font-size: 24px !important;
          padding: 2px 0 3px 0; }
        #buynow #accessories article .ass em {
          font-style: italic;
          font-size: 10px;
          padding: 0px;
          margin: 0px;
          display: block;
          line-height: 10px; }
          

#buy {
  background: #ffffff; }
  #buy #order {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 50px 20px; }
    #buy #order:after {
      content: "";
      display: table;
      clear: both; }
    #buy #order .product {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%; }
      #buy #order .product:after {
        content: "";
        display: table;
        clear: both; }
      #buy #order .product:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buy #order .product {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          #buy #order .product:first-child {
            margin-left: auto; }
          #buy #order .product:last-child {
            margin-right: auto; } }
    #buy #order .deets {
      float: left;
      clear: none;
      text-align: inherit;
      width: 49.125%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding-top: 40px;
      font-family: 'adelle',serif; }
      #buy #order .deets:after {
        content: "";
        display: table;
        clear: both; }
      #buy #order .deets:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        #buy #order .deets {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0 20px; }
          #buy #order .deets:first-child {
            margin-left: auto; }
          #buy #order .deets:last-child {
            margin-right: auto; } }
      #buy #order .deets h2 {
        font-family: 'lft-etica', sans-serif; }
      #buy #order .deets .block {
        background: #eeeeee;
        padding: 15px 30px 20px 30px; }
        #buy #order .deets .block h2 {
          font-family: 'adelle',serif;
          font-size: 32px;
          padding-top: 20px; }
        #buy #order .deets .block .retailers {
          float: right;
          text-align: center;
          padding-top: 15px; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buy #order .deets .block .retailers {
              float: none;
              margin: 0 auto; } }
        #buy #order .deets .block .buy {
          width: 170px;
          text-align: center;
          font-style: italic;
          font-size: 12px; }
          @media (min-width: 100px) and (max-width: 768px) {
            #buy #order .deets .block .buy {
              margin: 0 auto; } }
          #buy #order .deets .block .buy .price {
            font-family: 'lft-etica', sans-serif;
            font-size: 40px;
            font-weight: bold;
            color: #36b890;
            padding: 20px 0 !important;
            font-style: normal; }
            @media (min-width: 100px) and (max-width: 768px) {
              #buy #order .deets .block .buy .price {
                padding-top: 30px;
                clear: both; } }
          #buy #order .deets .block .buy a {
            text-transform: uppercase;
            background: #000000 !important;
            border: 2px solid #000000;
            width: 170px;
            box-shadow: none;
            font-style: normal; }
            #buy #order .deets .block .buy a:hover {
              background: #ffffff !important;
              border: 2px solid #36b890;
              color: #36b890; }
  #buy #description {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eeeeee;
    padding: 30px 0; }
    #buy #description:after {
      content: "";
      display: table;
      clear: both; }
    #buy #description h3 {
      font-family: 'adelle',serif;
      font-size: 32px;
      padding-top: 20px; }

#error {
  background: #ffffff; }
  #error div {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding: 50px 0; }
    #error div:after {
      content: "";
      display: table;
      clear: both; }
    #error div h2 {
      font-family: 'adelle',serif;
      font-weight: 24px;
      padding-top: 20px; }
    #error div a {
      color: #36b890; }
      #error div a:hover {
        text-decoration: none; }

footer {
  background: #eeeeee; }
  footer section {
    width: auto;
    max-width: 1220px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 30px 0; }
    footer section:after {
      content: "";
      display: table;
      clear: both; }
    footer section figure {
      float: left;
      clear: none;
      text-align: inherit;
      width: 27.3214285714%;
      margin-left: 0%;
      margin-right: 1.75%;
      padding: 0;
      margin: 0; }
      footer section figure:after {
        content: "";
        display: table;
        clear: both; }
      footer section figure:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        footer section figure {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          footer section figure:first-child {
            margin-left: auto; }
          footer section figure:last-child {
            margin-right: auto; } }
      footer section figure img {
        width: 200px;
        display: block;
        margin-left: 20px;
        margin-top: 10px; }
        @media (min-width: 100px) and (max-width: 768px) {
          footer section figure img {
            text-align: center;
            margin: 0 auto; } }
    footer section div {
      float: left;
      clear: none;
      text-align: inherit;
      width: 56.3928571429%;
      margin-left: 0%;
      margin-right: 1.75%; }
      footer section div:after {
        content: "";
        display: table;
        clear: both; }
      footer section div:last-child {
        margin-right: 0%; }
      @media (min-width: 100px) and (max-width: 768px) {
        footer section div {
          display: block;
          clear: both;
          float: none;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          footer section div:first-child {
            margin-left: auto; }
          footer section div:last-child {
            margin-right: auto; } }
      footer section div article {
        float: left;
        margin: 5px 20px 0 0; }
        @media (min-width: 100px) and (max-width: 768px) {
          footer section div article {
            text-align: center;
            margin: 0 auto;
            float: none;
            padding-top: 15px; } }
        footer section div article img {
          width: 32px;
          margin-right: 5px; }
      footer section div ul {
        list-style: none;
        margin-top: 8px; }
        @media (min-width: 100px) and (max-width: 768px) {
          footer section div ul {
            display: none; } }
        footer section div ul li {
          float: left;
          margin-right: 20px; }
          footer section div ul li a {
            font-family: 'lft-etica', sans-serif;
            text-decoration: none;
            text-transform: uppercase;
            color: #36b890; }
            footer section div ul li a:hover {
              color: #000000; }

#rebate {
  background: linear-gradient(to right, #A6D38B, #36B890);
  width: 70% !important;
  padding: 30px !important;
  border-radius: 3px; }

.btn a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff !important;
  font-family: 'lft-etica', sans-serif;
  text-align: center;
  padding: 20px 45px;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  background: linear-gradient(to right, #A6D38B, #36B890); }
  .btn a:hover {
    opacity: 0.85; }

.snipcart-print-no-show #top {
  z-index: auto; }

.snipcart-checkout-container {
  z-index: 5000 !important; }

#snipcart-header #snipcart-title {
  background-image: url("../../assets/img/blackboard-logo-white.png");
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 2px 35px;
  font-size: 0px !important;
  color: transparent !important; }

#snipcart-billingaddress-form .snipcart-checkbox-field {
  display: none !important; }

.real-link {
  display: none !important; }

#drip-82613 .drip-header {
  font-family: 'lft-etica', sans-serif !important;
  background: linear-gradient(to right, #A6D38B, #36B890) !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px; }

#drip-82613 .drip-content h3 {
  color: #36b890;
  font-family: 'lft-etica', sans-serif;
  background: -webkit-linear-gradient(left, #A6D38B, #36B890);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased; }

#drip-82613 dl dt, #drip-82613 .drip-content .drip-description, #drip-82613 .drip-errors {
  font-family: 'adelle',serif;
  -webkit-font-smoothing: antialiased; }

#drip-82613 .drip-submit-button {
  border-radius: 2px !important;
  font-family: 'lft-etica', sans-serif !important;
  text-transform: uppercase !important;
  background: linear-gradient(to right, #A6D38B, #36B890) !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  
  
  
  
  
  @media (min-width: 100px) and (max-width: 800px) {
     #buynow #accessories article .ass { width: 100% !important; }
     #buynow #accessories article .accessory { width: 100% !important; }
    }


/*
playback timings (ms):
  captures_list: 118.177
  exclusion.robots: 0.098
  exclusion.robots.policy: 0.088
  cdx.remote: 0.059
  esindex: 0.009
  LoadShardBlock: 93.841 (3)
  PetaboxLoader3.datanode: 146.098 (5)
  load_resource: 261.439 (2)
  PetaboxLoader3.resolve: 170.836 (2)
*/