@charset "UTF-8";
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden; }
  .shariff li a {
    color: #fff;
    position: relative;
    display: block;
    height: 35px;
    text-decoration: none;
    box-sizing: border-box; }
  .shariff li .share_text,
  .shariff li .share_count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    line-height: 35px; }
  .shariff li .fa {
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle; }
  .shariff li .share_count {
    padding: 0 8px;
    height: 33px;
    position: absolute;
    top: 1px;
    right: 1px; }

.shariff .orientation-horizontal {
  /* autoprefixer: off */
  display: -webkit-box; }
  .shariff .orientation-horizontal li {
    -webkit-box-flex: 1; }
  .shariff .orientation-horizontal .info {
    -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: flex;
  flex-wrap: wrap; }
  .shariff .orientation-horizontal li {
    float: left;
    flex: none;
    width: 35px;
    margin-right: 3%;
    margin-bottom: 10px; }
    .shariff .orientation-horizontal li:last-child {
      margin-right: 0; }
    .shariff .orientation-horizontal li .share_text {
      display: block;
      text-indent: -9999px;
      padding-left: 3px; }
    .shariff .orientation-horizontal li .share_count {
      display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }
  .shariff .theme-white .shariff-button a {
    background-color: #fff; }
    .shariff .theme-white .shariff-button a:hover {
      background-color: #eee; }
  .shariff .theme-white .shariff-button .share_count {
    background-color: #fff;
    color: #999; }

.shariff .orientation-vertical {
  min-width: 110px; }
  .shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0; }
    .shariff .orientation-vertical li .share_count {
      width: 24px;
      text-align: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    flex: 1; }
    .shariff .orientation-horizontal li .share_count {
      display: block; }
  .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
    min-width: 110px;
    max-width: 160px; }
    .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
      text-indent: 0;
      display: inline; }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    flex: none; } }

@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    min-width: 110px;
    max-width: 160px; }
    .shariff .orientation-horizontal.col-3 li .share_text {
      text-indent: 0;
      display: inline; } }

@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 110px;
    max-width: 160px; }
    .shariff .orientation-horizontal li .share_text {
      text-indent: 0;
      display: inline; }
  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    flex: 1; } }

@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px; }
    .shariff li a {
      height: 30px; }
    .shariff li .fa {
      width: 30px;
      line-height: 30px; }
    .shariff li .share_text,
    .shariff li .share_count {
      line-height: 30px; }
    .shariff li .share_count {
      height: 28px; } }

