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%; }
  @media (max-width: 767px) {
    .haml-bub-button.mobile-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: #dc3c31;
    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: #bb332a;
      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.skinny .icon-left {
      margin-right: 4px; }
    .bub-button.skinny .icon-left:only-child {
      position: static;
      margin: 0; }
  .bub-button.full-height {
    height: 100%;
    white-space: normal; }
  .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; }

.error-message {
  color: #F44336;
  text-align: center;
  font-weight: 600;
  padding-bottom: 8px; }

.bub-auth-form input.form-control {
  height: 42px;
  margin-bottom: 16px;
  line-height: 1.4em;
  border-radius: 3px;
  cursor: text; }
  .bub-auth-form input.form-control::-moz-placeholder {
    color: #5c6468; }
  .bub-auth-form input.form-control::placeholder {
    color: #5c6468; }
  .bub-auth-form 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: 1px solid #b9bcbe;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: #FFFFFF;
  color: #5c6468;
  width: 100%;
  justify-content: center; }
  .hover-enabled .google-oauth-form .google-oauth-button:hover {
    background-color: #EEEEEE;
    color: #5c6468;
    cursor: pointer;
    text-decoration: none; }
  .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: 0;
    text-align: left;
    justify-content: flex-start; }
  .google-oauth-form .google-oauth-button .oauth-logo {
    border-radius: 3px;
    height: 40px;
    padding: 3px; }
    .google-oauth-form .google-oauth-button .oauth-logo.large {
      height: 60px;
      margin-left: -18px; }

.sign-in-prompts {
  width: 100%;
  margin: 0 auto; }
  .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; }

.bub-checkbox-group {
  display: flex;
  align-items: center; }
  .bub-checkbox-group:after {
    clear: both;
    display: block;
    content: ''; }
  .bub-checkbox-group.alignStart {
    align-items: flex-start; }
    .bub-checkbox-group.alignStart .bub-checkbox.small {
      margin-top: 2px; }

