@charset "UTF-8";
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

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

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/*
——————————————————————————————————————————————————————
VARIABLES
——————————————————————————————————————————————————————
*/
/*
——————————————————————————————————————————————————————
MIXINS
——————————————————————————————————————————————————————
*/
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.container {
  margin: 0 auto;
  max-width: 1018px;
}

.container.is-fluid {
  max-width: none;
}

.flex {
  display: flex;
  margin-left: -8px;
  margin-top: -8px;
  margin-right: -8px;
}
.flex.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.flex.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.flex.is-3 {
  flex: none;
  width: 25%;
}
.flex.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.flex.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.flex.is-6 {
  flex: none;
  width: 50%;
}
.flex.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.flex.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.flex.is-9 {
  flex: none;
  width: 75%;
}
.flex.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.flex.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.flex.is-12 {
  flex: none;
  width: 100%;
}
.flex.is-1-fixed {
  flex: none;
  width: 84.8333333333px;
}
.flex.is-2-fixed {
  flex: none;
  width: 169.6666666667px;
}
.flex.is-3-fixed {
  flex: none;
  width: 254.5px;
}
.flex.is-4-fixed {
  flex: none;
  width: 339.3333333333px;
}
.flex.is-5-fixed {
  flex: none;
  width: 424.1666666667px;
}
.flex.is-6-fixed {
  flex: none;
  width: 509px;
}
.flex.is-7-fixed {
  flex: none;
  width: 593.8333333333px;
}
.flex.is-8-fixed {
  flex: none;
  width: 678.6666666667px;
}
.flex.is-9-fixed {
  flex: none;
  width: 763.5px;
}
.flex.is-10-fixed {
  flex: none;
  width: 848.3333333333px;
}
.flex.is-11-fixed {
  flex: none;
  width: 933.1666666667px;
}
.flex.is-12-fixed {
  flex: none;
  width: 1018px;
}
.flex.is-wrapping {
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .flex.is-reverse-mobile {
    flex-direction: column-reverse;
  }
}
.flex.is-reverse {
  flex-direction: column-reverse;
}
.flex.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.flex.is-gapless .column {
  margin: 0px;
  padding: 0px;
}

.is-flex-1 {
  flex: 1;
}

.is-flex.is-wrapping {
  flex-wrap: wrap;
}

.column {
  flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 8px;
}
@media screen and (min-width: 980px) {
  .column.is-max-290-desktop {
    max-width: 290px;
  }
}
.column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
}
.column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
}
.column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.column.is-3 {
  flex: none;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
}
.column.is-offset-3 {
  margin-left: 25%;
}
.column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
}
.column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
}
.column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.column.is-6 {
  flex: none;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
}
.column.is-offset-6 {
  margin-left: 50%;
}
.column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
@media screen and (max-width: 768px) {
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
}
.column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
}
.column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.column.is-9 {
  flex: none;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
}
.column.is-offset-9 {
  margin-left: 75%;
}
.column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
@media screen and (max-width: 768px) {
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
}
.column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
@media screen and (max-width: 768px) {
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
}
.column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.column.is-12 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
}
.column.is-offset-12 {
  margin-left: 100%;
}
.column.is-scrollable-vertical {
  overflow-y: scroll;
}
.column.is-scrollable-horizontal {
  overflow-x: scroll;
}
.column.is-1-fixed {
  flex: none;
  width: 84.8333333333px;
}
.column.is-2-fixed {
  flex: none;
  width: 169.6666666667px;
}
.column.is-3-fixed {
  flex: none;
  width: 254.5px;
}
.column.is-4-fixed {
  flex: none;
  width: 339.3333333333px;
}
.column.is-5-fixed {
  flex: none;
  width: 424.1666666667px;
}
.column.is-6-fixed {
  flex: none;
  width: 509px;
}
.column.is-7-fixed {
  flex: none;
  width: 593.8333333333px;
}
.column.is-8-fixed {
  flex: none;
  width: 678.6666666667px;
}
.column.is-9-fixed {
  flex: none;
  width: 763.5px;
}
.column.is-10-fixed {
  flex: none;
  width: 848.3333333333px;
}
.column.is-11-fixed {
  flex: none;
  width: 933.1666666667px;
}
.column.is-12-fixed {
  flex: none;
  width: 1018px;
}

.flex-direction-column {
  flex-direction: column;
}

.is-half {
  flex: none;
  width: 50%;
}

.is-fullwidth {
  flex: 1 100%;
}

.width-100 {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .width-100-desktop {
    width: 100%;
  }
}

.is-notgrowing {
  flex-grow: 0 !important;
}

.is-notshrinking {
  flex-shrink: 0 !important;
}

