html {
  font-size: 14px;
  line-height: 1.5em; }

body {
  font-size: 14px;
  line-height: 1.5em;
  line-height: 1.4;
  letter-spacing: .1px;
  color: #162127;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  body.placeholder {
    line-height: normal; }
  body:-moz-placeholder {
    line-height: normal; }
  body::-moz-placeholder {
    line-height: normal; }
  body:-ms-input-placeholder {
    line-height: normal; }
  body::-webkit-input-placeholder {
    line-height: normal; }

a:focus, button:focus, .btn:focus, [role="button"]:focus {
  outline: none !important; }
  a:focus img, button:focus img, .btn:focus img, [role="button"]:focus img {
    box-shadow: 0 0 0 2px #8b9093; }
  a:focus:hover img, button:focus:hover img, .btn:focus:hover img, [role="button"]:focus:hover img {
    box-shadow: none !important; }

a:focus {
  text-decoration: underline; }

a, input, label {
  cursor: pointer; }

label {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, p, sub, sup, small {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: inherit;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em; }

b, strong {
  font-weight: 600; }

em {
  font-style: italic; }

.unemphasized {
  color: #5c6468; }

.form-control[readonly], input[readonly] {
  background-color: #f3f4f4; }

::-webkit-input-placeholder {
  padding: 0;
  line-height: normal; }

.site-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f4f4;
  overflow: hidden;
  z-index: 1050; }
  .site-alert p {
    margin-top: 10.5px; }

@media (max-width: 767px) {
  .hide-xs {
    display: none; } }

@media (max-width: 991px), (max-width: 1199px) and (orientation: landscape) {
  .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none; } }

.tracking-pixel {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0; }

fieldset {
  margin-bottom: 42px; }

input[type="password"] {
  font-family: Helvetica Neue, Helvetica, sans-serif; }
  input[type="password"].placeholder {
    font-family: Helvetica Neue, Helvetica, sans-serif; }
  input[type="password"]:-moz-placeholder {
    font-family: Helvetica Neue, Helvetica, sans-serif; }
  input[type="password"]::-moz-placeholder {
    font-family: Helvetica Neue, Helvetica, sans-serif; }
  input[type="password"]:-ms-input-placeholder {
    font-family: Helvetica Neue, Helvetica, sans-serif; }
  input[type="password"]::-webkit-input-placeholder {
    font-family: Helvetica Neue, Helvetica, sans-serif; }

.dashed-underline {
  border-bottom: 1px dashed #8b9093;
  padding-bottom: 0.3em; }

.solid-underline {
  border-bottom: 1px solid #dcdedf; }

.vertical-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.vertical-1 {
  margin-top: 5.25px;
  margin-bottom: 5.25px; }

.vertical-2 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

.vertical-3 {
  margin-top: 21px;
  margin-bottom: 21px; }

.vertical-4 {
  margin-top: 31.5px;
  margin-bottom: 31.5px; }

.vertical-5 {
  margin-top: 42px;
  margin-bottom: 42px; }

.vertical-6 {
  margin-top: 52.5px;
  margin-bottom: 52.5px; }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-middle {
  vertical-align: middle; }

.align-to-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center; }

#user-store-data {
  display: none; }

.dropdown {
  border: 1px solid #e6e6e6;
  height: 30px;
  margin: 5px 0px 15px 5px;
  background: #fff; }

.haml-bub-button {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  justify-content: center;
  align-items: baseline;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5em;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 6px;
  font-weight: 600; }
  .haml-bub-button:focus {
    outline: 0; }
  .haml-bub-button:hover, .haml-bub-button:active, .haml-bub-button:focus {
    text-decoration: none;
    border: 1px solid transparent;
    transition-duration: .2s;
    transition-timing-function: ease-in-out; }
  .haml-bub-button.disabled, .haml-bub-button[disabled],
  fieldset[disabled] .haml-bub-button {
    cursor: not-allowed;
    opacity: .65; }
  .haml-bub-button.active .button-icon {
    color: #fff; }
  .haml-bub-button.small {
    padding: 5px 24px;
    font-size: 12px;
    line-height: 1.5em; }
  .haml-bub-button.large {
    padding: 12px 36px;
    font-size: 16px;
    line-height: 1.5em; }
  .haml-bub-button.full {
    width: 100%; }
  .haml-bub-button .button-icon, .haml-bub-button .button-icon-image {
    position: relative;
    left: -14px;
    width: 14px;
    margin-left: 14px; }
    .haml-bub-button .button-icon:only-child, .haml-bub-button .button-icon-image:only-child {
      left: 0;
      margin: 0 -3px; }
    .haml-bub-button .button-icon img, .haml-bub-button .button-icon-image img {
      height: 14px; }
  .haml-bub-button.full .button-icon {
    position: absolute;
    left: 0px; }
  .haml-bub-button .button-text {
    text-transform: capitalize;
    width: 100%;
    text-align: center; }
  .haml-bub-button.primary, .haml-bub-button.active {
    background-color: #07b798;
    color: #fff; }
    .haml-bub-button.primary:hover, .haml-bub-button.active:hover, .haml-bub-button.primary:focus, .haml-bub-button.active:focus, .haml-bub-button.primary:active, .haml-bub-button.active:active {
      background-color: #069c81;
      color: #fff; }
  .haml-bub-button.secondary {
    background-color: #dcdedf;
    color: #162127;
    border: 1px solid #c5c8c9; }
    .haml-bub-button.secondary:hover, .haml-bub-button.secondary:focus, .haml-bub-button.secondary:active {
      background-color: #c5c8c9; }
  .haml-bub-button.secondary-light {
    background-color: #f3f4f4;
    border: 1px solid #dcdedf;
    color: #162127; }
    .haml-bub-button.secondary-light:hover, .haml-bub-button.secondary-light:focus, .haml-bub-button.secondary-light:active {
      background-color: #dcdedf;
      border: 1px;
      border-style: solid;
      border-color: #dcdedf;
      color: #162127; }
  .haml-bub-button.odark {
    background-color: rgba(22, 33, 39, 0.15);
    color: #fff; }
    .haml-bub-button.odark:hover, .haml-bub-button.odark:focus, .haml-bub-button.odark:active {
      background-color: rgba(22, 33, 39, 0.25);
      color: #fff;
      box-shadow: 1px 1px 12px rgba(255, 255, 255, 0.08); }
  .haml-bub-button.olight {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff; }
    .haml-bub-button.olight:hover, .haml-bub-button.olight:focus, .haml-bub-button.olight:active {
      background-color: rgba(255, 255, 255, 0.25);
      color: #fff;
      box-shadow: 1px 1px 12px rgba(22, 33, 39, 0.04); }
  .haml-bub-button.partners, .haml-bub-button.lava {
    background-color: #F44336;
    color: #fff; }
    .haml-bub-button.partners:hover, .haml-bub-button.partners:focus, .haml-bub-button.partners:active, .haml-bub-button.lava:hover, .haml-bub-button.lava:focus, .haml-bub-button.lava:active {
      background-color: #cf392e;
      color: #fff; }
  .haml-bub-button.transparent {
    border: 2px solid #fff;
    background-color: transparent;
    background-image: none;
    color: #fff; }
    .haml-bub-button.transparent.hover {
      background-color: #fff;
      color: #0398dc; }
  .haml-bub-button.link, .haml-bub-button.secondary-link {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #07b798; }
    .haml-bub-button.link .button-text, .haml-bub-button.secondary-link .button-text {
      margin-left: 0; }
    .haml-bub-button.link .button-icon, .haml-bub-button.secondary-link .button-icon {
      color: #07b798;
      margin-left: 0; }
    .haml-bub-button.link.hover, .haml-bub-button.hover.secondary-link {
      background: none;
      text-decoration: underline; }
  .haml-bub-button.secondary-link {
    color: #b9bcbe; }
    .haml-bub-button.secondary-link .button-icon {
      color: #b9bcbe; }
    .haml-bub-button.secondary-link.hover {
      text-decoration: none; }

.alert-danger {
  background: #faa19b;
  color: #ab2f26;
  border: 1px solid #F44336; }
  .alert-danger button.close {
    color: #ab2f26; }

.alert-danger {
  background: #faa19b;
  color: #ab2f26;
  border: 1px solid #F44336; }
  .alert-danger button.close {
    color: #ab2f26; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.grecaptcha-badge {
  position: fixed !important;
  left: 2000% !important; }

.tooltip {
  font-weight: 400; }

.tooltip-inner {
  border-radius: 4px; }

.bub-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 14px;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  line-height: 1em;
  border-radius: 3px; }
  .hover-enabled .bub-button:hover,
  .hover-enabled .bub-button:active {
    text-decoration: none;
    border: 1px solid transparent;
    transition-duration: .2s;
    transition-timing-function: ease-in-out; }
  .bub-button:focus {
    outline: none; }
  .bub-button.disabled, .bub-button[disabled],
  fieldset[disabled] .bub-button {
    cursor: not-allowed;
    opacity: .65; }
  .bub-button .icon-left, .bub-button .icon-right {
    height: 1em; }
  .bub-button .icon-left {
    margin-right: 8px; }
  .bub-button .icon-right {
    margin-left: 8px; }
  .bub-button .icon-left:only-child, .bub-button .icon-right:only-child {
    position: static;
    margin: 0; }
  .bub-button.small {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.5em;
    line-height: 1em; }
  .bub-button.large {
    height: 50px; }
  .bub-button.full {
    width: 100%;
    text-align: center; }
    .bub-button.full .icon-left {
      position: absolute;
      left: 1em; }
    .bub-button.full .icon-right {
      position: absolute;
      right: 1em; }
    .bub-button.full .icon-inline {
      margin-left: 8px; }
    .bub-button.full .icon-left:only-child, .bub-button.full .icon-right:only-child, .bub-button.full .icon-inline:only-child {
      position: static;
      margin: 0; }
  .bub-button.skinny {
    padding-left: 0;
    padding-right: 0; }
  .bub-button.full-height {
    height: 100%;
    white-space: normal; }
  .bub-button.no-radius {
    border-radius: 0px; }
  .bub-button.no-padding {
    padding: 0; }
  .bub-button .text, .bub-button .icon {
    display: inline-flex; }
  .bub-button.sea.button, .bub-button.button.active {
    background-color: #07b798;
    color: #fff; }
    .bub-button.sea.button:focus, .bub-button.button.active:focus {
      background-color: #069c81;
      color: #fff;
      text-decoration: none !important; }
    .bub-button.sea.button:focus:not(:focus-visible), .bub-button.button.active:focus:not(:focus-visible) {
      background-color: #07b798; }
    .hover-enabled .bub-button.sea.button:hover, .hover-enabled .bub-button.button.active:hover,
    .hover-enabled .bub-button.sea.button:active,
    .hover-enabled .bub-button.button.active:active {
      background-color: #069c81;
      color: #fff;
      text-decoration: none !important; }
  .bub-button.sea.link, .bub-button.link.active {
    background: none;
    color: #07b798; }
    .bub-button.sea.link:focus, .bub-button.link.active:focus {
      color: #069c81; }
      .bub-button.sea.link:focus .text, .bub-button.link.active:focus .text {
        text-decoration: underline; }
    .bub-button.sea.link:focus:not(:focus-visible), .bub-button.link.active:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.sea.link:hover, .hover-enabled .bub-button.link.active:hover,
    .hover-enabled .bub-button.sea.link:active,
    .hover-enabled .bub-button.link.active:active {
      color: #069c81; }
      .hover-enabled .bub-button.sea.link:hover .text, .hover-enabled .bub-button.link.active:hover .text,
      .hover-enabled .bub-button.sea.link:active .text,
      .hover-enabled .bub-button.link.active:active .text {
        text-decoration: underline; }
  .bub-button.lava.button {
    background-color: #dc3c31;
    color: #fff; }
    .bub-button.lava.button:focus {
      background-color: #ab2f26;
      color: #fff;
      text-decoration: none !important; }
    .bub-button.lava.button:focus:not(:focus-visible) {
      background-color: #dc3c31; }
    .hover-enabled .bub-button.lava.button:hover,
    .hover-enabled .bub-button.lava.button:active {
      background-color: #ab2f26;
      color: #fff;
      text-decoration: none !important; }
  .bub-button.lava.link {
    background: none;
    color: #dc3c31; }
    .bub-button.lava.link:focus {
      color: #bb332a; }
      .bub-button.lava.link:focus .text {
        text-decoration: underline; }
    .bub-button.lava.link:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.lava.link:hover,
    .hover-enabled .bub-button.lava.link:active {
      color: #bb332a; }
      .hover-enabled .bub-button.lava.link:hover .text,
      .hover-enabled .bub-button.lava.link:active .text {
        text-decoration: underline; }
  .bub-button.white {
    border: 1px solid #b9bcbe; }
    .bub-button.white.button {
      background-color: #fff;
      color: #5c6468; }
      .bub-button.white.button:focus {
        background-color: white;
        color: #5c6468;
        text-decoration: none !important; }
      .bub-button.white.button:focus:not(:focus-visible) {
        background-color: #fff; }
      .hover-enabled .bub-button.white.button:hover,
      .hover-enabled .bub-button.white.button:active {
        background-color: white;
        color: #5c6468;
        text-decoration: none !important; }
    .bub-button.white.link {
      background: none;
      color: #fff; }
      .bub-button.white.link:focus {
        color: #d9d9d9; }
        .bub-button.white.link:focus .text {
          text-decoration: underline; }
      .bub-button.white.link:focus:not(:focus-visible) {
        text-decoration: underline; }
      .hover-enabled .bub-button.white.link:hover,
      .hover-enabled .bub-button.white.link:active {
        color: #d9d9d9; }
        .hover-enabled .bub-button.white.link:hover .text,
        .hover-enabled .bub-button.white.link:active .text {
          text-decoration: underline; }
    .bub-button.white:focus {
      border: 1px solid #8b9093; }
    .bub-button.white:focus:not(:focus-visible) {
      border: 1px solid #b9bcbe; }
    .hover-enabled .bub-button.white:hover, .hover-enabled .bub-button.white:active {
      border: 1px solid #8b9093; }
  .bub-button.stone.button {
    background-color: #dcdedf;
    color: #162127;
    border: 1px solid #bbbdbe; }
    .bub-button.stone.button:focus {
      background-color: #bbbdbe;
      color: #162127;
      text-decoration: none !important; }
    .bub-button.stone.button:focus:not(:focus-visible) {
      background-color: #dcdedf; }
    .hover-enabled .bub-button.stone.button:hover,
    .hover-enabled .bub-button.stone.button:active {
      background-color: #bbbdbe;
      color: #162127;
      text-decoration: none !important; }
  .bub-button.stone.link {
    background: none;
    color: #bbbdbe; }
    .bub-button.stone.link:focus {
      color: #bbbdbe; }
      .bub-button.stone.link:focus .text {
        text-decoration: underline; }
    .bub-button.stone.link:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.stone.link:hover,
    .hover-enabled .bub-button.stone.link:active {
      color: #bbbdbe; }
      .hover-enabled .bub-button.stone.link:hover .text,
      .hover-enabled .bub-button.stone.link:active .text {
        text-decoration: underline; }
  .bub-button.mist.button {
    background-color: #f3f4f4;
    color: #162127;
    border: 1px solid #cfcfcf; }
    .bub-button.mist.button:focus {
      background-color: #cfcfcf;
      color: #162127;
      text-decoration: none !important; }
    .bub-button.mist.button:focus:not(:focus-visible) {
      background-color: #f3f4f4; }
    .hover-enabled .bub-button.mist.button:hover,
    .hover-enabled .bub-button.mist.button:active {
      background-color: #cfcfcf;
      color: #162127;
      text-decoration: none !important; }
  .bub-button.mist.link {
    background: none;
    color: #cfcfcf; }
    .bub-button.mist.link:focus {
      color: #fff; }
      .bub-button.mist.link:focus .text {
        text-decoration: underline; }
    .bub-button.mist.link:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.mist.link:hover,
    .hover-enabled .bub-button.mist.link:active {
      color: #fff; }
      .hover-enabled .bub-button.mist.link:hover .text,
      .hover-enabled .bub-button.mist.link:active .text {
        text-decoration: underline; }
  .bub-button.midnight.button {
    background-color: #365767;
    color: #fff; }
    .bub-button.midnight.button:focus {
      background-color: #2e4a58;
      color: #fff;
      text-decoration: none !important; }
    .bub-button.midnight.button:focus:not(:focus-visible) {
      background-color: #365767; }
    .hover-enabled .bub-button.midnight.button:hover,
    .hover-enabled .bub-button.midnight.button:active {
      background-color: #2e4a58;
      color: #fff;
      text-decoration: none !important; }
  .bub-button.midnight.link {
    background: none;
    color: #365767; }
    .bub-button.midnight.link:focus {
      color: #2e4a58; }
      .bub-button.midnight.link:focus .text {
        text-decoration: underline; }
    .bub-button.midnight.link:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.midnight.link:hover,
    .hover-enabled .bub-button.midnight.link:active {
      color: #2e4a58; }
      .hover-enabled .bub-button.midnight.link:hover .text,
      .hover-enabled .bub-button.midnight.link:active .text {
        text-decoration: underline; }
  .bub-button.transparent.button {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .bub-button.transparent.button:focus {
      background-color: rgba(0, 0, 0, 0.15);
      color: #fff;
      text-decoration: none !important; }
    .bub-button.transparent.button:focus:not(:focus-visible) {
      background-color: transparent; }
    .hover-enabled .bub-button.transparent.button:hover,
    .hover-enabled .bub-button.transparent.button:active {
      background-color: rgba(0, 0, 0, 0.15);
      color: #fff;
      text-decoration: none !important; }
  .bub-button.transparent.link {
    background: none;
    color: rgba(0, 0, 0, 0.15); }
    .bub-button.transparent.link:focus {
      color: rgba(0, 0, 0, 0.15); }
      .bub-button.transparent.link:focus .text {
        text-decoration: underline; }
    .bub-button.transparent.link:focus:not(:focus-visible) {
      text-decoration: underline; }
    .hover-enabled .bub-button.transparent.link:hover,
    .hover-enabled .bub-button.transparent.link:active {
      color: rgba(0, 0, 0, 0.15); }
      .hover-enabled .bub-button.transparent.link:hover .text,
      .hover-enabled .bub-button.transparent.link:active .text {
        text-decoration: underline; }
  .bub-button.transparent.button {
    border-color: #fff; }
    .hover-enabled .bub-button.transparent.button:hover,
    .hover-enabled .bub-button.transparent.button:active {
      background-color: #fff;
      color: #162127; }
  .bub-button.lava-white {
    border: 1px solid #b9bcbe; }
    .bub-button.lava-white.button {
      background-color: #fff;
      color: #5c6468; }
      .bub-button.lava-white.button:focus {
        background-color: white;
        color: #5c6468;
        text-decoration: none !important; }
      .bub-button.lava-white.button:focus:not(:focus-visible) {
        background-color: #fff; }
      .hover-enabled .bub-button.lava-white.button:hover,
      .hover-enabled .bub-button.lava-white.button:active {
        background-color: white;
        color: #5c6468;
        text-decoration: none !important; }
    .bub-button.lava-white.link {
      background: none;
      color: #fff; }
      .bub-button.lava-white.link:focus {
        color: #d9d9d9; }
        .bub-button.lava-white.link:focus .text {
          text-decoration: underline; }
      .bub-button.lava-white.link:focus:not(:focus-visible) {
        text-decoration: underline; }
      .hover-enabled .bub-button.lava-white.link:hover,
      .hover-enabled .bub-button.lava-white.link:active {
        color: #d9d9d9; }
        .hover-enabled .bub-button.lava-white.link:hover .text,
        .hover-enabled .bub-button.lava-white.link:active .text {
          text-decoration: underline; }
    .bub-button.lava-white:focus {
      border: 1px solid #dc3c31; }
      .bub-button.lava-white:focus.button {
        background-color: #fff;
        color: #dc3c31; }
        .bub-button.lava-white:focus.button:focus {
          background-color: white;
          color: #dc3c31;
          text-decoration: none !important; }
        .bub-button.lava-white:focus.button:focus:not(:focus-visible) {
          background-color: #fff; }
        .hover-enabled .bub-button.lava-white:focus.button:hover,
        .hover-enabled .bub-button.lava-white:focus.button:active {
          background-color: white;
          color: #dc3c31;
          text-decoration: none !important; }
      .bub-button.lava-white:focus.link {
        background: none;
        color: #fff; }
        .bub-button.lava-white:focus.link:focus {
          color: #d9d9d9; }
          .bub-button.lava-white:focus.link:focus .text {
            text-decoration: underline; }
        .bub-button.lava-white:focus.link:focus:not(:focus-visible) {
          text-decoration: underline; }
        .hover-enabled .bub-button.lava-white:focus.link:hover,
        .hover-enabled .bub-button.lava-white:focus.link:active {
          color: #d9d9d9; }
          .hover-enabled .bub-button.lava-white:focus.link:hover .text,
          .hover-enabled .bub-button.lava-white:focus.link:active .text {
            text-decoration: underline; }
    .bub-button.lava-white:focus:not(:focus-visible) {
      border: none; }
    .hover-enabled .bub-button.lava-white:hover, .hover-enabled .bub-button.lava-white:active {
      border: 1px solid #dc3c31; }
      .hover-enabled .bub-button.lava-white:hover.button, .hover-enabled .bub-button.lava-white:active.button {
        background-color: #fff;
        color: #dc3c31; }
        .hover-enabled .bub-button.lava-white:hover.button:focus, .hover-enabled .bub-button.lava-white:active.button:focus {
          background-color: white;
          color: #dc3c31;
          text-decoration: none !important; }
        .hover-enabled .bub-button.lava-white:hover.button:focus:not(:focus-visible), .hover-enabled .bub-button.lava-white:active.button:focus:not(:focus-visible) {
          background-color: #fff; }
        .hover-enabled .hover-enabled .bub-button.lava-white:hover.button:hover,
        .hover-enabled .hover-enabled .bub-button.lava-white:hover.button:active, .hover-enabled .hover-enabled .bub-button.lava-white:active.button:hover,
        .hover-enabled .hover-enabled .bub-button.lava-white:active.button:active {
          background-color: white;
          color: #dc3c31;
          text-decoration: none !important; }
      .hover-enabled .bub-button.lava-white:hover.link, .hover-enabled .bub-button.lava-white:active.link {
        background: none;
        color: #fff; }
        .hover-enabled .bub-button.lava-white:hover.link:focus, .hover-enabled .bub-button.lava-white:active.link:focus {
          color: #d9d9d9; }
          .hover-enabled .bub-button.lava-white:hover.link:focus .text, .hover-enabled .bub-button.lava-white:active.link:focus .text {
            text-decoration: underline; }
        .hover-enabled .bub-button.lava-white:hover.link:focus:not(:focus-visible), .hover-enabled .bub-button.lava-white:active.link:focus:not(:focus-visible) {
          text-decoration: underline; }
        .hover-enabled .hover-enabled .bub-button.lava-white:hover.link:hover,
        .hover-enabled .hover-enabled .bub-button.lava-white:hover.link:active, .hover-enabled .hover-enabled .bub-button.lava-white:active.link:hover,
        .hover-enabled .hover-enabled .bub-button.lava-white:active.link:active {
          color: #d9d9d9; }
          .hover-enabled .hover-enabled .bub-button.lava-white:hover.link:hover .text,
          .hover-enabled .hover-enabled .bub-button.lava-white:hover.link:active .text, .hover-enabled .hover-enabled .bub-button.lava-white:active.link:hover .text,
          .hover-enabled .hover-enabled .bub-button.lava-white:active.link:active .text {
            text-decoration: underline; }

.svg-icon {
  height: 1em;
  width: 1em;
  vertical-align: middle;
  fill: currentColor; }
  .svg-icon.white {
    fill: #fff; }
  .svg-icon.red-110 {
    fill: #dc3c31; }
  .svg-icon.red-100 {
    fill: #F44336; }
  .svg-icon.teal-100 {
    fill: #07b798; }
  .svg-icon.navy-70 {
    fill: #4f6c7a; }
  .svg-icon.navy-100 {
    fill: #042d41; }
  .svg-icon.grey-100 {
    fill: #162127; }
  .svg-icon.grey-70 {
    fill: #5c6468; }
  .svg-icon.grey-50 {
    fill: #8b9093; }
  .svg-icon.grey-30 {
    fill: #b9bcbe; }
  .svg-icon.grey-15 {
    fill: #dcdedf; }

.bub-forms-error-messages .validation-message {
  color: #F44336;
  margin: 0px; }

.right-label {
  margin-top: 3px;
  color: #b9bcbe;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: right; }

.form-input {
  width: 100%; }
  .form-input input {
    cursor: text; }
  .form-input .full-height, .form-input.full-height {
    height: inherit; }
  .form-input .with-border-radius {
    border-radius: 3px !important; }

p.sign-up-help {
  padding: 0;
  color: #8b9093; }

.error-message {
  color: #F44336; }

form.signin label._label {
  font-weight: 600;
  padding: 0;
  margin-top: 1rem; }

form.signin input.form-control {
  height: 52px; }
  form.signin input.form-control:hover {
    cursor: text; }

.google-oauth-form .full-height, .google-oauth-form.full-height {
  height: inherit; }

.google-oauth-form .google-oauth-button {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 0; }
  .google-oauth-form .google-oauth-button.dark {
    background-color: #4285F4;
    color: #fff; }
    .hover-enabled .google-oauth-form .google-oauth-button.dark:hover {
      background-color: #3367D6;
      color: #fff; }
  .google-oauth-form .google-oauth-button.light {
    background-color: #FFFFFF;
    color: #5c6468; }
    .hover-enabled .google-oauth-form .google-oauth-button.light:hover {
      background-color: #EEEEEE;
      color: #5c6468; }
    .google-oauth-form .google-oauth-button.light .oauth-logo {
      padding: 3px; }
  .hover-enabled .google-oauth-form .google-oauth-button:hover {
    cursor: pointer;
    text-decoration: none; }
  .google-oauth-form .google-oauth-button.full {
    width: 100%;
    padding-right: 0; }
  .google-oauth-form .google-oauth-button.border {
    border: 1px solid #b9bcbe; }
  .google-oauth-form .google-oauth-button.disabled, .google-oauth-form .google-oauth-button.disabled:hover {
    cursor: not-allowed;
    opacity: .65; }
  .google-oauth-form .google-oauth-button:active, .google-oauth-form .google-oauth-button:focus, .google-oauth-form .google-oauth-button:hover {
    outline: none; }
  .google-oauth-form .google-oauth-button .logo-container {
    display: flex;
    align-items: center;
    height: inherit; }
  .google-oauth-form .google-oauth-button .logo-container, .google-oauth-form .google-oauth-button .placeholder {
    flex: 1; }
    .google-oauth-form .google-oauth-button .logo-container.left, .google-oauth-form .google-oauth-button .placeholder.left {
      text-align: left;
      justify-content: flex-start; }
    .google-oauth-form .google-oauth-button .logo-container.right, .google-oauth-form .google-oauth-button .placeholder.right {
      text-align: right;
      justify-content: flex-end; }
  .google-oauth-form .google-oauth-button.center-align {
    justify-content: center; }
    .google-oauth-form .google-oauth-button.center-align .logo-container, .google-oauth-form .google-oauth-button.center-align .placeholder {
      flex: 0; }
  .google-oauth-form .google-oauth-button .oauth-logo {
    border-radius: 3px;
    height: 40px;
    padding-right: 12px; }
    .google-oauth-form .google-oauth-button .oauth-logo.large {
      height: 60px;
      margin-left: -18px; }

.sign-in-prompts {
  width: 50%;
  margin: 0 auto; }
  .sign-in-prompts.full {
    width: 100%; }
  .sign-in-prompts .prompt-divider {
    font-size: 14px;
    line-height: 1.5em;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px; }

.signinForm {
  padding: 0rem 2rem 1rem 2rem; }
  .signinForm .stay-signed-in, .signinForm .password-help {
    padding: 1rem 0; }
    .signinForm .stay-signed-in.password-help, .signinForm .password-help.password-help {
      text-align: right; }
    .signinForm .stay-signed-in a, .signinForm .password-help a {
      text-decoration: underline;
      color: #162127;
      margin: 1rem 0;
      padding: 0; }
  .signinForm .password-help {
    padding: 1rem 0; }
    .signinForm .password-help.password-help {
      text-align: right; }
    .signinForm .password-help a {
      text-decoration: underline;
      color: #162127;
      margin: 1rem 0;
      padding: 0; }
  .signinForm .checkbox-label {
    vertical-align: middle; }
    .signinForm .checkbox-label input[type=checkbox] {
      margin-right: .5rem;
      vertical-align: top; }
  @media (max-width: 767px) {
    .signinForm .stay-signed-in {
      float: left; } }
  .signinForm .reset-fieldset {
    margin-top: -42px; }

.bub-signin-form-prompt {
  padding: 20px 1rem; }

.signupForm {
  padding: 0rem 2rem 1rem 2rem; }
  .signupForm .subscribe-me {
    padding: 1rem 0; }
  .signupForm .checkbox-label, .signupForm .subscribe-me {
    vertical-align: middle; }
    .signupForm .checkbox-label input[type=checkbox], .signupForm .subscribe-me input[type=checkbox] {
      margin-right: .5rem;
      vertical-align: top; }
  .signupForm .recaptcha-terms {
    color: #b9bcbe;
    margin-top: -20px; }
  .signupForm #sign-up-captcha {
    display: none; }
  @media (max-width: 767px) {
    .signupForm .subscribe-me {
      float: left; } }

.bub-signup-form-prompt {
  padding: 0 1rem; }
  .bub-signup-form-prompt .prompt {
    padding: 20px 0; }

.bub-dismiss-button {
  color: #b9bcbe;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
  line-height: 1.5em; }
  .bub-dismiss-button.large {
    font-size: 34px;
    line-height: 1.2em; }
  .hover-enabled .bub-dismiss-button:hover, .bub-dismiss-button:focus {
    color: #5c6468; }

.modal {
  -webkit-overflow-scrolling: auto !important;
  overflow-y: auto !important; }

.modal-backdrop.in.bub-modal-opaque-backdrop {
  opacity: 1;
  background-color: #042d41; }

.modal-backdrop.in.unstyled {
  background-color: #f3f4f4;
  opacity: 0.75; }

.bub-modal {
  margin-top: 90px;
  margin-bottom: 70px; }
  @media (max-width: 480px) {
    .bub-modal {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .bub-modal.modal-sm {
      width: 360px; } }
  @media (min-width: 768px) {
    .bub-modal.modal-xs-small {
      width: 280px; } }
  .bub-modal.modal-md {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .bub-modal.modal-md {
        width: 452px; } }
  @media (min-width: 768px) {
    .bub-modal.modal-lg {
      width: 688px; } }
  .bub-modal .modal-header {
    text-align: center;
    background-color: #f3f4f4;
    border-bottom: none;
    min-height: 55px; }
    .bub-modal .modal-header.dismiss-header.dismiss-header {
      height: 30px;
      line-height: 30px;
      background-color: transparent;
      margin-bottom: -40px;
      padding: 0 12px 0 0; }
      .bub-modal .modal-header.dismiss-header.dismiss-header .dismiss-button-wrapper {
        position: relative;
        z-index: 10000;
        float: right; }
  .bub-modal .modal-title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    color: #162127;
    text-transform: uppercase; }
  .bub-modal.unstyled {
    margin-top: 150px; }
    @media (max-width: 480px) {
      .bub-modal.unstyled {
        margin-top: 50px; } }
    .bub-modal.unstyled .modal-body {
      padding: 0; }
    .bub-modal.unstyled .modal-content {
      border-radius: 12px; }
  .bub-modal .close-container {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: center; }
    .bub-modal .close-container .close-link {
      color: #fff;
      background: none;
      border: none; }
      .hover-enabled .bub-modal .close-container .close-link:hover, .bub-modal .close-container .close-link:focus {
        text-decoration: underline; }
  .bub-modal .modal-close-button {
    position: absolute;
    top: 10px;
    right: 15px; }

.accountModal {
  padding: 0rem 2rem; }
  .accountModal .modal-body {
    margin: 0 5%; }
    @media (max-width: 767px) {
      .accountModal .modal-body {
        margin: 0; } }
  .accountModal ._accountNav {
    margin-bottom: 1rem;
    padding: 0 0.5rem; }
    .accountModal ._accountNav span.navItem {
      color: #8b9093;
      cursor: pointer;
      margin: 0 .5rem 1.5rem .5rem;
      text-transform: uppercase; }
      .accountModal ._accountNav span.navItem.active {
        border-bottom: 2px solid #33bfb6;
        cursor: default;
        color: #07b798;
        font-weight: 600; }

.author-pill {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  border: 1px solid #dc3c31;
  border-radius: 8px;
  color: #ab2f26;
  font-size: 10px;
  line-height: 1.3;
  padding: 1px;
  text-align: center;
  width: 48px; }

.person-name a {
  color: inherit; }

.person-name.wrap {
  text-overflow: wrap; }

.person-name.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.person-name.header {
  font-family: Playfair Display, Lora, Georgia, serif;
  font-weight: 800;
  color: #162127; }

.person-name.primary {
  font-family: Lora, Georgia, Times, serif;
  color: #162127; }

.person-name.secondary {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #162127; }

.person-name.xsmall {
  font-size: 12px;
  line-height: 1.5em; }

.person-name.small {
  font-size: 14px;
  line-height: 1.5em; }

.person-name.medium {
  font-size: 16px;
  line-height: 1.5em; }

.person-name.large {
  font-size: 34px;
  line-height: 1.2em; }

.person-name.xlarge {
  font-size: 44px;
  line-height: 1.3em; }

.private-profile-icon {
  display: inline-flex;
  align-items: center;
  color: #8b9093; }

.link-component {
  background: none;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  -moz-user-select: text;
  cursor: pointer;
  font-weight: 400;
  border-radius: 0; }
  .link-component, .link-component:active, .link-component.active, .link-component[disabled],
  fieldset[disabled] .link-component {
    background-color: transparent;
    box-shadow: none; }
  .link-component, .link-component:hover, .link-component:focus, .link-component:active {
    border-color: transparent; }
  .link-component:hover, .link-component:focus {
    text-decoration: underline;
    background-color: transparent; }
  .link-component[disabled]:hover, .link-component[disabled]:focus,
  fieldset[disabled] .link-component:hover,
  fieldset[disabled] .link-component:focus {
    color: #8b9093;
    text-decoration: none; }
  .link-component.sea {
    color: #06a589; }
    .link-component.sea:hover, .link-component.sea:focus {
      color: #05806a; }
  .link-component.lava {
    color: #dc3c31; }
    .link-component.lava:hover, .link-component.lava:focus {
      color: #ab2f26; }

.raw-link.sea {
  color: #06a589; }
  .raw-link.sea:hover, .raw-link.sea:focus {
    color: #05806a; }

.raw-link.lava {
  color: #dc3c31; }
  .raw-link.lava:hover, .raw-link.lava:focus {
    color: #ab2f26; }

.profile-image img.pink, .profile-thumbnail img.pink, .mention-profile img.pink, .bio-image-crop.pink {
  background-color: #E91E63; }

.profile-image img.purple, .profile-thumbnail img.purple, .mention-profile img.purple, .bio-image-crop.purple {
  background-color: #9C27B0; }

.profile-image img.deep-purple, .profile-thumbnail img.deep-purple, .mention-profile img.deep-purple, .bio-image-crop.deep-purple {
  background-color: #673ab7; }

.profile-image img.indigo, .profile-thumbnail img.indigo, .mention-profile img.indigo, .bio-image-crop.indigo {
  background-color: #3f41b5; }

.profile-image img.blue, .profile-thumbnail img.blue, .mention-profile img.blue, .bio-image-crop.blue {
  background-color: #2196f3; }

.profile-image img.light-blue, .profile-thumbnail img.light-blue, .mention-profile img.light-blue, .bio-image-crop.light-blue {
  background-color: #03a9f4; }

.profile-image img.teal, .profile-thumbnail img.teal, .mention-profile img.teal, .bio-image-crop.teal {
  background-color: #009688; }

.profile-image img.green, .profile-thumbnail img.green, .mention-profile img.green, .bio-image-crop.green {
  background-color: #4caf50; }

.profile-image img.light-green, .profile-thumbnail img.light-green, .mention-profile img.light-green, .bio-image-crop.light-green {
  background-color: #8bc34a; }

.profile-image img.lime, .profile-thumbnail img.lime, .mention-profile img.lime, .bio-image-crop.lime {
  background-color: #cddc39; }

.profile-image img.amber, .profile-thumbnail img.amber, .mention-profile img.amber, .bio-image-crop.amber {
  background-color: #ffc107; }

.profile-image img.orange, .profile-thumbnail img.orange, .mention-profile img.orange, .bio-image-crop.orange {
  background-color: #ff9800; }

.profile-image img.deep-orange, .profile-thumbnail img.deep-orange, .mention-profile img.deep-orange, .bio-image-crop.deep-orange {
  background-color: #ff5722; }

.profile-image img.brown, .profile-thumbnail img.brown, .mention-profile img.brown, .bio-image-crop.brown {
  background-color: #795548; }

.profile-image img.blue-grey, .profile-thumbnail img.blue-grey, .mention-profile img.blue-grey, .bio-image-crop.blue-grey {
  background-color: #607d8b; }

.profile-image img.black, .profile-thumbnail img.black, .mention-profile img.black, .bio-image-crop.black {
  background-color: #263238; }

.profile-image.editing {
  position: relative; }

.profile-image img {
  border-radius: 50%; }
  .profile-image img.loading {
    opacity: 0.2; }
    .profile-image img.loading label {
      cursor: default; }

.profile-image.xxsmall {
  height: 35px;
  width: 35px; }
  .profile-image.xxsmall img {
    height: 35px;
    min-width: 35px; }

.profile-image.xsmall {
  height: 45px;
  width: 45px; }
  .profile-image.xsmall img {
    height: 45px;
    min-width: 45px; }

.profile-image.small {
  height: 60px;
  width: 60px; }
  .profile-image.small img {
    height: 60px;
    min-width: 60px; }

.profile-image.medium {
  height: 145px;
  width: 145px; }
  .profile-image.medium img {
    height: 145px;
    min-width: 145px; }

.profile-image.large {
  height: 170px;
  width: 170px; }
  .profile-image.large img {
    height: 170px;
    min-width: 170px; }
  @media (max-width: 767px) {
    .profile-image.large {
      height: 145px;
      width: 145px; }
      .profile-image.large img {
        height: 145px;
        min-width: 145px; } }

.profile-image.full img {
  width: 100%; }

.profile-tile {
  display: flex;
  align-items: center; }
  .profile-tile .profile-details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden; }
    .profile-tile .profile-details-wrapper .profile-name-info {
      align-items: center;
      display: flex;
      flex-direction: row;
      width: 100%; }
      .profile-tile .profile-details-wrapper .profile-name-info.wrap-author-pill {
        align-items: flex-start;
        flex-direction: column-reverse; }
        .profile-tile .profile-details-wrapper .profile-name-info.wrap-author-pill .author-pill-wrapper {
          margin-bottom: 1px; }
      .profile-tile .profile-details-wrapper .profile-name-info .profile-name-inline {
        display: flex;
        flex-direction: row;
        min-width: 0;
        overflow: hidden;
        width: 100%; }
      .profile-tile .profile-details-wrapper .profile-name-info .person-name-wrapper {
        padding-right: 6px;
        max-width: 100%; }
      .profile-tile .profile-details-wrapper .profile-name-info .lock {
        font-size: 16px;
        line-height: 1.5em;
        margin-right: 6px;
        display: inline-flex; }
  .profile-tile .secondary-info, .profile-tile .secondary-info a {
    color: #5c6468;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .profile-tile.small .secondary-info, .profile-tile.small .secondary-info a {
    font-size: 12px;
    line-height: 1.5em;
    line-height: 1.4em; }
  .profile-tile.small .profile-image-wrapper {
    margin-right: 8px; }
  .profile-tile.medium .secondary-info, .profile-tile.medium .secondary-info a {
    font-size: 14px;
    line-height: 1.5em;
    line-height: 1.4em; }
  .profile-tile.medium .profile-image-wrapper {
    margin-right: 12px; }

.profile-follow {
  display: flex;
  flex-direction: row; }
  .profile-follow .profile-tile-wrapper {
    width: 100%;
    min-width: 0; }
  .profile-follow .follow-button-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding-left: 10px; }

.bub-rating-stars.orient-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap; }
  .bub-rating-stars.orient-left .stars {
    display: inline-block;
    margin-right: 3px; }
  .bub-rating-stars.orient-left .review-count {
    margin-left: 2px;
    color: #162127;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    line-height: 1.4em; }
    .bub-rating-stars.orient-left .review-count.small, .bub-rating-stars.orient-left .review-count.xsmall {
      font-size: 12px;
      line-height: 1.5em;
      line-height: 1.4em; }
    .bub-rating-stars.orient-left .review-count.large {
      font-size: 16px;
      line-height: 1.5em; }

.bub-rating-stars.orient-bottom .stars {
  display: block; }

.bub-rating-stars .annotation {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  color: #dc3c31;
  padding: 0 5px;
  display: block;
  width: 95px;
  float: left;
  text-align: right; }
  @media (max-width: 767px) {
    .bub-rating-stars .annotation {
      text-align: center;
      float: none;
      width: 100%; } }

.bub-rating-stars .stars {
  position: relative; }
  .bub-rating-stars .stars .star-rate-trigger {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none; }
    .bub-rating-stars .stars .star-rate-trigger:focus {
      background-color: #f3f4f4; }
  .bub-rating-stars .stars .star {
    fill: #b9bcbe;
    cursor: default; }
    .bub-rating-stars .stars .star.interactive {
      cursor: pointer; }
  .bub-rating-stars .stars .active {
    position: absolute;
    top: 0;
    overflow: hidden;
    white-space: nowrap; }
    .bub-rating-stars .stars .active .star {
      fill: #dc3c31; }

.book-info-tile {
  display: flex;
  flex-direction: column; }
  .book-info-tile .book-info-title {
    font-family: Lora, Georgia, Times, serif;
    font-size: 18px;
    line-height: 1.5em;
    line-height: 1.2em;
    color: #162127; }
    .book-info-tile .book-info-title.wrap {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -webkit-hyphens: auto;
              hyphens: auto; }
    .book-info-tile .book-info-title.ellipsis {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .book-info-tile .header-text {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 600;
    padding-bottom: 8px; }
  .book-info-tile.small .book-info-title {
    line-height: 1.2;
    padding-bottom: 1px; }
  .book-info-tile.medium .book-info-title {
    line-height: 1.2;
    padding-bottom: 2px; }
  .book-info-tile.medium .book-info-average-rating {
    padding-top: 2px; }
  .book-info-tile.large .book-info-title {
    font-size: 24px;
    line-height: 1.3em; }
  .book-info-tile.xlarge .book-info-title {
    font-size: 28px;
    line-height: 1.3em;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800; }
  .book-info-tile.xxlarge .book-info-title {
    font-size: 34px;
    line-height: 1.2em; }
  .book-info-tile.xxxlarge .book-info-title {
    font-size: 44px;
    line-height: 1.3em;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800; }
  .book-info-tile.large .book-info-title, .book-info-tile.xlarge .book-info-title, .book-info-tile.xxlarge .book-info-title, .book-info-tile.xxxlarge .book-info-title {
    line-height: 1.3;
    padding-bottom: 4px; }
  .book-info-tile.large .book-info-average-rating, .book-info-tile.xlarge .book-info-average-rating, .book-info-tile.xxlarge .book-info-average-rating, .book-info-tile.xxxlarge .book-info-average-rating {
    padding-top: 7px; }

.bookmark-button .primary {
  min-width: 160px; }
  @media (max-width: 991px) {
    .bookmark-button .primary {
      min-width: auto; } }

.bookmark-button .secondary-light {
  min-width: 190px; }
  @media (max-width: 991px) {
    .bookmark-button .secondary-light {
      min-width: auto; } }

.bookmark-button .button-icon .active-bookmark-link {
  color: #dc3c31; }

.cover-image {
  position: relative; }
  .cover-image .cover-image-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eeece3;
    opacity: .8; }
  .cover-image .cover-image-wrapper {
    border-radius: 3px;
    overflow: hidden;
    height: 0;
    width: 100%;
    background-color: #dcdedf;
    padding-top: 150%; }
    .cover-image .cover-image-wrapper .book-cover-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px; }
  .cover-image.clickable-cover .book-cover-image {
    cursor: pointer; }

.book-card-compact-horizontal {
  position: relative;
  width: 100%; }
  .book-card-compact-horizontal .book-card-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #162127; }
    .book-card-compact-horizontal .book-card-info .book-card-info-tile {
      width: 100%;
      min-width: 0; }
    .book-card-compact-horizontal .book-card-info .book-card-button-buffer {
      min-width: 55px; }
  .book-card-compact-horizontal .book-card-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 0; }
    .book-card-compact-horizontal .book-card-button .book-card-arrow-right,
    .book-card-compact-horizontal .book-card-button .book-card-plus,
    .book-card-compact-horizontal .book-card-button .book-card-x {
      color: #162127;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .book-card-compact-horizontal .book-card-button .book-card-x {
      color: #5c6468; }
  .book-card-compact-horizontal.small .book-card-cover-image {
    min-width: 30px;
    margin-right: 10px; }
  .book-card-compact-horizontal.medium .book-card-cover-image {
    min-width: 45px;
    margin-right: 12px; }

.nav-search-vc .twitter-typeahead {
  width: 100%;
  top: 2px; }

.nav-search-vc .tt-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  display: block;
  z-index: 100;
  margin: 12px 0 12px 0;
  background-color: #f3f4f4;
  color: #162127;
  border: 1px solid #dcdedf;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  min-width: 275px;
  width: 100%; }
  .nav-search-vc .tt-menu a {
    text-decoration: none;
    color: #162127; }
    .nav-search-vc .tt-menu a:hover {
      text-decoration: none; }
  .nav-search-vc .tt-menu .tt-search-type-links {
    padding: 10px 15px;
    background-color: #fff; }
    .nav-search-vc .tt-menu .tt-search-type-links .profile-search-typeahead-link {
      margin-bottom: 0; }
    .nav-search-vc .tt-menu .tt-search-type-links a {
      color: #dc3c31; }
      .nav-search-vc .tt-menu .tt-search-type-links a .quoted-search-result {
        color: #162127; }
      .nav-search-vc .tt-menu .tt-search-type-links a.tt-search-type-link-tall {
        font-size: 16px;
        line-height: 1.5em;
        padding: 6px 0;
        display: block; }
  .nav-search-vc .tt-menu .tt-search-label {
    background-color: #dcdedf;
    color: #8b9093;
    padding: 10px 15px; }
    .nav-search-vc .tt-menu .tt-search-label.small {
      padding: 5px 15px; }
    .nav-search-vc .tt-menu .tt-search-label p {
      text-transform: uppercase; }
  .nav-search-vc .tt-menu .tt-suggestion {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6; }
  .nav-search-vc .tt-menu .tt-author-suggestion {
    padding: 15px; }
  .nav-search-vc .tt-menu .tt-book-suggestion {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px; }
    .nav-search-vc .tt-menu .tt-book-suggestion .tt-book-cover {
      width: 35px;
      height: 100%; }
    .nav-search-vc .tt-menu .tt-book-suggestion .book-info {
      padding: 0 15px; }
    .nav-search-vc .tt-menu .tt-book-suggestion p.tt-book-title {
      font-weight: 600;
      font-size: 14px;
      line-height: 1.5em;
      padding: 0;
      margin: 0; }
    .nav-search-vc .tt-menu .tt-book-suggestion p.tt-book-author {
      color: #8b9093;
      font-size: 12px;
      line-height: 1.5em;
      margin: 0; }
    .nav-search-vc .tt-menu .tt-book-suggestion:hover p.tt-book-title {
      color: #dc3c31;
      font-weight: 600; }
  .nav-search-vc .tt-menu .tt-show-all {
    text-align: center;
    color: #8b9093;
    font-size: 14px;
    line-height: 1.5em;
    padding: 15px;
    font-weight: 600;
    background-color: #f3f4f4; }
    .nav-search-vc .tt-menu .tt-show-all .show-all-btn {
      padding: 3px 9px;
      background-color: #fff;
      font-size: 12px;
      line-height: 1.5em;
      border-radius: 5px;
      float: right;
      margin-right: 10px; }
    .nav-search-vc .tt-menu .tt-show-all button {
      border: none;
      width: 100%;
      background-color: #e6e6e6; }
  .nav-search-vc .tt-menu .tt-cursor {
    color: #fff;
    background-color: #dc3c31; }

.nav-search-vc .search-button,
.nav-search-vc .search-bar {
  height: 30px;
  color: #162127; }

.nav-search-vc .search-button, .nav-search-vc .search-bar {
  border: none;
  background-color: #fff; }

.nav-search-vc .search-button {
  color: #5c6468;
  line-height: 17px; }
  .nav-search-vc .search-button .search-icon {
    margin-bottom: 2px; }

.nav-search-vc .search-bar {
  cursor: text; }
  .nav-search-vc .search-bar.placeholder {
    font-style: italic;
    color: #8b9093; }
  .nav-search-vc .search-bar:-moz-placeholder {
    font-style: italic;
    color: #8b9093; }
  .nav-search-vc .search-bar::-moz-placeholder {
    font-style: italic;
    color: #8b9093; }
  .nav-search-vc .search-bar:-ms-input-placeholder {
    font-style: italic;
    color: #8b9093; }
  .nav-search-vc .search-bar::-webkit-input-placeholder {
    font-style: italic;
    color: #8b9093; }

.nav-search-vc .form-input {
  width: 100%; }
  .nav-search-vc .form-input input {
    border: 1px solid #b9bcbe;
    height: 36px; }
  .nav-search-vc .form-input input::-moz-placeholder {
    text-transform: none; }
  .nav-search-vc .form-input input::placeholder {
    text-transform: none; }
  .nav-search-vc .form-input .tt-menu {
    margin-top: -1px;
    box-shadow: none;
    border: 1px solid #dc3c31;
    border-top: 1px solid #f3f4f4; }

.nav-search-vc .book-search-form {
  margin: 0; }
  .nav-search-vc .book-search-form .input-group.nav {
    border-bottom: 1px solid #dcdedf; }

.search-bar-mobile {
  margin: 0;
  display: none; }
  .search-bar-mobile input {
    border: 1px solid #5c6468; }
  .search-bar-mobile form {
    padding: 10px;
    background-color: #fff; }
  .search-bar-mobile .search-button {
    width: 50px;
    margin-left: 10px !important;
    color: #fff;
    background-color: #dc3c31; }
  .search-bar-mobile .clear-button {
    display: none;
    position: absolute;
    top: 3px;
    right: 61px;
    width: 40px;
    height: 28px;
    line-height: 1.9;
    text-align: center;
    cursor: pointer;
    z-index: 999; }

.flash-messages .alert.alert-buzz-beta .icon::after {
  display: inline-block;
  padding: 3px 5px;
  vertical-align: text-bottom;
  border-radius: 10px;
  background-color: #F44336;
  font-size: 9px;
  font-weight: 600; }
  .flash-messages .alert.alert-buzz-beta .icon::after a {
    color: #fff; }

.flash-messages .alert {
  background-color: #fff;
  margin-top: 10px;
  border: none;
  box-shadow: 0 0 10px #5c6468;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  max-width: 991px;
  z-index: 51;
  display: flex;
  align-items: center; }
  .flash-messages .alert .alert-contents {
    flex-grow: 1; }
  .flash-messages .alert.alert-danger {
    margin-top: 10px;
    padding: 7px;
    border-radius: 5px; }
  .flash-messages .alert.alert-warning {
    margin-top: 10px; }
  .flash-messages .alert.alert-buzz-beta .icon::after {
    content: "BETA";
    color: #fff; }
  .flash-messages .alert.inline {
    position: static;
    width: 100%;
    max-width: none; }
  .flash-messages .alert .clickable-area {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .flash-messages .alert .url-text {
    font-weight: 400;
    padding: 0 5px; }
    @media (max-width: 767px) {
      .flash-messages .alert .url-text {
        display: block;
        padding: 2px 0; } }
    .flash-messages .alert .url-text.sea {
      color: #07b798; }
    .flash-messages .alert .url-text.lava {
      color: #dc3c31; }
  .flash-messages .alert .message-text {
    text-decoration: none; }
  .flash-messages .alert a {
    text-decoration: none;
    font-weight: 600;
    color: #162127; }
  .flash-messages .alert .dismiss {
    flex-shrink: 0;
    padding: 0;
    margin-left: 1em;
    border: none;
    background-color: transparent;
    color: #8b9093; }
    .flash-messages .alert .dismiss:hover {
      color: #5c6468; }
  .flash-messages .alert .icon {
    margin-right: 1em;
    display: inline-block; }

.error-boundary {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .error-boundary .error-info-container {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    max-width: 760px; }
    .error-boundary .error-info-container .error-title {
      color: #07b798;
      font-size: 34px;
      line-height: 1.2em;
      margin-bottom: 14px;
      font-weight: 600; }

.auth-buttons {
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: flex-end;
  grid-auto-flow: column;
  align-items: center; }
  .auth-buttons.default .sign-in-button, .auth-buttons.default .sign-up-button {
    width: 140px; }
  .auth-buttons.tablet {
    -moz-column-gap: 16px;
         column-gap: 16px; }
    .auth-buttons.tablet .sign-in-button, .auth-buttons.tablet .sign-up-button {
      width: 120px; }
  .auth-buttons.mobile {
    -moz-column-gap: 12px;
         column-gap: 12px; }

.social-notification-alert {
  display: flex;
  align-content: center;
  padding: 18px 8px;
  position: relative; }
  .social-notification-alert .social-alert-count {
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    background: #dc3c31;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 19px;
    width: 19px;
    line-height: 17px; }
    .social-notification-alert .social-alert-count.large-count {
      font-size: 10px;
      line-height: 16px; }
    .social-notification-alert .social-alert-count.huge-count {
      font-size: 8px;
      line-height: 16px; }
  .hover-enabled .social-notification-alert:hover .svg-icon, .social-notification-alert:focus .svg-icon {
    fill: #8b9093; }

.fullscreen-menu {
  width: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  background-color: #fff;
  top: 0;
  bottom: 0; }
  .fullscreen-menu .fullscreen-menu-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    margin-bottom: -9.5px; }
    .fullscreen-menu .fullscreen-menu-header .fullscreen-menu-title {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      font-size: 28px;
      line-height: 1.3em;
      font-weight: 800;
      color: #162127;
      overflow: hidden;
      text-overflow: clip;
      white-space: nowrap; }
    .fullscreen-menu .fullscreen-menu-header .dismiss-button {
      padding: 8px; }

.header-user-nav-options {
  display: flex;
  flex-direction: column;
  border: none;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0; }
  .header-user-nav-options .dropdown-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
    background-color: #fff; }
    .hover-enabled .header-user-nav-options .dropdown-menu-item:hover, .header-user-nav-options .dropdown-menu-item:focus {
      text-decoration: none;
      background-color: #dcdedf;
      outline: none; }
  .header-user-nav-options .user-link {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #162127;
    text-decoration: none;
    padding: 9px 30px; }
  .header-user-nav-options .notification-badge {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    padding: 0 4px;
    min-width: 22px;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
    margin-right: 15px;
    background-color: #F44336; }
  .header-user-nav-options .header-user-nav-divider {
    border-top: 1px solid #f3f4f4;
    background-color: #f3f4f4;
    margin: 8px 16px; }

.header-user-nav-modal {
  list-style-type: none; }
  .header-user-nav-modal .dropdown-menu-item {
    border-top: none;
    height: 39px; }
    .header-user-nav-modal .dropdown-menu-item .user-link {
      padding: 8px 0; }
  .header-user-nav-modal .divider {
    border-top: 1px solid #f3f4f4;
    background-color: #f3f4f4;
    margin: 9.5px 0; }

.header-user-nav-dropdown {
  position: absolute;
  border: none;
  margin: 0;
  box-shadow: 0 10px 12px rgba(22, 33, 39, 0.25);
  border: none;
  background-color: #fff;
  padding: 8px 0;
  min-width: 270px;
  z-index: 1000;
  top: 72px;
  right: calc(50vw - 585px); }
  @media (max-width: 1199px) {
    .header-user-nav-dropdown {
      right: calc(50vw - 485px); } }
  .header-user-nav-dropdown:before, .header-user-nav-dropdown:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }
  .header-user-nav-dropdown:after {
    border-color: transparent transparent white transparent;
    border-width: 10px;
    top: -20px;
    right: 12px; }
  .header-user-nav-dropdown:before {
    border-color: transparent transparent #f3f4f4 transparent;
    border-width: 11px;
    top: -23px;
    right: 11px; }

.nav-dropdown-button {
  color: inherit;
  background-color: inherit;
  border: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 8px; }
  .nav-dropdown-button .down-arrow, .nav-dropdown-button .up-arrow {
    font-weight: normal; }
  .hover-enabled .nav-dropdown-button:hover, .nav-dropdown-button:focus {
    color: #162127;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3em; }

.header-profile-info-vc {
  display: flex;
  height: 100%; }
  .header-profile-info-vc .nav-dropdown-button {
    justify-content: flex-start; }
    .header-profile-info-vc .nav-dropdown-button .header-profile-name {
      flex-grow: 1;
      text-align: left;
      margin-left: 8px;
      margin-right: 12px;
      overflow: hidden;
      white-space: nowrap;
      height: 20px;
      max-width: 150px; }
      .header-profile-info-vc .nav-dropdown-button .header-profile-name::before {
        font-weight: 600;
        display: block;
        content: attr(name);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden; }

.header-action-items {
  display: grid;
  justify-content: flex-end;
  grid-auto-flow: column;
  align-items: center;
  height: 100%; }
  .header-action-items.default {
    grid-template-columns: [search] 50% [notification] auto [profile] auto;
    grid-template-rows: 100%;
    grid-column-gap: 16px; }
    .header-action-items.default .nav-search-wrapper {
      grid-column: search; }
    .header-action-items.default .notification-icon-wrapper {
      grid-column: notification; }
    .header-action-items.default .user-menu {
      grid-column: profile; }
  .header-action-items .nav-search-wrapper {
    max-width: 220px;
    justify-self: right; }
  .header-action-items .search-icon-wrapper {
    padding: 18px 8px;
    margin-bottom: 3px; }
  .header-action-items.mobile, .header-action-items.tablet {
    -moz-column-gap: 12px;
         column-gap: 12px; }
    .hover-enabled .header-action-items.mobile .search-icon-wrapper:hover .svg-icon, .header-action-items.mobile .search-icon-wrapper:focus .svg-icon, .hover-enabled .header-action-items.tablet .search-icon-wrapper:hover .svg-icon, .header-action-items.tablet .search-icon-wrapper:focus .svg-icon {
      fill: #5c6468; }
  .header-action-items.tablet {
    justify-content: end; }

.header-explore-link {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  flex-direction: row; }
  .hover-enabled .header-explore-link:hover, .header-explore-link:focus {
    text-decoration: none;
    background-color: #f8f8f9; }
  .header-explore-link .link-icon {
    margin: 4px; }
  .header-explore-link .link-title {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    color: #162127;
    grid-column-start: 2; }
  .header-explore-link .link-subtext {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #607d8b;
    grid-column-start: 2; }
  .header-explore-link.compact {
    padding: 8px 0; }
    .header-explore-link.compact .link-icon {
      margin-right: 8px;
      margin-left: 0; }

.header-explore-dropdown.default {
  width: 100%;
  position: absolute;
  z-index: 1000;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 10px 12px rgba(22, 33, 39, 0.25); }

.header-explore-dropdown .dropdown-content {
  background-color: #fff;
  padding: 32px 0;
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-template-columns: repeat(2, 1fr); }

.header-explore-dropdown .explore-links, .header-explore-dropdown .browse-links {
  list-style: none;
  padding: 0;
  margin: 0; }

.header-explore-dropdown .explore-links {
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 4px;
  grid-template-columns: repeat(2, 1fr); }

.header-explore-dropdown .browse-links {
  -moz-column-count: 3;
       column-count: 3;
  padding-top: 12px; }
  .header-explore-dropdown .browse-links .link-wrapper {
    display: block;
    padding: 4px 0; }
  .header-explore-dropdown .browse-links .browse-link {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
  .header-explore-dropdown .browse-links .explore-all-link {
    font-weight: 600; }

.header-explore-dropdown .explore-section, .header-explore-dropdown .browse-section {
  background-color: #fff; }

.header-explore-dropdown .explore-section-subheader, .header-explore-dropdown .browse-section-subheader {
  font-family: "Oswald", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #162127;
  margin-bottom: 16px; }

.header-explore-dropdown.tablet, .header-explore-dropdown.mobile {
  top: 0; }
  .header-explore-dropdown.tablet .dropdown-content, .header-explore-dropdown.mobile .dropdown-content {
    display: flex;
    flex-direction: column;
    padding: 0; }
  .header-explore-dropdown.tablet .explore-section-subheader, .header-explore-dropdown.tablet .browse-section-subheader, .header-explore-dropdown.mobile .explore-section-subheader, .header-explore-dropdown.mobile .browse-section-subheader {
    margin-bottom: 8px; }
  .header-explore-dropdown.tablet .explore-links, .header-explore-dropdown.tablet .browse-links, .header-explore-dropdown.mobile .explore-links, .header-explore-dropdown.mobile .browse-links {
    border-top: 1px solid #f3f4f4;
    padding-top: 8px; }

.header-explore-dropdown.tablet .explore-section, .header-explore-dropdown.tablet .browse-section {
  padding-bottom: 24px; }

.header-explore-dropdown.tablet .browse-links {
  -moz-column-count: 4;
       column-count: 4; }

.header-explore-dropdown.mobile .explore-section, .header-explore-dropdown.mobile .browse-section {
  padding-bottom: 32px; }

.header-explore-dropdown.mobile .explore-links {
  display: flex;
  flex-direction: column; }

.header-explore-dropdown.mobile .browse-links {
  -moz-column-count: 2;
       column-count: 2; }
  @media (max-width: 320px) {
    .header-explore-dropdown.mobile .browse-links {
      display: flex;
      flex-direction: column; } }

.header-explore-options {
  display: flex;
  height: 100%; }
  .header-explore-options .home-link, .header-explore-options .browse-link {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
  .header-explore-options .home-link {
    width: 60px;
    padding: 0 8px;
    justify-content: center; }
    .header-explore-options .home-link.active {
      padding-top: 2px;
      border-bottom: 2px solid #F44336; }
    .hover-enabled .header-explore-options .home-link:hover, .header-explore-options .home-link:focus {
      color: #162127;
      text-decoration: none;
      font-weight: 600;
      line-height: 1.3em; }
  .header-explore-options .browse-link {
    width: 86px; }

.desktop-header-nav {
  width: 100%; }
  .desktop-header-nav .desktop-header-section {
    border-bottom: 1px solid #f3f4f4; }
  .desktop-header-nav .desktop-header-content {
    display: grid;
    grid-template-columns: [logo] 2fr [explore] 3fr [actions] 5fr;
    grid-template-rows: 100%;
    grid-column-gap: 16px;
    height: 72px;
    align-items: center;
    margin-top: -1px; }

.mobile-header-nav {
  width: 100%; }
  .mobile-header-nav.mobile-book-data-enabled {
    height: 120px; }
    .mobile-header-nav.mobile-book-data-enabled.search-expanded {
      height: 152px; }
  .mobile-header-nav .mobile-header-primary-content {
    height: 72px; }
  .mobile-header-nav .mobile-explore-content {
    height: 48px; }
  .mobile-header-nav .mobile-explore-content, .mobile-header-nav .mobile-header-primary-content {
    margin-top: -1px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
  .mobile-header-nav .mobile-explore-section, .mobile-header-nav .mobile-header-primary {
    border-bottom: 1px solid #f3f4f4; }

.header-nav-vc {
  background: #fff; }
  .header-nav-vc.impersonating {
    background-color: cyan; }

#header-nav-app .fallback-header-nav {
  height: 72px;
  border-bottom: 1px solid #f3f4f4;
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: -1px; }

html.modal-open, body.modal-open {
  overflow: hidden;
  height: 100%; }

#join-overlay-modal h2 {
  font-size: 28px;
  line-height: 1.3em;
  margin-top: 0px; }

#join-overlay-modal p {
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1.2em; }

#join-overlay-modal .support-prompt {
  color: #fff;
  font-style: italic;
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0; }
  #join-overlay-modal .support-prompt a {
    color: #fff; }

#join-overlay-modal .modal-body {
  color: #162127;
  background-color: #fff;
  padding: 30px 30px 10px 30px; }

#join-overlay-modal .details-container {
  float: none;
  margin: 0 auto;
  display: block; }

#join-overlay-modal .book-cover {
  padding: 0px 20px 20px 0px;
  width: 150px;
  float: left; }

#join-overlay-modal .book-price {
  color: #F44336; }

#join-overlay-modal .user-email-field {
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  border: 2px solid #dcdedf;
  margin-top: 30px;
  height: 45px; }

#join-overlay-modal #overlay-subscribe-submit {
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600; }

#join-overlay-modal .form-group {
  margin-bottom: 10.5px;
  clear: left; }

#join-overlay-modal .close-button {
  right: -15px;
  top: -20px; }
  #join-overlay-modal .close-button a {
    font-size: 16px;
    line-height: 1.5em;
    color: #6E6E6E; }

#join-overlay-modal .text-red {
  color: #F44336; }

#join-overlay-modal .modal-dialog.no-deal h2 {
  font-size: 34px;
  line-height: 1.2em; }

#join-overlay-modal .modal-dialog.no-deal .modal-body {
  padding: 20px;
  padding-bottom: 10px; }

#join-overlay-modal .modal-dialog.no-deal .close-button {
  top: -10px;
  right: -5px; }

@media (min-width: 767px) {
  #join-overlay-modal .modal-dialog.no-deal {
    width: 490px; } }

#join-overlay-modal .expired-deal {
  color: #F44336;
  text-align: center;
  font-size: 34px;
  line-height: 1.2em; }

@media (max-width: 480px) {
  #join-overlay-modal .modal-body {
    padding: 10px 15px 10px 15px; }
  #join-overlay-modal h2 {
    font-size: 22px;
    line-height: 1.4em; }
  #join-overlay-modal p {
    font-size: 18px;
    line-height: 1.5em; }
    #join-overlay-modal p .details-subhead {
      clear: both;
      margin-top: 10.5px; }
  #join-overlay-modal .expired-deal {
    font-size: 24px;
    line-height: 1.3em; }
  #join-overlay-modal .book-cover {
    width: 90px;
    padding: 0 10px 10px 0; }
  #join-overlay-modal .user-email-field {
    height: 40px;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10.5px; }
  #join-overlay-modal #overlay-subscribe-submit {
    font-size: 14px;
    line-height: 1.5em; }
  #join-overlay-modal .form-group {
    margin-bottom: 7px; }
  #join-overlay-modal .close-button {
    top: -2px;
    right: -8px; } }

.join-modal {
  position: absolute; }
  .join-modal .modal-dialog {
    margin-top: 63px; }
  .join-modal .modal-content {
    color: #fff;
    background-color: #f3f4f4; }
  .join-modal .author-modal-content {
    background-color: #fff;
    padding: 20px 42px;
    max-width: 500px;
    margin: 0 auto; }
    .join-modal .author-modal-content h2 {
      text-transform: none;
      font-weight: 400;
      color: #162127;
      margin: 0px;
      font-size: 18px;
      line-height: 1.5em;
      margin: 10px 0px 5px 0px; }
    .join-modal .author-modal-content .testselector {
      color: red; }
    .join-modal .author-modal-content h3 {
      color: #F44336;
      font-weight: 400;
      margin: 17px 0px 17px 0px;
      font-size: 28px;
      line-height: 1.3em; }
    .join-modal .author-modal-content h4 {
      color: #5c6468;
      font-weight: 400;
      font-size: 22px;
      line-height: 1.4em;
      margin: 5px 0px 5px 0px; }
    .join-modal .author-modal-content .button {
      text-transform: uppercase;
      background-color: #0398dc;
      border: 0;
      color: #fff;
      margin: 10px 0;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.5em;
      white-space: normal;
      word-break: break-word;
      word-wrap: break-word; }
    .join-modal .author-modal-content a {
      color: #162127;
      cursor: pointer;
      width: auto;
      text-decoration: underline;
      font-size: 16px;
      line-height: 1.5em; }
    .join-modal .author-modal-content form {
      margin-bottom: 10px; }
  .join-modal .signup-logo {
    width: 55%;
    max-width: 180px;
    margin-bottom: 14.0px; }
  .join-modal h2 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 1.3em; }
  .join-modal p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4em;
    line-height: 1.1em;
    margin-bottom: 21px; }
    .join-modal p.small {
      font-size: 18px;
      line-height: 1.5em; }
  .join-modal .user-email-field {
    text-align: center; }
  .join-modal .support-prompt {
    color: #162127;
    font-weight: 400; }
    .join-modal .support-prompt a {
      color: #162127;
      text-decoration: underline; }
  .join-modal .close-button {
    position: relative;
    top: -10px; }
  .join-modal .close-button, .join-modal .close-button a {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #162127; }
    .join-modal .close-button:hover i, .join-modal .close-button a:hover i {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .join-modal h1 {
      font-size: 28px;
      line-height: 1.3em; }
    .join-modal p {
      font-size: 22px;
      line-height: 1.4em; }
    .join-modal .modal-dialog {
      margin-top: 10px; }
    .join-modal .author-modal-content {
      padding: 20px 7px;
      max-width: 500px; } }
  .join-modal .header-underline {
    border-bottom: solid 1px #fff;
    padding-bottom: 21px; }
  .join-modal .overlay-link a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 767px) {
    .join-modal .social-links {
      margin-top: 29px; } }
  @media (max-width: 767px) {
    .join-modal .social-links {
      margin-bottom: 21px; } }
  .join-modal .fb-icon {
    display: inline-block;
    font-size: 28px;
    line-height: 1.3em;
    vertical-align: middle; }

#resubscribe-overlay-modal .haml-bub-button {
  margin-left: 20px; }

.formsy-datepicker.input-group input {
  width: 110px;
  border-radius: 0px;
  box-shadow: none; }

.datepicker__day--selected.datepicker__day--disabled {
  background-color: #fff; }

.react-datepicker-popper {
  z-index: 10; }

.formsy-multiselect-all {
  float: right;
  margin-top: 5px; }

.Select-control {
  border-radius: 0; }

.Select-item {
  border-radius: 0; }

.bub-radio-button {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  outline: none; }
  .bub-radio-button.compact, .bub-radio-button.inline {
    padding: 4px 0px;
    display: inline-flex; }
  .bub-radio-button.inline {
    margin: 12px 48px 0 0; }
  .bub-radio-button.disabled {
    cursor: default; }
  .bub-radio-button:focus .bub-radio-button-label {
    color: #dc3c31; }
  .bub-radio-button:focus.sea .bub-radio-button-label {
    color: #07b798; }
  .bub-radio-button .bub-radio-button-label {
    font-size: 14px;
    line-height: 1.5em;
    flex-grow: 1;
    line-height: 1.5;
    order: 2; }
    .bub-radio-button .bub-radio-button-label-text {
      vertical-align: text-top; }
    .bub-radio-button .bub-radio-button-label.inactive-disabled {
      color: #8b9093; }
  .bub-radio-button .bub-radio-button-circle.large {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 12.5px;
    border: 2px solid #b9bcbe;
    flex-shrink: 0;
    margin: 0 5px; }
    .bub-radio-button .bub-radio-button-circle.large.active {
      background-color: #fff;
      border: 7px solid #dc3c31; }
      .bub-radio-button .bub-radio-button-circle.large.active.sea {
        border: 7px solid #07b798; }
    .bub-radio-button .bub-radio-button-circle.large.inactive-disabled {
      background-color: #dcdedf;
      border-color: #dcdedf; }
  .bub-radio-button .bub-radio-button-circle.small {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #b9bcbe;
    flex-shrink: 0;
    margin: 0px; }
    .bub-radio-button .bub-radio-button-circle.small.active {
      background-color: #fff;
      border: 4px solid #dc3c31; }
      .bub-radio-button .bub-radio-button-circle.small.active.sea {
        border: 4px solid #07b798; }
    .bub-radio-button .bub-radio-button-circle.small.inactive-disabled {
      background-color: #dcdedf;
      border-color: #dcdedf; }
  .bub-radio-button .bub-radio-button-circle.left {
    order: 1;
    margin-right: 8px; }
  .bub-radio-button .bub-radio-button-circle.right {
    order: 2; }
  .bub-radio-button .sub-label {
    margin-left: 16px;
    color: #5c6468;
    order: 3; }

#join-overlay-popup-modal .bub-modal {
  width: 512px; }

.join-overlay-popup {
  text-align: center; }
  .join-overlay-popup .popup-details {
    padding: 40px 48px; }
  .join-overlay-popup .popup-header-section {
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .join-overlay-popup .popup-header-section {
        margin-bottom: 20px; } }
    .join-overlay-popup .popup-header-section .popup-header-text {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      font-size: 34px;
      line-height: 1.2em;
      font-weight: 800;
      color: #162127; }
      @media (max-width: 768px) {
        .join-overlay-popup .popup-header-section .popup-header-text {
          font-size: 28px;
          line-height: 1.3em; } }
    .join-overlay-popup .popup-header-section .popup-image {
      margin-top: -10px;
      width: 85%;
      height: 20px; }
      @media (max-width: 768px) {
        .join-overlay-popup .popup-header-section .popup-image {
          width: 70%; } }
      @media (max-width: 480px) {
        .join-overlay-popup .popup-header-section .popup-image {
          width: 100%; } }
  .join-overlay-popup .popup-subheader-text {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #162127;
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .join-overlay-popup .popup-subheader-text {
        margin-bottom: 32px; } }
  .join-overlay-popup .form-section {
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .join-overlay-popup .form-section {
        margin-bottom: 32px; } }
  .join-overlay-popup .user-email-address {
    margin-bottom: 12px; }
    .join-overlay-popup .user-email-address #user_email_address {
      height: 50px;
      border-radius: 3px;
      font-family: Helvetica Neue, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.5em; }
  .join-overlay-popup .external-links {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
    color: #162127;
    margin-bottom: 20px; }
    .join-overlay-popup .external-links .signin-link {
      color: #dc3c31; }

.reader-header-nav .header-nav-logo {
  display: flex;
  align-items: center;
  height: 72px; }

.reader-header-nav .header-book-data-enabled {
  height: 48px; }

.reader-header-nav .header-book-data-enabled, .reader-header-nav .header-nav-container {
  margin-top: -1px;
  border-bottom: 1px solid #f3f4f4;
  background: #fff; }
  .reader-header-nav .header-book-data-enabled.impersonating, .reader-header-nav .header-nav-container.impersonating {
    background-color: cyan; }

.gdpr-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background-color: #1d4254;
  padding-top: 10px;
  padding-bottom: 30px; }
  .gdpr-footer .gpdr-warning {
    color: white;
    padding-top: 20px;
    padding-bottom: 15px; }
    .gdpr-footer .gpdr-warning .privacy-policy-link {
      text-decoration: underline; }
  .gdpr-footer .gdpr-form {
    display: inline-block;
    margin-bottom: 10px; }
  .gdpr-footer .other-options {
    display: inline-block;
    margin: 0 20px 20px; }
    .gdpr-footer .other-options .other-options-link {
      text-decoration: underline; }

@media (max-width: 991px) {
  .gdpr-footer {
    padding: 0; }
    .gdpr-footer .gdpr-form {
      display: block; }
      .gdpr-footer .gdpr-form .gdpr-accept-button {
        width: 100%; }
    .gdpr-footer .other-options {
      display: block;
      text-align: center; } }

#page-viewport {
  position: relative;
  width: 100%; }

#page-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }

.page-wrapper {
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.page-footer .footer {
  height: 525px; }

.page-footer.with-sticky-footer {
  padding-bottom: 120px;
  background: #162127; }
  @media (max-width: 767px) {
    .page-footer.with-sticky-footer {
      padding-bottom: 200px; } }

.page-panel, .page-wrapper {
  background-color: #fff; }
  .page-panel.plain, .page-wrapper.plain {
    background-color: #fff; }
  .page-panel.pd, .page-wrapper.pd {
    background-color: #f3f4f4; }

.loading-icon {
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  margin-top: 46px;
  color: #8b9093; }

@media (max-width: 767px) {
  .page-footer .footer {
    height: 910px; } }

.footer {
  background-color: #162127;
  padding-top: 21px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400; }
  .footer a {
    color: #fff; }
  .footer h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff; }
  .footer li {
    margin-bottom: 2.5px; }
  .footer .social-links {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    display: inline-flex;
    border-radius: 100%;
    font-size: 18px;
    line-height: 1.5em; }
    .footer .social-links:focus {
      box-shadow: 0 0 0 2px #07b798;
      text-decoration: none !important; }
  .footer .footer-header {
    margin-bottom: 20px;
    padding: 0px 15px; }
    .footer .footer-header .footer-link-wrapper {
      display: flex;
      align-items: center; }
  .footer .footer-logo-container {
    padding-right: 5px;
    padding-left: 0; }
  .footer .footer-logo-wrapper .footer-logo {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 42px; }
  .footer .footer-logo-wrapper:focus .footer-logo {
    box-shadow: none !important;
    border-bottom: 1px solid #fff; }
  .hover-enabled .footer .footer-logo-wrapper:focus:hover .footer-logo {
    border-bottom: 0px solid #fff; }
  .footer .small {
    margin-top: 21px;
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 1.5em; }
  @media (min-width: 767px) {
    .footer .footer-header {
      margin-bottom: 30px; }
    .footer .footer-header:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px solid #b9bcbe;
      padding-top: 23px; } }
  @media (max-width: 767px) {
    .footer {
      padding-left: 5px;
      padding-right: 5px; }
      .footer ul {
        overflow: hidden;
        margin-bottom: 10px; }
      .footer li {
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 6.5px; }
      .footer li.blog-post {
        width: 100%; }
      .footer .footer-logo {
        margin-top: 10px;
        max-height: 25px; }
      .footer .footer-social-container {
        text-align: center;
        padding: 0; }
      .footer .link-panel {
        border-top: 1px solid #b9bcbe;
        padding: 10px; }
        .footer .link-panel h4 {
          margin-bottom: 10px; }
      .footer .small {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px; } }