.bub-checkbox {
  float: left;
  height: 25px;
  min-height: 25px;
  width: 25px;
  min-width: 25px;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #b9bcbe;
  margin-right: 7px;
  transition: all 0.2s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  outline: none; }
  .bub-checkbox.sea.active {
    border: 2px solid #06a589;
    background-color: #06a589; }
  .bub-checkbox.sea:focus, .hover-enabled .bub-checkbox.sea:hover, .hover-enabled .bub-checkbox.sea.hovered {
    border: 2px solid #06a589; }
  .bub-checkbox.sea.disabled.active {
    background-color: #06a589; }
    .hover-enabled .bub-checkbox.sea.disabled.active:hover, .hover-enabled .bub-checkbox.sea.disabled.active.hovered {
      border: 2px solid #06a589; }
  .bub-checkbox.lava.active {
    border: 2px solid #dc3c31;
    background-color: #dc3c31; }
  .bub-checkbox.lava:focus, .hover-enabled .bub-checkbox.lava:hover, .hover-enabled .bub-checkbox.lava.hovered {
    border: 2px solid #dc3c31; }
  .bub-checkbox.lava.disabled.active {
    background-color: #dc3c31; }
    .hover-enabled .bub-checkbox.lava.disabled.active:hover, .hover-enabled .bub-checkbox.lava.disabled.active.hovered {
      border: 2px solid #dc3c31; }
  .bub-checkbox .bub-checkbox-icon {
    transition: all 0.2s ease-out;
    margin-top: 200%; }
  .bub-checkbox.active .bub-checkbox-icon {
    margin-top: 0; }
  .bub-checkbox.disabled {
    cursor: not-allowed;
    background-color: #b9bcbe; }
    .hover-enabled .bub-checkbox.disabled:hover, .hover-enabled .bub-checkbox.disabled.hovered {
      border: 2px solid #b9bcbe; }
    .bub-checkbox.disabled.active {
      opacity: 0.5; }
      .hover-enabled .bub-checkbox.disabled.active:hover, .hover-enabled .bub-checkbox.disabled.active.hovered {
        outline: none; }
  .bub-checkbox.small {
    height: 16.66667px;
    min-height: 16.66667px;
    width: 16.66667px;
    min-width: 16.66667px;
    border-width: 1px; }
    .bub-checkbox.small .bub-checkbox-icon {
      width: 90%; }

.bub-checkbox-label {
  line-height: 1.5;
  display: inline-block; }
  .bub-checkbox-label:hover {
    cursor: pointer; }
  .bub-checkbox-label label {
    cursor: default; }
  .bub-checkbox-label a:hover {
    text-decoration: none; }

.sign-in-form {
  width: 85%; }
  .sign-in-form .checkbox-label {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #5c6468;
    padding-left: 0;
    align-items: flex-start; }
  .sign-in-form .sign-in-help-message {
    width: 100%;
    text-align: center;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #162127;
    padding-bottom: 15px; }
  .sign-in-form .stay-signed-in {
    float: left;
    margin-top: 1px;
    padding-bottom: 15px; }
  .sign-in-form .password-help {
    float: right;
    padding-bottom: 15px; }
    .sign-in-form .password-help .password-help-link {
      text-decoration: none;
      font-weight: 600;
      color: #dc3c31; }
      .sign-in-form .password-help .password-help-link:hover, .sign-in-form .password-help .password-help-link:focus {
        text-decoration: underline; }
  .sign-in-form .sign-in-form-body {
    width: 80%;
    margin: 0 auto; }
    .sign-in-form .sign-in-form-body .reset-fieldset {
      margin-top: -42px; }

.bub-sign-up-form {
  width: 85%; }
  .bub-sign-up-form .subscribe-me {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #5c6468;
    float: left;
    padding-bottom: 15px; }
  .bub-sign-up-form .recaptcha-terms {
    color: #b9bcbe;
    margin-top: -20px; }
  .bub-sign-up-form .sign-up-help {
    text-align: center;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5em; }
  .bub-sign-up-form .sign-up-form-body {
    width: 80%;
    margin: 0 auto; }

.bub-dismiss-button {
  color: #b9bcbe;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
  line-height: 1.5em; }
  .bub-dismiss-button.no-padding {
    padding: 0; }
  .bub-dismiss-button.large {
    font-size: 34px;
    line-height: 1.2em; }
  .bub-dismiss-button.medium {
    font-size: 28px;
    line-height: 1.3em; }
  .bub-dismiss-button.dark {
    color: #162127; }
  .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: 540px; } }
  @media (min-width: 768px) {
    .bub-modal.modal-xl {
      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;
      float: right; }
      .bub-modal .modal-header.dismiss-header.dismiss-header .dismiss-button-wrapper {
        position: relative;
        z-index: 10000; }
    .bub-modal .modal-header.modal-header-with-content {
      padding: 0;
      background-color: inherit; }
  .bub-modal .modal-title {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    color: #162127;
    text-transform: uppercase; }
  @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;
    padding: 32px; }
  .bub-modal.unstyled .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0; }
    .bub-modal.unstyled .modal-header:before, .bub-modal.unstyled .modal-header:after {
      display: inherit;
      content: none; }
    .bub-modal.unstyled .modal-header .header-content {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      text-transform: none; }
      .bub-modal.unstyled .modal-header .header-content span {
        font-size: 28px;
        line-height: 1.3em; }
    .bub-modal.unstyled .modal-header.dismiss-header.dismiss-header {
      float: none;
      padding: 0;
      margin: 0; }
      .bub-modal.unstyled .modal-header.dismiss-header.dismiss-header .dismiss-button-wrapper {
        margin: -8px 0 0 0; }
  .bub-modal.unstyled .modal-title {
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3em;
    text-transform: none; }
  .bub-modal.full-screen {
    margin: 0;
    height: 100%; }
    .bub-modal.full-screen .modal-content {
      height: 100%;
      border: 0;
      box-shadow: none;
      overflow: hidden; }
    .bub-modal.full-screen .modal-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .bub-modal.full-screen .modal-header:before, .bub-modal.full-screen .modal-header:after {
        display: inherit;
        content: none; }
      .bub-modal.full-screen .modal-header .header-content {
        font-family: Playfair Display, Lora, Georgia, serif;
        font-weight: 800;
        text-transform: none; }
        .bub-modal.full-screen .modal-header .header-content span {
          font-size: 28px;
          line-height: 1.3em; }
      .bub-modal.full-screen .modal-header.dismiss-header.dismiss-header {
        float: none;
        margin: 0;
        padding: 0 16px; }
    .bub-modal.full-screen .modal-title {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      font-size: 28px;
      line-height: 1.3em;
      text-transform: none; }
    .bub-modal.full-screen .modal-body {
      height: 100%; }
  .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; }

.bub-auth-modal {
  padding: 0rem 6rem; }
  @media (max-width: 767px) {
    .bub-auth-modal {
      padding: 0; } }
  .bub-auth-modal .bub-auth-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
  .bub-auth-modal .bub-auth-modal-nav {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-evenly; }
    .bub-auth-modal .bub-auth-modal-nav .nav-item:first-child {
      margin-left: -10px; }
    .bub-auth-modal .bub-auth-modal-nav .nav-item:last-child {
      margin-right: -10px; }
    .bub-auth-modal .bub-auth-modal-nav .nav-item {
      margin: 0 8px 12px;
      border-bottom: 2px solid #b9bcbe;
      cursor: pointer;
      width: 100%;
      text-align: center; }
      .bub-auth-modal .bub-auth-modal-nav .nav-item .tab-label {
        font-family: Playfair Display, Lora, Georgia, serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 1.4em;
        font-weight: 800;
        color: #b9bcbe;
        padding-bottom: 8px; }
        .bub-auth-modal .bub-auth-modal-nav .nav-item .tab-label.active {
          color: #162127; }
      .bub-auth-modal .bub-auth-modal-nav .nav-item.active {
        cursor: default;
        border-color: #dc3c31; }
  .bub-auth-modal .active-tab-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .bub-auth-modal .active-tab-content {
        margin: 0; } }

.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; }
  .link-component.grey {
    color: #162127; }
    .link-component.grey:hover, .link-component.grey:focus {
      color: #162127; }

.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; }

.raw-link.grey {
  color: #162127; }
  .raw-link.grey:hover, .raw-link.grey:focus {
    color: #162127; }

.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;
  font-weight: 500;
  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; }

.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; }
  .profile-tile.no-wrap {
    text-overflow: ellipsis;
    white-space: nowrap; }
  .profile-tile.small .secondary-info, .profile-tile.small .secondary-info a {
    font-size: 14px;
    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-tile.bordered img {
    border: 3px solid #fff; }

.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;
  flex-wrap: wrap; }
  .bub-rating-stars.orient-left.small, .bub-rating-stars.orient-left.xsmall, .bub-rating-stars.orient-left.large {
    align-items: flex-end; }
  .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.clickable {
      cursor: pointer; }
    .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;
    cursor: default; }
    .bub-rating-stars .stars .star-rate-trigger.interactive {
      cursor: pointer; }
    .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, .bub-rating-stars .stars .star.clickable {
      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 {
    color: #162127;
    font-family: Lora, Georgia, Times, serif;
    font-size: 14px;
    line-height: 1.5em;
    line-height: 1.2em; }
    .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 .book-info-metadata {
    color: #162127;
    font-size: 12px;
    line-height: 1.5em; }
  .book-info-tile.small .book-info-title {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 1px; }
  .book-info-tile.medium .book-info-title {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    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; }

.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; }

.deal-price {
  display: inline-block; }
  .deal-price .discount-price, .deal-price .discount-price-free {
    display: inline-block;
    font-weight: 800;
    color: #F44336; }
  .deal-price .original-price {
    color: #162127;
    text-decoration: line-through;
    margin: 0 .5em; }
  .deal-price .disclosure {
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
    .deal-price .disclosure.stacked {
      display: block; }
  .deal-price.new-release-price .discount-price, .deal-price.new-release-price .discount-price-free {
    color: #162127; }
  .deal-price.size-small .discount-price {
    font-size: 18px;
    line-height: 1.5em; }
    .deal-price.size-small .discount-price .currency {
      font-size: 14px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-small .discount-price-free {
    font-size: 18px;
    line-height: 1.5em; }
  .deal-price.size-small .original-price {
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
  .deal-price.size-small .available-date {
    font-size: 14px;
    line-height: 1.5em; }
  .deal-price.size-medium .discount-price {
    font-size: 24px;
    line-height: 1.3em; }
    .deal-price.size-medium .discount-price .currency {
      font-size: 16px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-medium .discount-price-free {
    font-size: 24px;
    line-height: 1.3em; }
  .deal-price.size-medium .original-price {
    font-size: 16px;
    line-height: 1.5em; }
  .deal-price.size-medium .available-date {
    font-size: 16px;
    line-height: 1.5em; }
  .deal-price.size-large .discount-price {
    font-size: 28px;
    line-height: 1.3em; }
    .deal-price.size-large .discount-price .currency {
      font-size: 18px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-large .discount-price-free {
    font-size: 28px;
    line-height: 1.3em; }
  .deal-price.size-large .original-price {
    font-size: 18px;
    line-height: 1.5em; }
  .deal-price.size-large .available-date {
    font-size: 16px;
    line-height: 1.5em; }

.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; }

#manage-book-modal {
  overflow: hidden;
  display: inline-block; }
  #manage-book-modal {
    display: block; }
  #manage-book-modal .book-cover {
    display: block;
    max-width: 100px;
    width: 100%;
    margin: 0 auto 10px auto; }
    @media (min-width: 767px) {
      #manage-book-modal .book-cover {
        float: left;
        margin: 0 20px 20px 0; } }
  #manage-book-modal ul.book-lists {
    padding-left: 0;
    list-style: none;
    padding-left: 2px; }
    #manage-book-modal ul.book-lists li label {
      padding-left: 10px; }
  #manage-book-modal .rating-prompt {
    float: left; }
    #manage-book-modal .rating-prompt .unemphasized {
      margin-top: -5px;
      font-size: 12px;
      line-height: 1.5em; }
  #manage-book-modal .bub-rating-stars-wrapper {
    float: left;
    display: inline-block;
    margin: 5px 0 20px 0; }
  #manage-book-modal .reviewed {
    border: 1px solid #dcdedf;
    margin: 10px 0;
    padding: 15px 10px;
    width: 100%; }
    #manage-book-modal .reviewed .bub-rating-stars-wrapper {
      float: left;
      display: table;
      margin: 0; }
      #manage-book-modal .reviewed .bub-rating-stars-wrapper .rating-label, #manage-book-modal .reviewed .bub-rating-stars-wrapper .bub-rating-stars {
        display: table-cell;
        vertical-align: middle;
        float: left; }
      #manage-book-modal .reviewed .bub-rating-stars-wrapper .rating-label {
        padding: 5px 5px 0 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5em; }
      #manage-book-modal .reviewed .bub-rating-stars-wrapper .see-review {
        padding: 5px;
        float: right; }
        #manage-book-modal .reviewed .bub-rating-stars-wrapper .see-review a {
          font-size: 12px;
          line-height: 1.5em; }
  #manage-book-modal .update {
    width: 100%; }
  #manage-book-modal .manage-book-actions .update, #manage-book-modal .manage-book-actions .remove-bookmark {
    width: 45%; }
  #manage-book-modal .manage-book-actions .remove-bookmark {
    float: left;
    clear: both; }
  #manage-book-modal .manage-book-actions .update {
    float: right; }