@media screen and (max-width: 768px) {
  .is-half-mobile {
    width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .is-fullwidth-mobile {
    flex: none;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 769px) {
  .is-fullwidth-tablet {
    flex: none;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.is-paddingless {
  padding: 0px !important;
}

.is-marginless {
  margin: 0px !important;
}

.is-valigned {
  align-self: center;
  align-items: center;
}

.is-vcentered {
  align-items: center;
}

.is-baligned {
  align-items: flex-end;
}

.is-raligned {
  text-align: right;
  align-self: center;
}

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

.column.profile-image {
  flex: none;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .column.profile-image {
    width: 50px;
    margin-left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .column.profile-image {
    width: 210px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 980px) {
  .column.profile-image {
    width: 245px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .column.profile-image {
    width: 245px;
    margin-right: 40px;
  }
}

@media screen and (min-width: 980px) {
  .column.is-63-desktop {
    flex: none;
    width: 63%;
  }
}
.column.is-fixed {
  position: fixed;
  width: auto !important;
}
.column.is-fixed + .column {
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  .column.is-fixed {
    position: relative;
  }
}

.column.is-sidebar {
  flex: none;
}
.column.is-sidebar.is-inbox {
  display: flex;
  flex-direction: column;
  margin: 0px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .column.is-sidebar {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .column.is-sidebar {
    width: 210px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 980px) {
  .column.is-sidebar {
    width: 250px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .column.is-sidebar.is-flex-desktop {
    flex: 1 !important;
  }
}
@media screen and (min-width: 1180px) {
  .column.is-sidebar {
    width: 250px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .column.is-sidebar.is-collapsable {
    width: 330px;
    will-change: transform;
    position: absolute;
    height: 100%;
    background-color: #f2f2f2;
    z-index: 100;
    top: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    transition: transform 0.25s cubic-bezier(0.23, 0.97, 0.59, 1);
    transform: translate3d(-330px, 0px, 0px);
    -webkit-transform: translate3d(-330px, 0px, 0px);
    backface-visibility: hidden;
    opacity: 0.5;
  }
  .column.is-sidebar.is-collapsable.is-expanded {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  .column.is-sidebar.is-collapsable.is-expanded + div.sidebar-overlay {
    display: block;
  }
  .column.is-sidebar.is-collapsable.is-padding-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  .column.is-sidebar.is-collapsable {
    position: relative;
  }
}

.sidebar-overlay {
  z-index: 99;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.is-inbox {
  display: flex;
  flex-direction: column;
}

html {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 0.75rem;
}
@media screen and (min-width: 30rem) {
  html {
    font-size: calc(0.75rem + 0.125 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  html {
    font-size: 0.875rem;
  }
}

.is-black {
  color: #000000;
}

.title {
  color: #2D292D;
  font-weight: 400;
}
.title.is-ultimate {
  font-weight: 600;
  letter-spacing: -0.5px;
  color: white;
  padding: 0px 20px;
}
.title.is-ultimate {
  font-size: 1.9rem;
}
@media screen and (min-width: 30rem) {
  .title.is-ultimate {
    font-size: calc(1.9rem + 1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-ultimate {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 980px) {
  .title.is-ultimate {
    padding: 0px 60px;
    letter-spacing: -1.5px;
  }
}
.title.is-ultimate-2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 110%;
  text-wrap: balance;
  color: white;
  padding: 0px 20px;
}
.title.is-ultimate-2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 30rem) {
  .title.is-ultimate-2 {
    font-size: calc(2.5rem + 1.1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-ultimate-2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 980px) {
  .title.is-ultimate-2 {
    padding: 0px 60px;
    letter-spacing: -1.5px;
  }
}
.title.is-blackish {
  color: #2D292D;
}
.title.is-black {
  color: #000000;
}
.title.is-jumbo {
  font-weight: 600;
  color: #000000;
}
.title.is-jumbo {
  font-size: 1.4rem;
}
@media screen and (min-width: 30rem) {
  .title.is-jumbo {
    font-size: calc(1.4rem + 0.3 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-jumbo {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 769px) {
  .title.is-jumbo {
    font-weight: 600;
  }
}
.title.is-hero {
  font-weight: 400;
  color: #000000;
}
.title.is-hero {
  font-size: 1.4rem;
}
@media screen and (min-width: 30rem) {
  .title.is-hero {
    font-size: calc(1.4rem + 1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-hero {
    font-size: 2.4rem;
  }
}
.title.is-1 {
  font-size: 1.2rem;
}
@media screen and (min-width: 30rem) {
  .title.is-1 {
    font-size: calc(1.2rem + 0.4 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-1 {
    font-size: 1.6rem;
  }
}
.title.is-2 {
  font-size: 1.2rem;
}
@media screen and (min-width: 30rem) {
  .title.is-2 {
    font-size: calc(1.2rem + 0.2 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-2 {
    font-size: 1.4rem;
  }
}
.title.is-3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 30rem) {
  .title.is-3 {
    font-size: calc(1.2rem + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-3 {
    font-size: 1.2rem;
  }
}
.title.is-4 {
  font-size: 0.9rem;
}
@media screen and (min-width: 30rem) {
  .title.is-4 {
    font-size: calc(0.9rem + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-4 {
    font-size: 0.9rem;
  }
}
.title.is-5 {
  font-size: 0.8em;
}
@media screen and (min-width: 30rem) {
  .title.is-5 {
    font-size: calc(0.8em + 0.1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-5 {
    font-size: 0.9em;
  }
}
.title.is-6 {
  font-size: 0.8em;
}
@media screen and (min-width: 30rem) {
  .title.is-6 {
    font-size: calc(0.8em + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-6 {
    font-size: 0.8em;
  }
}
.title.is-white {
  color: #ffffff;
}
.title.is-whiteish {
  color: #f8f8f8;
}
.title.is-divider {
  padding-top: 8px;
  border-top: 1px solid #E6E4E3;
  margin-bottom: 8px;
}
.title.is-breadcrumb {
  color: #E3E3E3;
}
.title.is-breadcrumb {
  font-size: 0.9rem;
}
@media screen and (min-width: 30rem) {
  .title.is-breadcrumb {
    font-size: calc(0.9rem + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-breadcrumb {
    font-size: 0.9rem;
  }
}
.title.is-breadcrumb a::after {
  content: " ";
  width: 0px;
  display: inline-block;
  margin-left: 8px;
  margin-top: 0px;
  height: 0px;
  border-left: 4px solid rgba(144, 144, 144, 0.52);
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
}
.title.is-breadcrumb a:last-of-type::after {
  display: none;
}
.title.is-breadcrumb a:hover {
  text-decoration: underline;
}
.title.is-grey {
  color: #5E5E5E;
}
.title.is-grey-2 {
  color: #A4A4A4;
}
.title.is-green {
  color: #ccf7cf;
}
.title.is-grey-3 {
  color: #BCBCBC;
}
.title.is-7 {
  font-size: 0.7em;
}
@media screen and (min-width: 30rem) {
  .title.is-7 {
    font-size: calc(0.7em + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-7 {
    font-size: 0.7em;
  }
}
.title.is-orange {
  color: #f17b0b;
}
.title.is-orange a {
  color: #f17b0b;
}
.title.is-mega {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .title.is-mega.is-smaller--mobile {
    font-size: 24px;
  }
}
.title.is-ultra {
  line-height: 160%;
  font-weight: 700;
  letter-spacing: -1px;
}
.title.is-ultra {
  font-size: 30px;
}
@media screen and (min-width: 30rem) {
  .title.is-ultra {
    font-size: calc(30px + 20 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-ultra {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .title.is-ultra {
    padding-left: 8px;
  }
  .title.is-ultra.is-smaller--mobile {
    font-size: 24px;
  }
}
.title.is-left-bordered {
  border-left: 8px solid #f17b0b;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}
.title.is-left-bordered {
  font-size: 20px;
}
@media screen and (min-width: 30rem) {
  .title.is-left-bordered {
    font-size: calc(20px + 10 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-left-bordered {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title.is-left-bordered {
    margin-left: 8px;
  }
}
.title.is-big-headline {
  font-weight: 600;
}
.title.is-big-headline {
  font-size: 1.5rem;
}
@media screen and (min-width: 30rem) {
  .title.is-big-headline {
    font-size: calc(1.5rem + 0.6 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-big-headline {
    font-size: 2.1rem;
  }
}
.title.is-form-header {
  font-size: 1.6rem;
}
@media screen and (min-width: 30rem) {
  .title.is-form-header {
    font-size: calc(1.6rem + -0.2 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .title.is-form-header {
    font-size: 1.4rem;
  }
}
.title.is-caps {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.title.is-caps.is-bold {
  font-size: 12px;
  font-weight: 600;
}
.title.is-bold {
  font-weight: 700;
}
.title.is-semibold {
  font-weight: 600;
}
.title.is-kindabold {
  font-weight: 500;
}
.title a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.is-color-error {
  color: #D45E5E;
}

.is-semibold {
  font-weight: 400;
}

.is-bold {
  font-weight: 500;
}

.is-extrabold {
  font-weight: 600 !important;
}

.is-superbold {
  font-weight: 700 !important;
}

.admin-desc {
  font-size: 12px;
  margin-top: 8px;
  color: #555;
  line-height: 19px;
  padding-right: 20px;
}

.is-textlink {
  color: #f17b0b !important;
  text-decoration: underline !important;
  font-weight: 500;
  display: block;
}
.is-textlink.is-black {
  color: #2D292D !important;
}
.is-textlink.is-black:hover {
  color: #000000 !important;
}
.is-textlink.has-leftarrow::before {
  content: " ";
  width: 0px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #f17b0b;
  border-top: 4px solid transparent;
}
.is-textlink:hover {
  color: #2D292D;
}

.gc-link {
  color: #f17b0b !important;
  cursor: pointer;
}
.gc-link.is-small {
  font-size: 70%;
}
.gc-link:hover {
  color: #2D292D !important;
}
.gc-link.is-dark:hover {
  color: #f8f8f8 !important;
}

.content blockquote {
  color: #5E5E5E;
  font-style: italic;
  padding: 0px 15px;
  margin: 10px;
  border-left: 2px solid #BCBCBC;
}
.content pre, .content code {
  display: block;
  background-color: #F2f2f2;
  padding: 8px;
  border-radius: 4px;
}
.content ul {
  margin-left: 20px;
}
.content ul li {
  list-style-type: disc;
  margin: 8px 0px;
}
.content ol {
  margin-left: 20px;
}
.content ol li {
  list-style-type: decimal;
  margin: 8px 0px;
}
.content p {
  margin-bottom: 12px;
}

.is-uc {
  text-transform: uppercase;
}

.is-tc {
  text-transform: capitalize;
}

.is-uc-first {
  text-transform: lowercase;
}

.is-uc-first:first-letter {
  text-transform: capitalize !important;
}

.compensate-navigation {
  margin-top: 46px;
}

.compensate-cover, .section.compensate-cover {
  margin-top: -221px;
}

.compensate-avatar {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .compensate-avatar {
    margin-top: 0px;
  }
}

.compensate-title {
  z-index: 9;
  margin-top: -41px;
}
@media screen and (max-width: 768px) {
  .compensate-title {
    margin-top: -12px;
  }
}

@media screen and (max-width: 768px) {
  .compensate-cover {
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .compensate-cover {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .compensate-cover {
    margin-top: 100px;
  }
}

.section.comic-admin {
  margin-top: 80px;
}

/*
——————————————————————————————————————————————————————
Motion & Animation
——————————————————————————————————————————————————————
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInSubtle {
  animation-name: fadeInSubtle;
}

.fadeInDownSubtle {
  animation-name: fadeInDownSubtle;
}

.fadeInUpSubtle {
  animation-name: fadeInUpSubtle;
}

.fadeInUpSubtle--02 {
  animation-name: fadeInUpSubtle;
}

.linear-gradient-bg {
  animation-name: linear-gradient-bg;
  animation-fill-mode: forwards;
}

.wave-animation {
  position: relative;
  height: 148px;
  width: 5760px;
  background: url("/static/images/bg/wave_4.4.svg");
  background-repeat: repeat-x;
  animation: wave-animation 75s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave-animation-dark {
  position: relative;
  height: 148px;
  width: 5760px;
  background: url("/static/images/bg/wave_dark_1.svg");
  background-repeat: repeat-x;
  animation: wave-animation 90s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

/* Standard fade in */
@keyframes fadeInSubtle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Standard fade in down */
@keyframes fadeInDownSubtle {
  from {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Standard fade in up */
@keyframes fadeInUpSubtle {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Slightly offset fade in & up */
@keyframes fadeInUpSubtle--02 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes linear-gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.animation--delay-01 {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.animation--delay-02 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animation--delay-03 {
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
}

.transition--smooth {
  transition: all 0.25ms easeInOut;
}

.transition--bezier {
  transition: all 0.25s cubic-bezier(0.94, 0.06, 0.65, 0.95);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave-animation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -960px 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*
——————————————————————————————————————————————————————
SHEET COMPONENT
——————————————————————————————————————————————————————
*/
.sheet a, .sheet--stats a, .sheet--gc a {
  color: #2D292D;
  text-decoration: none;
}
.sheet a:hover, .sheet--stats a:hover, .sheet--gc a:hover {
  text-decoration: underline;
}

.sheet-comment a {
  color: #5E5E5E;
  text-decoration: none;
}
.sheet-comment a:hover {
  text-decoration: underline;
}

.sheet p, .sheet--stats p, .sheet--gc p {
  line-height: 1.5em;
}
@media screen and (min-width: 769px) {
  .sheet p, .sheet--stats p, .sheet--gc p {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}

.sheet-action-link {
  margin: 0px 1px 0px 3px;
  font-size: 10px;
  color: inherit !important;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 500;
}
.sheet-action-link:hover {
  text-decoration: none !important;
  color: #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
}

.sheet, .sheet--stats, .sheet--gc {
  background: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-bottom: 10px;
}
.sheet.is-dark, .is-dark.sheet--stats, .is-dark.sheet--gc {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.sheet.is-reader-modal, .is-reader-modal.sheet--stats, .is-reader-modal.sheet--gc {
  background-color: #5E5E5E;
  box-shadow: none;
}
.sheet.is-reader-modal .title, .is-reader-modal.sheet--stats .title, .is-reader-modal.sheet--gc .title {
  color: #ffffff;
}
.sheet.is-reader-modal span, .is-reader-modal.sheet--stats span, .is-reader-modal.sheet--gc span {
  font-size: 10px;
}
.sheet.is-outlined, .is-outlined.sheet--stats, .is-outlined.sheet--gc {
  background: transparent;
  box-shadow: none;
  border: 1px solid #E6E4E3;
  border-radius: 4px;
}
.sheet.is-rounded--5, .is-rounded--5.sheet--stats, .is-rounded--5.sheet--gc {
  border-radius: 5px;
}
.sheet.is-rounded--20, .is-rounded--20.sheet--stats, .is-rounded--20.sheet--gc {
  border-radius: 20px;
}
.sheet.is-orange, .is-orange.sheet--stats, .is-orange.sheet--gc {
  box-shadow: 0px 0px 3px #f17b0b;
}
.sheet.is-blue, .is-blue.sheet--stats, .is-blue.sheet--gc {
  box-shadow: 0px 0px 3px #b1defa;
}
.sheet.is-admin, .is-admin.sheet--stats, .is-admin.sheet--gc {
  padding: 24px;
}
.sheet.is-info, .is-info.sheet--stats, .is-info.sheet--gc {
  background-color: #fff5d8;
}
.sheet.is-warning, .is-warning.sheet--stats, .is-warning.sheet--gc {
  background-color: #FCD566;
}
.sheet.is-success, .is-success.sheet--stats, .is-success.sheet--gc {
  background-color: #82C98E;
}
.sheet.is-positive, .is-positive.sheet--stats, .is-positive.sheet--gc {
  background-color: #ccf7cf;
}
.sheet.is-error, .is-error.sheet--stats, .is-error.sheet--gc {
  background-color: #D45E5E;
}
.sheet.is-danger, .is-danger.sheet--stats, .is-danger.sheet--gc {
  background-color: #eca3a3;
}
.sheet .sheet-wrapper, .sheet--stats .sheet-wrapper, .sheet--gc .sheet-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
.sheet .sheet-wrapper.is-tall, .sheet--stats .sheet-wrapper.is-tall, .sheet--gc .sheet-wrapper.is-tall {
  padding: 18px 8px;
}
.sheet .sheet-wrapper.is-big, .sheet--stats .sheet-wrapper.is-big, .sheet--gc .sheet-wrapper.is-big {
  padding: 24px;
}
.sheet .sheet-left, .sheet--stats .sheet-left, .sheet--gc .sheet-left {
  width: 38px;
  height: 38px;
  flex: none;
}
.sheet .sheet-left.is-small, .sheet--stats .sheet-left.is-small, .sheet--gc .sheet-left.is-small {
  width: 24px;
  height: 24px;
  flex: none;
}
.sheet .sheet-left.is-large, .sheet--stats .sheet-left.is-large, .sheet--gc .sheet-left.is-large {
  width: 94px;
  height: 94px;
  flex: none;
}
.sheet .sheet-left.is-page, .sheet--stats .sheet-left.is-page, .sheet--gc .sheet-left.is-page {
  width: 94px;
  height: 138px;
  flex: none;
}
.sheet .sheet-left.is-large-comic, .sheet--stats .sheet-left.is-large-comic, .sheet--gc .sheet-left.is-large-comic {
  width: 135px;
  height: auto;
  flex: none;
}
@media screen and (max-width: 768px) {
  .sheet .sheet-left.is-large-comic, .sheet--stats .sheet-left.is-large-comic, .sheet--gc .sheet-left.is-large-comic {
    width: 128px;
  }
}
.sheet .sheet-right, .sheet--stats .sheet-right, .sheet--gc .sheet-right {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .sheet .sheet-right.is-comic-list, .sheet--stats .sheet-right.is-comic-list, .sheet--gc .sheet-right.is-comic-list {
    max-width: calc(100% - 136px);
    padding-bottom: 32px;
  }
}
.sheet .sheet-right .comic-like-container, .sheet--stats .sheet-right .comic-like-container, .sheet--gc .sheet-right .comic-like-container {
  position: absolute;
  bottom: -2px;
  right: 4px;
}
.sheet .sheet-author, .sheet--stats .sheet-author, .sheet--gc .sheet-author {
  font-size: 11px;
  font-weight: 600;
  font-style: normal;
  margin-top: 3px;
  color: #2D292D;
}
.sheet .sheet-author.is-large, .sheet--stats .sheet-author.is-large, .sheet--gc .sheet-author.is-large {
  font-size: 14px;
  font-weight: 500;
}
.sheet .sheet-author.is-large .sheet-author-timestamp, .sheet--stats .sheet-author.is-large .sheet-author-timestamp, .sheet--gc .sheet-author.is-large .sheet-author-timestamp {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .sheet .sheet-author, .sheet--stats .sheet-author, .sheet--gc .sheet-author {
    margin-top: 3px;
    font-size: 11px;
  }
}
.sheet .sheet-author .sheet-author-action, .sheet--stats .sheet-author .sheet-author-action, .sheet--gc .sheet-author .sheet-author-action {
  font-weight: 400;
}
.sheet .sheet-author .sheet-author-timestamp, .sheet--stats .sheet-author .sheet-author-timestamp, .sheet--gc .sheet-author .sheet-author-timestamp {
  color: #A4A4A4;
  font-weight: 400;
}
.sheet.is-fullheight, .is-fullheight.sheet--stats, .is-fullheight.sheet--gc {
  height: 100%;
}

.sheet-author-reply {
  border-left: 3px solid #F0EEEC;
  padding-left: 20px;
  font-size: 14px;
  color: #2D292D;
  line-height: 140%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.sheet .sheet-comments-link, .sheet--stats .sheet-comments-link, .sheet--gc .sheet-comments-link {
  padding: 5px 16px;
  font-size: 11px;
  background-color: #fbfbfb;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sheet .sheet-comments, .sheet--stats .sheet-comments, .sheet--gc .sheet-comments {
  background-color: #fbfbfb;
  border-top: 1px solid #E3E3E3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sheet .sheet-comments.is-comic-box, .sheet--stats .sheet-comments.is-comic-box, .sheet--gc .sheet-comments.is-comic-box {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sheet .sheet-comments.is-comic-box, .sheet--stats .sheet-comments.is-comic-box, .sheet--gc .sheet-comments.is-comic-box {
    font-size: 10px;
  }
  .sheet .sheet-comments.is-comic-box .footer-item > span, .sheet--stats .sheet-comments.is-comic-box .footer-item > span, .sheet--gc .sheet-comments.is-comic-box .footer-item > span {
    font-weight: 500 !important;
  }
}

.sheet .sheet-comment, .sheet--stats .sheet-comment, .sheet--gc .sheet-comment {
  display: flex;
  padding: 16px 16px 0px 16px;
  font-size: 12px;
}
.sheet .sheet-comment.is-nested, .sheet--stats .sheet-comment.is-nested, .sheet--gc .sheet-comment.is-nested {
  padding: 0px 22px 8px 0px;
}

.sheet .sheet-comment .sheet-author, .sheet--stats .sheet-comment .sheet-author, .sheet--gc .sheet-comment .sheet-author {
  margin-top: 0px;
}

.sheet .sheet-comment p, .sheet--stats .sheet-comment p, .sheet--gc .sheet-comment p {
  color: #5E5E5E;
  margin-bottom: 5px;
}
.sheet .sheet-comment p.is-dark, .sheet--stats .sheet-comment p.is-dark, .sheet--gc .sheet-comment p.is-dark {
  color: #f8f8f8;
}

.sheet .sheet-comment:nth-of-type(1), .sheet--stats .sheet-comment:nth-of-type(1), .sheet--gc .sheet-comment:nth-of-type(1) {
  border-top: none;
}

.sheet .sheet-reply, .sheet--stats .sheet-reply, .sheet--gc .sheet-reply {
  display: flex;
  padding: 6px 16px 6px 16px;
  align-items: center;
}

.sheet-content.is-subscribe {
  padding: 48px !important;
}
.sheet-content.is-subscribe .is-heading1 {
  line-height: 160%;
}
.sheet-content.is-subscribe .is-heading1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 30rem) {
  .sheet-content.is-subscribe .is-heading1 {
    font-size: calc(2.5rem + 0 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .sheet-content.is-subscribe .is-heading1 {
    font-size: 2.5rem;
  }
}
.sheet-content.is-subscribe .is-heading2 {
  line-height: 180%;
}
.sheet-content.is-subscribe .is-heading2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 30rem) {
  .sheet-content.is-subscribe .is-heading2 {
    font-size: calc(1.5rem + 0.1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .sheet-content.is-subscribe .is-heading2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sheet-content.is-subscribe {
    padding: 16px !important;
  }
}

.sheet-content--release {
  flex: 1 38.2%;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 560px) {
  .sheet-content--release {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.sheet-content--releaselist {
  padding-top: 0px;
  padding-bottom: 8px;
  flex: 1 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .sheet-content--releaselist {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sheet-content--releaselist {
    padding-right: 16px;
    padding-left: 20px;
  }
}

.sheet-content--releasedetail {
  padding-top: 0px;
  padding-bottom: 8px;
  flex: 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -13px;
  margin-left: -15px;
  margin-right: -16px;
}
@media screen and (min-width: 560px) {
  .sheet-content--releasedetail {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.sheet-content--forum {
  flex: 1 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
  padding-left: 46px;
  padding-top: 12px;
  padding-right: 46px;
}
@media screen and (max-width: 768px) {
  .sheet-content--forum {
    padding-right: 0%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.sheet-content--chat {
  flex: 1 100%;
  flex-wrap: wrap;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .sheet-content--chat {
    padding-right: 0%;
  }
}

.sheet-content--feed {
  border-left: 3px solid #F2f2f2;
  padding: 8px 16px;
  border-radius: 0px;
  margin: 16px 50px 16px 1px;
}
@media screen and (max-width: 768px) {
  .sheet-content--feed {
    margin: 12px 24px 8px -22px;
  }
}

.sheet-content--blogpost {
  margin: 20px 47px 20px 47px;
  flex: 1 100%;
}
@media screen and (max-width: 768px) {
  .sheet-content--blogpost {
    margin: 8px 6px 6px 6px;
    flex: 1 100%;
  }
}

.sheet-content--blogdetail {
  margin: 18px 26px;
  flex: 1 100%;
}
@media screen and (max-width: 768px) {
  .sheet-content--blogdetail {
    margin: 8px 6px 6px 6px;
    flex: 1 100%;
  }
}

.sheet-content--blogrelated {
  margin: 18px 26px;
  flex: 1 100%;
}
@media screen and (max-width: 768px) {
  .sheet-content--blogrelated {
    margin: 8px 6px 6px 6px;
    flex: 1 100%;
  }
}

.sheet-content--status {
  padding-right: 6%;
}
.sheet-content--status a {
  color: #fdab15;
}
@media screen and (max-width: 768px) {
  .sheet-content--status {
    padding-right: 0%;
  }
}

.sheet-content--release .sheet-content-comicname {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 12px;
  flex: 1 auto;
  line-height: 125%;
}

.sheet-content--release .sheet-content-primary {
  flex: 1;
  padding-top: 16px;
  line-height: 11px;
}

.sheet-content--release .sheet-content-primary .release-info-augmented svg {
  margin-top: -1px !important;
}

.sheet-content--release .sheet-content-secondary {
  flex: none;
  width: 100%;
}

.sheet-content--release .sheet-content-comictitle {
  font-weight: 500;
  color: #151515;
  margin: 0px;
  font-size: 17px !important;
  display: block;
  line-height: 140%;
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 12px;
  flex: 1 auto;
}

.sheet-content--release .sheet-content-pagenumber {
  font-weight: 500;
  font-size: 10px;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #AFAFAF;
  flex: 1 auto;
}

.sheet-content-description {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  padding-top: 4px;
  color: #848689;
  display: none;
}
@media screen and (min-width: 980px) {
  .sheet-content-description {
    display: block;
    word-break: break-word;
  }
}

.sheet-content__info {
  display: flex;
  position: relative;
  flex: 1;
  flex-wrap: wrap;
  align-content: flex-start;
  order: 2;
  padding-left: 12px;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .sheet-content__info {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sheet article iframe, .sheet--stats article iframe, .sheet--gc article iframe {
    max-width: 100%;
    height: auto;
  }
}

.sheet-content__thumbwrapper {
  display: flex;
  flex: 1 100%;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  background-color: #e2e1de;
}
@media screen and (min-width: 560px) {
  .sheet-content__thumbwrapper {
    flex: 1 61.8%;
  }
}

.sheet-content__thumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
}
@media screen and (min-width: 560px) {
  .sheet-content__thumb {
    padding: 4px;
  }
}
.sheet-content__thumb .image {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.sheet-content__thumbhover {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  height: 100%;
  font-size: 11px;
  pointer-events: painted;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute !important;
  z-index: 9;
}
.sheet-content__thumbhover:hover {
  transform: scale(1.02);
}

.sheet-content__thumbdetail {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  background-color: #e2e1de;
  padding: 8px;
}
@media screen and (min-width: 560px) {
  .sheet-content__thumbdetail {
    flex: 1 100%;
    justify-content: center;
    padding: 24px;
  }
}
.sheet-content__thumbdetail .image {
  margin-left: 0.5em;
}
.sheet-content__thumbdetail .image img {
  width: auto !important;
}

@media screen and (min-width: 560px) {
  .sheet-content__comicdetail {
    flex: 1 38.2%;
  }
}

.sheet .sheet-postactions, .sheet--stats .sheet-postactions, .sheet--gc .sheet-postactions {
  display: flex;
  justify-content: flex-end;
  padding: 2px 8px;
}

.sheet-column-cover {
  width: 24px;
  flex: none;
}

.sheet-column-desc {
  padding-left: 8px;
  flex: none;
}

.sheet-column-pages {
  display: flex;
  justify-content: flex-end;
}

.sheet-blogpost {
  padding: 20px;
  border-top: 1px solid #F2f2f2;
  font-size: 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  color: #2D292D;
  line-height: 150%;
}

.sheet-blogpost-comments {
  padding: 20px;
  font-size: 12px;
  border-radius: 0px 0px 3px 3px;
  width: 100%;
  border: 1px solid white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #2D292D;
  line-height: 150%;
  background-color: #f9f9f9;
}

.sheet-forumpost {
  padding: 20px;
  border: 1px solid #F2f2f2;
  font-size: 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #2D292D;
  width: 100%;
  line-height: 150%;
}

.sheet-forumpost-comments {
  padding: 20px;
  /* border: 1px solid $grey5; */
  font-size: 12px;
  border-radius: 0px 0px 3px 3px;
  width: 100%;
  border: 1px solid white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #2D292D;
  line-height: 150%;
  background-color: #f9f9f9;
  /* border-top: 1px solid #E3E3E3; */
}

.sheet-top {
  border-bottom: 1px solid #E3E3E3;
  width: 100%;
  font-size: 12px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 24px;
}
.sheet-top.is-grey {
  background-color: #E3E3E3;
}

.sheet-title {
  border-bottom: 1px solid #f1f0f0;
  padding: 24px 24px 16px 24px !important;
  margin-top: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bb-1-gray {
  border-bottom: 1px solid #f1f0f0;
}

.admin-inputs {
  padding: 24px;
}

.feed-interactive {
  width: 9px;
  height: 11px;
  display: inline !important;
  float: left;
  fill: #f17b0b;
  margin-right: 7px;
}

.feed-comment {
  width: 11px;
  height: 14px;
  vertical-align: bottom;
  display: inline-block !important;
  stroke: #BCBCBC;
  margin-right: 4px;
  margin-left: 4px;
}

.feed-non-interactive {
  width: 9px;
  height: 11px;
  display: inline !important;
  float: left;
  margin-top: 9px;
  margin-right: 7px;
}

.comment-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
}
.comment-button a {
  color: #666;
  padding: 4px 6px 6px 2px;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
}
.comment-button a:hover {
  color: #232323;
  text-decoration: none;
  border: 1px solid #E3E3E3;
}

/*
——————————————————————————————————————————————————————
NAVIGATION (in order of appearance)
——————————————————————————————————————————————————————
*/
.navigation-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 2px 20px;
  background: #151515;
  top: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  user-select: none;
}

.navigation-wrapper.is-creatornav {
  background: #352416;
}
.navigation-wrapper.is-creatornav .nav-icons {
  fill: #7b6552;
}
@media screen and (min-width: 980px) {
  .navigation-wrapper.is-creatornav .nav-icons:hover {
    fill: #ffffff;
  }
}
@media screen and (min-width: 980px) {
  .navigation-wrapper.is-creatornav .nav-link:hover,
.navigation-wrapper.is-creatornav .nav-profile:hover {
    background-color: #21140a;
  }
}
.navigation-wrapper.is-creatornav .nav-search {
  border: 1px solid #67381c;
  box-shadow: 0px -1px 0px #614229;
}
.navigation-wrapper.is-creatornav .nav-button,
.navigation-wrapper.is-creatornav .nav-button-upload {
  background: #483322;
}
.navigation-wrapper.is-creatornav .nav-button-upload {
  border-left: 1px solid #381e06;
}

#debugbar ~ .main .navigation-wrapper {
  top: 34px;
}

.nav-up {
  top: -46px !important;
}

.navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 44px;
  position: relative;
}

.navigation-guest {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-guest .nav-link,
.navigation-guest .nav-button {
  display: block;
}

.navigation-unreadbubble {
  pointer-events: none;
  background-color: #f17b0b;
  /* box-shadow: 0px 1px 4px black; */
  font-size: 8px;
  border-top: 1px solid #ffac41;
  font-weight: 700;
  min-width: 17px;
  color: white;
  border-radius: 4px;
  text-align: center;
  padding: 1px 2px 1px 2px;
  border: 2px solid #151515;
  text-shadow: 1px 1px 0px #ba5e1f;
  position: absolute;
  top: 5px;
  display: inline-block;
  margin-left: 22px;
  z-index: 999;
}
.navigation-unreadbubble.is-hidden {
  display: none;
}

.nav-logo {
  margin-top: 3px;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  fill: #f17b0b;
}
.nav-logo:hover {
  transform: scale(1.02);
  fill: #ff8d22;
}
@media screen and (max-width: 768px) {
  .nav-logo {
    margin-right: 0px;
  }
}

.nav-link {
  padding: 7px 13px;
  color: #efefef;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  display: none;
  border-radius: 4px;
  border: 1px solid transparent;
}
.nav-link:hover {
  color: white;
}
.nav-link.is-active {
  background-color: black;
}
@media screen and (min-width: 980px) {
  .nav-link {
    display: block;
  }
}

.nav-search {
  margin-left: 8px;
  padding: 16px 12px 15px 12px;
  height: 31px;
  outline: none;
  border: 1px solid #333333;
  border-radius: 3px;
  background-color: #333333;
  background-position: 10px 8px;
  background-size: 13px;
  box-shadow: 0px -1px 0px rgb(0, 0, 0);
  color: #efefef;
  font-weight: 600;
  font-size: 13px;
  max-width: 700px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  flex: 1;
}
@media screen and (max-width: 768px) {
  .nav-search {
    flex: 1;
    width: 1px;
    padding-left: 28px;
    background: #f9f9f9 url(/static/images/beta/search.svg) 9px 8px no-repeat;
    background-size: 14px;
    background-color: rgba(20, 20, 20, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-search.is-anon {
    padding-left: 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 360px) {
  .nav-search.is-anon {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 375px) {
  .nav-search {
    padding-left: 30px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .nav-search:active, .nav-search:focus {
    padding-left: 30px;
    flex: 1;
  }
}
.nav-search:active, .nav-search:focus {
  background-color: #f8f7f6;
  border: 1px solid #333333;
  color: #2D292D;
}
.nav-search:active + .nav-search-button, .nav-search:focus + .nav-search-button {
  background-color: #f17b0b;
  border-left: none;
  padding-left: 13px;
}
.nav-search:active + .nav-search-button svg, .nav-search:focus + .nav-search-button svg {
  fill: white;
}
.nav-search:hover + .nav-search-button svg {
  fill: white;
}

.nav-search-button {
  margin-right: 20px;
  margin-left: -4px;
  background-color: black;
  border: 1px solid #333333;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 4px 14px 2px 12px;
}
.nav-search-button svg {
  width: 20px;
  height: 17px;
  stroke: none;
  fill: #aba9a7;
}

.autocomplete-suggestions {
  /* core styles should not be changed */
  position: absolute;
  z-index: 10000;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 254px;
  cursor: default;
  text-align: left;
  border-radius: 3px;
  border-top: 0;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
}

.autocomplete-suggestion {
  position: relative;
  overflow: hidden;
  padding: 0px 11px;
  white-space: nowrap;
  margin: 3px 0px;
  text-overflow: ellipsis;
  color: #5E5E5E;
  font-size: 12px;
  height: 40px;
  line-height: 23px;
}

.autocomplete-suggestion b {
  color: #000;
  font-weight: 500;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.nav-button {
  margin-left: 12px;
  padding: 6px 12px 7px 12px;
  border-radius: 3px;
  background: #3c393c;
  box-shadow: 0 -1px 0 0 rgba(164, 164, 164, 0.35);
  color: #e6e4e3;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: none;
}
.nav-button:hover {
  background: #423f42;
  box-shadow: 0 -1px 0 0 rgba(164, 164, 164, 0.4);
}
@media screen and (min-width: 870px) {
  .nav-button {
    display: block;
  }
}

.nav-button-upload {
  margin-left: -2px;
  padding: 8px 12px 7px 12px;
  border-left: 1px solid #565356;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #3c393c;
  box-shadow: 0 -1px 0 0 rgba(164, 164, 164, 0.35);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  display: none;
}
.nav-button-upload:hover {
  background: #423f42;
  box-shadow: 0 -1px 0 0 rgba(164, 164, 164, 0.4);
}
.nav-button-upload:hover .nav-button-upload-icon {
  fill: #A4A4A4;
}
@media screen and (min-width: 870px) {
  .nav-button-upload {
    display: block;
  }
}

.nav-button-upload-icon {
  margin-top: 0px;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  -webkit-filter: drop-shadow(0px 1px 0px #000);
  filter: drop-shadow(0px 1px 0px #000);
  fill: #e3e3e3;
}

.nav-avatar {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.nav-profile:hover,
.is-expanded .nav-profile,
.active.nav-profile {
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .nav-profile:hover,
.is-expanded .nav-profile,
.active.nav-profile {
    background-color: black;
  }
}

@media screen and (max-width: 768px) {
  .active.nav-profile {
    border-color: #ccc;
  }
}

.nav-profile {
  display: flex;
  color: white;
  border: 1px solid #404040;
  float: left;
  border-top-left-radius: 3px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  margin-left: 10px;
  font-size: 11px;
  align-items: center;
}
.nav-profile > span {
  color: #999999;
  display: block;
  font-size: 13px;
  margin: 0px 12px;
}
.nav-profile:hover {
  border: 1px solid #666;
}
.nav-profile span {
  font-weight: 600;
}
.nav-profile i {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .nav-profile {
    padding: 2px;
    border-radius: 100%;
  }
  .nav-profile span {
    display: none;
  }
}

.react-mounted .is-hidden-mounted {
  display: none;
}

.nav-icons {
  margin-top: 3px;
  fill: #848689;
  margin-left: 10px;
  width: 30px;
  z-index: 1;
  height: 19px;
}
@media screen and (min-width: 769px) {
  .nav-icons:hover,
.nav-icons .navigation-unreadbubble:hover + .nav-icons {
    fill: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .nav-icons {
    filter: none;
  }
}

.active .nav-icons {
  fill: #F2f2f2;
}
@media screen and (max-width: 768px) {
  .active .nav-icons {
    fill: #2D292D;
    filter: none;
  }
}

.js-navpopup {
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .js-navpopup {
    padding: 0px;
  }
}

.navigation-user {
  align-items: center;
  display: flex;
}

.nav-mobicon {
  width: 100%;
  height: 17px;
  fill: #a8a29f;
  z-index: 9999;
}
.nav-mobicon.has-stroke {
  stroke: #A8A29F;
}

.nav-mob-item {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}

.bottom-nav {
  z-index: 9999;
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  background-color: #292828;
}

.bottom-nav__unit {
  flex: 1;
  text-align: center;
}
.bottom-nav__unit.is-active {
  background-color: #212121;
  box-shadow: inset 0px 0px 3px black;
}
.bottom-nav__unit.is-sidebartoggle {
  width: 45px;
  padding-left: 2px;
  padding-top: 9px;
  flex: none;
  border-right: 1px solid #151515;
  padding-right: 2px;
  box-shadow: 1px 0px 0px #3a3a3a;
}
.bottom-nav__unit.is-sidebartoggle svg {
  width: 13px;
  stroke: #5E5E5E;
}
.bottom-nav__unit.is-sidebartoggle.is-enabled svg {
  stroke: #f17b0b;
}

.bottom-nav__unit.active a {
  color: #0c81ff;
}

.bottom-nav__unit a {
  color: #a2a2a2;
  display: block;
  padding-top: 8px;
  padding-bottom: 5px;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  .bottom-nav {
    display: none;
  }
}
.autocomplete-suggestion {
  align-self: center;
  align-items: center;
  display: flex;
}

.autocomplete-suggestion img {
  margin-right: 8px;
  margin-left: -8px;
}

.autocomplete-type {
  margin-left: 5px;
  color: #BCBCBC;
}

.nav-popup {
  background-color: white;
  border-radius: 0;
  top: 0;
  left: auto;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  overflow-y: scroll;
  list-style: none;
  max-height: 100vh;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nav-popup {
    max-height: 80vh;
    top: 44px;
    position: absolute;
    border-radius: 3px;
    max-width: 400px;
    right: -5px;
    max-height: 80vh;
  }
}

@media screen and (min-width: 769px) {
  .nav-popup.is-profile {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .nav-popup.is-profile .nav__popout-title--fixed {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav-popup.is-profile .nav-popup-wrapper {
    padding-top: 50px;
  }
}

.nav-popup-wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .nav-popup-wrapper {
    padding-bottom: 0;
    min-height: 0;
  }
}

.nav-popup-wrapper:first-child {
  margin-top: 20px;
}

.nav-popup-item:first-of-type {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .nav-popup-item:first-of-type {
    margin-top: 44px;
  }
}

.sheet .nav-popup-item:first-of-type, .sheet--stats .nav-popup-item:first-of-type, .sheet--gc .nav-popup-item:first-of-type {
  margin-top: 0px;
}

.nav-popup-item {
  text-decoration: none;
  color: #2D292D;
  display: flex;
  border-bottom: 1px solid #F2f2f2;
  font-size: 11px;
  padding: 12px;
  width: 100%;
  flex-wrap: wrap;
}
.nav-popup-item.is-new {
  background: #fbfaf8;
  border-bottom-color: #e6e3db;
}
.nav-popup-item:hover {
  text-decoration: none !important;
  background-color: #F2f2f2;
}
.nav-popup-item:hover .progress-bar-progress {
  background-color: #f17b0b;
}
.is-notifications .nav-popup-item {
  background-color: #f8f8f8;
}
.nav-popup-item.is-unread {
  background-color: #ffffff;
}

.nav-popup-item-content {
  flex: 1;
}

.nav-popup-title {
  font-size: 12px;
  padding: 8px 10px;
  z-index: 99;
  position: fixed;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(247, 247, 247, 0.9);
  width: 400px;
  font-size: 10px;
  color: #A5A5A5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}

.highlight {
  font-weight: 500;
}

.nav-popout-creator-item {
  background-color: #F8F7F6;
}

.nav-popout-link {
  text-decoration: none;
  color: #2D292D;
  display: flex;
  font-size: 13px;
  padding: 11px;
  font-weight: 400;
  flex-wrap: wrap;
}
.nav-popout-link.is-bordered {
  border-bottom: 1px solid #E3E3E3;
}
.nav-popout-link:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 769px) {
  .nav-popout-link {
    font-size: 12px;
    padding: 10px 18px;
  }
}
.nav-popout-link span {
  position: absolute;
  right: 24px;
  color: #f17b0b;
  font-weight: 500;
}

.nav-popup-item-content {
  margin-left: 8px;
  padding-top: 4px;
  width: 85%;
}

.nav-popup-item-timestamp {
  flex: 1 50%;
  color: #5E5E5E;
  font-size: 10px;
}

.arrow-up {
  margin-top: 3px;
  margin-left: -5px;
  float: right;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  position: fixed;
}

.arrow-container {
  text-align: center;
  display: none;
}

.active .arrow-container {
  display: block;
}

.nav-profile .arrow-up {
  margin-top: 15px;
  margin-left: -25px;
  border-bottom: 10px solid #ffffff;
}

.nav-popout-item {
  color: #2D292D;
  display: block;
  padding: 9px 12px;
  border-bottom: 1px solid #F2f2f2;
  font-size: 12px;
}

.nav-popout-item:hover {
  background-color: #f7f7f7;
}

.progress-bar-progress {
  background-color: #eee;
  height: 100%;
  display: block;
}

.nav__popout, .nav__popout--readinglist, .nav__popout--settings, .nav__popout--messages, .nav__popout--notifications, .nav__popout--accountswitcher {
  display: none;
  position: absolute;
  background-color: white;
  text-align: left;
  top: 32px;
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
}

.nav__popout--accountswitcher {
  margin-left: -199px;
  width: 225px;
}

.nav__popout--notifications {
  margin-left: -388px;
  overflow-y: scroll;
  max-height: 80vh;
  max-width: 420px;
}

.nav__popout--messages {
  margin-left: -328px;
  max-width: 360px;
}

.nav__popout--settings {
  margin-left: -188px;
  max-width: 220px;
}

.nav__popout--readinglist {
  margin-left: -327px;
  max-width: 360px;
}

.nav__popout-contentwrapper {
  padding-top: 20px;
}

.nav__popout-title, .nav__popout-title--fixedshort, .nav__popout-title--fixed {
  font-size: 10px;
  font-weight: 500;
  color: #A5A5A5;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav__popout-title--fixed {
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background-color: rgba(246, 246, 246, 0.97);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  border-bottom: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 769px) {
  .nav__popout-title--fixed {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .nav__popout-title--fixed {
    height: 44px;
  }
}

.nav__popout-title--fixedshort {
  position: fixed;
  background-color: rgba(246, 246, 246, 0.97);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 100%;
  border-bottom: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 769px) {
  .nav__popout-title--fixedshort {
    width: 400px;
  }
}

.nav__popout-title-actions {
  float: right;
  display: block;
}

.nav__popout-title-actions a {
  margin-left: 0px;
  text-transform: none;
  letter-spacing: 0;
  color: #696969;
  font-size: 11px;
  padding: 3px 7px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  .nav__popout-title-actions a {
    padding: 0px;
    border: none;
    margin-left: 10px;
    font-size: 10px;
  }
}

.nav__popout-title-actions a:hover {
  text-decoration: underline;
}

.notification-quote {
  border-left: 2px solid #ccc;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 2px;
}

.nav__popout-image {
  width: 40px;
  float: left;
}

.nav__popout__notification-timestamp {
  color: #A4A4A4;
  font-size: 10px;
  display: inline-block;
  font-weight: 300;
  display: block;
}

.nav__popout-account, .nav__popout-account--disabled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #2D292D;
  padding: 12px 8px;
}

.nav__popout-account--disabled {
  color: #f17b0b;
  cursor: default;
}

.nav__popout-account--disabled img {
  opacity: 1;
  border: 1px solid #f17b0b;
}

.nav__popout-account:hover, .nav__popout-account--disabled:hover {
  background-color: #F7F7F7;
}

.nav__popout-account-name {
  font-size: 11px;
  padding: 13px 16px;
  font-weight: 500;
}

.nav__popout-account-type {
  font-size: 9px;
  color: #5E5E5E;
  display: block;
  font-weight: normal;
}

.nav__popout__notification {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  min-height: 50px;
  color: #696969;
}

.nav__popout__notification:hover {
  background-color: #F9F9F9;
}

.nav__popout--unread {
  background-color: #FBFBF2 !important;
  display: block;
}

.nav__popout__message {
  display: block;
  clear: both;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav__popout__message:hover {
  background-color: #F9F9F9;
}

.nav__popout__message-content {
  float: left;
  font-size: 11px;
  font-weight: 400;
}

.nav__popout__message-title {
  font-weight: 600;
}

.nav__popout__message-lastmessage {
  color: #696969;
}

.nav__popout__message-participants {
  color: #A4A4A4;
  font-weight: 300;
}

.nav__popout__message-timestamp {
  color: #ccc;
  font-size: 10px;
  display: inline-block;
}

.nav__popout--settings a {
  padding: 10px 12px;
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #f1f1f1;
}

.nav__popout--settings a:hover {
  background-color: #F9F9F9;
}

.nav__popout__readinglist-item {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 10px;
}

.nav__popout__readinglist-item:hover {
  background-color: #F9F9F9;
}

.nav__popout__readinglist-item__image {
  width: 60px;
  float: left;
  text-align: center;
}

.nav__popout__readinglist-item__close {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: 10px;
  transition: all 0.1s ease-in;
  fill: #979797;
  padding: 3px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  float: right;
}

.nav__popout__readinglist-item__close:hover {
  fill: #555;
  border: 1px solid #2D292D;
}

.nav__popout__readinglist-item-content {
  float: left;
  width: 309px;
}

.nav__popout__readinglist-item-progress {
  background-color: #D8D8D8;
  height: 5px;
  width: 85%;
  border-radius: 4px;
  margin-top: 9px;
}

.nav__popout__readinglist-item-progresstext {
  float: right;
  font-size: 9px;
  padding-top: 5px;
  color: #B1B1B1;
}

.donations-progress-container {
  border: 1px solid #d7d7d7;
  background-color: #e8e6e6;
  height: 25px;
  display: block;
  position: relative;
  border-radius: 3px;
}

.donations-progress-fill {
  display: inline-block;
  border-radius: 3px;
  height: 23px;
}

.donations-progress-text {
  position: relative;
  text-align: center;
  top: -23px;
  color: #2D292D;
  font-weight: 500;
  display: block;
  font-size: 11px;
}

.donations-form {
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 769px) {
  .donations-form {
    display: flex;
  }
}

.donations-info {
  padding: 8px;
  font-size: 13px;
  margin-bottom: 12px;
}

.donations-avatar-label {
  position: absolute !important;
  top: 35px;
  right: -8px;
}

.donations-message {
  font-size: 12px;
  color: #A4A4A4;
}
.donations-message a {
  color: #2D292D;
}
.draggable-handle {
  cursor: move;
}
.draggable-handle:hover {
  box-shadow: 0px 2px 15px #f17b0b;
}
.draggable-handle.is-drag-handle:hover {
  box-shadow: none !important;
}

.tabs-wrapper {
  width: 100%;
  padding-top: 8px;
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 16px;
  display: flex;
}
.tabs-wrapper.is-white {
  padding-top: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tabs-wrapper.is-white .tab-item {
  color: #E3E3E3;
}
.tabs-wrapper.is-white .tab-item:hover {
  color: #E3E3E3;
}
.tabs-wrapper.is-white .tabs-title {
  color: #E3E3E3;
}
.tabs-wrapper.is-black {
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: none;
}
.tabs-wrapper.is-black .tab-item {
  color: #E3E3E3;
}
.tabs-wrapper.is-black .tab-item:hover {
  color: #ffffff;
}
.tabs-wrapper.is-black .tab-item.is-active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.tabs-wrapper.is-black .tab-item .tab-label {
  border-color: #5E5E5E;
}
.tabs-wrapper.is-black .tab-item:hover span {
  color: #ffffff;
}
.tabs-wrapper.is-black .tabs-title {
  color: #E3E3E3;
}
@media screen and (max-width: 768px) {
  .tabs-wrapper.is-black {
    order: 1;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.tabs-blackbar {
  background-color: rgba(35, 35, 35, 0.8);
  height: 44px;
  position: absolute;
  width: 100%;
  margin-left: -8px;
}

.tabs {
  display: flex;
  width: 100%;
}
.tabs.is-expanded {
  justify-content: flex-end;
}

.tab-item:first-of-type {
  margin-left: 0px;
}

.tabs-title {
  align-self: center;
  font-weight: 600;
  width: 100%;
  color: #333333;
  padding: 2px 0px 10px 4px;
  font-size: 23px;
}
.tabs-title a {
  color: #f17b0b;
}
@media screen and (max-width: 768px) {
  .tabs-title {
    display: none;
  }
}

.tab-item {
  color: #5E5E5E;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 4px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0px 4px;
  letter-spacing: 0.5px;
  font-weight: 500;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .tab-item {
    flex: none;
    font-size: 13px;
    margin: 0px 10px;
    justify-content: flex-start;
  }
}

.tab-item .tab-label {
  color: #848689;
  font-size: inherit;
  display: none;
  align-self: inherit;
  border-radius: 3px;
  float: right;
  margin-left: 3px;
  font-weight: 500;
  padding: 0px 5px 2px 5px;
}
@media screen and (min-width: 769px) {
  .tab-item .tab-label {
    display: inline;
  }
}

.tab-item:hover {
  color: #2D292D;
  border-bottom: 1px solid #A4A4A4;
}

.tab-item:hover span {
  color: #2D292D;
}

.tab-item.is-active {
  color: #2D292D;
  border-bottom: 2px solid #2D292D;
}

.tab-item.is-disabled {
  color: #A4A4A4;
}
.tab-item.is-disabled .tab-label {
  color: #A4A4A4;
}

.sidebar-block {
  margin-top: 10px;
}

.sidebar-avatar {
  margin-top: 0px;
  margin-bottom: 30px;
}

.sidebar-thread-icon {
  margin-top: 3px;
  fill: #f17b0b;
  stroke: #f17b0b;
  margin-right: 4px;
  margin-left: 4px;
  width: 21px;
  z-index: 1;
  height: 14px;
}

.sidebar-buttoncontainer {
  justify-content: space-around;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .sidebar-buttoncontainer {
    display: flex;
  }
}

.mobile-sidebar-toggler {
  /*position: absolute;*/
  content: "";
  /*height: 100%;*/
  /*width: 100%;*/
  /*top: 0%;*/
  /*left: 0%;*/
  /*border-radius: 3px;*/
  /*box-shadow: 1px 1px 1px #f17b0b;*/
  stroke: #fff;
  animation: glow-grow 3s ease-out infinite;
}

.mobile-sidebar-toggler {
  animation-delay: 1.33s;
}

@keyframes glow-grow {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-buttoncontainer .sidebar-empty {
    display: none;
  }
}

.sidebar-social-link {
  color: #A4A4A4;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
  align-items: center;
}
.sidebar-social-link:hover {
  color: #2D292D;
}
.sidebar-social-link:hover svg {
  fill: #5E5E5E;
}
.sidebar-social-link svg {
  width: 25px;
  height: 25px;
  padding: 4px;
  margin-right: 8px;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  fill: #BCBCBC;
}
.sidebar-social-link.blackish {
  color: #2D292D;
}
.sidebar-social-link.active {
  font-weight: 700;
  color: #000000;
}

.sidebar-buttoncontainer .button {
  flex: 1;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .sidebar-buttoncontainer .button {
    width: 100%;
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-buttoncontainer .button {
    margin-left: 2px;
    margin-right: 2px;
  }
}

.sidebar-title {
  text-transform: uppercase;
  color: #A4A4A4;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.sidebar-title.is-small {
  font-size: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sidebar-title {
    font-size: 14px;
  }
}

.sidebar-listwrap {
  margin-bottom: 30px;
  display: block;
}

.sidebar-toggle {
  font-weight: 500;
  font-size: 10px;
  text-decoration: none;
  border: 1px solid transparent;
  background-color: #E3E3E3;
  color: #A4A4A4;
  width: 17px;
  margin-bottom: 0px;
  display: inline-flex;
  height: 16px;
  align-items: flex-start;
  margin-right: 3px;
  text-align: center;
  border-radius: 3px;
  padding-left: 5px;
  vertical-align: baseline;
}
.sidebar-toggle.is-light {
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  border-color: #E3E3E3;
  background-color: #ffffff;
  color: #A4A4A4;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px 0px;
  margin-right: 3px;
  text-align: center;
  border-radius: 3px;
  padding-left: 1px;
}
.sidebar-toggle.is-light:hover {
  color: #5E5E5E;
  border-color: #BCBCBC;
}
.sidebar-toggle:hover {
  text-decoration: none !important;
  color: #2D292D;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .sidebar-toggle {
    width: 31px;
    height: 29px;
    font-size: 15px;
    padding: 3px 5px 1px 6px;
  }
}

.sidebar-toggle[data-toggled=true] {
  color: #5E5E5E;
}
.sidebar-toggle[data-toggled=true]::after {
  content: "-";
}

.sidebar-toggle[data-toggled=false] {
  color: rgba(0, 0, 0, 0.2);
}
.sidebar-toggle[data-toggled=false]::after {
  content: "+";
}

.sidebar-lang {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-right: 0px;
  align-self: center;
}
.sidebar-lang.is-active a:link, .sidebar-lang.is-active a:visited {
  border: 1px solid #D7D7D7;
  background-color: transparent;
  color: #2D292D;
}
.sidebar-lang a:link, .sidebar-lang a:visited {
  display: block;
  flex: 1;
  padding: 3px 8px;
  border-radius: 3px;
  margin-top: 3px;
  border: 1px dashed rgba(85, 85, 85, 0.14);
  background-color: #F2f2f2;
  color: #A4A4A4;
  text-decoration: none;
}
.sidebar-lang a:hover {
  text-decoration: underline;
}
.sidebar-lang:hover .hidden {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebar-lang {
    padding-right: 16px;
  }
}

.sidebar-text {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  display: block;
  flex: 1;
  color: #2D292D;
  margin-left: 8px;
  padding-right: 0px;
  align-self: center;
}
.sidebar-text a:link, .sidebar-text a:visited {
  color: inherit;
  text-decoration: none;
}
.sidebar-text a:hover {
  text-decoration: underline;
}
.sidebar-text:hover .hidden {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebar-text {
    padding-right: 16px;
  }
}

.sidebar-text .hidden {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.9);
}

.sidebar .hidden a {
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  padding: 8px 2px;
  border-left: 1px solid #A4A4A4;
  color: #2D292D;
  flex: 1;
  margin: 2px;
  text-align: center;
  align-self: center;
}

.sidebar-icon {
  width: 20px;
  height: 20px;
}

.sidebar-floatbutton {
  display: block;
  position: fixed;
  padding: 8px;
  z-index: 80;
  text-align: center;
  width: 33px;
  height: 33px;
  left: 0px;
  top: 8px;
  text-decoration: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #A4A4A4;
  background-color: #F2f2f2;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.sidebar-empty {
  border: 1px dashed rgba(85, 85, 85, 0.14);
  border-radius: 3px;
  margin-top: 8px;
  padding: 15px 28px;
  color: #555;
  font-size: 11.2px;
  background-color: rgba(223, 223, 223, 0.08);
}

.sidebar-empty a {
  color: #000000;
}
.sidebar-empty a:hover {
  text-decoration: underline;
}

.sidebar-secondary {
  color: #99948C;
  font-size: 10px;
  display: block;
}

.sidebar-intro {
  display: none;
}
@media screen and (min-width: 769px) {
  .sidebar-intro {
    display: block;
  }
}

.sidebar-intro a {
  text-decoration: none;
  color: #2D292D;
  font-weight: 500;
}

.sidebar-intro a:hover {
  text-decoration: underline;
}

.sidebar-social {
  display: none;
}
@media screen and (min-width: 769px) {
  .sidebar-social {
    display: block;
    padding: 0px 8px 8px 0px;
    margin-top: 0px;
  }
}

.sidebar-credit {
  font-size: 12px;
  font-weight: 500;
}
.sidebar-credit a {
  color: #2D292D;
}

.sidebar-item {
  margin-top: 8px;
  display: flex;
  color: #555;
  padding-top: 8px;
}

.sidebar-item:first-of-type {
  margin-top: 0px !important;
}

.sidebar-item:nth-child(1) {
  margin-top: 0px !important;
}

.user-avatar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.speechbubble {
  border-radius: 14px !important;
  position: relative;
  top: -5px;
  z-index: 98;
  padding: 12px;
  font-size: 12px;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .speechbubble {
    width: 100%;
    top: -22px;
  }
}

.speechbubble::before {
  content: " ";
  width: 0px;
  display: inline-block;
  margin-left: 165px;
  position: absolute;
  margin-top: -21px;
  height: 0px;
  border-left: 7px solid white;
  border-bottom: 7px solid white;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
}

.sidebar-profiledescription {
  font-size: 12px;
  text-align: center;
  padding: 4px 10px 12px 10px;
}

.sidebar-profiledescription a {
  color: #5E5E5E;
}

.sidebar-settinglink {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  color: #999999;
  padding: 4px 0px;
}
.sidebar-settinglink:hover {
  color: black;
}
.sidebar-settinglink:hover svg {
  fill: #333;
}
.sidebar-settinglink.has-icon svg {
  position: relative;
  top: 4px;
  width: 17px;
  height: 17px;
  fill: #999;
}
.sidebar-settinglink.is-active {
  color: #333333;
}
.sidebar-settinglink.is-active.has-icon svg {
  fill: #333;
}
.sidebar-settinglink.is-disabled {
  color: #ccc;
}

.sidebar__comics-edit {
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px 8px;
  color: #949494;
  margin-left: 8px;
  border-radius: 2px;
}

.sidebar__comics-edit:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #2D292D;
}

/* Mostly: http://ryanfait.com/sticky-footer/ */
.footer {
  width: 100%;
  height: 42px;
  margin-top: 80px;
  background: #f8f8f8;
  display: none;
}
@media screen and (min-width: 980px) {
  .footer {
    display: block;
  }
}

.footer a {
  color: #2D292D;
  text-decoration: none;
  padding: 4px;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-legal {
  color: #A4A4A4;
  text-decoration: none;
  padding: 4px;
}

.footer-content {
  width: 100%;
  border-top: 1px solid #dedede;
  text-decoration: none;
  padding-top: 8px;
  display: flex;
  /* margin-top: 20px; */
  font-size: 11px;
  justify-content: space-between;
}

.footer-left, .footer-right {
  display: flex;
  align-items: center;
}

.footer p {
  width: 1018px;
  margin: 0 auto;
  font-size: 12px;
  padding-top: 12px;
  color: #5E5E5E;
}

.footer-link {
  color: #f8f8f8;
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #f17b0b;
  padding-bottom: 2px;
}
.footer-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.push {
  height: 42px;
  clear: both;
}

.release:last-of-type {
  border-bottom: none;
}

.release {
  border-bottom: 1px solid #F2f2f2;
  align-items: flex-start;
  position: relative;
  min-height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
.release .image.is-page.is-extrasmall {
  margin-left: 8px;
}
.release.is-expanded {
  border-bottom: 1px solid transparent;
}
.release.is-expanded .image.is-page.is-extrasmall {
  opacity: 1;
}
.release.is-expanded .release-name {
  opacity: 1;
}
.release.is-expanded, .release.is-expanded + .release-details {
  background-color: #fbfbfb;
}

.release-title {
  color: #5E5E5E;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #F2f2f2;
  background-color: #ffffff;
}

.release-readbutton {
  border-radius: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  top: 14px;
  text-align: center;
  background-color: white;
  right: 20px;
}

.release-editbutton {
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  position: absolute;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  top: 14px;
  text-align: center;
  right: 85px;
}

.release-details {
  border-bottom: 1px solid #F2f2f2;
  -webkit-transition: all 1s ease-out;
}

.release-name {
  font-size: 16px;
  padding: 16px 0px 16px 16px;
  font-weight: 500;
  color: #2D292D;
}

.release-name-link-fu-hn {
  color: #2D292D;
  display: inline;
  min-width: 200px;
  font-weight: 500;
}

.release-name span {
  font-size: 10px;
  color: #A4A4A4;
  display: block;
}

.release-info {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  margin-right: 20px;
  color: #A4A4A4;
}
.release-info a {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  margin-right: 20px;
  color: #A4A4A4;
}

.release-info-augmented svg {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 1px;
  margin-right: 7px;
}

.page-cover {
  height: 220px;
  width: 100%;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-cover {
    height: 140px;
    padding-top: 50px;
  }
}
.page-cover.is-forum {
  height: 86px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .page-cover.is-forum {
    height: 43px;
  }
}

.page-cover-overlay {
  background-color: rgba(45, 41, 45, 0.75);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  position: absolute;
  opacity: 1;
}
.page-cover-overlay.is-lighter {
  background-color: rgba(45, 41, 45, 0.6);
}
.page-cover-overlay.is-lightest {
  background-color: rgba(45, 41, 45, 0.1);
}

.btn-fb {
  padding: 8px 15px 8px 2.8em;
  background: #3b5998;
  border-top: 1px solid #537fe2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  clear: both;
  border-radius: 3px;
  display: block;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f8f8f8;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.payment-modal > .fancybox-skin {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.fancybox-opened {
  z-index: 9999;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 145px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 145px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 145px rgba(0, 0, 0, 0.8);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #2b221f;
  opacity: 0.5;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.modal-close {
  position: absolute;
  display: block;
  padding: 9px 15px;
  top: 4px;
  right: 4px;
}
.modal-close svg {
  stroke: #5E5E5E;
  width: 13px;
  height: 13px;
}
.modal-close:hover svg {
  stroke: #2D292D;
  width: 13px;
  height: 13px;
}

/* Upload Image/File Container Classes */
.upload-button-container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.upload-progress-container {
  align-self: center;
  border: 1px solid #E3E3E3;
  display: block;
  flex: 1;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
  height: 20px;
  border-radius: 3px;
}

.upload-file-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 3px;
  background-color: #E3E3E3;
}

.upload-file-progress-bar-text {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 10px;
  padding: 3px 0;
  top: 0;
  font-weight: 500;
  text-align: center;
}

.forum-icon {
  border-radius: 50%;
  width: 72px;
  margin: 10px auto 25px auto;
  color: white;
  text-align: center;
  height: 72px;
  background: #f17b0b url("/static/images/beta/icon_forumph.svg") center center no-repeat;
}

.forumdescription {
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  display: block;
  margin-top: 0px;
  line-height: 150%;
}

.forum-icon span {
  position: relative;
  padding-top: 52px;
  opacity: 0.5;
  text-align: center;
  display: block;
}

.forum-wrapper {
  background-color: white;
  padding: 30px;
  min-height: 269px;
  box-shadow: 0px 1px 1px 0px rgba(89, 89, 89, 0.22);
}

.forum-description {
  color: #A4A4A4;
}

.forumpost-actions {
  float: right;
  opacity: 0;
}

.sheet:hover .forumpost-actions, .sheet--stats:hover .forumpost-actions, .sheet--gc:hover .forumpost-actions {
  opacity: 1;
}

.forumpost-actions:hover, .forumpost-icon:hover {
  opacity: 1;
}

.forumpost-icon {
  padding: 7px 4px 2px 4px;
  border: 1px solid #F2f2f2;
  border-radius: 3px;
  opacity: 0.5;
}

.forumpost-content {
  margin-top: 8px;
}

.community-post {
  width: 100%;
  border-bottom: 1px solid #F2f2f2;
  padding: 10px 24px;
}
.community-post.is-sticky {
  background: url("/static/images/beta/forum_sticky.svg") 98% 12px no-repeat;
}
.community-post.is-locked {
  background: url("/static/images/beta/forum_locked.svg") 98% 12px no-repeat;
}
.community-post.is-sticky.is-locked {
  background: url("/static/images/beta/forum_stickylocked.svg") 98% 12px no-repeat;
}

.is-sticky:nth-of-type(1) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.community-post-icon {
  padding: 10px;
  border-radius: 3px;
  width: 38px;
  margin-left: -12px;
  margin-right: 6px;
  float: left;
  height: 38px;
}
.community-post-icon svg {
  width: 16px;
  height: 16px;
  stroke: #f17b0b;
  margin-right: 8px;
}

.community-post-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
}
.community-post-title.is-official {
  color: #f17b0b !important;
}

.community-post-title:visited {
  color: #88827d;
}

.community-post-info {
  font-size: 11px;
  font-weight: 500;
  color: #5E5E5E;
  margin-top: 2px;
}

.community-post-links {
  color: #555;
}
.community-post-links.is-artist {
  font-weight: 600;
}

.community-gcresponse {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 1px darkgrey;
  padding: 1px;
  margin-bottom: -1px;
  width: 12px;
  height: 12px;
  fill: #f17b0b;
}

.forum-replies {
  border-left: 2px solid #ddd;
  padding-left: 13px;
}

.breadcrumb {
  margin-bottom: 18px;
}

.filter-box {
  display: flex;
  align-items: center;
}

.filter-label {
  font-size: 11px;
  margin: 0px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #aaa;
  padding-bottom: 0px;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pagination-left {
  align-self: flex-start;
}

.pagination-right {
  align-self: flex-end;
}

.pagination-items {
  text-align: center;
  flex: 1;
}

.comic-box {
  flex: 1;
  flex-grow: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 7px;
  flex-shrink: 1;
  min-height: 175px;
}
.comic-box .image {
  display: flex;
  z-index: 66;
}
@media screen and (max-width: 768px) {
  .comic-box {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 580px) {
  .comic-box {
    flex-basis: 33.3%;
  }
}
@media screen and (min-width: 800px) {
  .comic-box {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 980px) {
  .comic-box {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1180px) {
  .comic-box {
    flex-basis: 16.6%;
  }
  .comic-box .image {
    min-height: 190px;
  }
  .comic-box.fb-25 {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 768px) {
  .comic-box.is-large {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 580px) {
  .comic-box.is-large {
    flex-basis: 33.3%;
  }
}
@media screen and (min-width: 800px) {
  .comic-box.is-large {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 980px) {
  .comic-box.is-large {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1180px) {
  .comic-box.is-large {
    flex-basis: 16.6%;
  }
  .comic-box.is-large .image {
    min-height: 190px;
  }
  .comic-box.is-large.fb-25 {
    flex-basis: 25%;
  }
}

.comic-box-details {
  margin-top: 12px;
  margin-bottom: 14px;
  text-align: left;
  width: 142px;
}
.comic-box-details.is-centered {
  text-align: center !important;
}
.comic-box-details.is-large {
  width: 100%;
  max-width: 172px;
}
.comic-box-details.is-small {
  width: 132px;
}

.comic-box-author {
  font-size: 11px;
  color: #848689;
  font-weight: 500;
}
.comic-box-author a {
  color: #848689;
}
.comic-box-author a:hover {
  color: #151515;
  text-decoration: underline;
}

.comic-box-tertiary {
  font-size: 11px;
  color: #BCBCBC;
  text-transform: uppercase;
  font-weight: 500;
}

.comic-box-overlay {
  color: white;
  font-size: 10px;
  display: none;
  border-radius: 4px;
  align-content: flex-end;
  flex-wrap: wrap;
  z-index: 999;
  padding: 10px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 80%);
  position: absolute;
  flex: 1;
  height: 100%;
  width: 100%;
}

.comic-box-edge {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
}

.js-tilt-glare {
  border-radius: 4px;
}

.comic-box-overlay-description-fu-hn {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comic-details {
  font-size: 12px;
  text-align: center;
  color: #2D292D;
}

.comic-box-link {
  display: block;
}

.comic-box-link--release {
  display: block;
  align-self: flex-end;
}
.comic-box-link--release img {
  max-height: 180px;
  width: auto !important;
}
.comic-box-link--release div {
  max-height: 180px;
  min-height: 173px;
  min-width: 118px;
  width: 100% !important;
}

.comic-box-link:hover .comic-box-overlay {
  display: inline-flex;
  z-index: 999;
}

.image > .comic-box-link:hover {
  transform: scale(1.15);
  transition: all 50ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.is-magic {
  display: block;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
  perspective: 1000px;
}

.is-magic a {
  display: inline-block;
}

.is-shadowed {
  box-shadow: 0 !important;
}

.is-shadowed::after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  height: 22px;
  width: 100%;
  background: url("/static/images/beta/custom_shadow.png") no-repeat;
  background-size: 100%;
}

.comic-box-list-icon {
  width: 18px;
  height: 14px;
  z-index: 999;
  display: inline;
}
.comic-box-list-icon.has-stroke {
  stroke: #5E5E5E;
}
.comic-box-list-icon.has-fill {
  fill: #5E5E5E;
}

.viewModeSelector {
  background: #ffffff;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  position: absolute;
  left: 8px;
  top: 0;
  border: 1px solid #E3E3E3;
  display: inline-block;
}
.viewModeSelector.is-relative {
  position: relative;
  left: initial;
  top: initial;
}
.viewModeSelector div {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.viewModeSelector div.is-active img {
  opacity: 0.6;
}
.viewModeSelector div img {
  margin: 0 8px 0 0;
  opacity: 0.13;
  position: relative;
}
.viewModeSelector div img:hover {
  opacity: 1;
}

.comic-admin-sidebar {
  background: #FFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 315px;
  float: left;
}

.tabs__link {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  padding: 12px 4px;
  color: #6F6F6F;
  font-size: 12px;
  background-color: #F4F4F4;
}

.tabs__link:hover {
  color: black;
}

.tabs__link--active {
  color: #2D292D;
  font-size: 12px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabs__navigation.is-small {
  background-color: #F4F4F4;
  height: 40px;
}
.tabs__navigation.is-small .tabs__link {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs__section {
  padding: 16px;
}
.tabs__section.is-small {
  padding-top: 0px;
}

.actionbar-item .title,
.actionbar-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .actionbar-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.actionbar-left .actionbar-item:not(:last-child),
.actionbar-right .actionbar-item:not(:last-child) {
  margin-right: 10px;
}
.actionbar-left .actionbar-item.is-flexible,
.actionbar-right .actionbar-item.is-flexible {
  flex-grow: 1;
}

.actionbar-left {
  display: flex;
}
@media screen and (max-width: 768px) {
  .actionbar-left + .actionbar-right {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .actionbar-left {
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .actionbar-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}

.actionbar {
  align-items: center;
  justify-content: space-between;
}
.actionbar:not(:last-child) {
  margin-bottom: 20px;
}
.actionbar code {
  border-radius: 3px;
}
.actionbar img {
  display: inline-block;
  vertical-align: top;
}
.actionbar.is-mobile {
  display: flex;
}
.actionbar.is-mobile > .actionbar-item:not(:last-child) {
  margin-bottom: 0;
}
.actionbar.is-mobile > .actionbar-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .actionbar {
    display: flex;
  }
  .actionbar > .actionbar-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.comic-uploadbox--title {
  width: 90%;
  height: 75%;
  background: #F5F5F3;
  border: 1px dashed #BBB8B3;
  color: #2D292D !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
}
.comic-uploadbox--title:hover .comic-box-plus {
  border: 1px solid #BCBCBC;
  color: #5E5E5E;
}

.comic-box-plus {
  background: #F8F8F8;
  height: 35px;
  width: 35px;
  padding-top: 3px;
  align-self: center;
  border: 1px solid #E3E3E3;
  border-radius: 60px;
  font-size: 21px;
  color: #aaa;
}

.comic-uploadbox--release {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  background: #F5F5F3;
  border: 1px dashed #BBB8B3;
  color: #2D292D !important;
  padding: 12px 15px 12px 15px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
  display: block;
}
.comic-uploadbox--release.has-icon {
  margin-top: 36px;
  background: url(/static/images/beta/icon_upload.svg) no-repeat center 16px;
  background-size: 2.8%;
  padding: 40px 15px 25px 15px;
}
.comic-uploadbox--release.has-icon:hover {
  color: #000;
  background: #fdfdfd url(/static/images/beta/icon_upload_o.svg) no-repeat center 16px;
  background-size: 2.8%;
}

.comic-uploadbox--release span {
  display: block;
  font-size: 11px;
  color: #A4A4A4;
}

.comic-uploadbox--title:hover, .comic-uploadbox--release:hover {
  border: 1px dashed #5E5E5E;
}

.comic-uploadbox-modalstep {
  display: flex;
}
.comic-uploadbox-modalstep a:first-of-type {
  border-right: 1px solid #E3E3E3;
}
.comic-uploadbox-modalstep a {
  flex: 1 50%;
  cursor: pointer;
  padding: 20px 20px 40px 20px;
  text-align: center;
}
.comic-uploadbox-modalstep a:hover {
  background-color: #f5f4f3;
}
.comic-uploadbox-modalstep a:hover .button {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.comic-uploadbox-modalstep img {
  height: 130px;
  display: block;
  margin: 0 auto;
}

.dropzone-modal {
  width: 100%;
  height: 186px;
  text-align: center;
  margin-top: 0;
  background: url("/static/images/beta/icon_upload.svg") no-repeat center 28%;
  border: 1px dashed #BBB8B3;
  color: #252525 !important;
  border-radius: 6px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  background-color: #F5F5F3;
}
.dropzone-modal:hover {
  background: url("/static/images/beta/icon_upload_o.svg") no-repeat center 28%;
  color: black;
  background-color: white;
}

.upload-modal-form.is-dragover .dropzone-modal {
  background-color: rgba(255, 152, 0, 0.14);
  border: 1px dashed #5E5E5E;
}

.dropzone-label {
  font-size: 14px;
  padding-top: 85px;
}

.dropzone-thumbnail {
  max-height: 32px;
  float: left;
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 12px;
}

.dropzone-middle-text {
  display: inline-flex;
  vertical-align: sub;
  font-size: 11px;
  margin-right: 10px;
}

.dropzone-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.breadcrumb-admin {
  display: flex;
  align-items: center;
  font-size: 1em;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding-right: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #A4A4A4;
}
.breadcrumb-admin.is-active {
  border: 1px solid transparent;
  color: #2D292D;
  background-color: transparent;
}
.breadcrumb-admin:hover {
  color: #000000;
}

.breadcrumb-arrow {
  margin-left: 4px;
  margin-right: 5px;
  color: #E3E3E3;
}

.breadcrumb-dropdown {
  flex: 1;
  text-align: right;
  align-self: center;
}

.breadcrumb-dropdown-form {
  display: flex;
  justify-content: flex-end;
}

.breadcrumb-dropdown-label {
  font-size: 12px;
  color: #A4A4A4;
  margin-right: 8px;
  align-self: center;
}

.roadblock {
  z-index: 99999;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 47px;
  margin-bottom: -47px;
  flex-wrap: wrap;
  font-size: 12px;
  background: #f1ede2;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .roadblock.is-reader-mode {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.roadblock p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.roadblock.is-darkblue-notice-banner {
  background-color: #013d56;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}
.roadblock.is-notice-banner {
  z-index: 1;
  font-weight: 500;
  background-color: #b1defa;
  color: #2D292D;
}
.roadblock.is-notice-banner.is-gold {
  color: #000000;
  background-color: #ffc547;
}
.roadblock.is-notice-banner strong {
  font-weight: 700 !important;
}

.banner {
  width: 100%;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.banner.is-black {
  background-color: black;
  color: white;
}
.banner a {
  color: white;
  font-weight: 600;
  text-decoration: underline;
}

#noty_gcDefault_layout_container {
  bottom: 50px;
  background-color: white;
  border: none;
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.2) !important;
  color: #2D292D;
  width: 251px;
  height: auto;
  right: 12px;
  border-radius: 3px;
  position: fixed;
  z-index: 9999;
}
@media screen and (min-width: 980px) {
  #noty_gcDefault_layout_container {
    bottom: 12px;
  }
}

#noty_gcDefault_layout_container li {
  overflow: hidden;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #2D292D !important;
  width: 100%;
}

#noty_fullModal_layout_container {
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.2) !important;
}

#noty_fullModal_layout_container li {
  border-radius: 5px;
  overflow: hidden;
  background: #f8f8f8 !important;
  border: none !important;
  box-shadow: none !important;
  color: #2D292D !important;
  width: 100%;
}

#noty_fullModal_layout_container .noty_message {
  padding: 0 !important;
}

.admin-title {
  color: #2D292D;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 18px;
  background-color: #fbfbfb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #F2f2f2;
}

.admin-title a {
  color: #f17b0b;
  font-size: 12px;
  text-decoration: underline;
}

.release-unit {
  flex-shrink: 0;
  background-color: #f8f8f8;
  box-shadow: 0px 2px 6px 0 rgba(51, 43, 29, 0.35);
  height: 180px;
  width: 180px;
  border-radius: 4px;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column-reverse;
}

.release-unit img {
  max-height: 180px;
  border-radius: 4px;
  position: relative;
  max-width: 180px;
}

.release-unit figure {
  max-height: 100%;
  border-radius: 4px;
  position: absolute;
  max-width: 100%;
}

.release-unit a {
  position: relative;
}

.release-unit figure:hover {
  z-index: 5;
  transform: scale(1.02);
  transition: all 0.1s ease-out;
  transform-origin: bottom;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.one {
  right: 0px;
}

.one:hover ~ .two {
  z-index: 4;
}

.two {
  right: 32px;
}

.three-single {
  align-self: center;
}

figure.firstPageIsSquareOrHorizontal ~ figure {
  display: none;
}

.four {
  display: none;
}

.release-unit_pagenumber {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: white;
  text-transform: uppercase;
  border-bottom-right-radius: 4px;
  padding: 4px 8px;
  overflow-x: hidden;
  font-size: 9px;
  font-weight: 600;
  border-top-left-radius: 4px;
  bottom: 0px;
  z-index: 10;
  right: 0px;
}

.release-unit_progress {
  background-color: #f17b0b;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top-left-radius: 4px;
  z-index: -1;
}

.expand-container {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.expand-container img {
  opacity: 0.65;
  cursor: pointer;
  z-index: 1;
}
.expand-container img:hover {
  fill: #BCBCBC;
  opacity: 1;
}
.expand-container .expand-options {
  z-index: 2;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #F2f2f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.expand-container .expand-options a {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.expand-container .expand-options span {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
}
.expand-container .expand-options:hover > .expand-options {
  display: block;
}
.expand-container .expand-options.is-expanded {
  display: block;
}

.import-fragment-form {
  padding: 4px;
  cursor: pointer;
}
.import-fragment-form .selected {
  background-color: #5E5E5E;
}
.import-fragment-form img {
  min-width: 100px;
  height: 145px;
  border-radius: 9px;
  border: 1.5px solid rgba(0, 0, 0, 0.1019607843);
}

#importFragmentForm .disabled {
  cursor: default;
  opacity: 0.5;
  background-color: #f17b0b;
  pointer-events: none;
}

.modal-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.modal-subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  max-width: 300px;
}

.payment-label {
  font-size: 12px;
  line-height: 5px;
}

.discounted-price {
  line-height: 14px;
  font-size: 12px;
  text-decoration: line-through;
}

.discount-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
}

.is-orange {
  color: rgb(241, 123, 11);
}

.sub-radio-button {
  cursor: pointer;
  line-height: 16px;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 6px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  justify-content: space-between;
  height: 45px;
  /* appearance for checked radiobutton */
}
.sub-radio-button .title {
  font-size: 14px;
  font-weight: 500;
}
.sub-radio-button .subtitle {
  font-size: 12px;
  line-height: 14px;
}
.sub-radio-button input[type=radio] {
  cursor: pointer;
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #E6E4E3;
  border-radius: 50%;
}
.sub-radio-button input[type=radio]:checked {
  background-color: rgb(241, 123, 11);
}

.sub-radio-button.checked {
  border: 1px solid rgb(241, 123, 11);
}

.inline-flex {
  display: inline-flex;
}

.flex-gap-5 {
  gap: 5px;
}

.flex-gap-10 {
  gap: 10px;
}

#confirmPayment {
  font-size: 14px;
  line-height: 36px;
  border-radius: 6px;
}

.font-bold {
  font-weight: 700;
}

.is-grey {
  color: #5E5E5E;
}

.align-items-center {
  align-items: center;
}

#cardElements {
  margin-bottom: -2px;
  padding-top: 6px;
}

button.is-grey {
  background-color: rgb(188, 188, 188);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/*
——————————————————————————————————————————————————————
BASIC IMAGE STYLES
——————————————————————————————————————————————————————
*/
.image a img:hover {
  opacity: 1;
  transition: 100ms ease-out;
  transform: scale(1.02);
  box-shadow: 0px 5px 12px rgba(179, 179, 179, 0.83);
}

.image.is-page a img:hover {
  opacity: 1;
  transition: 100ms ease-out;
  transform: scale(1.02);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.83);
}

.sheet-left .image a img:hover {
  opacity: 0.9;
  transform: none;
  box-shadow: none;
}
.sheet-left .image a img:hover.no-opacity {
  opacity: 1;
  box-shadow: #111 1px 1px 4px;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
  background-color: white;
}
.image img a:hover {
  box-shadow: 0px 1px 5px #E3E3E3;
}
.image.is-centered img {
  margin: 0 auto;
}
.image.is-user img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
.image.is-user.is-small img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.image.is-user.is-extrasmall img {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.image.is-user.is-extralarge img {
  height: 233px;
  width: 233px;
  border-radius: 50%;
}
.image.is-user.is-doublelarge img {
  height: 104px;
  width: 104px;
  border-radius: 50%;
}
.image.is-user.is-micro img {
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.image.is-user.is-large img {
  height: 52px;
  width: 52px;
  border-radius: 50%;
}
.image.is-user.is-auto img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.image.is-page img {
  width: 94px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.image.is-page.is-widthless img {
  width: auto;
  max-height: 180px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.image.is-page.is-widthless2 img {
  width: auto;
  max-height: 372px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.image.is-page.is-extrasmall img {
  width: 24px;
  border-radius: 2px;
}
.image.is-page.is-small img {
  width: 30px;
  border-radius: 2px;
}
.image.is-page.is-medium img {
  width: 60px;
  border-radius: 2px;
}
.image.is-page.is-medium-two img {
  width: 68px;
  border-radius: 2px;
}
.image.is-page.is-large img {
  width: 136px;
  border-radius: 4px;
}
.image.is-page.is-extralarge img {
  width: 225px;
  margin: 5px;
  border-radius: 4px;
}
.image.is-comic img {
  width: 142px;
  height: 220px;
  border-radius: 4px;
  box-shadow: 0 9px 16px 0 #b3a59b;
}
.image.no-shadow img {
  box-shadow: none !important;
}
.image.is-small-comic img {
  width: 132px;
  height: 205px;
}
.image.is-large-comic img {
  width: 172px;
  height: 266px;
}
.image.is-card img {
  width: 136px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .image.is-card img {
    width: 100%;
  }
}
.image.is-creator img {
  height: 38px;
  width: 38px;
  border-radius: 4px;
}
.image.is-creator.is-extrasmall img {
  height: 20px;
  width: 20px;
}
.image.is-creator.is-small img {
  height: 24px;
  width: 24px;
}
.image.is-creator.is-medium img {
  height: 30px;
  width: 30px;
}
.image.is-navswitcher img {
  border: 1px solid transparent;
  opacity: 0.5;
  box-shadow: 0px 1px 3px #5E5E5E;
}
.image.is-navswitcher img:hover {
  border: 1px solid #ffc43d;
  opacity: 1;
}
.image.is-active img {
  border: 1px solid #f17b0b;
  box-shadow: 0px 1px 3px #5E5E5E;
  opacity: 1;
}
.image.is-creator.is-mediumplus img {
  height: 52px;
  width: 52px;
}
.image.is-creator.is-large img {
  height: 94px;
  width: 94px;
}
.image.is-creator.is-max img {
  width: 100%;
  height: auto;
}
.image.is-intro img {
  max-width: 300px;
  margin: 0 auto;
}
.image.is-creator.is-extralarge img {
  width: 233px;
}
@media screen and (min-width: 769px) {
  .image.is-creator.is-extralarge img {
    height: 233px;
  }
}
.image.is-disabled {
  opacity: 0.75;
  filter: grayscale(1);
}
.image.is-disabled:hover {
  opacity: 1;
  filter: grayscale(0);
}
.image.is-inline {
  display: inline;
}

.edit-avatar:hover {
  opacity: 0.5;
}

/* General responsive images */
.image .is-square, .image .is-1by1 {
  padding-top: 100%;
}

.is-circular img {
  border-radius: 50%;
  width: 100px;
}
@media screen and (min-width: 769px) {
  .is-circular img {
    width: 100%;
  }
}

.image .is-4by3 {
  padding-top: 75%;
}

.image .is-3by2 {
  padding-top: 66.6666%;
}

.image .is-16by9 {
  padding-top: 56.25%;
}

.image .is-2by1 {
  padding-top: 50%;
}

.image:hover.is-faded {
  background: rgba(3, 3, 3, 0.5019607843);
}
.image:hover.is-faded img {
  opacity: 0.8 !important;
}

.button {
  font-size: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  vertical-align: top;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  white-space: nowrap;
  height: 31px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", sans-serif;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
}
.button:focus {
  outline: none;
}
.button.is-bold {
  font-weight: 600 !important;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
  text-shadow: none !important;
}
.button.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 1px solid #ffffff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.button.is-loading-inverted {
  color: transparent !important;
  pointer-events: none;
  text-shadow: none !important;
}
.button.is-loading-inverted:after {
  animation: spinAround 500ms infinite linear;
  border: 1px solid #f17b0b;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.button.is-not-rounded {
  border-radius: 0 !important;
}
.button.is-white {
  background-color: white;
  color: #2D292D;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.button.is-white:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-facebook {
  background-color: #3b5998;
  color: white;
  justify-content: flex-start;
  padding-left: 8px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  height: 36px;
}
.button.is-facebook:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-facebook svg {
  width: 16px !important;
  height: 16px !important;
  fill: white;
  margin-right: 8px;
}
.button.is-sso-login {
  border-radius: 6px;
  background-color: #ffffff;
  color: #2D292D;
  justify-content: flex-start;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  font-size: 14px;
  height: 44px;
  padding-left: 16px;
}
.button.is-sso-login:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-sso-login svg {
  width: 25px !important;
  height: 25px !important;
  fill: white;
  margin-right: 16px;
}
.button.is-google {
  background-color: #ffffff;
  color: #2D292D;
  justify-content: flex-start;
  padding-left: 8px;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  height: 36px;
}
.button.is-google:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-google svg {
  width: 16px !important;
  height: 16px !important;
  fill: white;
  margin-right: 8px;
}
.button.is-twitter {
  background-color: #1da1f2;
  color: #ffffff;
  justify-content: flex-start;
  padding-left: 8px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  height: 36px;
}
.button.is-twitter:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-twitter svg {
  width: 16px !important;
  height: 16px !important;
  fill: white;
  margin-right: 8px;
}
.button.is-apple {
  background-color: #3f3f3f;
  color: #ffffff;
  justify-content: flex-start;
  padding-left: 8px;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  height: 36px;
}
.button.is-apple:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.button.is-apple svg {
  width: 16px !important;
  height: 16px !important;
  fill: white;
  margin-right: 8px;
}
.button.is-light-red {
  background-color: #eca3a3;
  color: #ffffff;
  font-weight: 600;
}
.button.is-light-blue {
  background-color: #b1defa;
  color: #ffffff;
  font-weight: 600;
}
.button.is-blue {
  background-color: #62c1f9;
  color: #ffffff;
  font-weight: 600;
}
.button.is-green {
  background-color: #82C98E;
  color: #ffffff;
  font-weight: 600;
}
.button.is-green.is-not-flat {
  border: 1px solid transparent;
  border-top: 1px solid #b7e0be;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  border-radius: 3px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-transparent {
  background-color: none;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid transparent;
  color: #2D292D;
  height: 34px;
}
.button.is-transparent:hover {
  background-color: white;
  color: #2D292D;
  border: 1px solid transparent;
  height: 34px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.button.is-black {
  background-color: black;
  color: #E3E3E3 !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.button.is-black:hover {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.button.is-primary {
  background-color: #f17b0b;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #ffac41;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-primary.has-icon svg {
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #ffffff;
  margin-right: 8px;
}
.button.is-primary:hover {
  background-color: #e7760b;
}
.button.is-yellow {
  background-color: #ffc43d;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #ffcc57;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-yellow:hover {
  background-color: #e7760b;
}
.button.is-demo {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  color: #000000;
}
.button.is-demo:hover {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.56);
  background-color: #2D292D;
  color: white;
}
.button.is-success {
  background-color: #82C98E;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #94d19e;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-success:hover {
  background-color: success(#f17b0b, 2);
}
.button.is-dark-green {
  background-color: #379a44;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #3ead4c;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-dark-green:hover {
  background-color: success(#f17b0b, 2);
}
.button.is-danger {
  background-color: #D45E5E;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #d97272;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.button.is-danger:hover {
  background-color: success(#D45E5E, 2);
}
.button.is-outlined {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  color: #5E5E5E;
  background: transparent;
}
.button.is-outlined:hover {
  text-decoration: none;
  color: #2D292D;
  background-color: #F2f2f2;
}
.button.is-outlined.is-disabled:hover {
  color: #5E5E5E;
  border: 1px solid #E3E3E3;
  background: transparent;
}
.button.is-outlined-dark {
  border: 1px solid #404040;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  background: transparent;
}
.button.is-outlined-dark:hover {
  color: white;
  border: 1px solid #666;
}
.button.is-inset {
  height: 32px;
  background: transparent;
  color: #2D292D;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 1px 0px 0px #ffffff;
  text-shadow: none;
}
.button.is-inset:hover {
  background-color: white;
  color: #2D292D;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.button.is-inset svg {
  width: 14px;
  height: 14px;
  fill: white;
  margin-right: 8px;
}
.button.is-success-inset {
  height: 32px;
  background: transparent;
  color: #3d8e4b;
  border: 1px solid #82C98E;
  box-shadow: 0px 1px 0px 0px #ffffff;
  text-shadow: none;
}
.button.is-success-inset:hover {
  background-color: white;
  color: #2D292D;
  border: 1px solid #f17b0b;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.button.is-success-inset.is-dark:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #fdab15;
  text-decoration: none;
}
.button.is-success-inset svg {
  width: 14px;
  height: 14px;
  fill: white;
  margin-right: 8px;
}
.button.is-error-inset {
  height: 32px;
  background: transparent;
  color: #8d2626;
  border: 1px solid #D45E5E;
  box-shadow: 0px 1px 0px 0px #ffffff;
  text-shadow: none;
}
.button.is-error-inset:hover {
  background-color: white;
  color: #2D292D;
  border: 1px solid #f17b0b;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.button.is-error-inset svg {
  width: 14px;
  height: 14px;
  fill: white;
  margin-right: 8px;
}
.button.is-icon-mobile {
  color: #2D292D;
}
@media screen and (max-width: 768px) {
  .button.is-icon-mobile {
    padding-right: 0px;
    text-indent: -999px;
    color: transparent;
    overflow: hidden;
    flex: none;
  }
}
.button.is-fullwidth {
  width: 100%;
  margin-bottom: 8px;
}
.button.has-icon {
  justify-content: flex-start;
  padding-left: 8px;
}
.button.has-icon img {
  margin-right: 8px;
}
.button.has-icon svg {
  width: 16px;
  height: 16px;
  fill: white;
  stroke: #252525;
  margin-right: 8px;
}
.button.has-icon.is-following svg {
  fill: #f17b0b;
}
.button.has-icon.is-centered {
  justify-content: center;
  padding-left: 0px;
}
.button.has-icon.nostroke svg {
  stroke: none !important;
}
.button.is-disabled {
  opacity: 0.5;
}
.button.is-gold {
  border: 1px solid #fdab15;
  text-shadow: none;
}
.button.is-gold:hover {
  border: 1px solid #ffd186;
}
.button.is-mini {
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
.button.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.button.is-medium {
  font-size: 12px;
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
}
.button.is-large {
  font-size: 15px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.button.is-large.is-rounded {
  border-radius: 20px;
}
.button.is-jumbo {
  font-size: 18px;
  height: 49px;
  padding-left: 25px;
  padding-right: 25px;
}
.button.is-jumbo.is-rounded {
  border-radius: 25px;
}

.button span {
  font-weight: inherit;
}

.button.is-coveredit {
  float: right;
  margin: 24px;
  opacity: 0;
  transition: 0.2s ease-out;
}

.button.is-profileedit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  opacity: 0;
  z-index: 20;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 980px) {
  .profile-image .image:hover .is-profileedit {
    opacity: 1 !important;
  }
  .profile-image .image:hover .is-coveredit {
    opacity: 0;
  }
  .page-cover:hover .is-coveredit {
    opacity: 1;
  }
}
.browse-toggle-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #E3E3E3;
}

.browse-toggle-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.browse-toggle-item {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  padding: 7px 17px;
  color: #5E5E5E;
  background-color: #F2f2f2;
  font-size: 12px;
  flex-shrink: 0;
  flex-grow: 1;
  text-align: center;
}
.browse-toggle-item:hover {
  background-color: #f8f8f8;
  color: #2D292D;
}
.browse-toggle-item.is-active {
  background-color: #f8f8f8;
  color: #2D292D;
  font-weight: 500;
}
.browse-toggle-item.is-active:hover {
  background-color: #f8f8f8;
}

button[data-sharer] {
  background-color: #aaa;
  border: none;
  border-radius: 24px;
  box-shadow: 0 2px 0 #888, 1px 4px 2px rgba(0, 0, 0, 0.2);
  color: white;
  display: block;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  outline: none;
  padding: 1em 1em;
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

button[data-sharer=twitter] {
  background-color: #00aced;
  box-shadow: 0 2px 0 #0084b4, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=facebook] {
  background-color: #3b5998;
  box-shadow: 0 2px 0 #224389, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=linkedin] {
  background-color: #007AB5;
  box-shadow: 0 2px 0 #005E8C, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=googleplus] {
  background-color: #DD4C39;
  box-shadow: 0 2px 0 #BB2D1A, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=email] {
  background-color: #444;
  box-shadow: 0 2px 0 #222, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=whatsapp] {
  background-color: #4DC247;
  box-shadow: 0 2px 0 #30AF29, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=telegram] {
  background-color: #34ADE1;
  box-shadow: 0 2px 0 #0E9BD8, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=viber] {
  background-color: #7C529E;
  box-shadow: 0 2px 0 #5F3485, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=pinterest] {
  background-color: #CB2029;
  box-shadow: 0 2px 0 #A30E15, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=tumblr] {
  background-color: #32506d;
  box-shadow: 0 2px 0 #1F3C59, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=hackernews] {
  background-color: #FF6700;
  box-shadow: 0 2px 0 #C65000, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=reddit] {
  background-color: #CEE3F8;
  box-shadow: 0 2px 0 #A2C6E8, 1px 4px 2px rgba(0, 0, 0, 0.2);
  color: #335f89;
}

button[data-sharer=vk] {
  background-color: #45668E;
  box-shadow: 0 2px 0 #2B4E77, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=buffer] {
  background-color: #46ABED;
  box-shadow: 0 2px 0 #2198E5, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=xing] {
  background-color: #006464;
  box-shadow: 0 2px 0 #135353, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=line] {
  background-color: #1DCD00;
  box-shadow: 0 2px 0 #1DCD00, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=digg] {
  background-color: #1B568E;
  box-shadow: 0 2px 0 #1B568E, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=pocket] {
  background-color: #EE4056;
  box-shadow: 0 2px 0 #EE4056, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=stumbleupon] {
  background-color: #EB4924;
  box-shadow: 0 2px 0 #EB4924, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=flipboard] {
  background-color: #E02828;
  box-shadow: 0 2px 0 #E02828, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=weibo] {
  background-color: #E6162D;
  box-shadow: 0 2px 0 #E6162D, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=renren] {
  background-color: #005EAC;
  box-shadow: 0 2px 0 #005EAC, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=myspace] {
  background-color: #111;
  box-shadow: 0 2px 0 #111, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=blogger] {
  background-color: #EB8104;
  box-shadow: 0 2px 0 #EB8104, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=baidu] {
  background-color: #2319DC;
  box-shadow: 0 2px 0 #2319DC, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=okru] {
  background-color: #EE8208;
  box-shadow: 0 2px 0 #EE8208, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer=trello] {
  background-color: #00aced;
  box-shadow: 0 2px 0 #0084b4, 1px 4px 2px rgba(0, 0, 0, 0.2);
}

button[data-sharer]:active {
  box-shadow: 0 0 0 transparent;
  transform: translateY(2px);
}

button[data-sharer]:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}

.connect-button {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0e5), to(#015e94));
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 32px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
}

.connect-button span {
  display: block;
  position: relative;
  padding: 0 12px;
  height: 30px;
  background: #1275ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dc5ee), color-stop(85%, #008cdd), to(#30a2e4));
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.25);
  box-shadow: inset 0 1px 0 hsla(0deg, 0%, 100%, 0.25);
  border-radius: 3px;
  padding-left: 44px;
}

.connect-button span:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px;
}

.connect-button:active {
  background: #005d93;
}

.connect-button:active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008cdd), color-stop(85%, #008cdd), to(#239adf));
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.connect-button.blue span:before, .connect-button span:before {
  background-image: url("data:image/png;base64,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");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .connect-button.blue span:before, .connect-button span:before {
    background-image: url("data:image/png;base64,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");
  }
}
/*
——————————————————————————————————————————————————————
FORMS
——————————————————————————————————————————————————————
*/
label {
  font-size: 12px;
  color: #5E5E5E;
  display: inline-block;
  padding-bottom: 4px;
}
label.has-hover:hover {
  color: #f17b0b;
}

legend {
  font-size: 12px;
  color: #5E5E5E;
  padding-bottom: 4px;
}

.input, .textarea, .is-main.textarea, .input.is-main {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  color: #2D292D;
  display: inline-flex;
  font-size: 12px;
  height: 32px;
  justify-content: flex-start;
  line-height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  resize: vertical;
  max-width: 100%;
  width: 100%;
}
.input:hover, .textarea:hover {
  border-color: #BCBCBC;
}
.input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea {
  border-color: #A4A4A4;
  outline: none;
}
.input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea {
  background-color: #f8f8f8;
  border-color: #E3E3E3;
  cursor: not-allowed;
  pointer-events: none;
}
.input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder {
  color: rgba(45, 41, 45, 0.3);
}
.input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder {
  color: rgba(45, 41, 45, 0.3);
}
.input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder {
  color: rgba(45, 41, 45, 0.3);
}
.input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder {
  color: rgba(45, 41, 45, 0.3);
}
.input[type=search], [type=search].textarea {
  border-radius: 3px;
}
.input.is-small, .is-small.textarea {
  border-radius: 3px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.input.is-small.is-search, .is-small.is-search.textarea {
  background-position: 10px 6px;
  padding-left: 27px;
  background-size: 10px;
}
.input.is-large, .is-large.textarea {
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 18px;
}
.input.is-fullwidth, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}
.input.is-white, .is-white.textarea {
  background-color: white;
  color: #2D292D;
}
.input.is-login, .is-login.textarea {
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: white;
  border: 1px solid transparent;
  resize: none;
}
.input.is-login:focus, .is-login.textarea:focus {
  box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.1);
}
.input.is-login.is-password, .is-login.is-password.textarea {
  border-top: 1px solid #E3E3E3;
}
.input.is-login.is-username, .is-login.is-username.textarea {
  border-bottom: 1px solid #E3E3E3;
}
.input.is-search, .is-search.textarea {
  background: #ffffff url("/static/images/header/search.svg") top left no-repeat;
  background-size: 13px;
  background-position: 11px 9px;
  padding-left: 34px;
}
.input.is-search.is-grey, .is-search.is-grey.textarea {
  background: #f8f8f8 url("/static/images/header/search.svg") top left no-repeat;
  background-size: 13px;
  background-position: 11px 9px;
}
.input.is-inline, .is-inline.textarea {
  display: inline;
  width: auto;
}
.input.is-inset, .is-inset.textarea {
  border: 1px solid #E3E3E3;
  box-shadow: 0 1px 0 #ffffff;
  background-color: transparent;
}
.input.is-inset:focus, .is-inset.textarea:focus {
  background-color: #ffffff !important;
}

.input.is-main, .is-main.textarea {
  border: 1px solid #ffffff;
  font-size: 1em;
}

.textarea {
  display: block;
  line-height: 1.5;
  max-height: 600px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  padding: 10px;
  resize: vertical;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.textarea.is-comment {
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
  min-height: 30px;
  border: 1px solid #E3E3E3;
  height: auto;
  color: #666;
  max-height: 400px;
  overflow-y: scroll;
}
.textarea.is-comment:hover {
  border: 1px solid #BCBCBC;
}
.textarea.is-comment:focus {
  background-color: #ffffff;
  border: 1px solid #BCBCBC;
  padding: 5px;
}
.textarea.is-disabled {
  opacity: 0.8;
  color: #E3E3E3;
}
.textarea.is-borderless {
  border: none;
  font-size: 14px;
  padding: 5px;
  height: auto;
  min-height: 50px;
}
.textarea.is-white {
  border: none;
  background-color: #ffffff;
}

[contenteditable=true]:empty:not(:focus):before {
  position: relative;
  content: attr(data-text);
  color: #aaa;
  pointer-events: none;
}

.textarea:active,
.textarea:focus {
  color: #333;
}

.select {
  display: inline-block;
  height: 32px;
  position: relative;
  vertical-align: top;
}
.select.is-large {
  height: 42px;
}
.select.is-large select {
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-right: 38px;
}
.select.is-small {
  height: 26px;
}
.select.is-small select {
  border-radius: 3px;
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
  padding-right: 30px;
}
.select.is-transparent select {
  border: 1px solid transparent;
}
.select.is-dark {
  color: #BCBCBC;
}
.select.is-dark select {
  color: #BCBCBC;
}
.select:after {
  border: 1px solid #A4A4A4;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  margin-top: -6px;
  right: 16px;
  top: 50%;
}
.select select {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background-color: transparent;
  justify-content: flex-start;
  font-size: 12px;
  height: 32px;
  line-height: 14px;
  vertical-align: top;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  outline: none;
  padding-left: 8px;
  padding-right: 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  border-color: #E3E3E3;
}
.select select:hover {
  border-color: #A4A4A4;
}
.select.is-lang select {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE1IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4yLjIgKDk5ODMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVycyAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkZvcnVtcy1iIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1NS4wMDAwMDAsIC00NjUuMDAwMDAwKSIgc3Ryb2tlPSIjQkVCRUJFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI2OS4xOTcsNDcyLjU5OCBDMTI2OS4xOTcsNDc2LjI0MyAxMjY2LjI0Miw0NzkuMTk3IDEyNjIuNTk5LDQ3OS4xOTcgQzEyNTguOTU0LDQ3OS4xOTcgMTI1Niw0NzYuMjQzIDEyNTYsNDcyLjU5OCBDMTI1Niw0NjguOTU0IDEyNTguOTU0LDQ2NiAxMjYyLjU5OSw0NjYgQzEyNjYuMjQyLDQ2NiAxMjY5LjE5Nyw0NjguOTU0IDEyNjkuMTk3LDQ3Mi41OTggTDEyNjkuMTk3LDQ3Mi41OTggWiBNMTI2Ny40NzYsNDY4LjE1NCBDMTI2Ny40NzYsNDY4LjE1NCAxMjY3LjE4OSw0NjkuNzI5IDEyNjYuMDQyLDQ3MC4zMDMgQzEyNjQuODk0LDQ3MC4wMTYgMTI2My43NDYsNDcwLjg3NiAxMjY0LjAzMyw0NzAuODc2IEMxMjY0LjMyLDQ3MC44NzYgMTI2NC42MDcsNDcyLjAyNCAxMjY0LjYwNyw0NzIuMDI0IEMxMjY0Ljg5NCw0NzIuMzExIDEyNjUuNDY4LDQ3Mi4wMjQgMTI2NS40NjgsNDcyLjAyNCBDMTI2Ni4xODUsNDcyLjc0MiAxMjY0LjMyLDQ3NC4wMzMgMTI2NC4zMiw0NzQuMzIgQzEyNjQuMzIsNDc0LjYwNiAxMjY1LjAzNyw0NzQuNzQ5IDEyNjQuNjA3LDQ3NS4xOCBDMTI2NC4xNzcsNDc1LjYxMSAxMjYzLjc0Niw0NzUuNzU0IDEyNjMuNzQ2LDQ3NS43NTQgQzEyNjMuNzQ2LDQ3Ny4xODkgMTI2Mi4zMTIsNDc3LjE4OSAxMjYyLjAyNSw0NzcuMTg5IEMxMjYxLjczOCw0NzcuMTg5IDEyNjEuMTY0LDQ3Ni4wNDEgMTI2MS4xNjQsNDc1Ljc1NCBDMTI2MS4xNjQsNDc1LjQ2NyAxMjYxLjQ1MSw0NzUuMTggMTI2MS40NTEsNDc0Ljg5MyBDMTI2MS40NTEsNDc0LjYwNiAxMjYwLjg3Nyw0NzQuMDMzIDEyNjAuODc3LDQ3NC4wMzMgQzEyNjAuODc3LDQ3Mi44ODUgMTI2MC4wMTcsNDczLjE3MiAxMjU5LjE1Niw0NzMuMTcyIEMxMjU4LjI5NSw0NzMuMTcyIDEyNTguMjk1LDQ3Mi4wMjQgMTI1OC4yOTUsNDcyLjAyNCBDMTI1OC4yOTUsNDcyLjAyNCAxMjU4LjI5NSw0NzAuMDE2IDEyNTkuNzMsNDY5LjcyOSBDMTI2MS4xNjQsNDY5LjQ0MiAxMjYxLjE2NCw0NzAuMDE2IDEyNjEuMTY0LDQ3MC4wMTYgQzEyNjEuNzM4LDQ3MC41OSAxMjYyLjg4Niw0NzAuMDE2IDEyNjMuNDU5LDQ3MC4wMTYgQzEyNjMuNDU5LDQ3MC4wMTUgMTI2My43NDYsNDY4LjAwOCAxMjYzLjE3Myw0NjguMjk1IEMxMjYyLjU5OSw0NjguNTgxIDEyNjIuMDg0LDQ2OC4zNiAxMjYyLjAyNSw0NjcuNzIxIEMxMjYxLjk0MSw0NjYuODI0IDEyNjQuNTI4LDQ2Ni4yODYgMTI2NC41MjgsNDY2LjI4NiBMMTI2Ny40NzYsNDY4LjE1NCBaIiBpZD0iSW1wb3J0ZWQtTGF5ZXJzLTIiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat 8px;
  border-color: #E3E3E3;
  color: #A4A4A4;
  width: 48px;
  margin-right: 5px;
  padding-left: 48px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .select.is-lang-mobile select {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE1IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4yLjIgKDk5ODMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVycyAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkZvcnVtcy1iIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1NS4wMDAwMDAsIC00NjUuMDAwMDAwKSIgc3Ryb2tlPSIjQkVCRUJFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI2OS4xOTcsNDcyLjU5OCBDMTI2OS4xOTcsNDc2LjI0MyAxMjY2LjI0Miw0NzkuMTk3IDEyNjIuNTk5LDQ3OS4xOTcgQzEyNTguOTU0LDQ3OS4xOTcgMTI1Niw0NzYuMjQzIDEyNTYsNDcyLjU5OCBDMTI1Niw0NjguOTU0IDEyNTguOTU0LDQ2NiAxMjYyLjU5OSw0NjYgQzEyNjYuMjQyLDQ2NiAxMjY5LjE5Nyw0NjguOTU0IDEyNjkuMTk3LDQ3Mi41OTggTDEyNjkuMTk3LDQ3Mi41OTggWiBNMTI2Ny40NzYsNDY4LjE1NCBDMTI2Ny40NzYsNDY4LjE1NCAxMjY3LjE4OSw0NjkuNzI5IDEyNjYuMDQyLDQ3MC4zMDMgQzEyNjQuODk0LDQ3MC4wMTYgMTI2My43NDYsNDcwLjg3NiAxMjY0LjAzMyw0NzAuODc2IEMxMjY0LjMyLDQ3MC44NzYgMTI2NC42MDcsNDcyLjAyNCAxMjY0LjYwNyw0NzIuMDI0IEMxMjY0Ljg5NCw0NzIuMzExIDEyNjUuNDY4LDQ3Mi4wMjQgMTI2NS40NjgsNDcyLjAyNCBDMTI2Ni4xODUsNDcyLjc0MiAxMjY0LjMyLDQ3NC4wMzMgMTI2NC4zMiw0NzQuMzIgQzEyNjQuMzIsNDc0LjYwNiAxMjY1LjAzNyw0NzQuNzQ5IDEyNjQuNjA3LDQ3NS4xOCBDMTI2NC4xNzcsNDc1LjYxMSAxMjYzLjc0Niw0NzUuNzU0IDEyNjMuNzQ2LDQ3NS43NTQgQzEyNjMuNzQ2LDQ3Ny4xODkgMTI2Mi4zMTIsNDc3LjE4OSAxMjYyLjAyNSw0NzcuMTg5IEMxMjYxLjczOCw0NzcuMTg5IDEyNjEuMTY0LDQ3Ni4wNDEgMTI2MS4xNjQsNDc1Ljc1NCBDMTI2MS4xNjQsNDc1LjQ2NyAxMjYxLjQ1MSw0NzUuMTggMTI2MS40NTEsNDc0Ljg5MyBDMTI2MS40NTEsNDc0LjYwNiAxMjYwLjg3Nyw0NzQuMDMzIDEyNjAuODc3LDQ3NC4wMzMgQzEyNjAuODc3LDQ3Mi44ODUgMTI2MC4wMTcsNDczLjE3MiAxMjU5LjE1Niw0NzMuMTcyIEMxMjU4LjI5NSw0NzMuMTcyIDEyNTguMjk1LDQ3Mi4wMjQgMTI1OC4yOTUsNDcyLjAyNCBDMTI1OC4yOTUsNDcyLjAyNCAxMjU4LjI5NSw0NzAuMDE2IDEyNTkuNzMsNDY5LjcyOSBDMTI2MS4xNjQsNDY5LjQ0MiAxMjYxLjE2NCw0NzAuMDE2IDEyNjEuMTY0LDQ3MC4wMTYgQzEyNjEuNzM4LDQ3MC41OSAxMjYyLjg4Niw0NzAuMDE2IDEyNjMuNDU5LDQ3MC4wMTYgQzEyNjMuNDU5LDQ3MC4wMTUgMTI2My43NDYsNDY4LjAwOCAxMjYzLjE3Myw0NjguMjk1IEMxMjYyLjU5OSw0NjguNTgxIDEyNjIuMDg0LDQ2OC4zNiAxMjYyLjAyNSw0NjcuNzIxIEMxMjYxLjk0MSw0NjYuODI0IDEyNjQuNTI4LDQ2Ni4yODYgMTI2NC41MjgsNDY2LjI4NiBMMTI2Ny40NzYsNDY4LjE1NCBaIiBpZD0iSW1wb3J0ZWQtTGF5ZXJzLTIiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat 8px;
    border-color: #E3E3E3;
    color: #A4A4A4;
    width: 48px;
    margin-right: 5px;
    padding-left: 48px;
    padding-right: 4px;
  }
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  position: relative;
  vertical-align: top;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox:hover,
.radio:hover {
  color: #2D292D;
}
.checkbox.is-disabled,
.radio.is-disabled {
  color: #E3E3E3;
  pointer-events: none;
}
.checkbox.is-disabled input,
.radio.is-disabled input {
  pointer-events: none;
}
.checkbox.is-bordered,
.radio.is-bordered {
  border: 1px solid #E3E3E3;
  padding: 6px 18px;
  border-radius: 3px;
}
.checkbox a,
.radio a {
  color: inherit;
  border-bottom: 1px solid #A4A4A4;
}
.checkbox a:hover,
.radio a:hover {
  color: #000000;
  border-bottom: 1px solid #2D292D;
}
.checkbox.is-buttonlike,
.radio.is-buttonlike {
  width: 100%;
  background-color: white;
  color: #848689;
  border: 1px solid transparent;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  padding: 14px 20px 14px 20px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 15px;
}
.checkbox.is-buttonlike input[type=radio],
.radio.is-buttonlike input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox.is-buttonlike .check,
.radio.is-buttonlike .check {
  width: 15px;
  height: 15px;
  display: flex;
  float: left;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #E6E4E3;
  border-radius: 50%;
}
.checkbox.is-buttonlike input[type=radio]:checked + .check .inside,
.radio.is-buttonlike input[type=radio]:checked + .check .inside {
  background-color: rgb(241, 123, 11);
  /* float: left; */
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.checkbox.is-buttonlike input[type=radio]:checked ~ .radio-title,
.radio.is-buttonlike input[type=radio]:checked ~ .radio-title {
  color: #333333 !important;
}
.checkbox.is-buttonlike .radio-info,
.radio.is-buttonlike .radio-info {
  float: right;
  color: #999999;
  font-size: 80%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

.helptext {
  font-size: 10px;
  color: #A4A4A4;
}

.formerror {
  color: #D45E5E;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 8px;
  width: 100%;
  background-color: #fbf4f4;
}
.formerror.has-border {
  border: 1px solid #D45E5E;
}

.tgl {
  display: none;
}
.tgl, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn, .tgl:after, .tgl:before {
  box-sizing: border-box;
}
.tgl::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection, .tgl:after::selection, .tgl:before::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.money-input {
  padding-left: 19px;
}

.money-input-symbol {
  position: absolute;
  top: 4px;
  left: 8px;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .money-input-symbol {
    top: 7px;
  }
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.1s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.1s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.form-dark {
  color: #ffffff;
}
.form-dark label {
  color: #ffffff;
}
.form-dark select {
  color: #ffffff;
}

.form-promo-code {
  display: flex;
  width: 100%;
  gap: 10px;
  border-radius: 6px;
}
.form-promo-code .error-message {
  color: #D45E5E;
}
.form-promo-code input {
  height: 40px;
  flex: 1;
  border-radius: 6px;
}
.form-promo-code button {
  border-radius: 6px !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.99;
  }
  100% {
    opacity: 0;
  }
}
.ttip {
  /* Rectangle 26: */
  background: #ffffff;
  box-shadow: 0px 11px 22px 0px rgba(89, 89, 89, 0.28);
  border-radius: 3px;
  display: none;
  font-size: 11px;
  line-height: 14px;
  padding: 12px;
  color: #2D292D;
}

.ttip img {
  width: 40px;
  height: 40px;
}

.ttip-host {
  position: fixed;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  opacity: 0;
  top: -9999px;
  left: -9999px;
  z-index: 9999;
}

.ttip-host .ttip {
  display: inline-block;
}

.ttip-host.ttip-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
  visibility: visible;
}

.div-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.div-table .div-thead {
  display: table-header-group;
  border-width: 0 0 2px;
  color: #2D292D;
  font-size: 12px;
}
.div-table .div-th {
  display: table-cell;
  color: #2D292D;
  text-align: left;
  padding: 8px 10px;
  font-weight: 700;
}
.div-table .div-th:hover {
  background-color: #ffffff;
}
.div-table .div-tr {
  display: table-row;
}
.div-table .div-tr:hover {
  background-color: #ffffff;
}
.div-table .div-tr:last-child .div-td,
.div-table .div-tr:last-child .div-th {
  border-bottom-width: 0;
}
.div-table .div-td {
  display: table-cell;
  border: 1px solid #E3E3E3;
  border-width: 0 0 1px;
  padding: 8px 10px;
  vertical-align: top;
}
.div-table .div-td.no-label label {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.div-table .div-td.no-label .gc-multi-select-ui {
  margin-top: 0 !important;
}

.table {
  background-color: #ffffff;
  color: #2D292D;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.table a {
  color: #f17b0b;
  font-weight: 500;
}
.table a:visited {
  color: #A4A4A4;
}
.table td,
.table th {
  border: 1px solid #E3E3E3;
  border-width: 0 0 1px;
  padding: 8px 10px;
  vertical-align: top;
}
.table td.is-icon,
.table th.is-icon {
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  width: 1%;
}
.table td.is-icon.is-link,
.table th.is-icon.is-link {
  padding: 0;
}
.table td.is-icon.is-link > a,
.table th.is-icon.is-link > a {
  padding: 5px;
}
.table td.is-link,
.table th.is-link {
  padding: 0;
}
.table td.is-link > a,
.table th.is-link > a {
  display: block;
  padding: 8px 10px;
}
.table td.is-link > a:hover,
.table th.is-link > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table th {
  color: #2D292D;
  text-align: left;
}
.table tr:hover {
  background-color: #ffffff;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #2D292D;
  font-size: 12px;
}
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #2D292D;
}
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 5px 10px;
}
.table.is-narrow td.is-icon,
.table.is-narrow th.is-icon {
  padding: 2px;
}
.table.is-narrow td.is-icon.is-link,
.table.is-narrow th.is-icon.is-link {
  padding: 0;
}
.table.is-narrow td.is-icon.is-link > a,
.table.is-narrow th.is-icon.is-link > a {
  padding: 2px;
}
.table.is-narrow td.is-link,
.table.is-narrow th.is-link {
  padding: 0;
}
.table.is-narrow td.is-link > a,
.table.is-narrow th.is-link > a {
  padding: 5px 10px;
}
.table.is-striped tbody tr:nth-child(even) {
  background-color: #F2f2f2;
}
.table.is-striped tbody tr:nth-child(even):hover {
  background-color: #ffffff;
}

.status {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
}
.status.is-yes {
  background-color: rgb(179, 212, 162);
}
.status.is-no {
  background-color: #F2f2f2;
}
.status.is-false {
  background-color: #eca3a3;
}

.label {
  font-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  vertical-align: top;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  white-space: nowrap;
  height: 31px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", sans-serif;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
}
.label.is-rounded {
  border-radius: 11px;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.label.is-multiline {
  white-space: normal;
  height: auto;
}
.label.is-thread {
  margin-top: 19px;
  position: absolute;
}
.label.is-white {
  background-color: white;
  color: #2D292D;
  border: 1px solid transparent;
  height: 34px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.label.is-transparent {
  background-color: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  color: #2D292D;
  height: 34px;
}
.label.is-black {
  background-color: black;
  color: #f8f8f8;
  font-weight: 600;
}
.label.is-light-red {
  background-color: #eca3a3;
  color: #ffffff;
  font-weight: 600;
}
.label.is-light-blue {
  background-color: #b1defa;
  color: #ffffff;
  font-weight: 600;
}
.label.is-blue {
  background-color: #62c1f9;
  color: #ffffff;
  font-weight: 600;
}
.label.is-darkblue {
  background-color: #013d56;
  color: #ffffff;
  font-weight: 600;
}
.label.is-purple {
  background-color: #883AAD;
  color: #ffffff;
  font-weight: 600;
}
.label.is-purple.is-not-flat {
  border: 1px solid transparent;
  border-top: 1px solid #ac67cc;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  border-radius: 3px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.label.is-green {
  background-color: #82C98E;
  color: #ffffff;
  font-weight: 600;
}
.label.is-green.is-not-flat {
  border: 1px solid transparent;
  border-top: 1px solid #b7e0be;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  border-radius: 3px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.label.is-gold {
  background-color: #151515;
  color: #ffffff;
  border: 1px solid #fdab15;
}
.label.is-grey {
  background-color: #E3E3E3;
  color: #5E5E5E;
}
.label.is-primary {
  background-color: #f17b0b;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #ffac41;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.label.is-subtle {
  background-color: #cccccc;
  border-radius: 11px;
  font-weight: 600;
  padding-left: 6px !important;
  padding-right: 6px !important;
  color: white;
}
.label.is-dark-grey {
  background-color: #5E5E5E;
  border-radius: 11px;
  font-weight: 600;
  padding-left: 6px !important;
  padding-right: 6px !important;
  color: white;
}
.label.is-yellow {
  background-color: #ffc43d;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #ffcc57;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.label.is-success {
  background-color: #82C98E;
  border: 1px solid transparent;
  border-radius: 3px;
  border-top: 1px solid #94d19e;
  box-shadow: 0px 1px 0px rgba(156, 156, 156, 0.4);
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.label.is-outlined {
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  color: #5E5E5E;
}
.label.is-inset {
  height: 34px;
  background: transparent;
  color: #2D292D;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 1px 0px 0px #ffffff;
  text-shadow: none;
}
.label.is-fullwidth {
  width: 100%;
}
.label.is-mini {
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
.label.is-extrasmall {
  font-size: 11px;
  height: 17px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.label.is-small {
  font-size: 11px;
  height: 24px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}
.label.is-medium {
  font-size: 12px;
  height: 30px;
  padding-left: 14px;
  padding-right: 14px;
}
.label.is-large {
  font-size: 15px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 14px;
  width: 8px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

/* Prevents browser UI from moving on mobile */
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  html, body {
    overflow: auto;
  }
}
html.is-overflow, body.is-overflow {
  overflow: auto;
}
html.is-overflow a.button, body.is-overflow a.button {
  text-decoration: none !important;
}

.main {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .main .main {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -142px;
  }
  .main .main:after {
    content: "";
    display: block;
    height: 42px;
  }
}

body {
  background-color: #f8f8f8;
}

a, button {
  outline: none;
}

.navtabs.is-sticking {
  background-color: white;
  position: fixed;
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 50;
  padding: 0px;
  margin-top: 47px;
}

.navtabs.is-sticking .tabs-wrapper {
  border-bottom: 0px solid #E3E3E3;
  margin-bottom: 0px;
}

.forums {
  padding: 0 8px;
}

.section {
  padding: 6px 8px;
  margin-top: 47px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .section {
    margin-top: 47px;
    padding: 6px 16px;
  }
}
.section.is-plain {
  padding: 0px 8px;
}
@media screen and (min-width: 769px) {
  .section.is-plain {
    margin-top: 0px;
    padding: 0px 16px;
  }
}
.section.is-profile {
  z-index: 9;
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section.is-profile {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .section.is-profile .profile-title {
    height: 119px;
  }
}
@media screen and (min-width: 980px) {
  .section.is-profile .profile-title {
    min-height: 300px;
  }
}
.section.is-profile .sidebar-floatbutton {
  display: none;
}

.container.is-hero, .section.is-hero {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffc43d;
  overflow: hidden;
}

.section.is-hero.is-short {
  width: 100%;
  position: relative;
  background: #151515;
  overflow: hidden;
  height: auto;
  padding: 0px 20px;
}
@media screen and (min-width: 980px) {
  .section.is-hero.is-short {
    height: 50%;
    padding: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .section.is-hero.is-short {
    height: 70%;
  }
}

.marketing-video {
  box-shadow: 0 9px 144px 0 #8D603D;
  background-color: black;
  padding: 20px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  float: none;
}
@media screen and (min-width: 800px) {
  .marketing-video {
    width: 360px;
    float: right;
    margin-top: -280px;
    margin-right: 20px;
    padding-bottom: 24%;
  }
}
@media screen and (min-width: 900px) {
  .marketing-video {
    width: 430px;
    float: right;
    margin-top: -290px;
    margin-right: 40px;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 980px) {
  .marketing-video {
    width: 54%;
    margin-top: -418px;
    padding-bottom: 31%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .marketing-video {
    width: 50%;
    margin-top: -552px;
    padding-bottom: 27%;
    margin-right: 40px;
  }
}

.marketing-pricing-plan-checkmark {
  margin-right: 4px;
  top: 3px;
  position: relative;
}

.border-top--marketing-gradient {
  background: linear-gradient(90deg, #f17b0b, #2D292D);
  background-size: 200% 200%;
  animation: linear-gradient-bg 7s infinite;
  width: 100%;
  height: 6px;
  border-radius: 12px 12px 0 0;
}

.service-price:before {
  top: -26px;
  left: 53px;
  color: #F2f2f2;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.service-price:after {
  color: #5E5E5E;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
  margin-top: 30px;
  margin-left: -70px;
}

.marketing-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marketing-intro {
  align-items: center;
  height: 100%;
  padding: 0px 30px;
}
@media screen and (min-width: 769px) {
  .marketing-intro {
    width: 450px;
  }
}

.hero-wrapper {
  margin-top: 20px;
  max-width: 930px;
  position: relative;
  min-height: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .hero-wrapper {
    margin-top: 150px;
    max-height: 551px;
  }
}

.hero-wrapper .desktop-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  animation-name: animateDesktop;
  animation-duration: 1.337s;
  animation-timing-function: cubic-bezier(0.56, 0.14, 0.22, 0.96);
}

.hero-wrapper .mobile-image {
  position: absolute;
  bottom: 0px;
  animation-fill-mode: backwards;
  right: 0px;
  background: #151515;
  box-shadow: -55px -12px 103px 0 rgba(152, 77, 6, 0.58);
  border-radius: 33px 33px 0 0;
  animation-name: animateMobile;
  animation-duration: 1.337s;
  animation-timing-function: cubic-bezier(0.55, 0.32, 0.27, 0.98);
  animation-delay: 0.5s;
}

.has-shadow {
  box-shadow: 0px 6px 100px rgba(241, 123, 11, 0.3);
}

@keyframes animateDesktop {
  from {
    opacity: 0;
    bottom: -50px;
  }
  to {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animateMobile {
  from {
    opacity: 0;
    bottom: -120px;
    box-shadow: -55px -12px 103px 0 rgba(152, 77, 6, 0);
  }
  to {
    opacity: 1;
    bottom: 0px;
    box-shadow: -55px -12px 103px 0 rgba(152, 77, 6, 0.58);
  }
}
.marketing-message-right {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .marketing-message-right {
    max-width: 440px;
  }
}

.marketing-message-left {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .marketing-message-left {
    max-width: 385px;
  }
}

.marketing-message-center {
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (min-width: 769px) {
  .marketing-message-center {
    max-width: 590px;
    padding: 0px;
  }
}

.player-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .player-wrapper {
    width: 720px;
    padding-top: 40px;
  }
}

.player-desktop {
  padding-top: 25px;
  margin: 0 auto;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  padding-bottom: 0px;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 60px 20px -35px 20px;
}
@media screen and (min-width: 769px) {
  .player-desktop {
    width: 720px;
    margin: 0px 0px -5px 0px;
  }
}

.player-desktop video {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .player-desktop video {
    width: 720px;
  }
}

.player-mobile video {
  width: 142px;
}

.marketing-creatorwrapper {
  background: #312b21;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.marketing-layerimage {
  margin-bottom: -30px;
  padding-top: 38px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .marketing-layerimage {
    width: 80%;
    max-width: 700px;
  }
}

.marketing-hero {
  transition: margin 0.25s cubic-bezier(0.09, 0.76, 0.3, 1);
  padding-top: 128px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .marketing-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.marketing-hero.less-padding-top {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .marketing-hero.less-padding-top {
    padding-top: 48px;
  }
}

.marketing-hover {
  margin-top: -10px;
}

.marketing-fullbleed-left, .marketing-fullbleed-left2 {
  background: url(/static/images/beta/svg_publish.svg) center center no-repeat;
  background-size: 80%;
  flex: 0 100%;
  height: 300px;
}
@media screen and (min-width: 769px) {
  .marketing-fullbleed-left, .marketing-fullbleed-left2 {
    flex: 0 50%;
    height: 400px;
    background-size: 70%;
  }
}

.marketing-fullbleed-left2 {
  background: url(/static/images/beta/svg_money.svg) center center no-repeat;
  background-size: 80%;
}

.marketing-fullbleed-right {
  background: url(/static/images/beta/svg_community.svg) center center no-repeat;
  background-size: 80%;
  flex: 0 100%;
  height: 300px;
}
@media screen and (min-width: 769px) {
  .marketing-fullbleed-right {
    flex: 0 50%;
    height: 400px;
    background-size: 70%;
  }
}

.marketing-fullbleed-bottom {
  background: url(/static/images/beta/svg_creatorfinal2.svg) center center no-repeat;
  background-size: 100%;
  flex: 0 100%;
  height: 170px;
}
@media screen and (min-width: 769px) {
  .marketing-fullbleed-bottom {
    flex: 0 50%;
    height: 330px;
    background-size: 100%;
  }
}

.marketing-paragraph {
  font-size: 16px;
  color: #848689;
  line-height: 28px;
}
.marketing-paragraph strong {
  color: #5E5E5E;
}
.marketing-paragraph.is-white {
  color: #BCBCBC;
}
.marketing-paragraph.is-big {
  padding: 0px 20px;
  font-size: 18px;
  color: #999999;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 980px) {
  .marketing-paragraph.is-big {
    font-size: 21px;
    padding: 0px;
    max-width: 710px;
    margin: 0 auto;
  }
}

.marketing-list {
  font-size: 15px;
  color: #5E5E5E;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .marketing-list.is-donate {
    font-size: 13px;
  }
}

.marketing-checked {
  background: url(/static/images/beta/marketing_checkbox.svg) center center no-repeat;
}

.marketing-unchecked {
  opacity: 0.4;
  background: url(/static/images/beta/marketing_checkbox_empty.svg) center center no-repeat;
}

.marketing-list li {
  padding: 5px 40px;
  margin-left: 4px;
  background: url(/static/images/beta/marketing_checkbox.svg) center left no-repeat;
}
.marketing-list li a {
  color: #000000;
  text-decoration: underline;
}
.marketing-list li a:hover {
  color: #5E5E5E;
}

.marketing-list-coming {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
}

.marketing-list li.is-coming {
  opacity: 0.4;
  background: url(/static/images/beta/marketing_checkbox_empty.svg) center left no-repeat;
}

.marketing-signup-left {
  flex: 1;
  align-self: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .marketing-signup-left {
    width: 100%;
    flex: none;
  }
}
@media screen and (min-width: 769px) {
  .marketing-signup-left {
    margin-left: 5%;
  }
}
@media screen and (min-width: 980px) {
  .marketing-signup-left {
    margin-left: 10%;
  }
}

.marketing-slide {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #F8F7F6;
  background-color: #fff;
}
.marketing-slide.is-white {
  background-color: #ffffff;
}
.marketing-slide.is-black {
  background-color: #000000;
}
.marketing-slide.is-beige {
  background-color: #F8F7F6;
}
@media screen and (max-width: 768px) {
  .marketing-slide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.marketing-divider {
  border-top: 1px solid #E3E3E3;
}

.marketing-left, .marketing-right {
  flex: 1;
  align-self: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .marketing-left, .marketing-right {
    width: 100%;
    flex: none;
  }
}
@media screen and (min-width: 769px) {
  .marketing-left, .marketing-right {
    margin-left: 5%;
    max-width: 400px;
  }
}
@media screen and (min-width: 980px) {
  .marketing-left, .marketing-right {
    margin-left: 0%;
  }
}

.marketing-pencil {
  align-items: center;
  height: 100%;
  background: url(/static/images/beta/marketing_pencil.png) center right no-repeat;
  background-size: 62%;
  background-position-x: 168%;
  background-position-y: 45%;
}
@media screen and (min-width: 769px) {
  .marketing-pencil {
    background: url("/static/images/beta/marketing_pencil.png") center right no-repeat;
    background-size: 31%;
    background-position-x: 68%;
  }
}

.marketing-signup-right {
  width: 360px;
  margin-top: 50px;
  flex: none;
}
@media screen and (max-width: 768px) {
  .marketing-signup-right {
    width: 400px;
    order: -1;
  }
}
@media screen and (min-width: 769px) {
  .marketing-signup-right {
    margin-right: 5%;
  }
}
@media screen and (min-width: 980px) {
  .marketing-signup-right {
    margin-right: 10%;
  }
}

/*
  Subscribe Page
 */
.column.is-marketing-subscribe p {
  font-size: 1.3rem;
}
@media screen and (min-width: 30rem) {
  .column.is-marketing-subscribe p {
    font-size: calc(1.3rem + -0.1 * ((100vw - 30rem) / 20));
  }
}
@media screen and (min-width: 50rem) {
  .column.is-marketing-subscribe p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .column.is-marketing-subscribe .cover-gallery {
    object-fit: cover;
    height: 267px;
    display: block;
  }
}

.section.marketing-slide.is-marginless.is-beige + .section .footer {
  margin-top: 0px;
}

.section.marketing-slide.is-marginless.is-beige + .section {
  margin-top: 0px !important;
  padding: 70px 0px 50px 0px !important;
  background-color: #F8F7F6;
}

.hp_promo_container {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  background-size: 1200px;
  background-position: center;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.hp_promo_container .content {
  padding: 16px 32px 16px 32px;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .hp_promo_container .content {
    padding: 16px 32px 16px 32px;
    text-align: center;
  }
}
.hp_promo_container .value_prop {
  color: hsl(0deg, 0%, 100%);
  font-family: "Whitney SSm A", "Whitney SSm B", Arial;
  text-align: center;
  font-size: 1.25em;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (min-width: 800px) {
  .hp_promo_container {
    grid-template-columns: 2fr 2fr 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.hp_promo_container.is-bundle {
  background-position: 62% 50%;
}
.hp_promo_container.is-bundle .value_prop {
  padding-bottom: 16px;
}
@media only screen and (min-width: 800px) {
  .hp_promo_container.is-bundle {
    grid-template-columns: 1.5fr 1.5fr 1fr;
    background-position: center;
  }
}

#modal-release-upload-content-container {
  min-width: 640px;
  padding: 0px;
}

#become-creator-form {
  display: flex;
  flex-wrap: wrap;
}

.mention-link {
  font-weight: 500;
  color: #2D292D;
}

.advanced-comic-settings .id_is_open, .advanced-comic-settings .id_is_visible {
  margin-top: 8px;
  margin-bottom: 0px;
}

.artist-feed-filters {
  display: none;
}

p.id_body label {
  display: none;
}

.comic-unit--upload {
  width: 225px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
}

.comic-unit--issue {
  width: 194px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.comic-unit--page {
  position: relative;
  background-color: #efefef;
  border-radius: 3px;
  margin: 1px;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .comic-unit--page {
    width: 24.7%;
  }
}
@media screen and (max-width: 768px) {
  .comic-unit--page {
    width: 49%;
  }
}

.comic-unit--page .comic-box {
  justify-content: center !important;
}

.comic-unit--page .comic-box img {
  max-height: 143px;
}

.comic-unit--page-button {
  border-radius: 5px;
  background-color: #E6E6E4;
  color: #2D292D;
  text-align: center;
  font-size: 11px;
  padding: 6px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  border: 1px solid #C3C3C3;
}

.comic-unit--page-button:hover {
  background-color: #2D292D;
  color: #D5D5D3;
  border: 1px solid #111;
}

.message-avatar {
  width: 44px;
}

.message-composeformwrap {
  width: 70%;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message-composeformwrap {
    width: 100%;
  }
}

.message-wrapper {
  flex: 1;
  display: flex;
  overflow: auto;
  position: absolute;
  top: 47px;
  right: auto;
  bottom: 0;
  left: auto;
  max-width: 1018px;
  width: 100%;
}

.message-wrap {
  padding: 0px 16px 0px 16px;
}

.message-leftcol_sticky .input-search {
  width: 98%;
  margin-left: 0.4em;
  margin-bottom: 0.4em;
}

.message-newbtn {
  margin-top: 0.5em;
  margin-right: 0.3em;
  display: block;
  float: right;
}

.message-maincol_sticky {
  display: block;
  position: absolute;
  opacity: 1;
  font-size: 1.2em;
  line-height: 120%;
  text-align: center;
  z-index: 90;
  padding: 5px 18px 30px 18px;
  width: 100%;
  background: linear-gradient(to bottom, rgb(242, 242, 242) 0%, rgba(242, 242, 242, 0.81) 70%, rgba(242, 242, 242, 0.73) 73%, rgba(242, 242, 242, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 500;
}

.message-maincol_sticky a {
  color: #2D292D;
  font-weight: 600;
  font-size: 12px;
}

.message-maincol_sticky a:hover {
  color: #f17b0b;
}

.message-maincol_sticky .participants {
  display: block;
  font-size: 0.8em;
  margin-top: 2px;
  font-weight: 300;
}

.message-maincol_sticky_btn, .message-maincol_sticky_btn_compose {
  display: block;
  opacity: 0.95;
  bottom: 0;
  z-index: 80;
  padding: 8px 8px 47px 8px;
  width: 100%;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 -2px 7px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -2px 7px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 7px -2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 980px) {
  .message-maincol_sticky_btn, .message-maincol_sticky_btn_compose {
    padding: 8px 8px 8px 8px;
  }
}

#message-lst {
  display: flex;
  flex-direction: column;
}

.message-maincol_sticky_btn input, .message-maincol_sticky_btn_compose input {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 100%;
  color: #151515;
  background-color: #F9F9F9;
  padding: 0.6em;
  border: 1px solid #ECECEC;
  transition: 0.2s;
  border-radius: 4px;
  margin-top: 10px;
}

.message-maincol_sticky_btn input[type=submit], .message-maincol_sticky_btn_compose input[type=submit] {
  margin-top: 5px;
}

.message-maincol_sticky_btn input[type=submit]:hover, .message-maincol_sticky_btn_compose input[type=submit]:hover {
  background: #f17b0b;
  cursor: pointer;
  color: #fff;
}

.message-maincol_sticky_btn textarea {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 15vh;
  font-size: 13px;
  padding: 10px;
  border: none;
  outline: none;
  background: #FCFCFC;
  color: #777;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}

.message-maincol_sticky_btn_compose textarea {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 45vh;
  font-size: 13px;
  padding: 10px;
  border: none;
  outline: none;
  background: #FCFCFC;
  color: #777;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}

.message-conversation-wrapper {
  padding-top: 65px;
  padding-bottom: 40px;
}

.message-bubble {
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 20px;
  line-height: 140%;
  font-size: 1.3em;
  color: #151515;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
}

.message-bubble img {
  max-width: 100%;
}

.message-user-wrap {
  padding-right: 20px;
}

.message-user-wrap a {
  color: #f17b0b;
  outline: none;
}

.message-user-wrap a:hover {
  color: #151515;
}

.message-user-wrap a span {
  color: #BEBDB6;
  display: block;
  padding-top: 4px;
}

.msg-active {
  background-image: linear-gradient(-90deg, #fff 4%, #F6F6F6 55%);
}

.msg-active a {
  color: #f17b0b !important;
}

.message-bubble:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 1em;
  border-style: solid;
  border-radius: 2px;
  border-width: 15px 15px 0px;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.message-bubble:before {
  content: "";
  position: absolute;
  left: -12px;
  top: calc(1em + 1px);
  border-style: solid;
  border-radius: 2px;
  border-width: 12px 12px 0px;
  border-color: #D2D2D2 transparent;
  display: block;
  width: 0;
  z-index: 1;
  /*
  content: "";
  position: absolute;
  bottom: -19.5px;
  left: calc(60% - 3px) ;
  border-style: solid;
  border-width: 18px 18px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  */
}

.message-maincol {
  flex: 1 0 70%;
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #F2f2f2;
  border-right: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}

.message-post {
  position: absolute;
  padding: 8px;
  width: 100%;
  bottom: 215px;
  background: #f7f7f7;
}

.message-post p.id_name label {
  display: none;
}

.is-thread {
  border-right: 2px solid transparent;
}

.is-thread:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
}

.is-activethread.is-thread:hover {
  background-color: white;
}

.is-thread:hover .title.is-4 {
  color: #000000;
}

.is-activethread {
  background-color: white;
  border-right: 2px solid orange;
  box-shadow: 0px 1px 1px #ccc;
  border-radius: 3px 0px 0px 3px;
}

.message-listcol {
  flex: 1;
  overflow: auto;
  border-top: 1px solid #e0e0e0;
  margin-top: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}

.message-conversationcol {
  /*   position: relative;
   */
  flex: 1;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
}

.message-unit {
  border-bottom: 1px solid #DDDAD3;
  padding: 1em;
}

.message-unit a {
  color: #151515;
  padding-top: 3px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 130%;
  outline: none;
}

.message-unit a:hover {
  color: #f17b0b;
}

.message-unit a span {
  color: #9C9C9C;
  font-size: 11px;
  font-weight: normal;
}

.message-img-mini-wrapper {
  /*   float: left;
    height: 40px;*/
  width: 40px;
}

.message-img-mini-wrapper .prof-img {
  border: 0.3em solid #fff;
  padding-top: 70%;
}

.filterwrap-search {
  width: 100%;
  max-width: 200px;
  margin-right: 5px;
}

.blogpost-details {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5E5E5E;
  margin-bottom: 1em;
  display: block;
  vertical-align: top;
}

.blogpost-details img {
  opacity: 0.85;
  margin-left: 6px;
}

.blogpost-content a {
  color: #f17b0b;
  text-decoration: underline;
}
.blogpost-content a:hover {
  color: black;
}

.blogpost-edit {
  padding-left: 6px;
  color: #f17b0b !important;
}

.blogpost-details a {
  color: #333;
  vertical-align: top;
}

.owl-nav {
  z-index: 2;
  top: 110px;
  position: absolute;
  width: 100%;
}

.owl-prev {
  left: 20px;
  position: absolute;
  font-size: 66px !important;
}

.owl-next {
  position: absolute;
  right: 20px;
  font-size: 66px !important;
}

.owl-dots {
  bottom: 4px;
  position: absolute;
  width: 100%;
}

.break-word {
  word-break: break-word;
}

.no-flex {
  flex: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-center {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .align-center-mobile {
    text-align: center !important;
  }
}

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

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

.inherit-color {
  color: inherit !important;
}

.border-gold-1 {
  border: 1px solid #fdab15;
}

.border-gold-2 {
  border: 2px solid #fdab15;
}

.is-hidden {
  display: none;
}

.is-drag-handle {
  cursor: move;
  width: 20px;
  height: 20px;
  fill: #A4A4A4;
}
.is-drag-handle:hover {
  fill: #2D292D;
}

.is-box-shaded {
  box-shadow: #e6e6e6 3px 2px 12px;
}

.is-not-box-shaded {
  box-shadow: none !important;
}

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

.is-hidden-mobile {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 979px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

.is-hidden-touch {
  font-weight: inherit;
}
@media screen and (max-width: 979px) {
  .is-hidden-touch {
    display: none !important;
  }
}

.is-no-wordwrap {
  white-space: nowrap !important;
}

.is-paddingless {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .is-paddingless-mobile {
    padding: 0 !important;
  }
}

.p10 {
  padding: 10px;
}

.pt-5 {
  padding-top: 5px;
}

.p20 {
  padding: 20px;
}

.max-1024 {
  max-width: 1024px;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.is-flex {
  display: flex;
}

.is-flex-not-shrinking {
  flex: 1 1 100%;
}

.is-noflex {
  flex: 0 !important;
}

.is-flexified {
  display: flex;
  flex: 1;
}

.swap-mobile {
  order: 1;
}
@media screen and (min-width: 769px) {
  .swap-mobile {
    order: 0;
  }
}

.center-content {
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-nowrap {
  flex: 0 0 auto;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.p-xs {
  padding: 4px !important;
}

.pt-xs {
  padding-top: 4px !important;
}

.pl-xs {
  padding-left: 4px !important;
}

.pb-xs {
  padding-bottom: 4px !important;
}

.pr-xs {
  padding-right: 4px !important;
}

.m-xs {
  margin: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.p-s {
  padding: 8px !important;
}

.pt-s {
  padding-top: 8px !important;
}

.pl-s {
  padding-left: 8px !important;
}

.pb-s {
  padding-bottom: 8px !important;
}

.pr-s {
  padding-right: 8px !important;
}

.m-s {
  margin: 8px !important;
}

.mt-s {
  margin-top: 8px !important;
}

.ml-s {
  margin-left: 8px !important;
}

.mb-s {
  margin-bottom: 8px !important;
}

.mr-s {
  margin-right: 8px !important;
}

.p-m {
  padding: 16px !important;
}

.pt-m {
  padding-top: 16px !important;
}

.pl-m {
  padding-left: 16px !important;
}

.pb-m {
  padding-bottom: 16px !important;
}

.pr-m {
  padding-right: 16px !important;
}

.m-m {
  margin: 16px !important;
}

.mt-m {
  margin-top: 16px !important;
}

.ml-m {
  margin-left: 16px !important;
}

.mb-m {
  margin-bottom: 16px !important;
}

.mr-m {
  margin-right: 16px !important;
}

.p-l {
  padding: 24px !important;
}

.pt-l {
  padding-top: 24px !important;
}

.pl-l {
  padding-left: 24px !important;
}

.pb-l {
  padding-bottom: 24px !important;
}

.pr-l {
  padding-right: 24px !important;
}

.m-l {
  margin: 24px !important;
}

.mt-l {
  margin-top: 24px !important;
}

.ml-l {
  margin-left: 24px !important;
}

.mb-l {
  margin-bottom: 24px !important;
}

.mr-l {
  margin-right: 24px !important;
}

.p-xl {
  padding: 48px !important;
}

.pt-xl {
  padding-top: 48px !important;
}

.pl-xl {
  padding-left: 48px !important;
}

.pb-xl {
  padding-bottom: 48px !important;
}

.pr-xl {
  padding-right: 48px !important;
}

.m-xl {
  margin: 48px !important;
}

.mt-xl {
  margin-top: 48px !important;
}

.ml-xl {
  margin-left: 48px !important;
}

.mb-xl {
  margin-bottom: 48px !important;
}

.mr-xl {
  margin-right: 48px !important;
}

.p-xxl {
  padding: 72px !important;
}

.pt-xxl {
  padding-top: 72px !important;
}

.pl-xxl {
  padding-left: 72px !important;
}

.pb-xxl {
  padding-bottom: 72px !important;
}

.pr-xxl {
  padding-right: 72px !important;
}

.m-xxl {
  margin: 72px !important;
}

.mt-xxl {
  margin-top: 72px !important;
}

.ml-xxl {
  margin-left: 72px !important;
}

.mb-xxl {
  margin-bottom: 72px !important;
}

.mr-xxl {
  margin-right: 72px !important;
}

.p-xxxl {
  padding: 96px !important;
}

.pt-xxxl {
  padding-top: 96px !important;
}

.pl-xxxl {
  padding-left: 96px !important;
}

.pb-xxxl {
  padding-bottom: 96px !important;
}

.pr-xxxl {
  padding-right: 96px !important;
}

.m-xxxl {
  margin: 96px !important;
}

.mt-xxxl {
  margin-top: 96px !important;
}

.ml-xxxl {
  margin-left: 96px !important;
}

.mb-xxxl {
  margin-bottom: 96px !important;
}

.mr-xxxl {
  margin-right: 96px !important;
}

.p-xxxxl {
  padding: 128px !important;
}

.pt-xxxxl {
  padding-top: 128px !important;
}

.pl-xxxxl {
  padding-left: 128px !important;
}

.pb-xxxxl {
  padding-bottom: 128px !important;
}

.pr-xxxxl {
  padding-right: 128px !important;
}

.m-xxxxl {
  margin: 128px !important;
}

.mt-xxxxl {
  margin-top: 128px !important;
}

.ml-xxxxl {
  margin-left: 128px !important;
}

.mb-xxxxl {
  margin-bottom: 128px !important;
}

.mr-xxxxl {
  margin-right: 128px !important;
}

@media screen and (max-width: 768px) {
  .p-xs-mobile {
    padding: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-xs-mobile {
    padding-top: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-xs-mobile {
    padding-left: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-xs-mobile {
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-xs-mobile {
    padding-right: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-xs-mobile {
    margin: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-xs-mobile {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-xs-mobile {
    margin-left: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-xs-mobile {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-xs-mobile {
    margin-right: 4px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-s-mobile {
    padding: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-s-mobile {
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-s-mobile {
    padding-left: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-s-mobile {
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-s-mobile {
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-s-mobile {
    margin: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-s-mobile {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-s-mobile {
    margin-left: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-s-mobile {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-s-mobile {
    margin-right: 8px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-m-mobile {
    padding: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-m-mobile {
    padding-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-m-mobile {
    padding-left: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-m-mobile {
    padding-bottom: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-m-mobile {
    padding-right: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-m-mobile {
    margin: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-m-mobile {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-m-mobile {
    margin-left: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-m-mobile {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-m-mobile {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-l-mobile {
    padding: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-l-mobile {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-l-mobile {
    padding-left: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-l-mobile {
    padding-bottom: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-l-mobile {
    padding-right: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-l-mobile {
    margin: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-l-mobile {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-l-mobile {
    margin-left: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-l-mobile {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-l-mobile {
    margin-right: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-xl-mobile {
    padding: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-xl-mobile {
    padding-top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-xl-mobile {
    padding-left: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-xl-mobile {
    padding-bottom: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-xl-mobile {
    padding-right: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-xl-mobile {
    margin: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-xl-mobile {
    margin-top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-xl-mobile {
    margin-left: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-xl-mobile {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-xl-mobile {
    margin-right: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-xxl-mobile {
    padding: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-xxl-mobile {
    padding-top: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-xxl-mobile {
    padding-left: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-xxl-mobile {
    padding-bottom: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-xxl-mobile {
    padding-right: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-xxl-mobile {
    margin: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-xxl-mobile {
    margin-top: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-xxl-mobile {
    margin-left: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-xxl-mobile {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-xxl-mobile {
    margin-right: 72px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-xxxl-mobile {
    padding: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-xxxl-mobile {
    padding-top: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-xxxl-mobile {
    padding-left: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-xxxl-mobile {
    padding-bottom: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-xxxl-mobile {
    padding-right: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-xxxl-mobile {
    margin: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-xxxl-mobile {
    margin-top: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-xxxl-mobile {
    margin-left: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-xxxl-mobile {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-xxxl-mobile {
    margin-right: 96px !important;
  }
}

@media screen and (max-width: 768px) {
  .p-xxxxl-mobile {
    padding: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-xxxxl-mobile {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-xxxxl-mobile {
    padding-left: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-xxxxl-mobile {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-xxxxl-mobile {
    padding-right: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .m-xxxxl-mobile {
    margin: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-xxxxl-mobile {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-xxxxl-mobile {
    margin-left: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-xxxxl-mobile {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-xxxxl-mobile {
    margin-right: 128px !important;
  }
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

@media screen and (max-width: 768px) {
  .mt-0-mobile {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .ml-0-mobile {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .mr-0-mobile {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pt-0-mobile {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pl-0-mobile {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .pr-0-mobile {
    padding-right: 0 !important;
  }
}

.color-blackish {
  color: #2D292D;
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-blackish {
  background-color: #2D292D;
  color: #ffffff;
}

.bg-blackish2 {
  background-color: #151515;
  color: #ffffff;
}

.bg-white--force {
  background: #ffffff !important;
}

.bg-warning {
  background: #FCD566;
}

.bg-error {
  background: #D45E5E;
}

.bg-white {
  background-color: #ffffff;
  color: #2D292D;
}

.bg-whiteish {
  background-color: #f8f8f8;
  color: #2D292D;
}

.mt-xs-desktop {
  margin-top: 0px;
}
@media screen and (min-width: 769px) {
  .mt-xs-desktop {
    margin-top: 4px;
  }
}

.is-overflow-hidden {
  overflow: hidden;
}

.is-inline-block {
  display: inline-block;
}

.mt-20 {
  margin-top: 20px;
}

.is-bordered--dashed {
  border: 1px dashed #F2f2f2;
}
.is-bordered--dashed.is-grey-4 {
  border: 1px dashed #E3E3E3;
}

.is-bordered--solid {
  border: 1px solid #F2f2f2;
}

.mt-25 {
  margin-top: 25px;
}

.bb-0 {
  border-bottom: 0 !important;
}

.bb-1-grey-5 {
  border-bottom: 1px solid #F2f2f2;
}

.bt-1-grey-5 {
  border-top: 1px solid #F2f2f2;
}

.bl-1-grey-5 {
  border-left: 1px solid #F2f2f2;
}

.br-1-grey-5 {
  border-right: 1px solid #F2f2f2;
}

.bb-1-grey-3 {
  border-bottom: 1px solid #BCBCBC;
}

.bt-1-grey-3 {
  border-top: 1px solid #BCBCBC;
}

.bl-1-grey-3 {
  border-left: 1px solid #BCBCBC;
}

.br-1-grey-3 {
  border-right: 1px solid #BCBCBC;
}

.br-1-white {
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .br-hidden-mobile {
    border-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bl-hidden-mobile {
    border-left: 0;
  }
}

.sheet--gc {
  /* Rectangle 768 Copy 11: */
  box-shadow: 0px 1px 4px 0px rgba(245, 127, 35, 0.38) !important;
}

.sheet--stats {
  background: #F7F7F4 !important;
  padding: 20px;
}

.sheet-content {
  padding: 20px 55px;
}

@media screen and (max-width: 860px) {
  .sheet-content {
    padding: 20px 40px 20px 40px;
  }
}
.sheet_blog-headline {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.sheet__status-update {
  font-size: 17px;
  line-height: 140%;
}

.sheet-avatar {
  position: absolute;
}

.sheet-poster {
  font-size: 11px;
  line-height: 140%;
  color: #F2f2f2;
}

.sheet-poster a {
  color: #2D292D;
}

.sheet-poster a:hover {
  color: #000000;
  text-decoration: underline;
}

.sheet__release-cover {
  width: 50px;
}

.sheet__release-cover-img {
  width: 30px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
}

.sheet__release-cover-img:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.sheet__release-published {
  font-size: 9px;
  color: #F2f2f2;
  line-height: 140%;
}

.sheet__release-readstatus {
  color: #ccc;
}

.sheet__release-info {
  width: 30%;
}

.sheet__release-info-comictitle {
  font-size: 14px;
  color: #333 !important;
  line-height: 140%;
}

.sheet__release-info-releasetitle {
  font-size: 14px;
  line-height: 140%;
}

.sheet__release-info-description {
  font-size: 11px;
  color: #5E5E5E;
  line-height: 140%;
}

.sheet__release-thumbnails {
  float: right;
  justify-content: flex-end;
  width: 60%;
  display: flex;
}

.sheet__release-thumbnails-flex {
  align-self: flex-end;
  position: relative;
}

.sheet__release-thumbnails-img {
  width: 97px;
  float: left;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.58, 0.3, 0.53, 0.86);
}

.sheet__release-thumbnails-flex > a:hover .sheet__release-thumbnails-img {
  border: 1px solid transparent;
  box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.2);
}

.sheet__forumpost {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
}

.sheet__forumpost-content {
  padding: 20px;
  font-size: 12px;
  color: #2D292D;
  line-height: 150%;
}

.sheet__forumpost-content-title {
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #2D292D !important;
}

.sheet__forumpost-content-morelink {
  font-size: 10px;
  display: block;
}

.sheet__forumpost-content-morelink:hover {
  color: #2D292D;
}

.sheet__blogpost {
  background: #ffffff;
  border: 1px solid #F3DEC4;
  box-shadow: 0px 1px 4px 0px rgba(245, 127, 35, 0.38);
  border-radius: 4px;
}

.sheet__blogpost-content {
  padding: 20px;
  font-size: 12px;
  color: #2D292D;
  line-height: 150%;
}

.sheet__blogpost-content-title {
  font-size: 15px;
  display: block;
  font-weight: 500;
}

.sheet__blogpost-content-morelink {
  font-size: 10px;
  display: block;
}

.sheet__blogpost-content-morelink:hover {
  color: #2D292D;
}

.auth-input-wrap {
  border: 1px solid #E3E3E3;
}

.auth-component {
  width: 450px;
  padding: 40px 50px;
  margin: 50px auto;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border-radius: 4px;
}

.auth-submit-button {
  font-size: 14px;
  border-radius: 6px !important;
  height: 44px;
}

.auth-submit {
  border-top: 1px solid #E3E3E3;
  padding: 24px 24px 24px 24px;
  font-size: 12px;
  text-align: center;
}
.auth-submit a {
  color: #675f57;
  font-weight: 500;
}
.auth-submit a:hover {
  text-decoration: underline;
}
.auth-submit.is-plain {
  padding: 7px 0px;
  margin-top: 10px;
}

.auth-toslink {
  color: #f17b0b;
}

.auth-wrapper {
  padding: 25px 25px 5px 25px;
  text-align: left;
}
.auth-wrapper h1 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 1em;
  font-weight: 500;
}
.auth-wrapper .remember-me {
  width: 60%;
  color: #5E5E5E;
  font-size: 11px;
  padding-top: 22px;
}
.auth-wrapper .id_remember_me {
  width: 60%;
  display: inline-block;
  padding-top: 22px;
  color: #2D292D;
  font-size: 12px;
}

.auth-input-border {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
.auth-input-border .input, .auth-input-border .textarea {
  border-radius: 6px !important;
}

.auth-input-label {
  line-height: 16px;
}

.social-login {
  padding-top: 0px;
}

.auth-wrapper .id_email label, .auth-wrapper .id_password label, .id_username label {
  display: none;
}

.regsubmit {
  background-color: #EDEDED;
  border-top: 1px solid #DBDBDB;
  padding: 2em;
  border-radius: 0px 0px 3px 3px;
}

.regsubmit a {
  color: #f17b0b;
}

.fancybox-wrap {
  border-radius: 3px;
}

.fancybox-inner {
  width: auto !important;
  height: auto !important;
  overflow: hidden !important;
}

.ajax-login .fancybox-inner {
  width: 372px !important;
}

#debugbar ~ #unverified ~ .main .container .message-wrapper {
  top: 134px !important;
}

#debugbar ~ #unverified {
  margin-top: 35px;
}

#unverified ~ #headercontainer {
  margin-top: 50px !important;
}

#debugbar ~ #unverified ~ .navigation-wrapper {
  margin-top: 85px !important;
}

#unverified ~ .wrapper {
  padding-top: 93px;
}

#debugbar ~ #unverified ~ .main {
  padding-top: 128px;
}

#debugbar {
  display: none;
  background-color: #000;
  color: #b1b1b1;
  font-size: 11px;
  height: 36px;
  line-height: 135%;
}
@media screen and (min-width: 769px) {
  #debugbar {
    position: fixed;
    display: block;
  }
}
#debugbar a {
  color: #f17b0b;
}

#debugbar #loadingtimes span {
  color: #ccc;
}

#view_time:after, #template_time:after, #debug_time:after, #total_time:after {
  content: " ms";
}

#debugbar ~ .navigation-wrapper {
  margin-top: 35px;
}

#debugbar ~ .main {
  padding-top: 0px;
}
@media screen and (min-width: 769px) {
  #debugbar ~ .main {
    padding-top: 33px;
  }
}

#debugbar ~ .main .container .message-wrapper {
  top: 80px !important;
}

/*# sourceMappingURL=globalcomix.css.map */