.shariff .addthis a {
  background-color: #f8694d; }
  .shariff .addthis a:hover {
    background-color: #f75b44; }

.shariff .addthis .fa-plus {
  font-size: 14px; }

.shariff .addthis .share_count {
  color: #f8694d;
  background-color: #f1b8b0; }

.shariff .theme-white .addthis a {
  color: #f8694d; }

@media only screen and (min-width: 600px) {
  .shariff .addthis .fa-plus {
    font-size: 14px;
    position: relative;
    top: 1px; } }

.shariff .diaspora a {
  background-color: #999; }
  .shariff .diaspora a:hover {
    background-color: #b3b3b3; }

.shariff .diaspora .fa-times-circle {
  font-size: 17px; }

.shariff .theme-white .diaspora a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px; } }

.shariff .facebook a {
  background-color: #3b5998; }
  .shariff .facebook a:hover {
    background-color: #4273c8; }

.shariff .facebook .fa-facebook {
  font-size: 22px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px; } }

.shariff .flattr a {
  background-color: #7ea352; }
  .shariff .flattr a:hover {
    background-color: #F67C1A; }
    .shariff .flattr a:hover .share_count {
      color: #d56308;
      background-color: #fab47c; }

.shariff .flattr .fa-money {
  font-size: 22px; }

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893; }

.shariff .theme-white .flattr a {
  color: #F67C1A; }

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money {
    font-size: 19px; } }

.shariff .googleplus a {
  background-color: #d34836; }
  .shariff .googleplus a:hover {
    background-color: #f75b44; }

.shariff .googleplus .fa-google-plus {
  font-size: 22px; }

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px; } }

.shariff .info {
  border: 1px solid #ccc; }
  .shariff .info a {
    color: #666;
    background-color: #fff; }
    .shariff .info a:hover {
      background-color: #efefef; }
  .shariff .info .fa-info {
    font-size: 20px;
    width: 33px; }
  .shariff .info .share_text {
    display: block !important;
    text-indent: -9999px !important; }

.shariff .theme-grey .info a {
  background-color: #fff; }
  .shariff .theme-grey .info a:hover {
    background-color: #efefef; }

.shariff .orientation-vertical .info {
  width: 35px;
  float: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    flex: none !important;
    width: 35px;
    min-width: 35px !important; } }

@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px; }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important; }
  .shariff .orientation-vertical .info {
    width: 25px; } }

.shariff .linkedin a {
  background-color: #0077b5; }
  .shariff .linkedin a:hover {
    background-color: #0369a0; }

.shariff .linkedin .fa-linkedin {
  font-size: 22px; }

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8; }

.shariff .theme-white .linkedin a {
  color: #0077b5; }

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px; } }

.shariff .mail a {
  background-color: #999; }
  .shariff .mail a:hover {
    background-color: #a8a8a8; }

.shariff .mail .fa-envelope {
  font-size: 21px; }

.shariff .theme-white .mail a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px; } }

.shariff .pinterest a {
  background-color: #bd081c; }
  .shariff .pinterest a:hover {
    background-color: #d50920; }

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px; }

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .pinterest a {
  color: #bd081c; }

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px; } }

.shariff .reddit a {
  background-color: #ff4500; }
  .shariff .reddit a:hover {
    background-color: #ff6a33; }

.shariff .reddit .fa-reddit {
  font-size: 17px; }

.shariff .theme-white .reddit a {
  color: #ff4500; }

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px; } }

.shariff .stumbleupon a {
  background-color: #eb4924; }
  .shariff .stumbleupon a:hover {
    background-color: #ef7053; }

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px; }

.shariff .theme-white .stumbleupon a {
  color: #eb4924; }

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px; } }

.shariff .twitter a {
  background-color: #55acee; }
  .shariff .twitter a:hover {
    background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; } }

.shariff .whatsapp a {
  background-color: #5cbe4a; }
  .shariff .whatsapp a:hover {
    background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px; }

.shariff .theme-white .whatsapp a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px; } }

.shariff .xing a {
  background-color: #126567; }
  .shariff .xing a:hover {
    background-color: #29888a; }

.shariff .xing .fa-xing {
  font-size: 22px; }

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7; }

.shariff .theme-white .xing a {
  color: #126567; }

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px; } }

.shariff .tumblr a {
  background-color: #36465D; }
  .shariff .tumblr a:hover {
    background-color: #44546B; }

.shariff .tumblr .fa-tumblr {
  font-size: 28px; }

.shariff .theme-white .tumblr a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px; } }

.shariff .threema a {
  background-color: #333333; }
  .shariff .threema a:hover {
    background-color: #1f1f1f; }

.shariff .threema .fa-lock {
  font-size: 28px; }

.shariff .theme-white .threema a {
  color: #333333; }

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px; } }

/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  border-top: 1px solid #ddd !important;
  }*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  width: 100%;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px; }

/* stage carousel bottom caption */
/* bootstrap inherited */
.clickable {
  cursor: pointer; }

.disabled {
  pointer-events: none;
  cursor: default; }

@font-face {
  font-family: "cover-editor-icons";
  src: url("../fonts/cover-editor-icons.eot");
  src: url("../fonts/cover-editor-icons?#iefix") format("embedded-opentype"), url("../fonts/cover-editor-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  background: url("../img/dotline_bgd_left.png"), url("../img/dotline_bgd_right.png");
  background-repeat: no-repeat;
  background-position: left top, right top; }

html {
  font-size: 100%; }

body {
  color: #372319;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  -webkit-backface-visibility: hidden; }

h4 {
  font-size: 0.875rem; }

a {
  font-size: 0.875rem; }
  a, a:hover, a:focus {
    text-decoration: none; }

.is-hidden {
  display: none !important; }

.margin--bottom {
  margin-bottom: 0.9375rem; }

.margin--left {
  margin-left: 0.9375rem; }

.margin--top {
  margin-top: 0.9375rem; }

.margin--right {
  margin-right: 0.9375rem; }

.margin--topdown {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }

.margin--leftright {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }

.nomargin {
  margin: 0; }

.nomargin--bottom {
  margin-bottom: 0; }

.nomargin--left {
  margin-left: 0; }

.nomargin--top {
  margin-top: 0; }

.nomargin--right {
  margin-top: 0; }

.nomargin--topdown {
  margin-top: 0;
  margin-bottom: 0; }

.nomargin--leftright {
  margin-left: 0;
  margin-right: 0; }

.is-invisible {
  display: none; }

.l-nopadding--left {
  padding-left: 0; }

.l-nopadding--right {
  padding-right: 0; }

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

.centered {
  text-align: center; }

.floatnone {
  float: none !important; }

.l-cover-editor__row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem; }
  .l-cover-editor__row:before, .l-cover-editor__row:after {
    content: " ";
    display: table; }
  .l-cover-editor__row:after {
    clear: both; }

.l-cover-editor__row--no-margin {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.25rem; }
  .l-cover-editor__row--no-margin:before, .l-cover-editor__row--no-margin:after {
    content: " ";
    display: table; }
  .l-cover-editor__row--no-margin:after {
    clear: both; }

.l-cover-editor__col--preview {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.l-cover-editor__col--config {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.l-cover-editor__col--label {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-cover-editor__col--split {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-cover-editor__col--wide {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-cover-editor__col--wide-label-offset {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.6666666667%; }

.l-cover-editor__col--full {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-cover-editor__col--full-no-padding {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0; }

.l-cover-editor__col--gallery {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: scroll;
  white-space: nowrap; }

.l-epub-preview {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem; }
  .l-epub-preview:before, .l-epub-preview:after {
    content: " ";
    display: table; }
  .l-epub-preview:after {
    clear: both; }
  .l-epub-preview__area {
    padding: 1.25rem 0;
    vertical-align: middle;
    position: relative; }
  .l-epub-preview__control {
    vertical-align: middle; }
    .l-epub-preview__control > span {
      vertical-align: top; }

@media (max-width: 768px) {
  .l-epub-preview__content-container, .l-epub-preview__content-container--preview {
    margin-bottom: 3.125rem; } }

.l-epub-preview__content-container .l-epub-preview__control, .l-epub-preview__content-container--preview .l-epub-preview__control {
  padding: 0;
  margin: -1.25rem 0 0;
  position: absolute;
  top: 50%;
  z-index: 100; }
  @media (max-width: 768px) {
    .l-epub-preview__content-container .l-epub-preview__control, .l-epub-preview__content-container--preview .l-epub-preview__control {
      top: 102%; } }

.l-epub-preview__content-container--preview {
  position: relative; }
  .l-epub-preview__content-container--preview .l-epub-preview__control {
    top: 0;
    z-index: 100; }
    @media (max-width: 768px) {
      .l-epub-preview__content-container--preview .l-epub-preview__control {
        top: 55%; } }
  .l-epub-preview__content-container--preview #epubPreviewControlLeft {
    left: 10px; }
  .l-epub-preview__content-container--preview #epubPreviewControlRight {
    right: 10px; }

.l-footer {
  color: #FFF;
  background-color: #372319;
  clear: both; }
  .l-footer a {
    color: #FFF; }

.l-form__row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem; }
  .l-form__row:before, .l-form__row:after {
    content: " ";
    display: table; }
  .l-form__row:after {
    clear: both; }

.l-form__row--no-margin {
  margin-left: 0;
  margin-right: 0; }

.l-form__row--margin-top {
  margin-left: 0.625rem;
  margin-right: 0;
  margin-top: 0.625rem; }

.l-form__row--upload-summary {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1.25rem;
  border-bottom: none; }
  .l-form__row--upload-summary:before, .l-form__row--upload-summary:after {
    content: " ";
    display: table; }
  .l-form__row--upload-summary:after {
    clear: both; }
  .l-form__row--upload-summary:last-child {
    border-bottom: none; }

.l-form__col--full {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-form__col--full-padded {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem; }

.l-form__col--half {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem; }

.l-form__col--label {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem; }

.l-form__col--label-public-profile {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem; }

.l-form__col--label-small-form {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 2.5rem; }

.l-form__col--label-small-form-fold {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .l-form__col--label-small-form-fold {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .l-form__col--label-small-form-fold {
      float: left;
      width: 25%; } }

.l-form__col--split {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%; }

.l-form__col--split-offset {
  position: relative;
  float: left;
  width: 41.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.6666666667%;
  padding-right: 10%; }

.l-form__col--split-offset-right {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%; }
  @media (min-width: 768px) {
    .l-form__col--split-offset-right {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 768px) {
    .l-form__col--split-offset-right {
      margin-left: 58.3333333333%; } }

.l-form__col--split-offset-right-no-padding {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .l-form__col--split-offset-right-no-padding {
      float: left;
      width: 41.6666666667%; } }
  @media (min-width: 768px) {
    .l-form__col--split-offset-right-no-padding {
      margin-left: 58.3333333333%; } }

.l-form__col--wide {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%; }

.l-form__col--wide-offset {
  position: relative;
  float: left;
  width: 83.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.6666666667%;
  padding-right: 10%; }

.l-form__col--wide-small-form {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%;
  overflow: hidden;
  text-overflow: ellipsis; }

.l-form__col--wide-small-form-fold {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%; }
  @media (min-width: 768px) {
    .l-form__col--wide-small-form-fold {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .l-form__col--wide-small-form-fold {
      float: left;
      width: 75%; } }

.l-form__col--wide-summary-backlink {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 10%;
  text-align: right; }

.l-form__col--centered {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .l-form__col--centered {
      float: left;
      width: 33.3333333333%; } }
  @media (min-width: 768px) {
    .l-form__col--centered {
      margin-left: 33.3333333333%; } }

.l-form__col--center {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 33.3333333333%; }

.l-form__col--center-no-padding {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 33.3333333333%;
  padding-left: 0;
  padding-right: 0; }

.l-form__col--two-third {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .l-form__col--two-third-no-padding {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0; }

.l-form__col--third {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .l-form__col--third-no-padding {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0; }

.l-form__col--sixth {
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.l-form__col--wide-centered {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .l-form__col--wide-centered {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .l-form__col--wide-centered {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .l-form__col--wide-centered {
      margin-left: 25%; } }

.navbar {
  position: relative;
  min-height: 50px;
  margin: 0 -0.9375rem 1.25rem -0.9375rem;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }
  @media (max-width: 767px) {
    .navbar {
      margin-bottom: 1.25rem; } }

.navbar-nav > li {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

#page {
  overflow-x: hidden; }

.l-upload--main {
  max-width: 900px;
  margin: 0 auto; }

.acquisition__list {
  list-style: none; }

.article img {
  margin-bottom: 0.3125rem; }
  .article img.floated--left {
    margin-right: 0.625rem;
    float: left; }
  .article img.floated--right {
    margin-left: 0.625rem;
    float: right; }

.article a {
  color: #4DA5D3; }
  .article a:hover {
    color: #372319; }

.article ol {
  list-style: decimal; }

.article ul {
  list-style: disc; }

.article h2, .article h3, .article h4, .article h5 {
  color: #372319; }

.article__heading.headline {
  color: #372319;
  margin-top: 1.25rem; }

/* One can't change those classes, so they need to be named this way.*/
.autocomplete-suggestions {
  border: 1px solid #4DA5D3;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #ABABAB; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #4DA5D3; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.black-box {
  display: inline-block;
  margin: 1.25rem;
  position: relative;
  color: #FFF;
  background-color: #372319;
  min-width: 8.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  padding: 0.15625rem 0.625rem; }
  .black-box:hover {
    text-decoration: none; }
  .black-box--area-head {
    z-index: 10;
    width: 16.25rem;
    margin: 0; }
  .black-box--persona {
    background-color: #372319;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4.375rem;
    margin-bottom: 1.25rem; }
  .black-box--upload-save {
    margin: 0 0 1.875rem 0;
    width: 100%;
    font-weight: normal;
    text-align: center;
    text-transform: none; }
    .black-box--upload-save:active {
      color: #4DA5D3; }
  .black-box--navigation-link {
    display: block;
    margin: -2px auto 1.25rem auto;
    text-align: center;
    white-space: nowrap;
    width: auto;
    max-width: 16.25rem; }
    @media (min-width: 992px) {
      .black-box--navigation-link {
        float: right;
        width: 16.25rem;
        max-width: 96%; } }
  .black-box--tri-bottom:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #372319 transparent;
    display: block;
    width: 0; }
  .black-box--tri-top:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -10px;
    bottom: auto;
    left: auto;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: #372319 transparent;
    width: 0;
    display: block; }

.black-box-wrapper {
  text-align: center; }

.border-right-brown-solid {
  border-right: #372319 solid 2px; }

.border-left-brown-solid {
  border-left: #372319 solid 2px; }

.box {
  display: inline-block;
  margin: 1.25rem;
  position: relative;
  color: #FFF;
  width: 8.75rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  padding: 0.15625rem; }
  .box:hover {
    text-decoration: none; }
  .box--upload-save {
    margin: 0 0 1.875rem 0;
    width: 100%;
    font-weight: normal;
    text-align: center;
    text-transform: none; }
    .box--upload-save:active {
      color: #372319; }
  .box--blue {
    background-color: #4DA5D3; }
  .box--black {
    background-color: #372319; }
  .box--gray {
    background-color: #ECE9E7; }

.branding__logo {
  max-height: 7.5rem;
  padding: 0 0 1.25rem 0.625rem; }
  @media (min-width: 1200px) {
    .branding__logo {
      padding-left: 0; } }

.branding__meta-nav {
  text-align: justify;
  width: 100%; }
  .branding__meta-nav:after {
    width: 100%;
    content: "";
    display: inline-block; }
  .branding__meta-nav .btn-group {
    margin-left: 0.5625rem; }
  @media (min-width: 768px) {
    .branding__meta-nav {
      float: right;
      width: auto;
      margin-top: 3.125rem; } }
  @media (min-width: 1200px) {
    .branding__meta-nav > :last-child {
      padding-right: 0;
      width: auto; } }
  .branding__meta-nav .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none; }

.branding__link {
  display: inline-block;
  font-weight: bold;
  float: none !important;
  color: #372319; }
  @media (min-width: 768px) {
    .branding__link {
      padding-left: 0.75rem;
      float: left !important; } }
  .branding__link .glyphicon {
    font-size: 1.5rem;
    line-height: 0.6; }
  .branding__link.btn:active, .branding__link.btn.active, .branding__link .btn:active, .branding__link .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.branding__dropdown {
  width: 18.75rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .branding__dropdown--alignedright {
    right: 0;
    left: auto; }

.breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.875rem;
  white-space: nowrap;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-top: 0.875rem; } }
  .breadcrumbs__list {
    list-style-type: none;
    padding: 0; }
  .breadcrumbs__crumb {
    position: relative;
    display: inline-block;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 2px solid #ECE9E7; }
    .breadcrumbs__crumb:last-child {
      margin-right: 0; }
    .breadcrumbs__crumb--label {
      color: #4DA5D3;
      font-weight: bold; }
    .breadcrumbs__crumb--home {
      display: none; }
    .breadcrumbs__crumb:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -8px;
      border-top: 8px solid transparent;
      border-left: 8px solid #ECE9E7;
      border-bottom: 8px solid transparent; }
    .breadcrumbs__crumb:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -6px;
      border-top: 6px solid transparent;
      border-left: 6px solid #FFF;
      border-bottom: 6px solid transparent; }
    .breadcrumbs__crumb:last-child {
      border: none; }
      .breadcrumbs__crumb:last-child:before {
        border: none; }
      .breadcrumbs__crumb:last-child:after {
        border: none; }

.caption--stage {
  font-weight: bold;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center; }
  .caption--stage__headline {
    top: 0;
    margin-top: 5%;
    width: 57%;
    font-size: 1.5rem;
    line-height: 97%;
    color: #FFF; }
    @media (min-width: 768px) {
      .caption--stage__headline {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .caption--stage__headline {
        font-size: 3rem; } }
    .caption--stage__headline.left {
      left: 0;
      right: auto; }
    .caption--stage__headline.right {
      right: 0;
      left: auto; }
  .caption--stage__textfield {
    bottom: 0.625rem;
    margin-bottom: 0;
    padding: 0.625rem 0;
    width: 50%;
    color: #FFF;
    background: rgba(77, 165, 211, 0.7); }
    @media (min-width: 768px) {
      .caption--stage__textfield {
        bottom: 1.25rem; } }
    @media (min-width: 992px) {
      .caption--stage__textfield {
        bottom: 2.5rem; } }
    @media (min-width: 992px) {
      .caption--stage__textfield {
        padding: 0 0; } }
    .caption--stage__textfield.blue {
      background: rgba(77, 165, 211, 0.7); }
    .caption--stage__textfield.orange {
      background: rgba(255, 119, 0, 0.7); }
    .caption--stage__textfield.left {
      left: 0.9375rem;
      right: auto; }
    .caption--stage__textfield.right {
      right: 0.9375rem;
      left: auto; }
  .caption--stage span {
    font-size: 1rem; }
    @media (min-width: 768px) {
      .caption--stage span {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .caption--stage span {
        font-size: 2.25rem; } }

.carousel-control {
  z-index: 15; }
  .carousel-control--stage span {
    position: absolute;
    color: #4DA5D3;
    top: 50%;
    font-size: 1.875rem;
    margin-top: -0.9375rem; }
    .carousel-control--stage span.fa-chevron-circle-left {
      left: 15px; }
    .carousel-control--stage span.fa-chevron-circle-right {
      right: 15px; }
    @media (min-width: 768px) {
      .carousel-control--stage span {
        font-size: 3rem;
        margin-top: -1.5rem; } }
  .carousel-control--hall-of-fame.carousel-control {
    color: #4DA5D3;
    width: 36%;
    opacity: 1;
    background-image: none; }
    @media (min-width: 768px) {
      .carousel-control--hall-of-fame.carousel-control {
        width: 28%; } }
    @media (min-width: 992px) {
      .carousel-control--hall-of-fame.carousel-control {
        width: 19%; } }
    .carousel-control--hall-of-fame.carousel-control:hover {
      opacity: 1; }
      .carousel-control--hall-of-fame.carousel-control:hover span.carousel-span--hall-of-fame__button {
        opacity: 1; }
  .carousel-control .carousel-span--hall-of-fame__button {
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    font-size: 3.125rem;
    margin-top: -1.5625rem;
    color: #4DA5D3; }
  .carousel-control .carousel-span--hall-of-fame__transparent {
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    display: none; }
    .carousel-control .carousel-span--hall-of-fame__transparent--left {
      background: linear-gradient(to right, white 0%, white 77%, rgba(255, 255, 255, 0) 100%); }
    .carousel-control .carousel-span--hall-of-fame__transparent--right {
      background: linear-gradient(to left, white 0%, white 77%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .carousel-control .carousel-span--hall-of-fame__transparent {
        display: block; } }
  .carousel-control .carousel-span--hall-of-fame__left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    left: -35%; }
    @media (min-width: 992px) {
      .carousel-control .carousel-span--hall-of-fame__left {
        left: -8%; } }
    @media (min-width: 768px) {
      .carousel-control .carousel-span--hall-of-fame__left {
        left: -11%; } }
  .carousel-control .carousel-span--hall-of-fame__right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    left: 35%; }
    @media (min-width: 992px) {
      .carousel-control .carousel-span--hall-of-fame__right {
        left: 8%; } }
    @media (min-width: 768px) {
      .carousel-control .carousel-span--hall-of-fame__right {
        left: 11%; } }

.carousel-indicators--stage {
  top: 0;
  position: absolute;
  height: 20px;
  margin-top: 0%; }
  .carousel-indicators--stage li {
    width: 7px;
    height: 7px; }
    @media (min-width: 768px) {
      .carousel-indicators--stage li {
        width: 10px;
        height: 10px; } }
    .carousel-indicators--stage li.active {
      width: 9px;
      height: 9px; }
      @media (min-width: 768px) {
        .carousel-indicators--stage li.active {
          width: 12px;
          height: 12px; } }
  @media (min-width: 768px) {
    .carousel-indicators--stage {
      margin-top: 1.5%; } }

.carousel-inner--stage .item img {
  width: 100%; }

.carousel-inner--hall-of-fame {
  max-height: 19.75rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .carousel-inner--hall-of-fame .active.left {
    left: -100%; }
  .carousel-inner--hall-of-fame .active.right {
    left: 100%; }
  .carousel-inner--hall-of-fame .next {
    left: 100%; }
  .carousel-inner--hall-of-fame .prev {
    left: -100%; }
  @media (min-width: 768px) {
    .carousel-inner--hall-of-fame {
      max-height: 18.75rem;
      margin-bottom: 2.5rem; }
      .carousel-inner--hall-of-fame .active.left {
        left: -25%; }
      .carousel-inner--hall-of-fame .active.right {
        left: 25%; }
      .carousel-inner--hall-of-fame .next {
        left: 25%; }
      .carousel-inner--hall-of-fame .prev {
        left: -25%; } }
  @media (min-width: 992px) {
    .carousel-inner--hall-of-fame .active.left {
      left: -16.7%; }
    .carousel-inner--hall-of-fame .active.right {
      left: 16.7%; }
    .carousel-inner--hall-of-fame .next {
      left: 16.7%; }
    .carousel-inner--hall-of-fame .prev {
      left: -16.7%; } }
  @media (max-width: 767px) {
    .carousel-inner--hall-of-fame img.center-block {
      height: 15.625rem; } }

.chapter-editor__button, .chapter-editor__button--faded {
  display: inline-block;
  height: 2.5rem;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  background-image: none;
  background-color: #4DA5D3;
  border: none;
  cursor: pointer;
  padding: 0.625rem 0.75rem;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chapter-editor__button:focus, .chapter-editor__button--faded:focus, .chapter-editor__button.focus, .focus.chapter-editor__button--faded, .chapter-editor__button:active:focus, .chapter-editor__button--faded:active:focus, .chapter-editor__button:active.focus, .chapter-editor__button--faded:active.focus, .chapter-editor__button.active:focus, .active.chapter-editor__button--faded:focus, .chapter-editor__button.active.focus, .active.focus.chapter-editor__button--faded {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .chapter-editor__button:hover, .chapter-editor__button--faded:hover, .chapter-editor__button:focus, .chapter-editor__button--faded:focus, .chapter-editor__button.focus, .focus.chapter-editor__button--faded {
    color: #333;
    text-decoration: none; }
  .chapter-editor__button:active, .chapter-editor__button--faded:active, .chapter-editor__button.active, .active.chapter-editor__button--faded {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .chapter-editor__button.disabled, .disabled.chapter-editor__button--faded, .chapter-editor__button[disabled], [disabled].chapter-editor__button--faded,
  fieldset[disabled] .chapter-editor__button,
  fieldset[disabled] .chapter-editor__button--faded {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .chapter-editor__button:hover, .chapter-editor__button--faded:hover {
    outline: none;
    color: #FFF;
    text-decoration: none;
    background-color: #F70; }
  .chapter-editor__button:focus, .chapter-editor__button--faded:focus {
    color: #FFF;
    background-color: #4DA5D3; }

.chapter-editor__button--toolbar {
  display: inline-block;
  height: 2.5rem;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  background-image: none;
  background-color: #4DA5D3;
  border: none;
  cursor: pointer;
  padding: 0.625rem 0.75rem;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .chapter-editor__button--toolbar:focus, .chapter-editor__button--toolbar.focus, .chapter-editor__button--toolbar:active:focus, .chapter-editor__button--toolbar:active.focus, .chapter-editor__button--toolbar.active:focus, .chapter-editor__button--toolbar.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .chapter-editor__button--toolbar:hover, .chapter-editor__button--toolbar:focus, .chapter-editor__button--toolbar.focus {
    color: #333;
    text-decoration: none; }
  .chapter-editor__button--toolbar:active, .chapter-editor__button--toolbar.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .chapter-editor__button--toolbar.disabled, .chapter-editor__button--toolbar[disabled],
  fieldset[disabled] .chapter-editor__button--toolbar {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .chapter-editor__button--toolbar:hover, .chapter-editor__button--toolbar:focus {
    outline: none;
    color: #FFF;
    text-decoration: none;
    background-color: #F70; }
  .chapter-editor__button--toolbar.btn-info {
    background-color: #F70; }

.chapter-editor__button--faded {
  background-color: #DBEBF5; }

.chapter-editor__button--cta {
  display: inline-block;
  height: 2.5rem;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  background-image: none;
  background-color: #4DA5D3;
  border: none;
  cursor: pointer;
  padding: 0.625rem 0.75rem;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #F70; }
  .chapter-editor__button--cta:focus, .chapter-editor__button--cta.focus, .chapter-editor__button--cta:active:focus, .chapter-editor__button--cta:active.focus, .chapter-editor__button--cta.active:focus, .chapter-editor__button--cta.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .chapter-editor__button--cta:hover, .chapter-editor__button--cta:focus, .chapter-editor__button--cta.focus {
    color: #333;
    text-decoration: none; }
  .chapter-editor__button--cta:active, .chapter-editor__button--cta.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .chapter-editor__button--cta.disabled, .chapter-editor__button--cta[disabled],
  fieldset[disabled] .chapter-editor__button--cta {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .chapter-editor__button--cta:hover {
    outline: none;
    color: #FFF;
    text-decoration: none;
    background-color: #F70; }
  .chapter-editor__button--cta:focus {
    color: #FFF;
    background-color: #4DA5D3; }

.chapter-editor__editor {
  margin-top: 0; }
  .chapter-editor__editor__title {
    margin-bottom: 0.625rem; }
  .chapter-editor__editor__content {
    min-height: 15rem;
    max-height: 50rem;
    padding: 0.625rem;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #000;
    outline: none; }
    .chapter-editor__editor__content img {
      max-height: 100%;
      max-width: 100%; }

.chapter-editor__editor__wrapper {
  padding-left: 0;
  margin-left: -2px; }

.chapter-editor__chapter-list {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.25rem;
  margin-top: 1.9375rem; }
  .chapter-editor__chapter-list__chapter {
    display: block;
    z-index: 1; }
    .chapter-editor__chapter-list__chapter:hover .chapter-editor__chapter-list__chapter__select,
    .chapter-editor__chapter-list__chapter:hover .chapter-editor__chapter-list__chapter__remove-button {
      background: #4DA5D3; }
    .chapter-editor__chapter-list__chapter:hover .chapter-editor__chapter-list__chapter__remove-button:after {
      border-top: 6px solid transparent;
      border-left: 6px solid #4DA5D3;
      border-bottom: 6px solid transparent; }
    .chapter-editor__chapter-list__chapter__title {
      margin-left: 0.9375rem; }
    .chapter-editor__chapter-list__chapter__select {
      width: 85%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .chapter-editor__chapter-list__chapter__remove-button {
      width: 15%;
      position: relative; }
      .chapter-editor__chapter-list__chapter__remove-button:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -6px;
        z-index: 1; }
      .chapter-editor__chapter-list__chapter__remove-button.chapter-editor__button:after, .chapter-editor__chapter-list__chapter__remove-button.chapter-editor__button--faded:after {
        border-top: 6px solid transparent;
        border-left: 6px solid #4DA5D3;
        border-bottom: 6px solid transparent; }
      .chapter-editor__chapter-list__chapter__remove-button.chapter-editor__button--faded:after {
        border-top: 6px solid transparent;
        border-left: 6px solid #DBEBF5;
        border-bottom: 6px solid transparent; }

.chapter-editor__editor--warning {
  margin: 0.5rem 0;
  padding: 0.75rem;
  width: 100%;
  color: #FFF;
  background-color: #DA666F; }
  .chapter-editor__editor--warning strong {
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }

.chapter-editor__editor--info {
  margin: 1rem 0 0 0;
  padding: 0.75rem;
  width: 100%;
  color: #FFF;
  background-color: #66DA82; }
  .chapter-editor__editor--info strong {
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }

.chapter-editor__save-button-bar > button {
  margin-left: 1rem;
  float: right; }

.toolbar__format.btn {
  width: 100%;
  color: #000;
  margin-top: 0; }

.m-cover-editor__preview-area {
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #DDD; }

.m-cover-editor__preview-image {
  width: 100%;
  border: 1px solid #ECE9E7; }

.m-cover-editor__preview-image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); }

.m-cover-editor__preview-thumbnail {
  width: 7.8125rem;
  height: 7.8125rem;
  float: right; }

.m-cover-editor__warning {
  padding: 0.625rem;
  color: #FFF;
  background-color: #DA666F; }

.m-cover-editor__message {
  padding: 0.625rem;
  background-color: #66DA82; }

.m-cover-editor__button--layout-toggle-left {
  height: 2.5rem;
  width: 5rem;
  margin: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  background-color: #DBEBF5; }
  .m-cover-editor__button--layout-toggle-left:hover, .m-cover-editor__button--layout-toggle-left:focus {
    text-decoration: none;
    color: #FFF;
    border-color: none;
    background: #DBEBF5;
    outline: none; }

.m-cover-editor__button--layout-toggle-left-selected {
  height: 2.5rem;
  width: 5rem;
  margin: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  background-color: #4DA5D3; }
  .m-cover-editor__button--layout-toggle-left-selected:hover, .m-cover-editor__button--layout-toggle-left-selected:focus {
    text-decoration: none;
    color: #FFF;
    border-color: none;
    background: #4DA5D3;
    outline: none; }

.m-cover-editor__button--layout-toggle-right {
  height: 2.5rem;
  width: 5rem;
  margin: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  background-color: #DBEBF5; }
  .m-cover-editor__button--layout-toggle-right:hover, .m-cover-editor__button--layout-toggle-right:focus {
    text-decoration: none;
    color: #FFF;
    border-color: none;
    background: #DBEBF5;
    outline: none; }

.m-cover-editor__button--layout-toggle-right-selected {
  height: 2.5rem;
  width: 5rem;
  margin: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  background-color: #4DA5D3; }
  .m-cover-editor__button--layout-toggle-right-selected:hover, .m-cover-editor__button--layout-toggle-right-selected:focus {
    text-decoration: none;
    color: #FFF;
    border-color: none;
    background: #4DA5D3;
    outline: none; }

.m-cover-editor__button--standard {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-cover-editor__button--standard:hover, .m-cover-editor__button--standard:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-cover-editor__button--standard a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-cover-editor__button--standard a:hover, .m-cover-editor__button--standard a:focus {
      color: #FFF; }

.m-cover-editor__button--standard-disabled {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #DBEBF5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-cover-editor__button--standard-disabled:hover, .m-cover-editor__button--standard-disabled:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #DBEBF5;
    outline: none; }
  .m-cover-editor__button--standard-disabled a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-cover-editor__button--standard-disabled a:hover, .m-cover-editor__button--standard-disabled a:focus {
      color: #FFF; }

.m-cover-editor__button--save {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #F70;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-cover-editor__button--save:hover, .m-cover-editor__button--save:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #F70;
    outline: none; }
  .m-cover-editor__button--save a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-cover-editor__button--save a:hover, .m-cover-editor__button--save a:focus {
      color: #FFF; }

.m-cover-editor__button--save-disabled {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #DDD;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-cover-editor__button--save-disabled:hover, .m-cover-editor__button--save-disabled:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #DDD;
    outline: none; }
  .m-cover-editor__button--save-disabled a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-cover-editor__button--save-disabled a:hover, .m-cover-editor__button--save-disabled a:focus {
      color: #FFF; }

.m-cover-editor__gallery--button {
  display: inline-block;
  height: 125px;
  width: 125px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 3px solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__gallery--button:hover, .m-cover-editor__gallery--button:focus {
    outline: none; }

.m-cover-editor__gallery--button-selected {
  display: inline-block;
  height: 125px;
  width: 125px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border: 3px solid #4DA5D3;
  border-radius: none; }
  .m-cover-editor__gallery--button-selected:hover, .m-cover-editor__gallery--button-selected:focus {
    outline: none; }

.m-cover-editor__color-picker--button-black {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-black:focus, .m-cover-editor__color-picker--button-black.focus, .m-cover-editor__color-picker--button-black:active:focus, .m-cover-editor__color-picker--button-black:active.focus, .m-cover-editor__color-picker--button-black.active:focus, .m-cover-editor__color-picker--button-black.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-black:hover, .m-cover-editor__color-picker--button-black:focus, .m-cover-editor__color-picker--button-black.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-black:active, .m-cover-editor__color-picker--button-black.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-black.disabled, .m-cover-editor__color-picker--button-black[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-black {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-black-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-black-selected:focus, .m-cover-editor__color-picker--button-black-selected.focus, .m-cover-editor__color-picker--button-black-selected:active:focus, .m-cover-editor__color-picker--button-black-selected:active.focus, .m-cover-editor__color-picker--button-black-selected.active:focus, .m-cover-editor__color-picker--button-black-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-black-selected:hover, .m-cover-editor__color-picker--button-black-selected:focus, .m-cover-editor__color-picker--button-black-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-black-selected:active, .m-cover-editor__color-picker--button-black-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-black-selected.disabled, .m-cover-editor__color-picker--button-black-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-black-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-white {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-white:focus, .m-cover-editor__color-picker--button-white.focus, .m-cover-editor__color-picker--button-white:active:focus, .m-cover-editor__color-picker--button-white:active.focus, .m-cover-editor__color-picker--button-white.active:focus, .m-cover-editor__color-picker--button-white.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-white:hover, .m-cover-editor__color-picker--button-white:focus, .m-cover-editor__color-picker--button-white.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-white:active, .m-cover-editor__color-picker--button-white.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-white.disabled, .m-cover-editor__color-picker--button-white[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-white {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-white-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-white-selected:focus, .m-cover-editor__color-picker--button-white-selected.focus, .m-cover-editor__color-picker--button-white-selected:active:focus, .m-cover-editor__color-picker--button-white-selected:active.focus, .m-cover-editor__color-picker--button-white-selected.active:focus, .m-cover-editor__color-picker--button-white-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-white-selected:hover, .m-cover-editor__color-picker--button-white-selected:focus, .m-cover-editor__color-picker--button-white-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-white-selected:active, .m-cover-editor__color-picker--button-white-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-white-selected.disabled, .m-cover-editor__color-picker--button-white-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-white-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-bordeaux {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #9F1D15;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-bordeaux:focus, .m-cover-editor__color-picker--button-bordeaux.focus, .m-cover-editor__color-picker--button-bordeaux:active:focus, .m-cover-editor__color-picker--button-bordeaux:active.focus, .m-cover-editor__color-picker--button-bordeaux.active:focus, .m-cover-editor__color-picker--button-bordeaux.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-bordeaux:hover, .m-cover-editor__color-picker--button-bordeaux:focus, .m-cover-editor__color-picker--button-bordeaux.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-bordeaux:active, .m-cover-editor__color-picker--button-bordeaux.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-bordeaux.disabled, .m-cover-editor__color-picker--button-bordeaux[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-bordeaux {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-bordeaux-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #9F1D15;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-bordeaux-selected:focus, .m-cover-editor__color-picker--button-bordeaux-selected.focus, .m-cover-editor__color-picker--button-bordeaux-selected:active:focus, .m-cover-editor__color-picker--button-bordeaux-selected:active.focus, .m-cover-editor__color-picker--button-bordeaux-selected.active:focus, .m-cover-editor__color-picker--button-bordeaux-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-bordeaux-selected:hover, .m-cover-editor__color-picker--button-bordeaux-selected:focus, .m-cover-editor__color-picker--button-bordeaux-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-bordeaux-selected:active, .m-cover-editor__color-picker--button-bordeaux-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-bordeaux-selected.disabled, .m-cover-editor__color-picker--button-bordeaux-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-bordeaux-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-gold {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #F5B000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-gold:focus, .m-cover-editor__color-picker--button-gold.focus, .m-cover-editor__color-picker--button-gold:active:focus, .m-cover-editor__color-picker--button-gold:active.focus, .m-cover-editor__color-picker--button-gold.active:focus, .m-cover-editor__color-picker--button-gold.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-gold:hover, .m-cover-editor__color-picker--button-gold:focus, .m-cover-editor__color-picker--button-gold.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-gold:active, .m-cover-editor__color-picker--button-gold.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-gold.disabled, .m-cover-editor__color-picker--button-gold[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-gold {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-gold-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #F5B000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-gold-selected:focus, .m-cover-editor__color-picker--button-gold-selected.focus, .m-cover-editor__color-picker--button-gold-selected:active:focus, .m-cover-editor__color-picker--button-gold-selected:active.focus, .m-cover-editor__color-picker--button-gold-selected.active:focus, .m-cover-editor__color-picker--button-gold-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-gold-selected:hover, .m-cover-editor__color-picker--button-gold-selected:focus, .m-cover-editor__color-picker--button-gold-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-gold-selected:active, .m-cover-editor__color-picker--button-gold-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-gold-selected.disabled, .m-cover-editor__color-picker--button-gold-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-gold-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-blue {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #71A5DA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-blue:focus, .m-cover-editor__color-picker--button-blue.focus, .m-cover-editor__color-picker--button-blue:active:focus, .m-cover-editor__color-picker--button-blue:active.focus, .m-cover-editor__color-picker--button-blue.active:focus, .m-cover-editor__color-picker--button-blue.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-blue:hover, .m-cover-editor__color-picker--button-blue:focus, .m-cover-editor__color-picker--button-blue.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-blue:active, .m-cover-editor__color-picker--button-blue.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-blue.disabled, .m-cover-editor__color-picker--button-blue[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-blue {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-blue-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #71A5DA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-blue-selected:focus, .m-cover-editor__color-picker--button-blue-selected.focus, .m-cover-editor__color-picker--button-blue-selected:active:focus, .m-cover-editor__color-picker--button-blue-selected:active.focus, .m-cover-editor__color-picker--button-blue-selected.active:focus, .m-cover-editor__color-picker--button-blue-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-blue-selected:hover, .m-cover-editor__color-picker--button-blue-selected:focus, .m-cover-editor__color-picker--button-blue-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-blue-selected:active, .m-cover-editor__color-picker--button-blue-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-blue-selected.disabled, .m-cover-editor__color-picker--button-blue-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-blue-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-olive {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #777A00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-olive:focus, .m-cover-editor__color-picker--button-olive.focus, .m-cover-editor__color-picker--button-olive:active:focus, .m-cover-editor__color-picker--button-olive:active.focus, .m-cover-editor__color-picker--button-olive.active:focus, .m-cover-editor__color-picker--button-olive.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-olive:hover, .m-cover-editor__color-picker--button-olive:focus, .m-cover-editor__color-picker--button-olive.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-olive:active, .m-cover-editor__color-picker--button-olive.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-olive.disabled, .m-cover-editor__color-picker--button-olive[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-olive {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-olive-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #777A00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-olive-selected:focus, .m-cover-editor__color-picker--button-olive-selected.focus, .m-cover-editor__color-picker--button-olive-selected:active:focus, .m-cover-editor__color-picker--button-olive-selected:active.focus, .m-cover-editor__color-picker--button-olive-selected.active:focus, .m-cover-editor__color-picker--button-olive-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-olive-selected:hover, .m-cover-editor__color-picker--button-olive-selected:focus, .m-cover-editor__color-picker--button-olive-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-olive-selected:active, .m-cover-editor__color-picker--button-olive-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-olive-selected.disabled, .m-cover-editor__color-picker--button-olive-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-olive-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-beige {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #B39E7F;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-beige:focus, .m-cover-editor__color-picker--button-beige.focus, .m-cover-editor__color-picker--button-beige:active:focus, .m-cover-editor__color-picker--button-beige:active.focus, .m-cover-editor__color-picker--button-beige.active:focus, .m-cover-editor__color-picker--button-beige.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-beige:hover, .m-cover-editor__color-picker--button-beige:focus, .m-cover-editor__color-picker--button-beige.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-beige:active, .m-cover-editor__color-picker--button-beige.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-beige.disabled, .m-cover-editor__color-picker--button-beige[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-beige {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-beige-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #B39E7F;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-beige-selected:focus, .m-cover-editor__color-picker--button-beige-selected.focus, .m-cover-editor__color-picker--button-beige-selected:active:focus, .m-cover-editor__color-picker--button-beige-selected:active.focus, .m-cover-editor__color-picker--button-beige-selected.active:focus, .m-cover-editor__color-picker--button-beige-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-beige-selected:hover, .m-cover-editor__color-picker--button-beige-selected:focus, .m-cover-editor__color-picker--button-beige-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-beige-selected:active, .m-cover-editor__color-picker--button-beige-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-beige-selected.disabled, .m-cover-editor__color-picker--button-beige-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-beige-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__color-picker--button-brown {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  background-image: none;
  background-color: #7A664A;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1875rem solid #ECE9E7;
  border-radius: none; }
  .m-cover-editor__color-picker--button-brown:focus, .m-cover-editor__color-picker--button-brown.focus, .m-cover-editor__color-picker--button-brown:active:focus, .m-cover-editor__color-picker--button-brown:active.focus, .m-cover-editor__color-picker--button-brown.active:focus, .m-cover-editor__color-picker--button-brown.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .m-cover-editor__color-picker--button-brown:hover, .m-cover-editor__color-picker--button-brown:focus, .m-cover-editor__color-picker--button-brown.focus {
    outline: 0;
    color: #FFF;
    text-decoration: none; }
  .m-cover-editor__color-picker--button-brown:active, .m-cover-editor__color-picker--button-brown.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .m-cover-editor__color-picker--button-brown.disabled, .m-cover-editor__color-picker--button-brown[disabled],
  fieldset[disabled] .m-cover-editor__color-picker--button-brown {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .m-cover-editor__color-picker--button-brown-selected {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    border: none;
    border-radius: none;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    background-image: none;
    background-color: #7A664A;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.1875rem solid #000;
    border-radius: none; }
    .m-cover-editor__color-picker--button-brown-selected:focus, .m-cover-editor__color-picker--button-brown-selected.focus, .m-cover-editor__color-picker--button-brown-selected:active:focus, .m-cover-editor__color-picker--button-brown-selected:active.focus, .m-cover-editor__color-picker--button-brown-selected.active:focus, .m-cover-editor__color-picker--button-brown-selected.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .m-cover-editor__color-picker--button-brown-selected:hover, .m-cover-editor__color-picker--button-brown-selected:focus, .m-cover-editor__color-picker--button-brown-selected.focus {
      outline: 0;
      color: #FFF;
      text-decoration: none; }
    .m-cover-editor__color-picker--button-brown-selected:active, .m-cover-editor__color-picker--button-brown-selected.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .m-cover-editor__color-picker--button-brown-selected.disabled, .m-cover-editor__color-picker--button-brown-selected[disabled],
    fieldset[disabled] .m-cover-editor__color-picker--button-brown-selected {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.m-cover-editor__icon, .m-cover-editor__icon--top:before, .m-cover-editor__icon--bottom:before {
  font-family: "cover-editor-icons", sans-serif !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 3rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased; }

.m-cover-editor__icon--top:before {
  content: 'a';
  padding-left: 1.5rem; }

.m-cover-editor__icon--bottom:before {
  content: 'b';
  padding-left: 1.5rem; }

.m-communityButton {
  background-color: #4DA5D3;
  color: #FFF;
  padding: 0.625rem 0.3125rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border: 0; }
  .m-communityButton:hover {
    cursor: pointer; }

.community-slider {
  position: relative;
  padding: 1rem;
  margin-bottom: 1.875rem; }
  .community-slider__control {
    width: 40px;
    position: absolute;
    z-index: 15;
    font-size: 2.25rem;
    height: 100%; }
    .community-slider__control--left {
      left: 0.5rem; }
      .community-slider__control--left > span {
        position: absolute;
        text-align: center;
        left: 0;
        top: 25%;
        width: 100%; }
    .community-slider__control--right {
      right: 0.5rem; }
      .community-slider__control--right > span {
        position: absolute;
        text-align: center;
        right: 0;
        top: 25%;
        width: 100%; }
  .community-slider__list {
    padding: 0 1.875rem;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .community-slider__slide {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: bottom;
    float: none !important; }
    .community-slider__slide__image-wrapper {
      height: 150px;
      vertical-align: bottom; }
    .community-slider__slide__image {
      display: inline-block;
      max-width: 85%;
      vertical-align: bottom;
      max-height: 150px; }
    .community-slider__slide__title {
      font-size: 0.875rem;
      font-weight: 600;
      color: #000; }
    .community-slider__slide__link {
      color: #000;
      height: 1rem;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%;
      white-space: nowrap;
      word-wrap: break-word; }
    .community-slider__slide__sub-title {
      font-size: 0.75rem;
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%;
      white-space: nowrap;
      word-wrap: break-word;
      height: 1rem; }
    .community-slider__slide__placeholder {
      font-style: italic; }
  .community-slider__slide__review {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    float: none !important; }
    .community-slider__slide__review__left {
      padding-right: 0;
      vertical-align: top; }
    .community-slider__slide__review__right {
      padding-left: 0;
      text-align: left;
      vertical-align: top; }
    .community-slider__slide__review__title {
      color: #000;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 20px;
      margin-top: 5px;
      max-height: 60px;
      overflow: hidden; }
    .community-slider__slide__review__link {
      color: #000;
      display: inline-block;
      width: 90%; }
    .community-slider__slide__review__text {
      font-style: italic;
      overflow: hidden; }
    .community-slider__slide__review__author {
      font-size: 12px;
      color: #000;
      margin-top: 5px; }

.contact-box {
  display: table;
  margin-bottom: 2.5rem;
  width: 100%; }
  .contact-box__image {
    display: table-cell;
    width: 50%;
    border-right: 2px solid #FFF;
    position: relative; }
    .contact-box__image > img {
      width: 100%; }
    .contact-box__image:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -6px;
      border-top: 10px solid transparent;
      border-left: 10px solid #FFF;
      border-bottom: 10px solid transparent; }
  .contact-box__details {
    width: 50%;
    display: table-cell;
    background-color: #ECE9E7;
    padding: 1.25rem;
    vertical-align: top; }
    .contact-box__details > a {
      color: #4DA5D3;
      font-weight: bold; }
  .contact-box__head {
    font-size: 0.9375rem;
    text-transform: uppercase;
    padding-bottom: 0.625rem;
    border-bottom: 2px solid #000;
    margin-bottom: 1.25rem;
    text-align: left; }
    .contact-box__head > strong {
      font-weight: bold; }

.tiny-contact-box {
  background-color: #ECE9E7; }
  @media (max-width: 767px) {
    .tiny-contact-box {
      display: none; } }
  .tiny-contact-box__image {
    width: 100%; }
  .tiny-contact-box__details {
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem; }
    .tiny-contact-box__details > p {
      margin-bottom: 0.3125rem; }
    .tiny-contact-box__details--light-blue {
      background-color: #DBEBF5; }
  .tiny-contact-box__link {
    color: #4DA5D3;
    font-size: 0.875rem; }
  .tiny-contact-box > .download-link {
    height: 2.5rem;
    line-height: 2.5rem; }
  .tiny-contact-box__head {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    font-size: 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #000; }
    .tiny-contact-box__book-title-container .tiny-contact-box__head {
      border-bottom: none;
      padding-bottom: 0; }
    .tiny-contact-box__head > a {
      font-size: inherit;
      color: #372319; }
    .tiny-contact-box__head--extended {
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0.625rem;
      border-bottom: none;
      font-weight: normal; }

.tiny-contact-box__book-title-container {
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #000;
  margin-bottom: 0.625rem; }

.download-link {
  display: inline-block;
  width: 100%;
  padding: 0 0.15625rem;
  height: 1.5625rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.5625rem;
  background-color: #4DA5D3; }
  .download-link:hover, .download-link:focus {
    color: #FFF !important; }
  .download-link.block {
    display: block;
    margin-bottom: 0.9375rem; }

.dropzone {
  border: 2px dotted #372319;
  background: #FFF;
  overflow: hidden;
  margin: 0 1.25rem; }
  .dropzone.dz-clickable {
    cursor: pointer; }
  .dropzone .dz-message {
    width: 100%;
    padding: 0 1.25rem;
    margin-left: 20px;
    min-height: 5.3125rem; }
    .dropzone .dz-message.row {
      margin-top: 1.25rem; }
    .dropzone .dz-message .dropzone__default-lastfile {
      padding-right: 1.25rem;
      text-align: right;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden; }
    .dropzone .dz-message .dropzone__default-message {
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
    .dropzone .dz-message .dropzone__default-image {
      text-align: center;
      vertical-align: middle;
      margin-bottom: 0.875rem; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-started .dz-preview {
    display: table;
    table-layout: fixed;
    margin: 1.25rem 0;
    width: 100%;
    padding: 0 1.25rem;
    min-height: 85px; }
    .dropzone.dz-started .dz-preview .dz-progress {
      display: table-cell;
      width: 50%;
      padding-left: 1.25rem;
      border-left: 2px solid black;
      vertical-align: middle; }
    .dropzone.dz-started .dz-preview .dz-error-message, .dropzone.dz-started .dz-preview .dz-success-mark {
      display: none; }
    .dropzone.dz-started .dz-preview .dz-details {
      display: table-cell;
      padding-right: 1.25rem;
      text-align: right;
      vertical-align: middle;
      pointer-events: none; }
      .dropzone.dz-started .dz-preview .dz-details .dz-filename {
        text-overflow: ellipsis;
        overflow: hidden; }
    .dropzone.dz-started .dz-preview.dz-file-preview .dz-details {
      width: 50%; }
    .dropzone.dz-started .dz-preview.dz-file-preview .dropzone__preview-image {
      display: none; }
    .dropzone.dz-started .dz-preview.dz-image-preview .dz-details {
      width: 25%; }
    .dropzone.dz-started .dz-preview.dz-image-preview .dropzone__preview-image {
      display: table-cell;
      width: 25%;
      padding-right: 1.25rem;
      text-align: right; }
    .dropzone.dz-started .dz-preview.dz-error {
      pointer-events: none; }
      .dropzone.dz-started .dz-preview.dz-error .dz-error-message {
        display: table-cell !important;
        width: 50%;
        padding-left: 1.25rem;
        border-left: 2px solid black;
        vertical-align: middle;
        color: #DA666F; }
      .dropzone.dz-started .dz-preview.dz-error .dz-progress, .dropzone.dz-started .dz-preview.dz-error .dz-success-mark {
        display: none !important; }
    .dropzone.dz-started .dz-preview.dz-success {
      pointer-events: none; }
      .dropzone.dz-started .dz-preview.dz-success .dz-success-mark {
        display: table-cell !important;
        width: 50%;
        padding-left: 1.25rem;
        border-left: 2px solid black;
        vertical-align: middle;
        color: #66DA82;
        pointer-events: none;
        font-size: 2.5rem; }
      .dropzone.dz-started .dz-preview.dz-success .dz-progress, .dropzone.dz-started .dz-preview.dz-success .dz-error-message {
        display: none !important; }
  .dropzone .dz-error-mark {
    display: none; }

.editPersonalProfile__taxexemptionList {
  margin-top: 1.875rem; }
  .editPersonalProfile__taxexemptionList--label {
    font-weight: bold; }

.editPersonalProfile__taxexemption {
  margin-top: 0.3125rem; }

input[type="submit"].editPersonalProfile__submit {
  width: 100%;
  background: #4DA5D3;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="radio"].editPersonalProfile__radio {
  margin-top: 0; }

.m-ebook-detail__section {
  margin-top: 1.875rem; }

.m-ebook-detail__section:last-of-type {
  margin-bottom: 1.875rem; }

.m-ebook-detail__section--head {
  padding-bottom: 0;
  margin: 1rem 0;
  border-bottom: 2px solid #372319;
  font-weight: bold; }

.m-ebook-detail__list {
  list-style: none;
  padding: 1rem 0;
  margin: 0; }

.m-ebook-detail__information--author, .m-ebook-detail__information--book {
  background: #ECE9E7;
  padding: 0.9375rem; }

.m-ebook-detail__information--genres, .m-ebook-detail__information--tags {
  text-align: center; }

.m-ebook-detail__image--cover {
  width: 100%; }

.m-ebook-detail__image--author {
  display: block;
  margin: 0 auto 1rem auto;
  max-width: 100%; }

.m-ebook-detail__tag:not(:last-child):after, .m-ebook-detail__genre:not(:last-child):after {
  content: ","; }

.m-ebook-detail__snippet {
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

.m-ebook-detail__social-button--fb {
  display: inline-block;
  width: 7.5rem;
  padding: 0.625rem 0.75rem; }
  .m-ebook-detail__social-button--fb span {
    vertical-align: baseline !important; }

.m-ebook-detail__social-button--gplus {
  display: inline-block;
  width: 5rem;
  padding: 0.625rem 0.75rem; }

.m-ebook-detail__social-button--twitter {
  display: inline-block;
  width: 7.5rem;
  padding: 0.625rem 0.75rem; }

.m-ebook-detail__social-button--favourite-manuscript {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-ebook-detail__social-button--favourite-manuscript:hover, .m-ebook-detail__social-button--favourite-manuscript:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-ebook-detail__social-button--favourite-manuscript a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-ebook-detail__social-button--favourite-manuscript a:hover, .m-ebook-detail__social-button--favourite-manuscript a:focus {
      color: #FFF; }

.m-ebook-detail__social-button--share-manuscript {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-ebook-detail__social-button--share-manuscript:hover, .m-ebook-detail__social-button--share-manuscript:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-ebook-detail__social-button--share-manuscript a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-ebook-detail__social-button--share-manuscript a:hover, .m-ebook-detail__social-button--share-manuscript a:focus {
      color: #FFF; }

.m-ebook-detail__social-button--flag-manuscript {
  text-align: right; }

.m-ebook-detail__section-series-info {
  font-weight: normal; }

.ebook-overview__header {
  background-color: red; }

.ebook-overview__message {
  text-align: center; }

.ebook-overview__text {
  font-size: 0.875rem; }
  .ebook-overview__text > a {
    color: #4DA5D3;
    display: inline-block; }

.ebook-overview__cover {
  max-width: 100%; }

.ebook-overview__title {
  margin-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal; }
  .ebook-overview__title > a {
    font-size: inherit;
    color: #372319; }
  .ebook-overview__title:after {
    content: " ";
    width: 5rem;
    border-bottom: 2px dotted black;
    display: block;
    margin-top: 0.625rem; }

.ebook-overview__series {
  font-size: 0.875rem;
  padding-top: 0.3125rem; }
  .ebook-overview__series > a {
    font-size: inherit;
    color: #372319; }

.ebook-overview__author {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  padding-left: 0;
  padding-right: 0; }
  .ebook-overview__author > a {
    font-size: inherit;
    color: #372319; }

.ebook-overview__metadata {
  margin-top: 0;
  font-size: 0.75rem; }
  .ebook-overview__metadata > p {
    line-height: 1.4;
    margin-bottom: 0; }
    .ebook-overview__metadata > p:last-of-type {
      margin-bottom: 0.625rem; }

.ebook-overview__sidebar {
  background-color: transparent;
  padding: 0; }

.public-profile {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem; }
  .public-profile--errors {
    background-color: #ECE9E7;
    padding: 0.9375rem; }
    .public-profile--errors .editError {
      color: #372319;
      margin: 0; }
  .public-profile__profilePicture {
    text-align: center; }
    .public-profile__profilePicture img {
      max-width: 100%; }
  .public-profile__skill-container, .public-profile__connected-profile-container {
    margin-bottom: 1.25rem; }
  .public-profile__skill {
    background-color: #FFF;
    border: solid 1px #4DA5D3;
    padding-right: 0;
    padding-left: 0.625rem;
    height: 2.5rem;
    font-size: 0.875rem;
    margin: 0.625rem 0; }
  .public-profile__skill-title {
    line-height: 2.5rem; }
  .public-profile__skill-remove {
    float: right;
    background-color: #FFF;
    color: #4DA5D3;
    font-size: 1.25rem;
    padding: 0 0.625rem;
    height: 2.375rem;
    line-height: 2.375rem;
    width: 2.375rem;
    margin-right: 0.0625rem; }
    .public-profile__skill-remove:hover {
      cursor: pointer; }
  .public-profile__connected-profile {
    margin: 0.625rem 0;
    border: solid 1px #4DA5D3;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 0.625rem;
    overflow: hidden;
    position: relative; }
  .public-profile__connected-profile-title {
    margin-right: 1.25rem; }
  .public-profile__connected-profile-remove {
    background-color: #FFF;
    color: #4DA5D3;
    font-size: 1.25rem;
    padding: 0 0.625rem;
    height: 2.375rem;
    line-height: 2.375rem;
    margin-right: 0.0625rem;
    position: absolute;
    top: 0;
    right: 0; }
    .public-profile__connected-profile-remove:hover {
      cursor: pointer; }
  .public-profile__button--toolbar {
    display: inline-block;
    height: 2.5rem;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    background-image: none;
    background-color: #4DA5D3;
    border: none;
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .public-profile__button--toolbar:focus, .public-profile__button--toolbar.focus, .public-profile__button--toolbar:active:focus, .public-profile__button--toolbar:active.focus, .public-profile__button--toolbar.active:focus, .public-profile__button--toolbar.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .public-profile__button--toolbar:hover, .public-profile__button--toolbar:focus, .public-profile__button--toolbar.focus {
      color: #333;
      text-decoration: none; }
    .public-profile__button--toolbar:active, .public-profile__button--toolbar.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .public-profile__button--toolbar.disabled, .public-profile__button--toolbar[disabled],
    fieldset[disabled] .public-profile__button--toolbar {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .public-profile__button--toolbar:hover, .public-profile__button--toolbar:focus {
      outline: none;
      color: #FFF;
      text-decoration: none;
      background-color: #F70; }
    .public-profile__button--toolbar.btn-info {
      background-color: #F70; }
  .public-profile__headline {
    font-size: 1rem;
    margin-bottom: 1.25rem; }

.epubReader__navigation {
  text-align: center; }

.epubReader__previous, .epubReader__next {
  padding: 0 0.625rem; }
  .epubReader__previous:hover, .epubReader__next:hover {
    cursor: pointer; }

.m-epub-preview {
  text-align: center; }
  .m-epub-preview__area {
    background-color: #FFF;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 2.5%, white 100%);
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 2px 0 #372319;
    -moz-box-shadow: 0 0 2px 0 #372319;
    box-shadow: 0 0 2px 0 #372319;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden; }
  .m-epub-preview__control {
    cursor: pointer;
    color: #4DA5D3;
    font-size: 2.5rem; }

.extras-link-list {
  margin-bottom: 2.5rem; }
  .extras-link-list__heading {
    position: relative;
    text-align: left;
    color: #372319;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .extras-link-list__heading:after {
      content: "";
      width: 15rem;
      border-bottom: 2px solid #372319;
      position: absolute;
      left: 50%;
      margin-left: -7.5rem;
      bottom: -0.625rem; }
  .extras-link-list__list {
    padding: 0;
    list-style-type: none; }
  .extras-link-list__link {
    border-bottom: 2px dotted #372319;
    padding: 0.3125rem 0; }
    .extras-link-list__link a {
      color: #4DA5D3;
      font-weight: bold; }
    .extras-link-list__link:hover {
      background-color: #FFF; }
      .extras-link-list__link:hover a {
        color: #4DA5D3; }

.faq {
  background-color: #DBEBF5;
  margin-bottom: 3.125rem; }

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

.faq__contentContainer:after {
  clear: both; }

.faq__headline {
  font-size: 1.75rem;
  padding: 0 1.25rem; }

.faq__topLevelList {
  list-style: none;
  margin: 0;
  padding: 1.25rem 0 1.25rem 1.25rem; }
  .faq__topLevelList:before, .faq__topLevelList:after {
    content: " ";
    display: table; }
  .faq__topLevelList:after {
    clear: both; }

.faq__topLevelListItem {
  cursor: pointer;
  float: left;
  margin-right: 0.75rem;
  padding: 0.3125rem 0; }

.faq__topLevelListItemTitle {
  text-align: center;
  margin: 0.5rem 0 0; }
  .faq__topLevelListItemTitle em {
    font-style: normal; }

.faq__topLevelListItemImageContainer {
  min-height: 5.3125rem;
  padding: 0 1.25rem; }

.faq__contentList {
  list-style: none;
  padding: 1.25rem; }
  .faq__topLevelList + .faq__contentList {
    border-top: 0.625rem solid #FFF; }

.faq__contentListItemTitle {
  cursor: pointer; }
  .faq__contentListItemTitle .fa {
    width: 0.9375rem; }

.faq__contentListItemTitleText {
  color: #4790C8;
  font-style: normal; }
  .faq__topLevelList + .faq__contentList > .faq__contentListItem > .faq__contentListItemTitle .faq__contentListItemTitleText {
    font-weight: bold; }

.faq__contentListItemTextContainer {
  background-color: #FFF;
  margin-left: 0.9375rem;
  padding: 0.75rem 0.9375rem 1.125rem; }

.faq__contactButton {
  background-color: #4790C8;
  color: #FFF;
  display: block;
  margin: 0.625rem auto;
  padding: 0.3125rem 1.25rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .faq__contactButton {
      width: 45%; } }
  @media (min-width: 992px) {
    .faq__contactButton {
      width: 30%; } }
  .faq__contactButton:hover {
    background-color: #4790C8;
    color: #FFF; }

.footer-link-list {
  display: table-cell;
  float: left;
  width: 100%;
  padding: 1.25rem 1.25rem;
  border-top: 2px dotted white; }
  .footer-link-list:first-child {
    padding-top: 0;
    border-top: none; }
  .footer-link-list:last-child {
    padding-bottom: 0; }
  .footer-link-list__head {
    margin: 0;
    font-weight: bold;
    font-size: 1rem; }
  .footer-link-list__list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .footer-link-list__item {
    padding-top: 0.625rem; }
    .footer-link-list__item img {
      max-height: 1.875rem;
      max-width: 100%; }
  @media (min-width: 768px) {
    .footer-link-list {
      width: 20%;
      float: none;
      padding: 0 1.25rem;
      border-top: none;
      border-left: 2px dotted white; }
      .footer-link-list:first-child {
        border-left: none; } }

.m-form__button, .m-form__button--contact-box {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button:hover, .m-form__button--contact-box:hover, .m-form__button:focus, .m-form__button--contact-box:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button a, .m-form__button--contact-box a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button a:hover, .m-form__button--contact-box a:hover, .m-form__button a:focus, .m-form__button--contact-box a:focus {
      color: #FFF; }

.m-form__button--disabled {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #DBEBF5; }
  .m-form__button--disabled:hover, .m-form__button--disabled:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--disabled a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--disabled a:hover, .m-form__button--disabled a:focus {
      color: #FFF; }
  .m-form__button--disabled:hover, .m-form__button--disabled:focus {
    background-color: #372319; }

.m-form__button--cta {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #F70;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--cta:hover, .m-form__button--cta:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #F70;
    outline: none; }
  .m-form__button--cta a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--cta a:hover, .m-form__button--cta a:focus {
      color: #FFF; }

.m-form__button--cta-small-form {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #F70;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--cta-small-form:hover, .m-form__button--cta-small-form:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #F70;
    outline: none; }
  .m-form__button--cta-small-form a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--cta-small-form a:hover, .m-form__button--cta-small-form a:focus {
      color: #FFF; }

.m-form__button--upload--cta, .m-form__button--upload--disabled, .m-form__button--profile--cta {
  float: right;
  margin-top: 1.25rem;
  margin-left: 1.5625rem;
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #F70;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--upload--cta:hover, .m-form__button--upload--disabled:hover, .m-form__button--upload--cta:focus, .m-form__button--upload--disabled:focus, .m-form__button--profile--cta:hover, .m-form__button--profile--cta:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #F70;
    outline: none; }
  .m-form__button--upload--cta a, .m-form__button--upload--disabled a, .m-form__button--profile--cta a {
    width: auto;
    color: #FFF;
    display: inline-block; }
    .m-form__button--upload--cta a:hover, .m-form__button--upload--disabled a:hover, .m-form__button--upload--cta a:focus, .m-form__button--upload--disabled a:focus, .m-form__button--profile--cta a:hover, .m-form__button--profile--cta a:focus {
      color: #FFF; }

.m-form__button--upload--disabled {
  display: none; }

.m-form__button--auto {
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--auto:hover, .m-form__button--auto:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--auto a {
    width: auto;
    color: #FFF;
    display: inline-block; }
    .m-form__button--auto a:hover, .m-form__button--auto a:focus {
      color: #FFF; }

.m-form__button--modal {
  margin-left: 25px;
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--modal:hover, .m-form__button--modal:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--modal a {
    width: auto;
    color: #FFF;
    display: inline-block; }
    .m-form__button--modal a:hover, .m-form__button--modal a:focus {
      color: #FFF; }

.m-form__button--modal-logout {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--modal-logout:hover, .m-form__button--modal-logout:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--modal-logout a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--modal-logout a:hover, .m-form__button--modal-logout a:focus {
      color: #FFF; }

.m-form__button--modal--cta {
  float: right;
  margin-left: 25px;
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #F70;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--modal--cta:hover, .m-form__button--modal--cta:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #F70;
    outline: none; }
  .m-form__button--modal--cta a {
    width: auto;
    color: #FFF;
    display: inline-block; }
    .m-form__button--modal--cta a:hover, .m-form__button--modal--cta a:focus {
      color: #FFF; }

.m-form__button--fullWidth {
  width: 100%; }

.m-form__button--link {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 0.5625rem;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--link, .m-form__button--link:active, .m-form__button--link.active {
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .m-form__button--link:focus, .m-form__button--link.focus, .m-form__button--link:active:focus, .m-form__button--link:active.focus, .m-form__button--link.active:focus, .m-form__button--link.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .m-form__button--link:hover, .m-form__button--link:focus, .m-form__button--link.focus {
    text-decoration: none;
    background-color: transparent; }

.m-form__button--contact-box {
  width: 80%;
  display: block;
  margin: 10px auto; }

.m-form__button--profile {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.625rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--profile:hover, .m-form__button--profile:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--profile a {
    width: 100%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--profile a:hover, .m-form__button--profile a:focus {
      color: #FFF; }

.m-form__button--reviews {
  display: inline-block;
  width: 33.3333%;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4DA5D3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-form__button--reviews:hover, .m-form__button--reviews:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .m-form__button--reviews a {
    width: 33.3333%;
    color: #FFF;
    display: inline-block; }
    .m-form__button--reviews a:hover, .m-form__button--reviews a:focus {
      color: #FFF; }

.m-form__button--write-review {
  margin: 0.9375rem 0 1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: auto; }

.m-form input.m-form__button, .m-form input.m-form__button--contact-box, .m-form input.m-form__button--upload, .m-form input.m-form__button--upload--cta, .m-form input.m-form__button--upload--disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input:optional.m-form__button, input.m-form__button--contact-box:optional {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.homepage-area-button {
  display: inline-block;
  width: auto;
  height: 2.5rem;
  padding: 0.625rem 0.75rem;
  outline: none;
  border: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  touch-action: manipulation;
  background: #4790C8;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .homepage-area-button:hover, .homepage-area-button:focus {
    text-decoration: none;
    color: #FFF;
    border-color: transparent;
    background: #4DA5D3;
    outline: none; }
  .homepage-area-button a {
    width: auto;
    color: #FFF;
    display: inline-block; }
    .homepage-area-button a:hover, .homepage-area-button a:focus {
      color: #FFF; }

.m-form__input--text, .m-form__input--password, .m-form__input--email {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 0.625rem; }
  .m-form__input--text.m-form__validation-error, .m-form__input--password.m-form__validation-error, .m-form__input--email.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--number {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 0.625rem;
  display: inline-block; }
  .m-form__input--number.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--textFullWidth, .m-form__input--passwordFullWidth, .m-form__input--numberFullWidth {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 0.625rem;
  width: 100%; }
  .m-form__input--textFullWidth.m-form__validation-error, .m-form__input--passwordFullWidth.m-form__validation-error, .m-form__input--numberFullWidth.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--textarea, .m-form__input--textareaFullWidth {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 7.8125rem;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  overflow-y: scroll;
  overflow-x: hidden;
  resize: none; }
  .m-form__input--textarea.m-form__validation-error, .m-form__validation-error.m-form__input--textareaFullWidth {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--textareaFullWidth {
  width: 100%; }

.m-form__input--radio, .m-form__input--checkbox {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: auto;
  margin-top: 1rem !important;
  float: left;
  width: auto; }
  .m-form__input--radio.m-form__validation-error, .m-form__input--checkbox.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--select-wrapper {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #FFF; }
  .m-form__input--select-wrapper.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--select {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2.25rem;
  margin: 0;
  padding-left: 0.5rem;
  border: none;
  outline: none;
  color: #000;
  background: #FFF;
  background: url("../img/select.png") no-repeat right #FFF;
  width: 100%; }
  .m-form__input--select.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--skillSelect {
  width: 100%; }

.m-form__input--selectAutoWidth {
  width: auto; }

.m-form__input--selectFullWidth {
  max-width: 100%; }

.m-form__input--date {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding-left: 0.4375rem; }
  .m-form__input--date.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form .m-form__input--editProfileSubmit {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background: #4DA5D3;
  color: #FFF;
  border: none;
  box-shadow: none; }
  .m-form .m-form__input--editProfileSubmit.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

.m-form__input--aboutMe {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.3125rem;
  height: 13.125rem;
  overflow: auto;
  resize: vertical; }
  .m-form__input--aboutMe.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }
  .m-form__input--aboutMe.placeholderText {
    color: rgba(0, 0, 0, 0.5); }

.m-form__input--status {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0.3125rem;
  height: 5rem;
  overflow-y: auto;
  resize: vertical; }
  .m-form__input--status.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

input[type=text]:required.m-form__input--text,
input[type=password]:required.m-form__input--password,
input[type=email]:required.m-form__input--email,
input[type=text]:valid.m-form__input--text,
input[type=password]:valid.m-form__input--password,
input[type=email]:valid.m-form__input--email,
input[type=text]:invalid.m-form__input--text,
input[type=password]:invalid.m-form__input--password,
input[type=email]:invalid.m-form__input--email,
input[type=text]:optional.m-form__input--text,
input[type=password]:optional.m-form__input--password,
input[type=email]:optional.m-form__input--email {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 0.9375rem;
  outline: none;
  background-color: #FFF !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  input[type=text]:required.m-form__input--text.m-form__validation-error,
  input[type=password]:required.m-form__input--password.m-form__validation-error,
  input[type=email]:required.m-form__input--email.m-form__validation-error,
  input[type=text]:valid.m-form__input--text.m-form__validation-error,
  input[type=password]:valid.m-form__input--password.m-form__validation-error,
  input[type=email]:valid.m-form__input--email.m-form__validation-error,
  input[type=text]:invalid.m-form__input--text.m-form__validation-error,
  input[type=password]:invalid.m-form__input--password.m-form__validation-error,
  input[type=email]:invalid.m-form__input--email.m-form__validation-error,
  input[type=text]:optional.m-form__input--text.m-form__validation-error,
  input[type=password]:optional.m-form__input--password.m-form__validation-error,
  input[type=email]:optional.m-form__input--email.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

input[type=select]:required.m-form__input--select,
input[type=select]:valid.m-form__input--select,
input[type=select]:optional.m-form__input--select {
  height: 2.5rem;
  border: 1px solid #4DA5D3;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2.25rem;
  margin: 0;
  padding-left: 0.5rem;
  border: none;
  outline: none;
  color: #000;
  background: #FFF;
  background: url("../img/select.png") no-repeat right #FFF; }
  input[type=select]:required.m-form__input--select.m-form__validation-error,
  input[type=select]:valid.m-form__input--select.m-form__validation-error,
  input[type=select]:optional.m-form__input--select.m-form__validation-error {
    font-size: inherit;
    color: #DA666F;
    border-color: #DA666F;
    margin-bottom: 0; }

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

textarea:-ms-input-placeholder {
  color: #ABABAB; }

.m-form__label {
  padding-top: 0.625rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--text, .m-form__label--password, .m-form__label--number {
  height: 1.875rem;
  padding: 0.3125rem 0;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--radio, .m-form__label--checkbox {
  display: block;
  margin-left: 1.25rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--radio {
  margin-top: 0.875rem; }

.m-form__label--checkbox {
  margin-top: 0.875rem; }

.m-form__label--select, .m-form__label--date {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--input {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: #4DA5D3;
  color: #FFF;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--valid {
  color: #4DA5D3;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--required {
  color: #F00;
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important; }

.m-form__label--no-padding {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold !important;
  padding-top: 0; }

.m-form__label--list-headline {
  margin-bottom: 1.25rem;
  padding-top: 0; }

.m-form__label--small {
  font-weight: normal;
  font-size: 100%; }

.m-form__bumper {
  margin-bottom: 3rem; }

.m-form__section {
  margin-bottom: 0.1875rem;
  padding: 1.25rem;
  background-color: transparent;
  border-top: none;
  border-right: 1px solid #4DA5D3;
  border-bottom: 1px solid #4DA5D3;
  border-left: 1px solid #4DA5D3; }

.m-form__section--without-headline {
  background-color: #FFF;
  border-top: 1px solid #4DA5D3;
  margin-bottom: 0.625rem; }
  .m-form__section--without-headline .headline--underlined {
    margin-bottom: 2.5rem; }

.m-form__section-head {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.15625rem 0.15625rem 0.15625rem 1.25rem;
  border-bottom: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #FFF;
  background-color: #4DA5D3; }
  .m-form__section-head--toggle-button {
    cursor: pointer;
    float: right;
    padding: 0.15625rem 1.25rem 0.15625rem 0.15625rem; }
  .m-form__section-head--red {
    background-color: #DA666F; }
    .m-form__section-head--red + .m-form__section {
      border-top: none;
      border-right: 1px solid #DA666F;
      border-bottom: 1px solid #DA666F;
      border-left: 1px solid #DA666F; }
      .m-form__section-head--red + .m-form__section:last-of-type {
        border-bottom: 1px solid #DA666F; }
  .m-form__section-head--green {
    background-color: #66DA82; }
    .m-form__section-head--green + .m-form__section {
      border-top: none;
      border-right: 1px solid #66DA82;
      border-bottom: 1px solid #66DA82;
      border-left: 1px solid #66DA82; }
      .m-form__section-head--green + .m-form__section:last-of-type {
        border-bottom: 1px solid #66DA82; }

.m-form__inputWrapper {
  padding: 0; }

.m-form__datepicker {
  cursor: pointer;
  float: right;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: -2.5rem;
  margin-left: -0.3125rem;
  padding: 0.15625rem;
  vertical-align: top;
  border: 1px solid #4DA5D3;
  border-radius: 0;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
  background-color: #4DA5D3; }

.m-form__link--cancel {
  cursor: pointer;
  margin-right: 1.875rem; }

.m-form__login--warning, .m-form__registration--warning, .m-form__reset--warning, .m-form__change--warning {
  margin: 0.5rem 0;
  padding: 0.75rem;
  width: 100%;
  color: #FFF;
  background-color: #DA666F; }
  .m-form__login--warning ul, .m-form__registration--warning ul, .m-form__reset--warning ul, .m-form__change--warning ul {
    list-style: none;
    padding: 0.125rem; }
  .m-form__login--warning ul > li > a, .m-form__registration--warning ul > li > a, .m-form__reset--warning ul > li > a, .m-form__change--warning ul > li > a {
    color: #FFF; }

.m-form__registration--success, .m-form__reset--success, .m-form__change--success {
  margin: 0.5rem 0;
  padding: 0.75rem;
  width: 100%;
  color: #FFF;
  background-color: #66DA82; }

.m-form__value {
  padding-top: 0.625rem; }

.m-form__legalText {
  color: #646464; }

.m-form__validation-error-wrapper {
  height: 1.25rem;
  margin-bottom: -1.25rem; }
  .m-form__validation-error-wrapper .m-form__validation-error {
    color: #DA666F;
    font-size: 0.75rem;
    font-weight: normal;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 11px; }

.m-form__description-text {
  display: block;
  margin-top: 0.875rem;
  margin-bottom: 5px; }

.m-form__message {
  margin-bottom: 1.25rem;
  text-align: center; }

.m-form__value--total span {
  border-top: 1px solid #000;
  padding-top: 0.3125rem; }

.fullwidth-image {
  position: relative; }
  .fullwidth-image__overlay {
    overflow: hidden;
    padding: 1rem;
    color: white;
    background: rgba(77, 165, 211, 0.7); }
    @media (min-width: 768px) {
      .fullwidth-image__overlay {
        position: absolute;
        top: 0;
        width: 33.33%;
        height: 100%; }
        .fullwidth-image__overlay--right {
          right: 0; } }
    .fullwidth-image__overlay .headline {
      color: #372319; }
    .fullwidth-image__overlay ol {
      list-style: decimal; }
    .fullwidth-image__overlay ul {
      list-style: disc; }
  .fullwidth-image__overlay-content a {
    color: #372319; }
  @media (min-width: 768px) {
    .fullwidth-image__overlay-content {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); } }

.genre {
  list-style-type: none;
  padding: 0;
  border-spacing: 0; }
  .genre__item {
    position: relative;
    display: block;
    border-right: 2px solid #FFF;
    text-align: center;
    padding: 0.3125rem 0.625rem;
    float: left;
    margin-top: 6px;
    width: 7.5rem; }
    .genre__item > span {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .genre__item:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -8px;
      z-index: 1;
      border-top: 8px solid transparent;
      border-left: 8px solid #FFF;
      border-bottom: 8px solid transparent; }
    .genre__item:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -6px;
      z-index: 1;
      border-top: 6px solid transparent;
      border-left: 6px solid #DBEBF5;
      border-bottom: 6px solid transparent; }
    .genre__item--dark {
      background-color: #4DA5D3;
      color: #FFF; }
      .genre__item--dark:after {
        border-left: 6px solid #4DA5D3; }
    .genre__item--light {
      background-color: #DBEBF5; }
    .genre__item:last-child {
      border: none; }
      .genre__item:last-child:before, .genre__item:last-child:after {
        border: none; }

.treenode_spacer {
  width: 15px;
  height: 15px;
  display: inline-block; }

.genre-category {
  display: inline-block; }
  .genre-category input {
    display: none; }

.genre-category__label {
  font-weight: bold;
  padding: 0 0.9375rem 0 0.3125rem; }

.genre-list {
  list-style-type: none;
  padding: 0;
  border-spacing: 0; }
  .genre-list__item {
    margin: 0.5rem 0;
    width: 100%;
    height: 2.5rem;
    padding: 0.45rem 0.625rem 0.625rem 0.625rem;
    border: 3px solid #4DA5D3;
    border-radius: 0;
    background-color: #FFF; }
    .genre-list__item:first-child {
      margin-top: 0; }
  .genre-list__button {
    float: right;
    margin: 0 0.3125rem;
    border: 0;
    font-size: 0.875rem;
    color: #4DA5D3;
    background-color: transparent;
    cursor: pointer; }

.categoryInfoBox {
  width: 90%;
  margin: 0 5% 20px 5%;
  font-size: 12px;
  padding: 5px;
  border: 3px solid #FF7F2B; }

.genre-tree {
  padding-left: 0; }
  .genre-tree .genre-tree {
    padding-left: 1.5rem; }
  .genre-tree > li {
    list-style: none; }

.add-genre-button {
  color: #4DA5D3;
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 0.625rem; }
  .add-genre-button:focus {
    border: 0;
    outline: 0; }
  .add-genre-button--selectable {
    background: url(/assets/img/neobooks-buttons/haken-grau.png) no-repeat; }
  .add-genre-button--selected {
    background: url(/assets/img/neobooks-buttons/haken-blau.png) no-repeat; }
  .add-genre-button--selected, .add-genre-button--selectable {
    height: 15px;
    width: 15px;
    margin-left: 5px;
    background-size: 15px 15px;
    border: none; }
  .add-genre-button--selected:focus, .add-genre-button--selectable:focus {
    outline: none; }

.genre-collapse-icon {
  padding: 0;
  cursor: pointer; }
  .genre-collapse-icon-down, .genre-collapse-icon-right {
    height: 15px;
    width: 15px;
    background-size: 15px 15px !important;
    border: none;
    position: relative;
    display: inline-block;
    top: 2px; }
  .genre-collapse-icon-down {
    background: url(/assets/img/neobooks-buttons/arrow-down.png) no-repeat; }
  .genre-collapse-icon-right {
    background: url(/assets/img/neobooks-buttons/arrow-right.png) no-repeat; }

.genre-name {
  cursor: pointer;
  margin-left: 0.5rem; }
  .fa-caret-right + .genre-name {
    margin-left: 0.5rem; }
  .fa-caret-down + .genre-name {
    margin-left: 0.3125rem; }
  .genre-name:hover {
    text-decoration: underline;
    font-weight: bold; }

.m-genre-filter {
  list-style: none;
  border: 0;
  margin: 0 0 2.5rem 0; }
  .m-genre-filter__title {
    cursor: pointer;
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin: 0;
    font-size: 0.875rem; }
    .m-genre-filter__title.selected {
      color: #FFF;
      background-color: #372319; }
    .m-genre-filter__title:hover {
      color: #FFF;
      background-color: #372319; }
  .m-genre-filter__category {
    padding: 0;
    margin-bottom: 0;
    background-color: #DDD;
    border-bottom: 2px dotted #372319; }
  .m-genre-filter__genre, .m-genre-filter__subGenre {
    cursor: pointer;
    padding: 0.625rem 0.625rem 0.625rem 1.5625rem;
    border-radius: 0;
    list-style: none;
    border-top: 2px dotted #372319; }
    .m-genre-filter__genre-list, .m-genre-filter__subGenre-list {
      padding-left: 0;
      margin: 0;
      background-color: #FFF;
      color: #4DA5D3; }
    .m-genre-filter__genre:hover, .m-genre-filter__subGenre:hover {
      color: #4DA5D3;
      background-color: #DDD; }
    .m-genre-filter__genre.selected, .m-genre-filter__subGenre.selected {
      color: #FFF;
      background-color: #372319; }

.hall-of-fame {
  background-color: #FFF;
  text-align: center; }
  .hall-of-fame__title {
    padding-top: 0.875rem;
    padding-bottom: 0.5rem;
    font-weight: bold; }
  .hall-of-fame__author {
    padding-top: 2px;
    padding-bottom: 1.25rem;
    font-size: 0.75rem; }
  .hall-of-fame__series {
    padding-top: 2px;
    padding-bottom: 0.5rem;
    font-size: 0.75rem; }
  .hall-of-fame .slick-prev, .hall-of-fame .slick-next {
    top: 30%;
    height: 3rem;
    width: 3rem; }
    .hall-of-fame .slick-prev:before, .hall-of-fame .slick-next:before {
      font-size: 3rem; }
  .hall-of-fame .slick-prev {
    left: 0; }
  .hall-of-fame .slick-next {
    right: 0; }

.headline {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.25rem !important;
  font-weight: bold;
  text-align: center;
  color: #372319;
  line-height: 1.25rem !important; }
  .headline--underlined:after {
    content: "";
    display: block;
    width: 15rem;
    margin-left: -7.5rem;
    bottom: -0.625rem;
    position: absolute;
    left: 50%;
    border-bottom: 1px dotted #646464; }
  .headline--hall-of-fame {
    margin-bottom: 2rem; }
  .headline--blue {
    color: #4DA5D3; }
  .headline--ebooklist {
    color: #372319;
    text-align: center; }
  .headline--teaser {
    margin-bottom: 1.25rem;
    display: inline-block; }
  .headline--nonfirst {
    margin-top: 2.8125rem; }

.headline-small {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem !important;
  font-weight: bold;
  text-align: center;
  color: #372319;
  line-height: 1.25rem !important; }
  .headline-small--underlined:after {
    content: "";
    display: block;
    width: 7.5rem;
    margin-left: -3.75rem;
    bottom: -0.625rem;
    position: absolute;
    left: 50%;
    border-bottom: 1px dotted #646464; }
  .headline-small--first {
    margin-top: 0; }

.m-informationTable {
  display: table; }
  .m-informationTable .m-information {
    display: table-row; }
    .m-informationTable .m-information .m-information-label {
      display: table-cell;
      font-weight: bold; }
    .m-informationTable .m-information .m-information-value {
      display: table-cell;
      padding: 0 0.9375rem; }

.link-lists-area {
  padding: 1.5rem 0; }

.link-cancel-pod-upload {
  float: right;
  padding-top: 0.625rem; }
  .l-form__col--full .link-cancel-pod-upload {
    margin-top: 1.25rem; }

.main-nav {
  clear: both;
  padding: 0;
  font-size: 0.875rem; }
  .main-nav__list {
    padding: 0;
    margin: 0;
    border-top: 2px solid #ECE9E7;
    list-style: none;
    text-align: center;
    float: left; }
    @media (min-width: 768px) {
      .main-nav__list {
        text-align: justify;
        padding-bottom: 0; }
        .main-nav__list:after {
          content: " ";
          width: 100%;
          height: 0;
          display: inline-block; } }
  .main-nav__item {
    cursor: pointer;
    margin-top: -2px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 8.125rem;
    border-top: 2px solid #372319;
    border-bottom: 2px dotted #372319;
    z-index: 17; }
    .main-nav__item > a {
      color: #372319; }
      .main-nav__item > a:hover {
        color: #FFF; }
    .main-nav__item:hover, .main-nav__item:active {
      color: #FFF;
      background-color: #4DA5D3;
      border-bottom: 3px solid #FFF; }
      .main-nav__item:hover > a, .main-nav__item:active > a {
        color: #FFF; }
    .main-nav__item--selected {
      color: #FFF;
      background-color: #4DA5D3;
      border-bottom: 3px solid #FFF;
      position: relative;
      z-index: 17; }
      .main-nav__item--selected > a {
        color: #FFF; }
    .main-nav__item:focus > .main-nav__sublist, .main-nav__item:hover > .main-nav__sublist, .main-nav__item:active > .main-nav__sublist {
      visibility: visible; }
  .main-nav__link {
    display: block;
    margin: -2px auto 0.625rem;
    padding: 0.375rem 0.15625rem;
    width: auto;
    max-width: 16.25rem;
    color: #FFF;
    background-color: #F70;
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-weight: bold; }
    .main-nav__link:hover {
      color: #FFF; }
    @media (min-width: 992px) {
      .main-nav__link {
        float: right;
        width: 16.25rem;
        max-width: 96%; } }
  .main-nav__sublist {
    visibility: hidden;
    display: block;
    position: absolute;
    margin-top: 3px;
    padding: 0;
    background: #DBEBF5;
    color: #646464;
    list-style: none;
    text-align: left;
    z-index: 16;
    white-space: nowrap;
    min-width: 8.125rem;
    -webkit-box-shadow: 0 0 2px 0 #372319;
    -moz-box-shadow: 0 0 2px 0 #372319;
    box-shadow: 0 0 2px 0 #372319; }
  .main-nav__subitem {
    padding: 0.375rem 0;
    margin: 0 0.625rem;
    border-top: 2px dotted #372319;
    position: relative; }
    .main-nav__subitem:first-child {
      border-top: none; }
    .main-nav__subitem:hover {
      margin: 0;
      padding: 0.375rem 0.625rem;
      border-top: 2px solid #DBEBF5;
      background-color: #4DA5D3; }
      .main-nav__subitem:hover:first-child {
        border-top: none; }
      .main-nav__subitem:hover > a {
        color: #FFF; }
    .main-nav__subitem:hover + .main-nav__subitem {
      border-top: 2px solid #DBEBF5; }
    .main-nav__subitem > a {
      color: #372319; }

.media-box {
  margin-bottom: 1em; }

.menu__link {
  padding: 0;
  font-weight: bold; }

.menu__list {
  display: block;
  width: 100%;
  padding: 0;
  color: #646464;
  list-style: none;
  text-align: left;
  background: #DBEBF5; }

.menu__item, .menu__subitem {
  position: relative;
  border-top: 1px dotted #646464; }
  .menu__item > a, .menu__subitem > a {
    color: #372319; }
  .menu__item--selected, .menu__item:hover, .menu__subitem--selected, .menu__subitem:hover {
    background-color: #4DA5D3 !important;
    border-top: 1px solid #DBEBF5; }
    .menu__item--selected > a, .menu__item:hover > a, .menu__subitem--selected > a, .menu__subitem:hover > a {
      color: #FFF !important;
      margin-right: 0.625rem; }
    .menu__item--selected .menu__item,
    .menu__item--selected .menu__subitem, .menu__item:hover .menu__item,
    .menu__item:hover .menu__subitem, .menu__subitem--selected .menu__item,
    .menu__subitem--selected .menu__subitem, .menu__subitem:hover .menu__item,
    .menu__subitem:hover .menu__subitem {
      background-color: #4DA5D3; }
    .menu__item--selected + .menu__item,
    .menu__item--selected + .menu__subitem, .menu__item:hover + .menu__item,
    .menu__item:hover + .menu__subitem, .menu__subitem--selected + .menu__item,
    .menu__subitem--selected + .menu__subitem, .menu__subitem:hover + .menu__item,
    .menu__subitem:hover + .menu__subitem {
      border-top: 1px solid #DBEBF5; }
    .menu__item--selected:first-child, .menu__item:hover:first-child, .menu__subitem--selected:first-child, .menu__subitem:hover:first-child {
      border-top: none; }
  .menu__item:first-child, .menu__subitem:first-child {
    border-top: none; }

.menu__item {
  margin: 0 0.625rem;
  padding: 0.15625rem 0; }
  .menu__item--selected, .menu__item:hover {
    margin: 0;
    padding: 0.15625rem 0.625rem !important; }

.menu__subitem {
  margin: 0 0.625rem;
  padding: 0.15625rem 0 0.15625rem 0.625rem; }
  .menu__subitem--selected, .menu__subitem:hover {
    margin: 0;
    padding: 0.15625rem 0 0.15625rem 1.25rem !important; }

.message {
  cursor: pointer; }
  .message--unread {
    font-weight: bold; }
  .message--active {
    background: #DBEBF5; }
  .message > td > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.message-list {
  width: 100%;
  display: block; }
  .message-list thead, .message-list tbody, .message-list tr, .message-list td[class*="col-"], .message-list th[class*="col-"] {
    display: block; }
  .message-list tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both; }
  .message-list td[class*="col-"], .message-list th[class*="col-"] {
    float: left; }
  .message-list th {
    height: 31px; }
  .message-list th, .message-list td {
    padding: 5px 0 !important; }
  .message-list tr > td:last-child {
    text-align: center; }
  .message-list-table-heading {
    background: #4DA5D3;
    color: #FFF; }
  .message-list-table-body {
    max-height: 315px;
    overflow-y: auto; }
  .message-list .col-xs-05 {
    position: relative;
    float: left;
    width: 4.1666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .message-list .col-sm-05 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .message-list .col-sm-05 {
        float: left;
        width: 4.1666666667%; } }

.message-text {
  border: 1px solid #4DA5D3;
  border-radius: 3px;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin-bottom: 1rem;
  margin-right: 0;
  margin-left: 0; }
  .message-text__attachment-label {
    margin-top: 1.25rem;
    text-align: center; }

.message-box {
  margin-bottom: 1rem; }
  .message-box input {
    color: #000; }
  .message-box-button-bar {
    margin-bottom: 1rem; }
  .message-box-answer-button {
    text-align: right; }
  .message-box-default-button {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    padding: 0 15px;
    outline: none;
    border: none;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #FFF;
    touch-action: manipulation;
    background: #4DA5D3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .message-box-default-button:hover, .message-box-default-button:focus {
      text-decoration: none;
      color: #FFF;
      border-color: transparent;
      background: #4DA5D3;
      outline: none; }
    .message-box-default-button a {
      width: auto;
      color: #FFF;
      display: inline-block; }
      .message-box-default-button a:hover, .message-box-default-button a:focus {
        color: #FFF; }
    .message-box-default-button > .fa {
      font-size: 1.5rem; }
  .message-box-default-button--fullwidth {
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    padding: 0 15px;
    outline: none;
    border: none;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #FFF;
    touch-action: manipulation;
    background: #4DA5D3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .message-box-default-button--fullwidth:hover, .message-box-default-button--fullwidth:focus {
      text-decoration: none;
      color: #FFF;
      border-color: transparent;
      background: #4DA5D3;
      outline: none; }
    .message-box-default-button--fullwidth a {
      width: 100%;
      color: #FFF;
      display: inline-block; }
      .message-box-default-button--fullwidth a:hover, .message-box-default-button--fullwidth a:focus {
        color: #FFF; }
    @media (max-width: 767px) {
      .message-box-default-button--fullwidth {
        margin-bottom: 0.9375rem; } }
    .message-box-default-button--fullwidth > .fa {
      font-size: 1.5rem; }
  .message-box-cta-button {
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    padding: 0 15px;
    outline: none;
    border: none;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #FFF;
    touch-action: manipulation;
    background: #F70;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .message-box-cta-button:hover, .message-box-cta-button:focus {
      text-decoration: none;
      color: #FFF;
      border-color: transparent;
      background: #F70;
      outline: none; }
    .message-box-cta-button a {
      width: 100%;
      color: #FFF;
      display: inline-block; }
      .message-box-cta-button a:hover, .message-box-cta-button a:focus {
        color: #FFF; }
    @media (max-width: 767px) {
      .message-box-cta-button {
        margin-bottom: 0.9375rem; } }
  .message-box-delete-button {
    margin: 0 0.1875rem;
    border: 0;
    font-size: 0.875rem;
    color: #4DA5D3;
    background-color: transparent;
    cursor: pointer; }
  .message-box-horizontal-list {
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    .message-box-horizontal-list--files {
      margin-top: 1rem; }
    .message-box-horizontal-list > li {
      display: inline-block;
      padding: 3px 8px;
      list-style: none;
      border: 1px solid #4DA5D3;
      border-radius: 2px;
      margin-right: 8px;
      margin-bottom: 0.5rem; }

.eBook {
  margin-top: 1.5625rem; }
  .eBook__cover img {
    max-width: 100%; }
  .eBook__cover--summary img {
    max-width: 100%;
    border: 1px solid #ECE9E7; }
  .eBook__title {
    margin-top: 0;
    font-size: 1.25rem;
    color: #4DA5D3;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    -ms-word-break: break-all;
    word-break: break-all; }
    .eBook__title > a,
    .eBook__title > a:hover,
    .eBook__title > a:focus {
      color: inherit;
      font-size: 1.25rem; }
  .eBook__informationTable {
    display: table; }
  .eBook__information {
    display: table-row; }
    .eBook__information--title {
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      display: table-cell;
      padding-right: 1.5625rem; }
    .eBook__information--value {
      display: table-cell;
      -ms-word-break: break-all;
      word-break: break-all; }
    .eBook__information--warning {
      display: table-cell;
      padding: 0.3125rem 0.625rem;
      background: #f0c0c4; }
    .eBook__information--editBlocker {
      display: table-cell;
      padding-right: 1.5625rem;
      color: #372319; }
    .eBook__information--lifecycleState {
      font-size: 1.125rem;
      line-height: 2.1875rem; }
    .eBook__information--genre:not(:last-child):after {
      content: ", "; }
    .eBook__information--placeholder {
      color: #ABABAB; }
  .eBook__preview-link {
    color: #FFF; }
    .eBook__preview-link:hover, .eBook__preview-link:focus {
      color: #FFF; }
    .eBook__preview-link--label {
      width: 100%;
      padding: 0.15625rem 0;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      background: #4DA5D3; }
  .eBook__link-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 1.5625rem; }
    .eBook__link-list a {
      color: #4DA5D3;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    .eBook__link-list li {
      text-align: center;
      border-top: 1px dotted #646464;
      height: 1.5625rem;
      line-height: 1.5625rem; }
      .eBook__link-list li:last-child {
        border-bottom: 1px dotted #646464; }

.branding__headline-logo {
  display: inline-block;
  margin: 0; }
  .branding__headline-logo a {
    display: block; }

.m-error-message {
  background-color: #f2dede;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.m-dashboard__info-area {
  background-color: #DBEBF5;
  text-align: left;
  margin-bottom: 1.25rem;
  padding: 1.25rem; }
  .m-dashboard__info-area p {
    margin: 0.3125rem; }

.m-pagination {
  padding-left: 0;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .m-pagination {
      margin-top: 1.25rem; } }
  .m-pagination--inline-block {
    display: inline-block; }
  .m-pagination__item {
    float: left;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.3125rem 0;
    text-align: center;
    line-height: 1.4rem;
    background-color: #DDD;
    border-right: 2px solid #FFF; }
    .m-pagination__item > a {
      vertical-align: middle;
      color: #372319; }
      .m-pagination__item > a:hover {
        color: #372319;
        font-size: 1.2em; }
    .m-pagination__item--current {
      background-color: #FFF;
      font-weight: bold; }
      .m-pagination__item--current > a,
      .m-pagination__item--current > a:hover {
        color: #372319;
        font-size: 1.2em; }
    .m-pagination__item:first-child {
      position: relative;
      background-color: #4DA5D3; }
      .m-pagination__item:first-child > a {
        color: #FFF; }
    .m-pagination__item:last-child {
      position: relative;
      background-color: #4DA5D3;
      border-right: none; }
      .m-pagination__item:last-child > a {
        color: #FFF; }

.pagination-row {
  padding: 0 0 0 0.9375rem;
  background-color: transparent; }

.m-participant-list {
  list-style-type: none;
  padding: 0;
  border-spacing: 0; }
  .m-participant-list__item {
    margin: 0.5rem 0;
    width: 100%;
    height: 2.5rem;
    padding: 0.625rem;
    border: 1px solid #4DA5D3;
    border-radius: 0;
    background-color: #FFF; }
    .m-participant-list__item:first-child {
      margin-top: 0; }
  .m-participant-list__button {
    float: right;
    margin: 0 0.3125rem;
    border: 0;
    font-size: 0.875rem;
    color: #4DA5D3;
    background-color: transparent;
    cursor: pointer; }

.newsfeed__headline {
  padding: 0.15625rem 0.625rem;
  font-weight: bold;
  background: #DBEBF5; }

.newsfeed__list {
  list-style: none;
  padding: 0; }

.newsfeed__topic {
  font-style: normal;
  font-weight: bold; }

.newsfeed__text-container {
  margin-top: 0.5rem; }
  .newsfeed__text-container p {
    margin-bottom: 0.5rem; }
  .newsfeed__text-container p:last-child {
    margin-bottom: 0; }

.newsfeed__item {
  margin: 0.1875rem 0 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid #c2c2c2;
  min-height: 63px;
  list-style: none; }
  .newsfeed__item:last-child {
    border-bottom: none; }
  .community-slider .newsfeed__item {
    border-bottom: 0; }
  .newsfeed__item .newsfeed__picture {
    height: 2.625rem;
    margin-right: 5px;
    float: left;
    max-width: 42px; }
  .newsfeed__item .newsfeed__username {
    font-weight: bold;
    font-style: normal;
    text-overflow: ellipsis;
    margin-top: 0.65rem;
    overflow: hidden;
    white-space: nowrap; }
  .newsfeed__item a {
    color: #000;
    text-decoration: none; }

.partner-area {
  background-color: #ECE9E7;
  text-align: center;
  padding-top: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.25rem; }
  .partner-area img {
    margin: 1.25rem;
    height: 1.875rem; }

.persona-teaser {
  display: inline-block;
  float: left;
  padding: 1.25rem 2.5rem;
  border-top: 2px dotted #4DA5D3;
  text-align: center;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .persona-teaser {
      display: table-cell; } }
  .persona-teaser__p {
    padding-bottom: 2.5rem; }
  .persona-teaser:first-child {
    border-top: none; }
  @media (min-width: 768px) {
    .persona-teaser {
      padding: 0 2.5rem;
      min-height: 16.375rem; }
      .persona-teaser:nth-child(2n+2) {
        border-left: 2px dotted #4DA5D3; }
      .persona-teaser:nth-child(-n+2) {
        border-top: none; }
      .persona-teaser:nth-child(n+3) {
        padding-top: 1.25rem; }
        .persona-teaser:nth-child(n+3) > .black-box--tri-top {
          margin-bottom: 0; } }
  @media (max-width: 991px) {
    .persona-teaser:nth-child(-n+2) .persona-teaser__learnmore {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 0 2.5rem 1.25rem; } }
  @media (max-width: 767px) {
    .persona-teaser .persona-teaser__learnmore {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 0 2.5rem 1.25rem; } }
  @media (min-width: 992px) {
    .persona-teaser {
      border-top: none;
      float: none; }
      .persona-teaser:nth-child(n+2) {
        border-left: 2px dotted #4DA5D3; }
      .persona-teaser:nth-child(n+3) {
        padding-top: 0; }
      .persona-teaser > .black-box--tri-top {
        margin-bottom: 0; } }
  .persona-teaser__learnmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 2.5rem 0; }

.teaser-image-wrapper {
  display: block;
  margin-bottom: 20px; }

.personas-area {
  display: table;
  padding: 0;
  margin-bottom: 1.25rem;
  color: #000;
  background-color: #DBEBF5; }
  @media (min-width: 768px) {
    .personas-area {
      padding: 2.5rem 0; } }

.m-form__section .pie-chart__headline {
  display: none; }

.pod img {
  display: block;
  max-width: 100%;
  height: auto; }

.pod .m-form__button--cta {
  white-space: normal;
  min-height: 2.5rem;
  height: auto; }

.promo-area {
  display: table;
  background-color: #DBEBF5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 1.25rem; }

.promo-teaser {
  display: table-cell;
  float: left;
  padding: 0 0.625rem;
  border-top: 2px dotted #4DA5D3;
  text-align: center;
  font-size: 0.9375rem; }
  .promo-teaser a {
    color: #372319; }
  .promo-teaser p {
    color: #372319; }
    @media (min-width: 768px) {
      .promo-teaser p {
        margin-bottom: 1.25rem; } }
  .promo-teaser .promo-teaser__author {
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    font-weight: bold; }
  .promo-teaser__image-links-area {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-height: 18.75rem; }
    .promo-teaser__image-links-area img {
      margin: 0 1.25rem;
      margin-top: 0.625rem;
      max-width: 240px; }
      @media (min-width: 768px) {
        .promo-teaser__image-links-area img {
          margin: 0 2.5rem;
          max-width: 380px; } }
      @media (min-width: 992px) {
        .promo-teaser__image-links-area img {
          max-width: 500px; } }
  .promo-teaser:first-child {
    border-top: none;
    padding-bottom: 1.25rem; }
  .promo-teaser:nth-child(n+2) {
    padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .promo-teaser {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      border-top: none;
      float: none; }
      .promo-teaser:first-child {
        padding-bottom: 0; }
      .promo-teaser:nth-child(n+2) {
        padding-top: 0;
        border-left: 2px dotted #4DA5D3; } }

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

.registration .neobooksForm {
  padding-left: 0.9375rem; }
  .registration .neobooksForm .form-group {
    margin-bottom: 1.25rem; }

.registration__buttons {
  padding: 0; }

#review-box {
  margin-bottom: 0.875rem; }

.review-list {
  list-style: none;
  padding: 0; }

.review {
  margin-bottom: 1.5rem; }
  .review__reviewer-container {
    margin: 0.625rem 0; }
    .review__reviewer-container:before, .review__reviewer-container:after {
      content: " ";
      display: table; }
    .review__reviewer-container:after {
      clear: both; }
  .review__reviewer-picture-container {
    float: left;
    margin-right: 0.625rem;
    width: 4.375rem;
    overflow: hidden; }
  .review__reviewer-picture {
    width: 100%; }
    .review__reviewer-picture-link {
      display: block; }
  .review__title {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    font-weight: bold; }
  .review__author {
    float: left;
    margin-bottom: 0.6875rem;
    font-size: 0.875rem;
    color: #786450; }
  .review__text {
    font-size: 0.875rem;
    text-align: justify; }
  .review__rating {
    font-weight: normal;
    color: #FFD700;
    display: inline-block; }
  .review__like-line {
    margin-bottom: 0; }
    .review__like-line__like-button {
      padding: 0.3125rem 0.625rem;
      margin-left: 1.25rem;
      width: auto !important; }
  .review__flag-box {
    cursor: pointer;
    margin: 0.625rem 0 1.25rem; }
    .review__flag-box__link {
      color: #004B91; }
    .review__flag-box__form {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; }

.comment {
  margin-bottom: 1.25rem; }

.comment-box {
  margin-top: 1rem; }
  .comment-box__title {
    margin-top: 0.3125rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-weight: bold; }

.comment__author {
  margin-bottom: 0.6875rem;
  font-size: 0.875rem;
  color: #786450; }

.comment__annotator-picture-container {
  overflow: hidden; }

.comment__annotator-picture-link {
  display: block; }

.comment__annotator-picture {
  width: 100%; }

.review-form {
  margin: 0 0 2rem 0; }

.review-form__recommendation-checkbox {
  font-weight: normal; }

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.rating:not(:checked) > label {
  cursor: pointer;
  float: right;
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  font-size: 200%;
  line-height: 1.2;
  color: #DDD; }

.rating:not(:checked) > label:before {
  content: '★ '; }

.rating > input:checked ~ label {
  color: #F70; }

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700; }

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #EA0; }

.rating > label:active {
  position: relative;
  top: 2px;
  left: 2px; }

.richtext a {
  color: #4DA5D3;
  font-weight: bold; }
  .richtext a:hover {
    color: #4DA5D3;
    text-decoration: underlined; }

.richtext ol {
  list-style: decimal; }
  .richtext ol li {
    position: relative;
    left: 1rem;
    padding-right: 1rem; }

.richtext ul {
  list-style: disc; }
  .richtext ul li {
    position: relative;
    left: 1rem;
    padding-right: 1rem; }

.richtext h2, .richtext h3, .richtext h4, .richtext h5 {
  color: #372319; }

.royalty-results__table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 1em 0;
  border-collapse: collapse;
  color: #372319; }
  .royalty-results__table > thead > tr > th,
  .royalty-results__table > thead > tr > td,
  .royalty-results__table > tbody > tr > th,
  .royalty-results__table > tbody > tr > td,
  .royalty-results__table > tfoot > tr > th,
  .royalty-results__table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top; }
  .royalty-results__table tr {
    border-top: none !important; }
  .royalty-results__table td, .royalty-results__table th {
    border: 1px solid #4DA5D3 !important; }
  .royalty-results__table th {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #FFF; }
  .royalty-results__table th:first-child {
    text-align: left;
    color: #FFF; }

.royalty-results__heading {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #4DA5D3 !important; }

.royalty__resultType {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #000; }

.royalty__resultValue {
  text-align: center;
  width: 22%; }
  .royalty__resultValue--final {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }

.royalty__info-area {
  background-color: #DBEBF5;
  text-align: left;
  margin-bottom: 1.25rem;
  padding: 1.25rem; }
  .royalty__info-area p {
    margin: 0.3125rem; }

.search-result-pagination {
  text-align: center; }

.seo-text {
  font-size: 0.5rem;
  padding: 1rem 0.9375rem 0 0.9375rem; }

.separator {
  border-top: 3px dotted #372319; }
  .separator--solid {
    border-top: 2px solid #372319; }

.service-teaser {
  margin: 1.25rem 0;
  text-align: center; }
  .service-teaser__img {
    height: 3.75rem; }
  .service-teaser__p {
    padding: 0 2.5rem 2.5rem 2.5rem;
    color: #000; }
    @media (min-width: 768px) {
      .service-teaser__p {
        min-height: 7.5rem; } }
  .service-teaser__learnmore {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 2.5rem 0; }

.services-area {
  background-color: #DBEBF5;
  text-align: center;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem; }

.statistics__section {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem; }

.statistics__value-container {
  padding: 0 2.1875rem; }
  .statistics__value-container--value {
    font-size: 2.8125rem; }

.statistics__chart {
  display: block;
  margin: 0 auto; }

@media (max-width: 768px) {
  .statistics__datePickerCol {
    margin-bottom: 0.9375rem;
    white-space: nowrap; } }

.statistics__info-area {
  background-color: #DBEBF5;
  text-align: left;
  margin-bottom: 1.25rem;
  padding: 1.25rem; }
  .statistics__info-area p {
    margin: 0.3125rem; }

.statistics__additional-info {
  text-align: center;
  margin-bottom: 0.9375rem; }
  .statistics__additional-info p {
    margin: 0; }

svg.statistics__chart {
  width: 100%;
  height: auto; }

.m-socialFlap {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 15; }
  .m-socialFlap__buttonList {
    list-style: none;
    background: #DBEBF5;
    width: 3.5em;
    padding: 0.5em 0;
    margin: 0;
    text-align: center;
    float: right;
    -webkit-box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
    box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3); }
    .m-socialFlap__buttonList li {
      padding: 0.5em; }
  .m-socialFlap__button--facebook a:before {
    content: url("/assets/img/icon_social_media_facebook.png"); }
  .m-socialFlap__button--google-plus a:before {
    content: url("/assets/img/icon_social_media_google_plus.png"); }
  .m-socialFlap__button--twitter a:before {
    content: url("/assets/img/icon_social_media_twitter.png"); }
  .m-socialFlap__button--instagram a:before {
    content: url("/assets/img/icon_social_media_instagram.png"); }
  .m-socialFlap__button--pinterest a:before {
    content: url("/assets/img/icon_social_media_pinterest.png"); }
  .m-socialFlap__button--instagram a:before {
    content: url("/assets/img/icon_social_media_instagram.png"); }
  .m-socialFlap__button--youtube a:before {
    content: url("/assets/img/icon_social_media_youtube.png"); }
  .m-socialFlap__button--tumblr a:before {
    content: url("/assets/img/icon_social_media_tumblr.png"); }
  .m-socialFlap .panel.m-socialFlap__contents {
    border: none;
    float: right; }
  .m-socialFlap__content {
    padding: 0.5em;
    background: #DBEBF5;
    -webkit-box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
    box-shadow: -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3); }

.social-trust-teaser {
  padding: 1.25rem 0;
  text-align: center; }
  .social-trust-teaser__img {
    display: inline-block;
    height: 2.875rem; }
  .social-trust-teaser__right {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.625rem; }
  .social-trust-teaser__text {
    float: left;
    display: block;
    margin-bottom: 0;
    color: #ABABAB; }
  .social-trust-teaser__key-figure {
    margin-bottom: 0;
    font-size: 1rem;
    float: left;
    display: block;
    font-weight: bold;
    color: #4DA5D3; }

.loader {
  background: #4DA5D3;
  background: -moz-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 5rem auto;
  width: 11rem;
  height: 11rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.loader--small {
  display: inline-block;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader--small:before {
    width: 50%;
    height: 50%;
    background: #4DA5D3;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader--small:after {
    background: #4DA5D3;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.loader--x-small {
  display: inline-block;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader--x-small:before {
    width: 50%;
    height: 50%;
    background: #4DA5D3;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader--x-small:after {
    background: #4DA5D3;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.loader--messaging {
  display: inline-block;
  background: #4DA5D3;
  background: -moz-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader--messaging:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader--messaging:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.loader--cta {
  display: inline-block;
  background: #4DA5D3;
  background: -moz-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader--cta:before {
    width: 50%;
    height: 50%;
    background: #F70;
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader--cta:after {
    background: #F70;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.loader--preview {
  margin: 0 auto;
  top: 50%;
  background: #4DA5D3;
  background: -moz-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #4DA5D3 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 6px;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  text-indent: -9999em;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear; }
  .loader--preview:before {
    width: 50%;
    height: 50%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .loader--preview:after {
    background: rgba(255, 255, 255, 0.1);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.stage {
  padding: 0; }

.m-tags-warning {
  margin: 0.5rem 0;
  padding: 0.75rem;
  width: 100%;
  color: #FFF;
  background-color: #DA666F; }

.m-tags-list {
  list-style-type: none;
  padding: 0;
  border-spacing: 0; }
  .m-tags-list__item {
    margin: 0.5rem 0;
    width: 100%;
    height: 2.5rem;
    padding: 0.45rem 0.625rem 0.625rem 0.625rem;
    border: 3px solid #4DA5D3;
    border-radius: 0;
    background-color: #FFF; }
    .m-tags-list__item:first-child {
      margin-top: 0; }
  .m-tags-list__check {
    margin-right: 5px; }
  .m-tags-list__button {
    float: right;
    margin: 0 0.3125rem;
    border: 0;
    font-size: 0.875rem;
    color: #4DA5D3;
    background-color: transparent;
    cursor: pointer; }

.tab-head {
  font-weight: bold; }
  .tab-head > a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: #372319; }
    .tab-head > a:hover {
      background-color: #4DA5D3 !important;
      color: #FFF; }
  .tab-head.active > a {
    background-color: #4DA5D3 !important;
    color: #FFF !important; }

.text--required {
  color: #F00; }

.todo {
  color: red;
  font-weight: bold;
  font-size: 1.25rem;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .todo:before {
    content: "TODO: "; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.tri {
  position: relative; }
  .tri__bottom:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    border-width: 12px 12px 0;
    border-style: solid;
    display: block;
    width: 0;
    top: 100%; }
  .tri__bottom--blue:after {
    border-color: #4DA5D3 transparent; }
  .tri__bottom--brown:after {
    border-color: #372319 transparent; }
  .tri__top:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -10px;
    bottom: auto;
    left: auto;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: #372319 transparent;
    width: 0;
    display: block; }
  .tri__top--blue:after {
    border-color: #4DA5D3 transparent; }
  .tri__top--brown:after {
    border-color: #372319 transparent; }
  .tri__right:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #4DA5D3;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    z-index: 1; }
  .tri__right--blue:after {
    border-color: transparent #4DA5D3; }
  .tri__right--brown:after {
    border-color: transparent #372319; }
  .tri__left:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #DBEBF5;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    z-index: 1; }
  .tri__left--blue:after {
    border-color: transparent #4DA5D3; }
  .tri__left--brown:after {
    border-color: transparent #372319; }

.box--tri-top:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 50%;
  margin-right: -10px;
  bottom: auto;
  left: auto;
  border-width: 0 12px 12px;
  border-style: solid;
  border-color: #4DA5D3 transparent;
  width: 0;
  display: block; }

.box--tri-top--gray:after {
  border-color: #ECE9E7 transparent; }

.m-upload__input-text.col-xs-12 {
  margin-top: 0.875rem;
  padding-left: 0;
  padding-right: 0; }

.m-upload-progress {
  list-style-type: none;
  padding: 0;
  display: table;
  width: 100%;
  border-spacing: 0; }
  .m-upload-progress__page {
    position: relative;
    display: table-cell;
    border-right: 2px solid #FFF;
    width: 1%;
    text-align: center;
    background-color: #DBEBF5;
    padding: 0.625rem; }
    .m-upload-progress__page > a {
      color: #FFF;
      font-weight: bold; }
    .m-upload-progress__page:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -25px;
      z-index: 1;
      border-top: 25px solid transparent;
      border-left: 15px solid #FFF;
      border-bottom: 25px solid transparent; }
    .m-upload-progress__page:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -20px;
      z-index: 1;
      border-top: 20px solid transparent;
      border-left: 12px solid #DBEBF5;
      border-bottom: 20px solid transparent; }
    .m-upload-progress__page:last-child {
      border: none; }
      .m-upload-progress__page:last-child:before, .m-upload-progress__page:last-child:after {
        border: none; }
    .m-upload-progress__page--passed, .m-upload-progress__page.m-upload-progress__page--passed:nth-child(4) {
      background-color: #372319; }
      .m-upload-progress__page--passed > a, .m-upload-progress__page.m-upload-progress__page--passed:nth-child(4) > a {
        color: #FFF; }
      .m-upload-progress__page--passed:after, .m-upload-progress__page.m-upload-progress__page--passed:nth-child(4):after {
        border-left: 12px solid #372319; }
    .m-upload-progress__page--current {
      background-color: #4DA5D3; }
      .m-upload-progress__page--current > a {
        color: #FFF; }
      .m-upload-progress__page--current:after {
        border-left: 12px solid #4DA5D3; }

.l-form__col--wide-summary-backlink .correct-entries {
  color: #F00; }

.userlist {
  padding-left: 0; }
  .userlist__message {
    text-align: center; }
  .userlist__user {
    display: inline-block;
    text-align: center;
    height: 16.25rem; }
  .userlist__picture {
    max-height: 10.25rem;
    max-width: 10.25rem; }

.publicProfile {
  padding: 0; }
  @media screen and (min-width: 992px) {
    .publicProfile {
      padding-left: 0.9375rem; } }
  .publicProfile__author {
    display: block;
    width: 100%;
    background-color: #ECE9E7;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 992px) {
      .publicProfile__author {
        display: table;
        width: 100%; } }
  .publicProfile__authorRow {
    display: block;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorRow {
        display: table-row;
        width: 100%; } }
  .publicProfile__authorCol--slim {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--slim {
        display: table-cell;
        width: 33.33333%; } }
  .publicProfile__authorCol--avatar {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem;
    vertical-align: middle;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--avatar {
        display: table-cell;
        width: 33.33333%; } }
  .publicProfile__authorCol--wide {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--wide {
        display: table-cell;
        width: 66.66667%; } }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--wide {
        padding-right: 4.0625rem; } }
  .publicProfile__authorCol--wide-split {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem;
    padding: 0.9375rem 0 0 0; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--wide-split {
        display: table-cell;
        width: 66.66667%; } }
    @media screen and (min-width: 992px) {
      .publicProfile__authorCol--wide-split {
        padding-right: 2.1875rem; } }
  .publicProfile__authorInformation {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem;
    padding-top: 0; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorInformation {
        display: table-cell;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .publicProfile__authorInformation {
        display: inline-block;
        float: left; } }
  .publicProfile__authorProfiles {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.875rem;
    padding-top: 0; }
    @media screen and (min-width: 992px) {
      .publicProfile__authorProfiles {
        display: table-cell;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .publicProfile__authorProfiles {
        display: inline-block;
        float: left; } }
  .publicProfile__youTubeVideo {
    text-align: center;
    width: 100%; }
  .publicProfile__authorProfile {
    padding: 0.625rem 0.3125rem;
    background: #FBB92A;
    color: #FFF;
    margin-bottom: 0.9375rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.5rem;
    font-weight: bold; }
    .publicProfile__authorProfile a,
    .publicProfile__authorProfile a:hover {
      color: #FFF; }
  .publicProfile__authorImage {
    max-width: 100%;
    max-height: 18.75rem; }

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.centered-outer {
  display: table;
  width: 100%;
  height: 100%; }

.centered-inner {
  display: table-cell;
  vertical-align: middle; }

.centered-wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }

.upload-404 {
  display: inline-block;
  float: none !important;
  margin-right: 0 !important;
  margin-top: 0; }

.m-404__headline {
  font-size: 1.5rem;
  font-weight: bold;
  color: #372319; }

.logo {
  background-image: url("/assets/img/logo_neobooks.png");
  width: 400px;
  height: 139px;
  background-size: cover;
  display: inline-block;
  margin-bottom: 20px; }

.m-404 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.m-404 li {
  line-height: 1.25;
  padding: 5px 0; }

.m-404__search {
  margin: 20px auto;
  width: 80% !important; }

.favourite-button {
  background-color: #4DA5D3;
  border-radius: 0.9375rem;
  display: block;
  height: 1.875rem;
  width: 1.875rem;
  margin-left: 0.375rem;
  position: relative; }
  .favourite-button:hover {
    background-color: #76badd; }
    .favourite-button:hover .loader--x-small {
      background-color: #76badd; }
      .favourite-button:hover .loader--x-small:before, .favourite-button:hover .loader--x-small:after {
        background-color: #76badd; }
  .favourite-button .loader--x-small {
    top: 0.4375rem;
    left: 0.4375rem; }

.favourite-button--active {
  background-color: #fff;
  border: 1px solid #DA666F; }
  .favourite-button--active:hover {
    background-color: #fff; }

.favourite-button--error {
  background-color: #ABABAB; }
  .favourite-button--error:hover {
    background-color: #ABABAB; }

.favourite-button__icon {
  color: #fff;
  font-size: 1.125rem;
  padding: 0.4375rem 0 0 0.375rem; }

.favourite-button__icon--active {
  color: #DA666F;
  padding: 0.375rem 0 0 0.3125rem; }

.favourite-button__text {
  display: inline-block;
  text-indent: -9999em; }

.favourite-button__error {
  display: inline-block;
  color: #DA666F;
  line-height: 1rem;
  position: absolute;
  bottom: -1.25rem;
  left: -4.625rem;
  width: 16.875rem; }

.action-button-container {
  margin: 0.9375rem 3.75rem 1.25rem; }

.action-button-container__list {
  list-style: none;
  margin-left: 0.5rem;
  padding: 0; }
  .action-button-container__list:before, .action-button-container__list:after {
    content: " ";
    display: table; }
  .action-button-container__list:after {
    clear: both; }

.action-button-container__list-item {
  float: left;
  width: 33%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #FFF url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -0.625rem;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 1.25rem;
  line-height: 1;
  color: #4DA5D3;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -1.5625rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -1.5625rem; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -1.5625rem; }
  [dir="rtl"] .slick-next {
    left: -1.5625rem;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  background-color: #FFF;
  margin-bottom: 1.875rem; }

.slick-dots {
  position: absolute;
  bottom: -2.8125rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin: 0 0.3125rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 1.25rem;
      width: 1.25rem;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0.3125rem;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 1.25rem;
        height: 1.25rem;
        font-family: "slick";
        font-size: 0.375rem;
        line-height: 1.25rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.btn--base {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: 4px !important;
  height: auto; }

.btn--wide {
  width: 100%; }

.btn--float {
  float: right;
  margin-top: 1.25rem;
  margin-left: 1.5625rem; }

.btn--blue {
  color: #fff;
  border-color: #53A4D6;
  background-image: -webkit-linear-gradient(top, #71bae8 0, #53A4D6 100%);
  background-image: -o-linear-gradient(top, #71bae8 0, #53A4D6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71bae8), to(#53A4D6));
  background-image: linear-gradient(to bottom, #71bae8 0, #53A4D6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x; }

.btn--blue:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #68a9e2 0, #53A4D6 100%);
  background-image: -o-linear-gradient(top, #68a9e2 0, #53A4D6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#68a9e2), to(#53A4D6));
  background-image: linear-gradient(to bottom, #68a9e2 0, #53A4D6 100%); }

.btn--orange {
  color: #fff;
  border-color: #ff7700;
  background-image: -webkit-linear-gradient(top, #f99740 0, #ff7700 100%);
  background-image: -o-linear-gradient(top, #f99740 0, #ff7700 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f99740), to(#ff7700));
  background-image: linear-gradient(to bottom, #f99740 0, #ff7700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x; }

.btn--orange:hover {
  background-image: -webkit-linear-gradient(top, #f9b172 0, #ff7700 100%);
  background-image: -o-linear-gradient(top, #f9b172 0, #ff7700 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b172), to(#ff7700));
  background-image: linear-gradient(to bottom, #f9b172 0, #ff7700 100%);
  color: #fff; }

.btn--white {
  text-shadow: none;
  color: #010101;
  border-color: #333333;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x; }

.btn--white:hover {
  color: #010101;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%); }

.btn--myneobooks,
.btn--myneobooks:hover {
  color: #53A4D6 !important;
  border-color: #53A4D6 !important; }

.btn--category {
  margin-left: 10px; }

.genre-category:first-of-type .btn--category {
  margin: 0; }

.btn--disabled {
  cursor: default !important; }

.btn--category--disabled {
  cursor: pointer; }

.btn--category--disabled,
.btn--disabled,
.btn--disabled:hover {
  text-shadow: none;
  color: #999 !important;
  border-color: #333333 !important;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%) !important;
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)) !important;
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x; }

.icon--base {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  background-size: 20px 20px !important; }

.icon--login {
  background: url(/assets/img/neobooks-buttons/icon_login.svg); }

.icon--newsletter {
  background: url(/assets/img/neobooks-buttons/icon_newsletter.svg); }

.icon--myneobooks {
  background: url(/assets/img/neobooks-buttons/icon_myneobooks.svg); }

.icon--publish {
  background: url(/assets/img/neobooks-buttons/icon_publish.svg); }

.icon--logout {
  background: url(/assets/img/neobooks-buttons/icon_logout.svg); }

span.add-genre-button--selectable {
  display: inline-block; }

.dz-infobox {
  border: solid 2px #ff7700;
  margin: 0 1.25rem;
  padding: 5px 10px; }
  .dz-infobox h4 {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    cursor: pointer; }
    .dz-infobox h4 span {
      float: right;
      margin: -9px 10px 0 0;
      font-size: 26px;
      color: #999;
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .dz-infobox h4 span.down {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: -5px 6px 0 0; }

#cconsent-bar .ccb__wrapper {
  display: flex; }

.ccb__left {
  flex-basis: 800px;
  flex-grow: 1;
  margin-right: 15px !important; }

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

.ccb__left .cc-text {
  text-align: center; }

.ccb__right .ccb__button {
  display: flex !important;
  justify-content: center; }

.ccb__right .ccb__button .ccb__edit {
  align-self: center; }

.ccm__list {
  display: none; }

#content {
  margin-top: 1.25rem; }

.m-form__button--modal--cta.buy-link {
  padding: 0.3125rem;
  height: auto; }

.menu__item--highlight,
.menu__item--highlight-2 {
  background-color: #F70;
  border-top: 1px solid #DBEBF5;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .menu__item--highlight .menu__link,
  .menu__item--highlight-2 .menu__link {
    color: #FFF; }
  .menu__item--highlight:hover,
  .menu__item--highlight-2:hover {
    background-color: #ff851a !important; }
  .menu__item--highlight + .menu__item,
  .menu__item--highlight-2 + .menu__item {
    border-top: 1px solid #DBEBF5; }

.menu__item--highlight-2 {
  background-color: #FBB92A; }
  .menu__item--highlight-2:hover {
    background-color: #fbc143 !important; }

.m-form__button, .m-form__button--contact-box {
  min-width: 100%;
  width: auto; }

.js-pagination-container > div {
  padding-left: 0; }

.m-upload-progress__page:nth-child(4) {
  background-color: #FFD6B3; }
  .m-upload-progress__page:nth-child(4):after {
    border-left-color: #FFD6B3; }
  .m-upload-progress__page:nth-child(4).m-upload-progress__page--current {
    background-color: #F70; }
    .m-upload-progress__page:nth-child(4).m-upload-progress__page--current:after {
      border-left-color: #F70; }

.branding__meta-nav .branding__search-icon {
  margin-top: 5px; }

.m-form__button--upload--disabled {
  display: block;
  cursor: default;
  background-color: #DDD; }
  .m-form__button--upload--disabled:hover, .m-form__button--upload--disabled:focus {
    background-color: #DDD; }

@media (max-width: 768px) {
  .l-form__col--label,
  .l-form__col--split,
  .l-form__col--wide,
  .l-form__col--wide-offset,
  .l-form__col--split-offset {
    width: 100%; }
  .l-form__col--label {
    padding-left: 0.9375rem; }
  .l-form__col--split {
    margin-bottom: 0.625rem; }
  .l-form__col--wide-offset,
  .l-form__col--split-offset {
    margin-left: 0; }
  .l-form__col--full-padded {
    padding-left: 0.9375rem; }
  .eBook__informationTable {
    margin-bottom: 1.25rem; }
  #sort.m-form__input--selectAutoWidth {
    width: 100%; } }

@media (max-width: 992px) {
  aside {
    margin-bottom: 1.875rem; } }

.modal-cancellation-reason {
  padding: 15px; }

.modal-checkboxes {
  padding: 15px 5px; }
  .modal-checkboxes input {
    margin-right: 5px; }
  .modal-checkboxes label {
    font-weight: normal; }
  .modal-checkboxes div {
    display: block;
    margin-bottom: 5px; }

.m-form__button--modal--cta:disabled {
  background: #ccc;
  border-color: #ccc; }

.shariff .shariff-button a {
  border-radius: 0.9375rem;
  margin-left: 0.3125rem;
  width: 1.875rem; }

.fa-facebook {
  padding-top: 0.0625rem; }

.fa-twitter {
  padding-left: 0.125rem; }
  .fa-twitter:before {
    font-size: 1.375rem; }