.modal-backdrop {
  z-index: 99; }

.modal.book-story-interactions-modal {
  overflow-y: visible;
  z-index: 100; }
  .modal.book-story-interactions-modal .modal-header {
    background-color: #fff;
    text-align: left;
    padding: 8px 15px; }
    .modal.book-story-interactions-modal .modal-header .modal-title {
      text-transform: none;
      color: #162127;
      line-height: 38px;
      font-weight: 400; }
  .modal.book-story-interactions-modal .modal-content {
    background-color: #f3f4f4; }
    .modal.book-story-interactions-modal .modal-content .scrollable {
      max-height: 444px;
      overflow-y: auto;
      overflow-x: hidden; }
  .modal.book-story-interactions-modal .back-btn {
    margin-bottom: 5px;
    padding-top: 0; }

.auto-follow-authors-prompt-step-vc {
  padding: 10px;
  text-align: center; }
  .auto-follow-authors-prompt-step-vc .prompt-step-header {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    margin: 15px 0; }
  .auto-follow-authors-prompt-step-vc .prompt-step-text {
    font-size: 16px;
    line-height: 1.5em;
    color: #5c6468;
    margin: 15px 0; }
    .auto-follow-authors-prompt-step-vc .prompt-step-text .prompt-step-emphasis {
      font-weight: 600; }
  .auto-follow-authors-prompt-step-vc .no-button-wrapper {
    margin-top: 10px; }

.bub-loader {
  text-align: center;
  color: #8b9093; }

.profile-follow-collection {
  overflow: hidden; }
  @media (max-width: 767px) {
    .profile-follow-collection {
      border-top: 1px solid #e6e6e6; } }
  .profile-follow-collection-item {
    border-bottom: 1px solid #dcdedf;
    padding: 10px; }

.hover-enabled .sharing-links .social-cta-button:hover, .sharing-links .social-cta-button:focus, .hover-enabled .sharing-links .social-cta-button:active {
  background-color: #b9bcbe;
  border: none; }

.hover-enabled .sharing-links .social-cta-button:hover .social-icon, .sharing-links .social-cta-button:focus .social-icon, .hover-enabled .sharing-links .social-cta-button:active .social-icon {
  color: #fff; }

.sharing-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .sharing-links .share-button {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none; }
    .sharing-links .share-button:not(:last-child) {
      margin-right: 5px; }
    .sharing-links .share-button:active, .sharing-links .share-button:focus {
      outline: none; }
    .hover-enabled .sharing-links .share-button:hover {
      cursor: pointer; }
    .sharing-links .share-button.twitter-share {
      color: #03a9f4; }
      .sharing-links .share-button.twitter-share:hover, .sharing-links .share-button.twitter-share:focus {
        color: #0286c2; }
    .sharing-links .share-button.facebook-share {
      color: #3f51b5; }
      .sharing-links .share-button.facebook-share:hover, .sharing-links .share-button.facebook-share:focus {
        color: #32408f; }
    .sharing-links .share-button.pinterest-share {
      color: #ab2f26; }
      .sharing-links .share-button.pinterest-share:hover, .sharing-links .share-button.pinterest-share:focus {
        color: #81241d; }
    .sharing-links .share-button.email-share {
      background-color: #b9bcbe;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sharing-links .share-button.email-share:hover, .sharing-links .share-button.email-share:focus {
        background-color: #9fa3a5; }
    .sharing-links .share-button.link-share {
      background-color: #b9bcbe;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sharing-links .share-button.link-share:hover, .sharing-links .share-button.link-share:focus {
        background-color: #9fa3a5; }
  .sharing-links.icon-buttons {
    height: 30px; }
    .sharing-links.icon-buttons .share-button {
      flex: 0 0 30px;
      border-radius: 50%; }
  .sharing-links.pill-buttons {
    height: 40px; }
    .sharing-links.pill-buttons .share-button {
      flex: 1 1 auto;
      border-radius: 5px; }
  .sharing-links.labeled-pill-buttons {
    height: 40px; }
    .sharing-links.labeled-pill-buttons.stacked {
      height: 100%;
      flex-direction: column; }
      .sharing-links.labeled-pill-buttons.stacked .share-button {
        width: 100%;
        height: 40px;
        margin: 5px 0;
        border-radius: 5px; }
    .sharing-links.labeled-pill-buttons .share-label {
      display: flex;
      padding-bottom: 2px; }
    .sharing-links.labeled-pill-buttons .share-icon {
      line-height: 1em;
      flex: 1;
      text-align: left; }
    .sharing-links.labeled-pill-buttons .placeholder {
      flex: 1; }
    .sharing-links.labeled-pill-buttons .share-button {
      flex: 1 1 auto;
      border-radius: 5px;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-left: 18px;
      justify-content: space-between;
      text-decoration: none; }
  .sharing-links.stacked-buttons {
    flex-direction: column; }
    .sharing-links.stacked-buttons .share-button {
      margin: 5px 0; }
  .sharing-links.stacked-buttons .share-button, .sharing-links.pill-buttons .share-button {
    width: 100%;
    height: 40px;
    position: relative;
    border-radius: 5px; }
    .sharing-links.stacked-buttons .share-button.twitter-share, .sharing-links.pill-buttons .share-button.twitter-share {
      background-color: #03a9f4; }
      .hover-enabled .sharing-links.stacked-buttons .share-button.twitter-share:hover, .sharing-links.stacked-buttons .share-button.twitter-share:focus, .hover-enabled .sharing-links.pill-buttons .share-button.twitter-share:hover, .sharing-links.pill-buttons .share-button.twitter-share:focus {
        background-color: #0286c2; }
    .sharing-links.stacked-buttons .share-button.facebook-share, .sharing-links.pill-buttons .share-button.facebook-share {
      background-color: #3f51b5; }
      .hover-enabled .sharing-links.stacked-buttons .share-button.facebook-share:hover, .sharing-links.stacked-buttons .share-button.facebook-share:focus, .hover-enabled .sharing-links.pill-buttons .share-button.facebook-share:hover, .sharing-links.pill-buttons .share-button.facebook-share:focus {
        background-color: #32408f; }
    .sharing-links.stacked-buttons .share-button.pinterest-share, .sharing-links.pill-buttons .share-button.pinterest-share {
      background-color: #ab2f26; }
      .hovered-enabled .sharing-links.stacked-buttons .share-button.pinterest-share:hover, .sharing-links.stacked-buttons .share-button.pinterest-share:focus, .hovered-enabled .sharing-links.pill-buttons .share-button.pinterest-share:hover, .sharing-links.pill-buttons .share-button.pinterest-share:focus {
        background-color: #81241d; }
    .sharing-links.stacked-buttons .share-button .social-icon, .sharing-links.stacked-buttons .share-button .icon-bg, .sharing-links.pill-buttons .share-button .social-icon, .sharing-links.pill-buttons .share-button .icon-bg {
      left: 50%;
      top: 0;
      margin-top: 5px;
      position: absolute;
      transform: translateX(-50%);
      border-radius: 100%; }
    .sharing-links.stacked-buttons .share-button .icon-bg, .sharing-links.pill-buttons .share-button .icon-bg {
      width: 26px;
      height: 26px;
      margin-top: 8px;
      background: #fff; }
  .sharing-links .share-icon {
    color: #fff;
    font-size: 1.33em; }
  .sharing-links .share-label {
    color: #fff; }
  .sharing-links.icon-grey-stacked-buttons {
    flex-direction: column; }
    .sharing-links.icon-grey-stacked-buttons .social-cta-button {
      margin-right: 44px;
      margin-bottom: 6px; }
  .sharing-links.icon-grey-buttons .social-cta-button {
    margin-right: 6px; }
  .sharing-links .social-cta-button {
    border: solid 1px #dcdedf;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #fff;
    position: relative;
    padding: unset; }
    .sharing-links .social-cta-button .social-icon {
      color: #b9bcbe; }
      .sharing-links .social-cta-button .social-icon.facebook-icon {
        height: 18px;
        width: 18px; }
      .sharing-links .social-cta-button .social-icon.twitter-icon {
        height: 18px;
        width: 20px; }
      .sharing-links .social-cta-button .social-icon.pinterest-icon {
        height: 18px;
        width: 23px; }
      .sharing-links .social-cta-button .social-icon.email-icon {
        height: 38px;
        width: 38px; }
      .sharing-links .social-cta-button .social-icon.link-icon {
        height: 18px;
        width: 18px; }

.auto-follow-authors-step-vc .auto-follow-header {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  margin: 15px 0; }

.auto-follow-authors-step-vc .auto-follow-social-sharing {
  margin-top: 10px;
  margin-bottom: 30px; }

.auto-follow-authors-step-vc .auto-follow-header {
  text-align: center; }

.auto-follow-authors-step-vc .auto-follow-profiles-section-header {
  text-align: left; }

.auto-follow-authors-step-vc .auto-follow-profiles-section {
  background-color: #fff;
  border: 1px solid #dcdedf;
  border-bottom: none;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .auto-follow-authors-step-vc .auto-follow-profiles-section {
      border-top: none; } }

.auto-follow-authors-step-vc .auto-follow-profiles-section-header {
  font-weight: 600;
  margin-bottom: 15px; }

.bookmark-step-vc .book-details {
  display: flex;
  flex-direction: row;
  padding: 8px;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  @media (max-width: 767px) {
    .bookmark-step-vc .book-details {
      flex-direction: column; } }
  .bookmark-step-vc .book-details .book-cover {
    width: 100%;
    max-width: 100px;
    margin-right: 5px; }
  .bookmark-step-vc .book-details .book-lists {
    padding-left: 0;
    list-style: none;
    margin-left: 5px;
    padding-left: 2px; }
    @media (max-width: 767px) {
      .bookmark-step-vc .book-details .book-lists {
        align-self: baseline;
        margin: 10px 0 0 0;
        padding: 0; } }
    .bookmark-step-vc .book-details .book-lists li label {
      padding-left: 10px; }

.bookmark-step-vc .add-to-list, .bookmark-step-vc .manage-book-actions {
  background-color: #fff;
  padding: 10px; }

.bookmark-step-vc .manage-book-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; }

.bookmark-step-vc .prompt {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  transform: translate(0, -14px); }
  @media (max-width: 479px) {
    .bookmark-step-vc .prompt {
      margin-top: 16px; } }

#reaction-section {
  margin-top: 0px;
  margin-bottom: 10px; }
  #reaction-section .reactions-section {
    background-color: #fff;
    min-height: 36px;
    padding: 10px;
    border: 1px solid #dcdedf;
    display: flex;
    width: 100%; }
    #reaction-section .reactions-section .section-label {
      line-height: 32px; }
    #reaction-section .reactions-section.inline {
      justify-content: space-between;
      align-items: center; }
    #reaction-section .reactions-section.block {
      flex-direction: column; }
    #reaction-section .reactions-section .child-component {
      display: flex;
      align-items: center; }
    @media (max-width: 767px) {
      #reaction-section .reactions-section {
        display: block;
        text-align: center; }
        #reaction-section .reactions-section .child-component {
          display: flex;
          align-items: flex-start; } }

.rate-book-vc {
  display: inline-block;
  padding: 5px; }

.rate-book-form .reactions-wrapper {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .rate-book-form .reactions-wrapper {
      width: 100%;
      flex-direction: column; } }
  .rate-book-form .reactions-wrapper .recommend-checkbox-wrapper {
    border-left: 2px solid #f3f4f4;
    padding: 5px; }
    @media (max-width: 767px) {
      .rate-book-form .reactions-wrapper .recommend-checkbox-wrapper {
        border: none;
        padding: inherit; } }
  @media (max-width: 767px) {
    .rate-book-form .reactions-wrapper .rate-book-vc-wrapper {
      margin-bottom: 6px; } }

.bub-pill {
  font-size: 14px;
  line-height: 1.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #dcdedf;
  white-space: nowrap;
  height: 40px;
  padding: 0 20px;
  color: #4f6c7a;
  margin: 0 5px 5px 0;
  outline: none; }
  .bub-pill .icon.left {
    padding-right: 10px; }
  .bub-pill .icon.right {
    padding-left: 10px; }
  .bub-pill.small {
    height: 30px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.5em; }
  .bub-pill.large {
    height: 50px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 1.5em; }
  .bub-pill.display-only {
    background-color: #f3f4f4;
    border: 1px solid #dcdedf;
    color: #8b9093;
    cursor: default; }
  .bub-pill:focus {
    background: #f3f4f4; }
  .bub-pill:focus:not(:focus-visible) {
    background: #fff; }
  .hover-enabled .bub-pill.hover {
    background: #f3f4f4; }
  .bub-pill.midnight.active {
    background-color: #042d41;
    border: 1px solid #042d41;
    color: #fff;
    text-decoration: none !important; }
    .bub-pill.midnight.active:focus {
      background: #04293b; }
    .bub-pill.midnight.active:focus:not(:focus-visible) {
      background: #042d41; }
    .hover-enabled .bub-pill.midnight.active.hover {
      background: #04293b; }
  .bub-pill.lava.active {
    background-color: #dc3c31;
    border: 1px solid #dc3c31;
    color: #fff;
    text-decoration: none !important; }
    .bub-pill.lava.active:focus {
      background: #ab2f26; }
    .bub-pill.lava.active:focus:not(:focus-visible) {
      background: #dc3c31; }
    .hover-enabled .bub-pill.lava.active.hover {
      background: #ab2f26; }

.book-reactions-vc {
  width: 100%; }

.bub-cta {
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  padding: 19px;
  border-radius: 3px;
  border: 1px solid #dcdedf; }
  .bub-cta {
    display: block; }
  .bub-cta .bub-cta-header {
    font-family: Lora, Georgia, Times, serif;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 800; }
    .bub-cta .bub-cta-header.large {
      margin: 15px 5px 5px; }
  .bub-cta .bub-cta-subheader {
    font-family: Lora, Georgia, Times, serif;
    font-size: 16px;
    line-height: 1.5em;
    padding: 8px 0; }
    .bub-cta .bub-cta-subheader.large {
      font-size: 18px;
      line-height: 1.5em;
      padding: 20px 35px 35px; }
  .bub-cta.cta-row .cta-panel-inner {
    display: flex;
    align-items: center; }
  .bub-cta.cta-full-height {
    height: 100%; }
    .bub-cta.cta-full-height .cta-panel-inner {
      height: 100%; }
  .bub-cta.cta-small {
    padding: 15px; }
    .bub-cta.cta-small .cta-contents .children {
      font-size: 12px;
      line-height: 1.5em; }
    .bub-cta.cta-small .bub-cta-header {
      font-size: 13px;
      padding-bottom: 4px; }
    .bub-cta.cta-small .bub-cta-subheader {
      font-size: 13px;
      padding: 0 0; }
  .bub-cta .cta-image {
    float: left; }
    .bub-cta .cta-image.cta-image-large {
      max-height: 150px;
      margin: 15px auto 15px; }
    .bub-cta .cta-image.cta-image-medium {
      margin: 15px 30px 20px 10px;
      max-height: 110px; }
    .bub-cta .cta-image.cta-image-small {
      margin: 10px 25px 15px 5px;
      max-height: 70px; }
  .bub-cta .cta-button {
    padding: 5px 0;
    margin-top: 10px; }
    .bub-cta .cta-button .primary + .secondary {
      margin-left: 15px; }
  .bub-cta .cta-hide {
    float: right; }
  .bub-cta.hero {
    background-color: rgba(255, 255, 255, 0);
    border: none; }
    .bub-cta.hero .bub-cta-header {
      text-transform: uppercase; }
  .bub-cta.no-border {
    border: none;
    background-color: rgba(255, 255, 255, 0); }
  .bub-cta.column {
    text-align: center;
    position: relative; }
    .bub-cta.column .cta-contents {
      white-space: normal;
      margin-bottom: 10px; }
    .bub-cta.column .cta-hide {
      float: none;
      position: absolute;
      right: 5px;
      top: 5px; }
    .bub-cta.column .cta-image {
      float: none;
      display: block;
      margin: 15px auto; }
      .bub-cta.column .cta-image.medium {
        max-height: 80px; }
      .bub-cta.column .cta-image.small {
        max-height: 60px; }
  .bub-cta.column-lg {
    text-align: center;
    position: relative; }
    .bub-cta.column-lg .bub-cta-header {
      margin: 15px 0 0; }
      .bub-cta.column-lg .bub-cta-header.large {
        margin: 15px 5px 5px; }
    .bub-cta.column-lg .cta-hide {
      float: none;
      position: absolute;
      right: 5px;
      top: 5px; }
    .bub-cta.column-lg .cta-image {
      max-width: 120px;
      float: none;
      display: block;
      margin: 0 auto 15px; }
      .bub-cta.column-lg .cta-image.cta-image-large {
        max-width: 400px;
        max-height: 200px;
        margin: 15px auto; }
        @media (max-width: 479px) {
          .bub-cta.column-lg .cta-image.cta-image-large {
            max-width: 175px; } }
  .bub-cta.pistachio {
    border: none;
    background-color: #F1F4EE;
    color: #162127; }
    .bub-cta.pistachio .cta-hide {
      margin-top: -12px; }
    .bub-cta.pistachio .bub-cta-header {
      font-family: "Oswald", "Arial", sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
    .bub-cta.pistachio .bub-cta-subheader {
      font-family: Helvetica Neue, Helvetica, sans-serif; }
    .bub-cta.pistachio.cta-medium {
      padding: 24px; }
      .bub-cta.pistachio.cta-medium .bub-cta-header {
        font-size: 18px;
        line-height: 1.5em; }
      .bub-cta.pistachio.cta-medium .bub-cta-subheader {
        font-size: 16px;
        line-height: 1.5em;
        color: #162127; }
    .bub-cta.pistachio.cta-small .bub-cta-header {
      font-size: 16px;
      line-height: 1.5em; }
      @media (max-width: 1199px) {
        .bub-cta.pistachio.cta-small .bub-cta-header {
          font-size: 15px; } }
      @media (max-width: 991px) {
        .bub-cta.pistachio.cta-small .bub-cta-header {
          font-size: 16px;
          line-height: 1.5em;
          text-align: center; } }
    .bub-cta.pistachio.cta-small .bub-cta-subheader {
      color: #5c6468; }
      @media (max-width: 991px) {
        .bub-cta.pistachio.cta-small .bub-cta-subheader {
          text-align: center; } }

.mention-trigger-wrapper {
  border: 1px solid #f3f4f4;
  border-top: 0;
  padding: 0 10px;
  background-color: #fff; }
  .mention-trigger-wrapper .mention-trigger {
    border-top: 1px solid #f3f4f4;
    padding: 5px 0; }
    .mention-trigger-wrapper .mention-trigger .mention-button-wrapper {
      margin: 0 8px; }

.mention-training {
  padding: 25px; }
  .mention-training .title, .mention-training .slug {
    text-align: center;
    background-color: #fff;
    border: 1px solid #f3f4f4;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.5em;
    margin: 15px 0; }
  .mention-training .title {
    color: #F44336; }
  .mention-training .btn-wrapper {
    text-align: center; }

.mentionable-input .form-control, .mentionable-input .form-control:focus {
  border: 1px solid #f3f4f4;
  border-bottom: none; }

.mentionable-input textarea {
  font-size: 16px;
  line-height: 1.5em;
  border: 1px solid #f3f4f4;
  border-bottom: none; }

.mentionable-input .book-story-user-info, .mentionable-input .book-mention-suggestion {
  overflow: hidden;
  display: inline-block; }
  .mentionable-input .book-story-user-info, .mentionable-input .book-mention-suggestion {
    display: block; }
  .mentionable-input .book-story-user-info a:hover, .mentionable-input .book-mention-suggestion a:hover {
    text-decoration: none; }

.mentionable-input .user-info, .mentionable-input .user-name, .mentionable-input .user-username {
  display: inline-block; }

.mentionable-input .user-info {
  max-width: 175px; }

.bub-text-area.inactive {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background-color: #fff;
  background-color: -moz-field;
  border: 1px solid #f3f4f4;
  padding: 8px 10px;
  color: #b9bcbe;
  font-style: italic;
  height: 40px;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 2px; }

.bub-text-area:focus {
  border: 1px solid #F44336; }

.load-more {
  margin-top: 10px;
  text-align: center; }

.bub-search .profile-collection {
  padding-top: 10px;
  clear: both; }

.bub-search .input-wrapper {
  padding-left: 0; }

.bub-search .search-wrapper {
  padding: 0; }

.bub-search .bub-search-input input.form-control {
  height: 40px;
  font-size: 18px;
  line-height: 1.5em;
  border-radius: 5px;
  margin-bottom: 10px; }

.results-actions {
  text-align: center; }

#add-missing-book .add-missing-book-hint {
  margin-bottom: 20px; }
  #add-missing-book .add-missing-book-hint:empty {
    display: none; }

.book-mention-suggestion {
  overflow: hidden;
  display: inline-block;
  padding: 10px; }
  .book-mention-suggestion {
    display: block; }
  .book-mention-suggestion .book-cover {
    float: left;
    margin-right: 15px;
    width: 100%;
    max-width: 45px;
    border: 1px solid #f3f4f4; }
  .book-mention-suggestion .book-title {
    padding-top: 10px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .book-mention-suggestion .book-authors {
    font-size: 12px;
    line-height: 1.5em;
    color: #5c6468; }

.mention-search .results {
  max-height: 333px;
  overflow: scroll;
  overflow-x: hidden; }

.mention-suggestion {
  border: none;
  text-align: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #f3f4f4;
  min-height: 75px;
  padding: 10px;
  cursor: pointer; }
  .hover-enabled .mention-suggestion:hover, .mention-suggestion:focus {
    background-color: #f3f4f4; }
  .mention-suggestion .suggestion-wrapper {
    display: flex;
    align-items: stretch; }
    .mention-suggestion .suggestion-wrapper .component-wrapper {
      min-width: 0;
      width: 100%; }
    .mention-suggestion .suggestion-wrapper .plus {
      color: #5c6468;
      font-size: 24px;
      line-height: 1.3em;
      display: flex;
      align-items: center;
      padding-right: 10px;
      flex: 0 0 auto; }
  @media (max-width: 767px) {
    .mention-suggestion .profile-collection .profile .profile-image {
      display: block; } }

.book-story-form-buttons-vc {
  margin-top: 15px; }
  .book-story-form-buttons-vc .post-button {
    display: inline-block; }

.input-placeholder {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background-color: white;
  background-color: -moz-field;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  font: -moz-field;
  font: -webkit-small-control;
  margin-top: 5px;
  padding: 2px 3px;
  width: 398px;
  max-width: 100%;
  height: 40px;
  resize: none;
  overflow: hidden; }
  .input-placeholder.placeholder {
    font-style: italic; }
  .input-placeholder:-moz-placeholder {
    font-style: italic; }
  .input-placeholder::-moz-placeholder {
    font-style: italic; }
  .input-placeholder:-ms-input-placeholder {
    font-style: italic; }
  .input-placeholder::-webkit-input-placeholder {
    font-style: italic; }

.book-story-feed-wrapper .book-story-form-wrapper {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
  background-color: #f3f4f4;
  border-radius: 2px;
  border: 1px solid #dcdedf;
  padding: 16px; }
  .book-story-feed-wrapper .book-story-form-wrapper {
    display: block; }
  .book-story-feed-wrapper .book-story-form-wrapper .favorite-books-collection {
    text-align: center;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .book-story-feed-wrapper .book-story-form-wrapper {
      margin: 20px 0; } }
  .book-story-feed-wrapper .book-story-form-wrapper.edit {
    padding: 0;
    background-color: #fff;
    margin: 0;
    border: none; }
  .book-story-feed-wrapper .book-story-form-wrapper .book-story-form-img {
    padding-right: 0px; }
  .book-story-feed-wrapper .book-story-form-wrapper .book-story-form-body {
    padding: 0px; }
    @media (min-width: 991px) {
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-form-body {
        padding-left: 5px; } }
    @media (max-width: 991px) and (min-width: 767px) {
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-form-body {
        padding-left: 25px; } }
  .book-story-feed-wrapper .book-story-form-wrapper .form-group {
    margin-bottom: 0px; }
  .book-story-feed-wrapper .book-story-form-wrapper .book-story-text {
    margin-top: 10px;
    width: 100%;
    margin: 2px 0;
    display: block;
    font-size: 16px;
    line-height: 1.5em; }
    .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea {
      max-width: 100%;
      height: 40px;
      resize: none;
      overflow: hidden; }
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea.placeholder {
        font-style: italic; }
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea:-moz-placeholder {
        font-style: italic; }
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea::-moz-placeholder {
        font-style: italic; }
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea:-ms-input-placeholder {
        font-style: italic; }
      .book-story-feed-wrapper .book-story-form-wrapper .book-story-text textarea::-webkit-input-placeholder {
        font-style: italic; }
    .book-story-feed-wrapper .book-story-form-wrapper .book-story-text button {
      clear: both; }
    .book-story-feed-wrapper .book-story-form-wrapper .book-story-text.active .mentionable-input__highlighter, .book-story-feed-wrapper .book-story-form-wrapper .book-story-text.active textarea {
      min-height: 100px !important; }

.book-story-form-wrapper .disclaimer {
  text-align: right; }
  .book-story-form-wrapper .disclaimer .disclaimer-text {
    color: #8b9093; }

.book-story-form-wrapper .profile-input-wrapper {
  margin-top: 15px; }

.review-form-vc .mentionable-input textarea {
  min-height: 150px; }

.recommend-checkbox-vc .bub-checkbox-group, .recommend-checkbox-vc .bub-checkbox-label {
  float: right; }

.review-step-vc .prompt {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 24px; }

.review-step-vc .rating-saved-message {
  text-align: center;
  color: #F44336;
  font-weight: 600;
  padding-bottom: 15px; }

.review-step-vc .review-header {
  padding-bottom: 5px; }

.recommend-reminder-vc {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: 100%; }
  .recommend-reminder-vc .no-rec-headline {
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 30px;
    text-align: center; }
  .recommend-reminder-vc .no-rec-text {
    font-size: 14px;
    line-height: 1.5em;
    margin: 25px 0 40px;
    text-align: center; }
  .recommend-reminder-vc .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .recommend-reminder-vc .buttons {
        flex-wrap: wrap;
        justify-content: center; }
        .recommend-reminder-vc .buttons .adjust-review-button button, .recommend-reminder-vc .buttons .post-button button {
          margin: 5px auto;
          width: 235px; } }
    .recommend-reminder-vc .buttons label {
      font-weight: 600; }
      .recommend-reminder-vc .buttons label .chevron-left {
        margin-right: 5px; }

.missing-book-step .btn-link {
  padding-left: 0; }

.missing-book-step input {
  border: 1px solid #f3f4f4;
  cursor: auto; }

.missing-book-step label {
  font-size: 14px;
  line-height: 1.5em; }

.missing-book-step .missing-book-info-header {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 600; }

.missing-book-step .missing-book-info-msg {
  font-style: italic;
  margin-bottom: 21px; }

.missing-book-step .missing-book-submit-container {
  text-align: right;
  margin-top: 30px; }

@media (min-width: 991px) {
  .delete-book-story-vc {
    margin: 0 auto;
    width: 66%; } }

.delete-book-story-vc .delete-book-prompt {
  display: flex;
  align-items: center; }
  .delete-book-story-vc .delete-book-prompt .delete-test {
    flex-grow: 2; }
  .delete-book-story-vc .delete-book-prompt .delete-cover-wrapper {
    max-width: 200px;
    min-width: 150px;
    flex-grow: 1;
    margin: 18px; }

.delete-book-story-vc .delete-book-story-buttons {
  margin-top: 25px;
  margin-left: 15px;
  display: flex;
  justify-content: space-between; }
  .delete-book-story-vc .delete-book-story-buttons .delete-confirm-btn, .delete-book-story-vc .delete-book-story-buttons .delete-cancel-btn {
    display: inline-block; }

.delete-book-story-vc .ratings-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center; }

.confirm-close-book-story-vc {
  width: 80%;
  min-height: 220px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }
  @media (min-width: 480px) {
    .confirm-close-book-story-vc {
      width: 66%; } }
  .confirm-close-book-story-vc .confirm-close-book-story-header {
    text-align: center; }
    .confirm-close-book-story-vc .confirm-close-book-story-header .title {
      font-weight: bold;
      display: inline;
      margin-left: 10px; }
  .confirm-close-book-story-vc .confirm-close-book-story-description {
    text-align: left; }
  .confirm-close-book-story-vc .confirm-close-book-story-buttons {
    display: flex;
    justify-content: space-between; }
    .confirm-close-book-story-vc .confirm-close-book-story-buttons .confirm-close-confirm-btn, .confirm-close-book-story-vc .confirm-close-book-story-buttons .confirm-close-cancel-btn {
      display: inline-block; }

.recommend-book-vc {
  min-height: 220px; }
  .recommend-book-vc .search-title {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600; }
  .recommend-book-vc .search-instructions {
    margin-bottom: 10px; }
  .recommend-book-vc.mobile-form {
    position: relative;
    padding: 40px 15px 15px 15px; }
    .recommend-book-vc.mobile-form .modeless-dismiss-button .bub-dismiss-button.large {
      padding-right: 15px;
      position: absolute;
      right: 0;
      top: 0; }

.discard-modal {
  text-align: center; }
  .discard-modal .title {
    display: inline-block; }
  .discard-modal .discard-modal-button {
    margin: 20px; }

.ribbon-book-list-badge {
  position: absolute; }
  .ribbon-book-list-badge.compact {
    top: -4px;
    left: -8px; }
  .ribbon-book-list-badge.full-size {
    top: -8px;
    left: -6px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    height: 24px;
    padding: 2px 10px;
    text-align: left; }
    .ribbon-book-list-badge.full-size .ribbon-book-list-badge-inner {
      position: absolute;
      top: 2px;
      left: 2px;
      background: #F44336;
      border-radius: 3px;
      display: inline-block;
      height: 20px;
      margin-right: 1px;
      padding: 2px 5px;
      text-align: left;
      z-index: 1; }
      .ribbon-book-list-badge.full-size .ribbon-book-list-badge-inner .ribbon-book-list-badge-text {
        font-size: 12px;
        line-height: 1.5em;
        font-weight: 600;
        color: transparent;
        display: inline-block;
        position: relative;
        z-index: 2; }
      .ribbon-book-list-badge.full-size .ribbon-book-list-badge-inner:after {
        border: 10px solid #F44336;
        color: #F44336;
        border-right-color: transparent;
        border-right-width: 8px;
        content: '';
        position: absolute;
        right: -15px;
        z-index: 1;
        top: 0; }
    .ribbon-book-list-badge.full-size .ribbon-book-list-badge-text {
      font-size: 12px;
      line-height: 1.5em;
      font-weight: 600;
      color: white;
      display: inline-block;
      position: relative;
      z-index: 2; }
    .ribbon-book-list-badge.full-size:after {
      border: 12px solid #fff;
      color: #fff;
      border-right-color: transparent;
      border-right-width: 10px;
      content: '';
      position: absolute;
      right: -12px;
      top: 0; }

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

.book-card-compact-horizontal {
  position: relative;
  width: 100%; }
  .book-card-compact-horizontal .book-card-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #162127; }
    .book-card-compact-horizontal .book-card-info .book-info-tile-wrapper {
      display: flex;
      flex-direction: column;
      min-width: 0;
      width: 100%; }
    .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: 65px;
    margin-right: 12px; }
  .book-card-compact-horizontal.large .book-card-cover-image {
    min-width: 75px;
    margin-right: 12px; }
  .book-card-compact-horizontal.large .book-card-cta {
    padding-top: 4px;
    font-size: 14px;
    line-height: 1.5em; }
    .book-card-compact-horizontal.large .book-card-cta.skinny {
      margin-left: -4px; }

.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: 445px;
  width: 100%; }
  @media (max-width: 767px) {
    .nav-search-vc .tt-menu {
      min-width: 275px; } }
  .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 {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    padding: 10px 28px;
    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: #F1F4EE;
    color: #162127;
    padding: 10px 28px;
    letter-spacing: 1px; }
    .nav-search-vc .tt-menu .tt-search-label.small {
      padding: 5px 15px; }
    .nav-search-vc .tt-menu .tt-search-label p {
      font-size: 12px;
      line-height: 1.5em;
      font-weight: 500;
      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 28px; }
  .nav-search-vc .tt-menu .tt-book-suggestion {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 28px; }
    .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;
  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; }
  @media (max-width: 767px) {
    .nav-search-vc .search-bar {
      font-size: 16px;
      line-height: 1.5em; } }

.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 3px 7px rgba(4, 41, 59, 0.2);
  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,
  .flash-messages .alert .on-click-text {
    font-weight: 400;
    padding: 0 5px; }
    @media (max-width: 767px) {
      .flash-messages .alert .url-text,
      .flash-messages .alert .on-click-text {
        display: block;
        padding: 2px 0; } }
  .flash-messages .alert .message-text {
    text-decoration: none; }
    .flash-messages .alert .message-text .bold-text {
      font-weight: 600; }
  .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: #F1F4EE;
      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 .user-link.key-menu-item {
      font-size: 16px;
      line-height: 1.5em;
      font-weight: 500; }
  .header-user-nav-options .key-book-list-count {
    font-weight: 500; }
  .header-user-nav-options .book-list-count {
    font-size: 14px;
    line-height: 1.5em;
    color: #162127;
    margin-right: 22px; }
  .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 8px; }
  .header-explore-link .link-title {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    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;
    max-width: 200px; }
  .header-explore-link.compact {
    padding: 8px 0; }
    .header-explore-link.compact .link-icon {
      margin-right: 8px;
      margin-left: 0; }
    .header-explore-link.compact .link-subtext {
      max-width: 100%; }

.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: 3fr 1fr 2fr; }

.header-explore-dropdown .explore-links, .header-explore-dropdown .browse-links, .header-explore-dropdown .wishlist-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 .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 .wishlist-links {
  display: grid;
  row-gap: 4px; }

.header-explore-dropdown .wishlist-section {
  border-left: 1px solid #f3f4f4; }
  .header-explore-dropdown .wishlist-section .wishlist-section-content {
    margin-left: 20px; }

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

.header-explore-dropdown .explore-section-subheader,
.header-explore-dropdown .browse-section-subheader,
.header-explore-dropdown .wishlist-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.tablet .wishlist-section-subheader, .header-explore-dropdown.mobile .explore-section-subheader,
  .header-explore-dropdown.mobile .browse-section-subheader,
  .header-explore-dropdown.mobile .wishlist-section-subheader {
    margin-bottom: 8px; }
  .header-explore-dropdown.tablet .explore-links, .header-explore-dropdown.tablet .browse-links, .header-explore-dropdown.tablet .wishlist-links, .header-explore-dropdown.mobile .explore-links, .header-explore-dropdown.mobile .browse-links, .header-explore-dropdown.mobile .wishlist-links {
    border-top: 1px solid #f3f4f4;
    padding-top: 8px; }
  .header-explore-dropdown.tablet .wishlist-section, .header-explore-dropdown.mobile .wishlist-section {
    border-left: none; }
    .header-explore-dropdown.tablet .wishlist-section .wishlist-section-content, .header-explore-dropdown.mobile .wishlist-section .wishlist-section-content {
      margin-left: 0; }

.header-explore-dropdown.tablet .explore-section, .header-explore-dropdown.tablet .browse-section, .header-explore-dropdown.tablet .wishlist-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, .header-explore-dropdown.mobile .wishlist-section {
  padding-bottom: 32px; }

.header-explore-dropdown.mobile .explore-links, .header-explore-dropdown.mobile .wishlist-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; }

.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; }

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -12px; }

.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.medium {
    padding: 12px; }
  .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; }

.bub-radio-button-child-node {
  padding: 0 20px 20px; }

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

.join-overlay-popup {
  text-align: center; }
  .join-overlay-popup .popup-details {
    padding: 8px 16px; }
  .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; } }

