.blog-post-card {
  width: 100%;
  background-color: white;
  white-space: normal;
  position: relative;
  height: 100%; }
  .blog-post-card.full, .blog-post-card.compact {
    border-radius: 4px;
    overflow: hidden; }
  .blog-post-card.simple .blog-post-title {
    padding-top: 10px; }
  .blog-post-card .blog-post-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .blog-post-card .blog-post-link .blog-post-image {
      position: relative;
      background-size: cover;
      background-position: center;
      transition: all 0.2s;
      padding-bottom: 45%;
      flex: 1; }
      .blog-post-card .blog-post-link .blog-post-image .blog-category-badge {
        background-color: #03a9f4;
        color: white;
        text-transform: uppercase;
        padding: 5px 15px;
        font-size: 11px;
        line-height: 1.5em;
        position: absolute;
        bottom: 0;
        left: 0; }
    .blog-post-card .blog-post-link:hover {
      text-decoration: none; }
    .blog-post-card .blog-post-link .blog-card-content {
      background-color: white;
      border-left: 1px solid #dcdedf;
      border-right: 1px solid #dcdedf;
      border-bottom: 1px solid #dcdedf;
      border-radius: 0 0 4px 4px;
      padding: 20px;
      overflow: hidden;
      flex: 0 0 120px; }
      @media (max-width: 1199px) {
        .blog-post-card .blog-post-link .blog-card-content .blog-card-text {
          padding: 15px 15px 0; } }
  .blog-post-card .blog-post-title {
    color: #042d41;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Lora, Georgia, Times, serif;
    margin-bottom: 14px;
    min-height: 3em; }
  .blog-post-card .blog-post-date {
    font-size: 12px;
    line-height: 1.5em;
    color: #5c6468; }
  .blog-post-card.compact {
    min-height: 100px; }
    .blog-post-card.compact .blog-post-link {
      display: flex;
      flex-direction: row; }
      .blog-post-card.compact .blog-post-link .blog-post-image {
        flex: 1 1 40%;
        padding: 0;
        border-radius: 4px 0 0 4px; }
      .blog-post-card.compact .blog-post-link .blog-card-content {
        border-left: none;
        border-top: 1px solid #dcdedf;
        border-right: 1px solid #dcdedf;
        border-bottom: 1px solid #dcdedf;
        border-radius: 0 4px 4px 0;
        flex: 1 1 60%;
        padding: 12px; }

@charset "UTF-8";
.rc-pagination {
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .rc-pagination .rc-pagination-total-text {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px; }
  .rc-pagination .rc-pagination:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  .rc-pagination .rc-pagination-item {
    cursor: pointer;
    border-radius: 6px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    list-style: none;
    float: left;
    margin-right: 8px; }
  .rc-pagination .rc-pagination-jump-prev:after,
  .rc-pagination .rc-pagination-jump-next:after {
    content: "•••";
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1px; }
  .rc-pagination .rc-pagination-jump-prev:hover:after {
    content: "«"; }
  .rc-pagination .rc-pagination-jump-next:hover:after {
    content: "»"; }
  .rc-pagination .rc-pagination-prev,
  .rc-pagination .rc-pagination-jump-prev,
  .rc-pagination .rc-pagination-jump-next {
    margin-right: 8px; }
  .rc-pagination .rc-pagination-prev,
  .rc-pagination .rc-pagination-next,
  .rc-pagination .rc-pagination-jump-prev,
  .rc-pagination .rc-pagination-jump-next {
    cursor: pointer;
    font-size: 10px;
    border-radius: 6px;
    list-style: none;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    float: left;
    text-align: center; }
  .rc-pagination .rc-pagination-prev a:after {
    content: "‹";
    display: block; }
  .rc-pagination .rc-pagination-next a:after {
    content: "›";
    display: block; }
  .rc-pagination .rc-pagination-prev a:after,
  .rc-pagination .rc-pagination-next a:after {
    margin-top: -1px; }
  .rc-pagination .rc-pagination-disabled {
    cursor: not-allowed; }
  .rc-pagination .rc-pagination-options {
    float: left;
    margin-left: 15px; }
  .rc-pagination .rc-pagination-options-size-changer {
    float: left;
    width: 80px; }
  .rc-pagination .rc-pagination-options-quick-jumper {
    float: left;
    margin-left: 16px;
    height: 28px;
    line-height: 28px; }
  .rc-pagination .rc-pagination-options-quick-jumper input {
    margin: 0 8px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 3px 12px;
    width: 50px;
    height: 28px; }
  .rc-pagination .rc-pagination-simple .rc-pagination-prev,
  .rc-pagination .rc-pagination-simple .rc-pagination-next {
    border: none;
    height: 24px;
    line-height: 24px;
    margin: 0;
    font-size: 18px;
    line-height: 1.5em; }
  .rc-pagination .rc-pagination-simple .rc-pagination-simple-pager {
    float: left;
    margin-right: 8px; }
  .rc-pagination .rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
    margin: 0 10px; }
  .rc-pagination .rc-pagination-simple .rc-pagination-simple-pager input {
    margin: 0 8px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 5px 8px;
    width: 30px;
    min-height: 20px; }
  @media only screen and (max-width: 1024px) {
    .rc-pagination .rc-pagination-item-after-jump-prev,
    .rc-pagination .rc-pagination-item-before-jump-next {
      display: none; } }
  .rc-pagination.sea .rc-pagination-item {
    border: 1px solid #d9d9d9;
    background-color: #fff; }
    .rc-pagination.sea .rc-pagination-item:focus {
      outline: 2px solid #07b798; }
  .rc-pagination.sea .rc-pagination-item a {
    text-decoration: none;
    color: #5c6468; }
  .rc-pagination.sea .rc-pagination-item:hover {
    border-color: #07b798; }
  .rc-pagination.sea .rc-pagination-item:hover a {
    color: #07b798; }
  .rc-pagination.sea .rc-pagination-item-active {
    background-color: #07b798;
    border-color: #07b798; }
  .rc-pagination.sea .rc-pagination-item-active a,
  .rc-pagination.sea .rc-pagination-item-active:hover a {
    color: #fff; }
  .rc-pagination.sea .rc-paginatin-item-active:focus a {
    color: #fff;
    border-color: #fff; }
  .rc-pagination.sea .rc-pagination-jump-prev:after,
  .rc-pagination.sea .rc-pagination-jump-next:after {
    color: #b9bcbe; }
  .rc-pagination.sea .rc-pagination-jump-prev:hover:after, .rc-pagination.sea .rc-pagination-jump-prev:focus:after,
  .rc-pagination.sea .rc-pagination-jump-next:hover:after,
  .rc-pagination.sea .rc-pagination-jump-next:focus:after {
    color: #07b798; }
  .rc-pagination.sea .rc-pagination-jump-prev:focus,
  .rc-pagination.sea .rc-pagination-jump-next:focus {
    border-color: #07b798; }
  .rc-pagination.sea .rc-pagination-prev,
  .rc-pagination.sea .rc-pagination-next,
  .rc-pagination.sea .rc-pagination-jump-prev,
  .rc-pagination.sea .rc-pagination-jump-next {
    color: #5c6468; }
    .rc-pagination.sea .rc-pagination-prev:focus,
    .rc-pagination.sea .rc-pagination-next:focus,
    .rc-pagination.sea .rc-pagination-jump-prev:focus,
    .rc-pagination.sea .rc-pagination-jump-next:focus {
      outline: 2px solid #07b798; }
  .rc-pagination.sea .rc-pagination-prev,
  .rc-pagination.sea .rc-pagination-next {
    border: 1px solid #d9d9d9;
    font-size: 18px;
    line-height: 1.5em; }
  .rc-pagination.sea .rc-pagination-prev a,
  .rc-pagination.sea .rc-pagination-next a {
    color: #5c6468; }
  .rc-pagination.sea .rc-pagination-disabled a {
    color: #b9bcbe; }
  .rc-pagination.sea .rc-pagination-options-quick-jumper input {
    background-color: #fff;
    border: 1px solid #d9d9d9; }
    .rc-pagination.sea .rc-pagination-options-quick-jumper input:hover {
      border-color: #07b798; }
  .rc-pagination.sea .rc-pagination-simple .rc-pagination-simple-pager input {
    background-color: #fff;
    border: 1px solid #d9d9d9; }
    .rc-pagination.sea .rc-pagination-simple .rc-pagination-simple-pager input:hover {
      border-color: #07b798; }
  .rc-pagination.lava .rc-pagination-item {
    border: 1px solid #b9bcbe;
    background-color: #fff; }
    .rc-pagination.lava .rc-pagination-item:focus {
      outline: 2px solid #dc3c31; }
  .rc-pagination.lava .rc-pagination-item a {
    text-decoration: none;
    color: #5c6468; }
  .rc-pagination.lava .rc-pagination-item:hover {
    border-color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-item:hover a {
    color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-item-active {
    background-color: #dc3c31;
    border-color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-item-active a,
  .rc-pagination.lava .rc-pagination-item-active:hover a {
    color: #fff; }
  .rc-pagination.lava .rc-paginatin-item-active:focus a {
    color: #fff;
    border-color: #fff; }
  .rc-pagination.lava .rc-pagination-jump-prev:after,
  .rc-pagination.lava .rc-pagination-jump-next:after {
    color: #b9bcbe; }
  .rc-pagination.lava .rc-pagination-jump-prev:hover:after, .rc-pagination.lava .rc-pagination-jump-prev:focus:after,
  .rc-pagination.lava .rc-pagination-jump-next:hover:after,
  .rc-pagination.lava .rc-pagination-jump-next:focus:after {
    color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-jump-prev:focus,
  .rc-pagination.lava .rc-pagination-jump-next:focus {
    border-color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-prev,
  .rc-pagination.lava .rc-pagination-next,
  .rc-pagination.lava .rc-pagination-jump-prev,
  .rc-pagination.lava .rc-pagination-jump-next {
    color: #5c6468; }
    .rc-pagination.lava .rc-pagination-prev:focus,
    .rc-pagination.lava .rc-pagination-next:focus,
    .rc-pagination.lava .rc-pagination-jump-prev:focus,
    .rc-pagination.lava .rc-pagination-jump-next:focus {
      outline: 2px solid #dc3c31; }
  .rc-pagination.lava .rc-pagination-prev,
  .rc-pagination.lava .rc-pagination-next {
    border: 1px solid #b9bcbe;
    font-size: 18px;
    line-height: 1.5em; }
  .rc-pagination.lava .rc-pagination-prev a,
  .rc-pagination.lava .rc-pagination-next a {
    color: #5c6468; }
  .rc-pagination.lava .rc-pagination-disabled a {
    color: #b9bcbe; }
  .rc-pagination.lava .rc-pagination-options-quick-jumper input {
    background-color: #fff;
    border: 1px solid #b9bcbe; }
    .rc-pagination.lava .rc-pagination-options-quick-jumper input:hover {
      border-color: #dc3c31; }
  .rc-pagination.lava .rc-pagination-simple .rc-pagination-simple-pager input {
    background-color: #fff;
    border: 1px solid #b9bcbe; }
    .rc-pagination.lava .rc-pagination-simple .rc-pagination-simple-pager input:hover {
      border-color: #dc3c31; }

.breadcrumbs {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600; }
  .breadcrumbs .current-link {
    color: #162127;
    font-weight: 400; }
  .breadcrumbs .mobile-breadcrumb-container {
    align-items: center;
    display: flex; }

.bub-header {
  background-color: #fff; }
  .bub-header.no-breadcrumb {
    padding-top: 32px; }
  .bub-header.text-only {
    padding-bottom: 8px; }
  .bub-header h1.header-text {
    margin: 0;
    display: inline-block;
    font-size: 44px;
    line-height: 1.3em;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800; }
    @media (max-width: 767px) {
      .bub-header h1.header-text {
        font-size: 34px;
        line-height: 1.2em; } }
  .bub-header .container {
    position: relative; }
  .bub-header .navigation-row {
    position: relative;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .bub-header .navigation-row {
        width: 750px; } }
    @media (min-width: 992px) {
      .bub-header .navigation-row {
        width: 970px; } }
    @media (min-width: 1200px) {
      .bub-header .navigation-row {
        width: 1170px; } }
  .bub-header .breadcrumb-section {
    margin-top: 12px; }

.ad-sense-container {
  width: 300px;
  margin: 0 auto; }
  .ad-sense-container .display-ad-placeholder {
    width: 300px;
    height: 250px;
    background: #fff;
    border: 1px solid #ddd; }
  .ad-sense-container .report-ad-wrapper {
    text-align: left; }
    .ad-sense-container .report-ad-wrapper .report-ad-link {
      font-size: 9px;
      font-weight: 600;
      text-transform: uppercase;
      color: #03a9f4; }
      .ad-sense-container .report-ad-wrapper .report-ad-link .report-ad-flag-icon {
        font-size: 9px;
        margin-right: 4px;
        color: #03a9f4; }
      .ad-sense-container .report-ad-wrapper .report-ad-link:hover {
        text-decoration: none;
        border-bottom: 1px solid; }

.nile-ad-placeholder {
  margin: 0 auto;
  width: 300px;
  height: 250px; }

.blog-index-vc .blog-posts-wrapper {
  padding: 10px 0; }
  @media (min-width: 992px) {
    .blog-index-vc .blog-posts-wrapper {
      padding: 40px 0; } }

.blog-index-vc .index-posts-card {
  margin: 10px 0; }
  @media (min-width: 992px) {
    .blog-index-vc .index-posts-card {
      margin: 10px 10px;
      width: 30%;
      display: inline-block; } }

.blog-index-vc .pagination-container {
  width: 100%;
  text-align: center;
  padding: 40px 0; }

@supports (display: grid) {
  @media (min-width: 992px) {
    .blog-index-vc .blog-posts-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-gap: 25px;
      align-items: stretch; }
      .blog-index-vc .blog-posts-wrapper .index-posts-card {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; } } }

.card-grid-layout {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  max-width: 1200px;
  margin-bottom: 25px; }
  .card-grid-layout.six-column {
    grid-template-columns: repeat(6, minmax(0px, 1fr)); }
  .card-grid-layout.five-column {
    grid-template-columns: repeat(5, minmax(0px, 1fr)); }
  .card-grid-layout.four-column {
    grid-template-columns: repeat(4, minmax(0px, 1fr)); }
  .card-grid-layout.three-column {
    grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .card-grid-layout.two-column {
    grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .card-grid-layout.small-grid {
    grid-gap: 25px;
    margin-bottom: 20px; }

.book-listicle-collection {
  margin: 40px 0;
  width: 100%; }

.retailer-buttons-inline .retailer-button {
  margin: 0 10px 10px 0;
  display: inline-block; }

.retailer-buttons-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%; }
  .retailer-buttons-columns .retailer-button {
    flex: 0 1 50%;
    padding: 5px; }
  .retailer-buttons-columns .retailer-button:nth-child(odd) {
    padding-left: 0; }
  .retailer-buttons-columns .retailer-button:nth-child(even) {
    padding-right: 0; }
  .retailer-buttons-columns .retailer-button:only-child {
    padding: 0; }

.retailer-buttons-stacked .retailer-button {
  display: block;
  margin-bottom: 10px; }

.book-action-panel .book-card-action-buttons.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; }

.book-action-panel .book-card-action-buttons.stacked {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px; }

.book-action-panel .book-card-action-buttons.inline .book-card-action-button-buy,
.book-action-panel .book-card-action-buttons.inline .book-card-action-button-bookmark {
  display: inline-block;
  margin-right: 10px; }

.book-action-panel .book-card-action-buttons.standard {
  padding-top: 8px; }

.book-action-panel .book-card-action-buttons.bookmark-dropdown {
  padding-top: 8px; }

.book-action-panel .book-card-action-deal {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px; }
  .book-action-panel .book-card-action-deal:last-child {
    margin-right: 0; }

.ellipsis-dropdown-menu .dropdown {
  border: none;
  background-color: transparent;
  margin: 5px 0 15px 0; }

.ellipsis-dropdown-menu .dropdown-button-icon {
  width: auto;
  height: 1.5em; }

.ellipsis-dropdown-menu .dropdown-toggle.btn {
  padding: 6px 12px; }

.ellipsis-dropdown-menu .dropdown-menu {
  background-color: white;
  border: 1px solid #dcdedf;
  box-shadow: 0px 0px 1px 0px #dcdedf;
  right: -12px; }
  .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item {
    border-top: 1px solid #dcdedf; }
    .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item a {
      color: #04293b; }
      .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item a:hover {
        background-color: #f8f8f9; }
  .ellipsis-dropdown-menu .dropdown-menu .dropdown-menu-item:first-child {
    border-top: none; }

.ellipsis-dropdown-menu .dropdown-menu:before, .ellipsis-dropdown-menu .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid; }

.ellipsis-dropdown-menu .dropdown-menu:after {
  border-color: transparent transparent white transparent;
  border-width: 10px;
  top: -20px;
  right: 17px; }

.ellipsis-dropdown-menu .dropdown-menu:before {
  border-color: transparent transparent #dcdedf transparent;
  border-width: 11px;
  top: -23px;
  right: 16px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu {
  right: 5px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu:after {
  right: 0px; }

.ellipsis-dropdown-menu.flush-right .dropdown-menu:before {
  right: -1px; }

.book-card-rich-vertical {
  display: flex;
  flex-direction: column;
  position: relative; }
  .book-card-rich-vertical .book-card-book-info {
    display: flex;
    align-items: center; }
  .book-card-rich-vertical .book-card-cover-image {
    width: 126.656px;
    min-width: 126.656px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .book-card-rich-vertical .book-card-cover-image {
        margin-right: 10px; } }
  .book-card-rich-vertical .book-categories {
    margin-top: 8px; }
    .book-card-rich-vertical .book-categories .book-category {
      display: inline-block;
      color: #162127; }
  .book-card-rich-vertical .release-date {
    margin-top: 8px;
    color: #4f6c7a; }
  .book-card-rich-vertical .book-card-info {
    width: 100%;
    min-width: 0; }
    .book-card-rich-vertical .book-card-info-tile {
      width: 100%;
      min-width: 0; }
      .book-card-rich-vertical .book-card-info-tile.with-sub-menu {
        margin-right: 15px; }
    .book-card-rich-vertical .book-card-info-description {
      margin: 18px 0 12px;
      font-size: 16px;
      line-height: 1.5em;
      font-family: Lora, Georgia, Times, serif; }
      .book-card-rich-vertical .book-card-info-description p {
        font-size: inherit;
        font-family: inherit; }
  .book-card-rich-vertical .book-card-sub-menu {
    position: absolute;
    right: -10px;
    top: -10px; }

.embedded-section .embedded-book-card {
  max-width: 500px;
  margin: 20px auto;
  padding: 18px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dcdedf; }

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

.blog-text-content h1, .blog-text-content h2, .blog-text-content h3, .blog-text-content h4, .blog-text-content h5, .blog-text-content h6, .blog-text-content p {
  margin-top: calc(2.1em - 28px); }
  .blog-text-content h1:first-child, .blog-text-content h2:first-child, .blog-text-content h3:first-child, .blog-text-content h4:first-child, .blog-text-content h5:first-child, .blog-text-content h6:first-child, .blog-text-content p:first-child {
    margin-top: 0; }

.blog-text-content h1 {
  font-family: Lora, Georgia, Times, serif;
  font-size: 44px;
  line-height: 1.3em; }

.blog-text-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3em; }

.blog-text-content h3 {
  font-family: Lora, Georgia, Times, serif;
  font-size: 24px;
  line-height: 1.3em;
  margin-top: 1.6em;
  margin-bottom: 0.6em; }

.blog-text-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em; }

.blog-text-content h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4em; }

.blog-text-content, .blog-text-content p {
  font-family: Lora, Georgia, Times, serif;
  font-size: 22px;
  line-height: 1.4em;
  line-height: 1.6;
  margin-bottom: 1.1em; }

.blog-text-content blockquote, .blog-text-content blockquote p {
  font-size: 22px;
  line-height: 1.4em;
  font-style: italic;
  font-family: Lora, Georgia, Times, serif;
  color: #06a589;
  border: none;
  margin-bottom: 0; }
  .blog-text-content blockquote:first-child, .blog-text-content blockquote p:first-child {
    margin-bottom: 0; }

.blog-text-content blockquote {
  margin: 30px 20px 30px 70px; }
  .blog-text-content blockquote::before {
    content: "\201C";
    font-style: normal;
    font-family: "Times New Roman", Helvetica Neue, Helvetica, sans-serif;
    font-size: 100px;
    color: #06a589;
    font-weight: 600;
    position: absolute;
    margin-top: 11px;
    margin-left: -70px; }

.blog-text-content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .blog-text-content .alignleft {
      float: left;
      width: 31%;
      margin-right: 20px;
      margin-left: 0; } }
  @media (max-width: 400px) {
    .blog-text-content .alignleft {
      width: 40%; } }

.blog-text-content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
  margin-right: 20px; }

.blog-text-content .aligncenter, .blog-text-content .slideshow-image img, .blog-text-content iframe {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%; }

.blog-text-content .author_follow {
  margin-top: 10px; }

.blog-text-content .button.author_follow {
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, sans-serif; }

.blog-text-content #emailbox, .blog-text-content > p:last-of-type:not(:only-of-type), .blog-text-content .comments {
  display: none !important; }

.blog-text-content .slideshow-item {
  margin-bottom: 40px; }

.blog-text-content img {
  max-width: 100%;
  height: auto; }

.blog-text-content .fb-post {
  max-width: 100%;
  overflow: hidden; }

.blog-text-content .button.author_follow {
  text-decoration: none;
  font-family: Helvetica Neue, Helvetica, sans-serif; }

.giveaway-embeddable {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 38px 5px; }
  @media (min-width: 480px) {
    .giveaway-embeddable {
      padding: 46px 20px; } }
  .giveaway-embeddable .giveaway-text {
    text-align: center;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 800; }
    @media (min-width: 480px) {
      .giveaway-embeddable .giveaway-text {
        font-size: 34px;
        line-height: 1.2em;
        padding: 0 40px; } }
  .giveaway-embeddable .giveaway-cover-images {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
  .giveaway-embeddable .giveaway-book-cover {
    margin: 5px;
    flex: 0 0 calc(33% - 10px); }
    @media (min-width: 480px) {
      .giveaway-embeddable .giveaway-book-cover {
        margin: 10px;
        flex: 0 0 calc(33% - 20px); } }

.giveaway-wrapper {
  border: 1px solid #dcdedf;
  box-sizing: border-box; }

.signupGate--signup_gate-modules--3mWKm {
  padding: 20px;
  margin: 15px 0;
  border: 1px solid #dcdedf;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  position: absolute; }
  .signupGate--signup_gate-modules--3mWKm .dismiss--signup_gate-modules--14Asb {
    padding-top: 5px; }
  .signupGate--signup_gate-modules--3mWKm form {
    margin-bottom: 0; }
  .signupGate--signup_gate-modules--3mWKm .emailInput--signup_gate-modules--34dve {
    font-size: 16px;
    line-height: 1.5em;
    background: #f8f8f9;
    border: 1px solid #dcdedf;
    border-radius: 3px;
    color: #5c6468;
    display: inline-block;
    margin: 5px auto 5px;
    outline: none;
    padding: 7px 10px;
    text-align: left;
    width: 50%;
    margin-right: 10px; }
    .signupGate--signup_gate-modules--3mWKm .emailInput--signup_gate-modules--34dve::-moz-placeholder {
      font-style: italic; }
    .signupGate--signup_gate-modules--3mWKm .emailInput--signup_gate-modules--34dve::placeholder {
      font-style: italic; }
    @media (max-width: 767px) {
      .signupGate--signup_gate-modules--3mWKm .emailInput--signup_gate-modules--34dve {
        display: block;
        width: 100%; } }
  .signupGate--signup_gate-modules--3mWKm .cta--signup_gate-modules--1BAfo {
    font-size: 28px;
    line-height: 1.3em;
    font-family: Lora, Georgia, Times, serif;
    color: #042d41;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .signupGate--signup_gate-modules--3mWKm .cta--signup_gate-modules--1BAfo {
        font-size: 18px;
        line-height: 1.5em;
        padding-left: 5px;
        padding-right: 5px; } }
  .signupGate--signup_gate-modules--3mWKm .errorMessage--signup_gate-modules--2T8EM {
    margin-bottom: 5px;
    color: #F44336; }

.blog-post-article {
  width: 100%; }
  .blog-post-article .long-story-short-img {
    width: 100%;
    margin-bottom: 30px; }
  .blog-post-article .blog-post-content {
    width: 100%;
    position: relative;
    margin-bottom: 40px; }
  .blog-post-article .blog-signup-gate .blog-signup-gate-container {
    width: 90%;
    position: sticky;
    z-index: 1;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 60px; }
  .blog-post-article .blog-signup-gate .post-section.blur {
    pointer-events: none;
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    width: 100%;
    height: 100%; }

.sliding-carousel {
  width: 100%; }
  .sliding-carousel .sliding-carousel-loading {
    text-align: center;
    margin: 30px; }
  .sliding-carousel .sliding-carousel-body-container {
    position: relative; }
    .sliding-carousel .sliding-carousel-body-container .sliding-carousel-right-arrow, .sliding-carousel .sliding-carousel-body-container .sliding-carousel-left-arrow {
      position: absolute;
      z-index: 2;
      top: calc(50% - 25px);
      border: none;
      background: #fff;
      border-radius: 50%;
      padding: 11px;
      box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer; }
      .sliding-carousel .sliding-carousel-body-container .sliding-carousel-right-arrow:active, .sliding-carousel .sliding-carousel-body-container .sliding-carousel-right-arrow:focus, .sliding-carousel .sliding-carousel-body-container .sliding-carousel-left-arrow:active, .sliding-carousel .sliding-carousel-body-container .sliding-carousel-left-arrow:focus {
        outline: none; }
    .sliding-carousel .sliding-carousel-body-container .sliding-carousel-right-arrow {
      right: -30px; }
    .sliding-carousel .sliding-carousel-body-container .sliding-carousel-left-arrow {
      left: -30px; }
  .sliding-carousel .sliding-carousel-body {
    width: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .sliding-carousel .sliding-carousel-body.scrollable {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin: 0 -15px;
      width: calc(100% + 30px);
      padding: 0 15px 10px; }
    .sliding-carousel .sliding-carousel-body.arrowable {
      display: grid;
      grid-template-columns: repeat(8, 100%); }
    .sliding-carousel .sliding-carousel-body.swipeable {
      display: grid;
      grid-template-columns: repeat(8, 100%);
      touch-action: pan-y; }
    .sliding-carousel .sliding-carousel-body .sliding-carousel-slide {
      width: 100%;
      display: inline-flex;
      align-items: stretch;
      box-sizing: content-box;
      transition: 0.25s transform; }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-1 .sliding-carousel-item {
        flex: 0 0 calc((100% - 0px) / 1);
        width: calc((100% - 0px) / 1); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-2 .sliding-carousel-item {
        flex: 0 0 calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-3 .sliding-carousel-item {
        flex: 0 0 calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-4 .sliding-carousel-item {
        flex: 0 0 calc((100% - 60px) / 4);
        width: calc((100% - 60px) / 4); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-5 .sliding-carousel-item {
        flex: 0 0 calc((100% - 80px) / 5);
        width: calc((100% - 80px) / 5); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-6 .sliding-carousel-item {
        flex: 0 0 calc((100% - 100px) / 6);
        width: calc((100% - 100px) / 6); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-7 .sliding-carousel-item {
        flex: 0 0 calc((100% - 120px) / 7);
        width: calc((100% - 120px) / 7); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.slide-size-8 .sliding-carousel-item {
        flex: 0 0 calc((100% - 140px) / 8);
        width: calc((100% - 140px) / 8); }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(:last-child) {
        margin-right: 20px; }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width) {
        transform: translate3d(0, 0, 0) !important;
        display: inline-block;
        width: auto; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-1 .sliding-carousel-item {
          width: 760px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-2 .sliding-carousel-item {
          width: 380px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-3 .sliding-carousel-item {
          width: 253.33333px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-4 .sliding-carousel-item {
          width: 190px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-5 .sliding-carousel-item {
          width: 152px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-6 .sliding-carousel-item {
          width: 126.66667px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-7 .sliding-carousel-item {
          width: 108.57143px;
          max-width: 380px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide.scrollable:not(.full-width).slide-size-8 .sliding-carousel-item {
          width: 95px;
          max-width: 380px; }
      .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item {
        box-sizing: content-box;
        overflow: hidden; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item .sliding-carousel-waypoint-wrapper {
          height: 100%;
          box-sizing: content-box; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item:not(:last-child) {
          margin-right: 20px; }
        .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item.scrollable {
          display: inline-block;
          vertical-align: top; }
          .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item.scrollable:not(:last-child) {
            margin-right: 20px; }
          .sliding-carousel .sliding-carousel-body .sliding-carousel-slide .sliding-carousel-item.scrollable-placeholder {
            display: none; }
  .sliding-carousel .sliding-carousel-dot-paginator {
    width: 100%;
    margin-top: 20px;
    text-align: center; }

.dot-paginator {
  display: inline-flex; }
  .dot-paginator .dot-item {
    padding: 4px; }
    .dot-paginator .dot-item .dot {
      height: 8px;
      width: 8px;
      border-radius: 50%;
      border: 1px solid #5c6468;
      background: #fff; }
    .dot-paginator .dot-item.dot-current .dot {
      background: #5c6468; }

.blog-related-posts .related-posts-title {
  font-weight: 600;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #1d4254;
  margin-bottom: 4px; }
  .blog-related-posts .related-posts-title.large {
    font-size: 22px;
    line-height: 1.4em; }
  .blog-related-posts .related-posts-title.small {
    font-size: 18px;
    line-height: 1.5em; }

.blog-related-posts .related-posts-card {
  margin-bottom: 20px;
  height: 100%; }
  .blog-related-posts .related-posts-card:last-of-type {
    margin-bottom: 0; }

.blog-popup {
  text-align: center; }
  .blog-popup .popup-content {
    margin: 0 48px; }
  .blog-popup .popup-image {
    width: 100%; }
  .blog-popup .popup-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 800; }
    @media (max-width: 767px) {
      .blog-popup .popup-text {
        font-size: 22px;
        line-height: 1.4em; } }
  .blog-popup .user-email-address {
    margin-bottom: 12px; }
    .blog-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; }
  .blog-popup .error-message {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5em;
    color: #dc3c31; }
  .blog-popup .signin-section {
    text-align: center;
    margin-bottom: 40px;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600; }
    .blog-popup .signin-section .signin-link {
      color: #dc3c31; }

.article-header {
  margin-bottom: 20px; }
  .article-header .article-title {
    font-size: 44px;
    line-height: 1.3em;
    font-family: Playfair Display, Lora, Georgia, serif;
    font-weight: 800;
    font-weight: 400; }
  .article-header .article-featured-image {
    margin-top: 20px;
    width: 100%;
    padding-top: 41.84%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .article-header .article-info {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end; }
    .article-header .article-info .article-contributor-link {
      color: #162127; }
    .article-header .article-info .article-info-dot {
      margin: 0 8px; }
    .article-header .article-info.no-featured-image {
      border-bottom: 1px solid #dcdedf;
      padding-bottom: 20px; }
    .article-header .article-info .info-text {
      margin-top: 13px;
      display: flex;
      flex-direction: row; }
      .article-header .article-info .info-text.with-social-buttons {
        flex-direction: column; }
    .article-header .article-info .header-social-buttons {
      margin-top: 10px; }

.book-card-rich-horizontal {
  display: flex;
  position: relative; }
  .book-card-rich-horizontal .book-card-cover-image {
    width: 178.328px;
    min-width: 178.328px;
    margin-right: 25px; }
  .book-card-rich-horizontal .book-card-info {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    min-width: 0; }
    .book-card-rich-horizontal .book-card-info-tile {
      margin-bottom: 12px; }
      .book-card-rich-horizontal .book-card-info-tile.with-sub-menu {
        margin-right: 15px; }
    .book-card-rich-horizontal .book-card-info-description {
      font-size: 16px;
      line-height: 1.5em;
      font-family: Lora, Georgia, Times, serif;
      margin-bottom: 12px; }
      .book-card-rich-horizontal .book-card-info-description p {
        font-size: inherit;
        font-family: inherit; }
  .book-card-rich-horizontal .book-categories {
    margin-bottom: 8px; }
    .book-card-rich-horizontal .book-categories .book-category {
      display: inline-block;
      color: #162127; }
  .book-card-rich-horizontal .release-date {
    margin-top: 8px;
    color: #4f6c7a; }
  .book-card-rich-horizontal .book-card-sub-menu {
    position: absolute;
    right: -10px;
    top: -10px; }

.blog-post-book-listicle .blog-post-book-listicle-intro {
  margin-bottom: 30px; }

.blog-post-book-listicle .blog-post-book-listicle-item,
.blog-post-book-listicle .blog-post-book-listicle-ad {
  margin-bottom: 30px; }

.blog-post-book-listicle .blog-signup-gate .blog-signup-gate-container {
  width: 90%;
  position: sticky;
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  top: 60px; }

.blog-post-book-listicle .blog-signup-gate .post-section.blur {
  pointer-events: none;
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  width: 100%;
  height: 100%; }

.blog-post-book-listicle .book-listicle-card {
  background: #fff;
  border: 1px solid #dcdedf;
  border-radius: 5px;
  padding: 20px; }

.article-vc {
  width: 100%;
  position: relative;
  background-color: #fff; }
  .article-vc .related-genres {
    margin-bottom: 35px; }
    .article-vc .related-genres .genres-in-this-post-title {
      font-weight: 600;
      font-family: Helvetica Neue, Helvetica, sans-serif;
      color: #1d4254;
      margin-bottom: 15px; }
      .article-vc .related-genres .genres-in-this-post-title.large {
        font-size: 22px;
        line-height: 1.4em; }
      .article-vc .related-genres .genres-in-this-post-title.small {
        font-size: 18px;
        line-height: 1.5em; }
  .article-vc .article-content-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    position: relative; }
    @media (min-width: 992px) {
      .article-vc .article-content-wrapper {
        padding: 50px 0; } }
    .article-vc .article-content-wrapper .article-post-wrapper {
      width: 100%;
      padding: 0 15px; }
      @media (min-width: 992px) {
        .article-vc .article-content-wrapper .article-post-wrapper {
          width: 740px;
          padding: 0; } }
    .article-vc .article-content-wrapper .social-buttons-desktop {
      position: absolute;
      left: 15px;
      align-content: flex-start;
      align-self: flex-start;
      width: initial;
      margin-top: 80px; }
      @media (min-width: 1200px) {
        .article-vc .article-content-wrapper .social-buttons-desktop {
          left: 120px; } }
  .article-vc .article-post-footer-ad {
    margin-bottom: 30px;
    margin-top: 60px; }
  .article-vc .article-sticky-footer {
    z-index: 1;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    border-top: 1px solid #dcdedf;
    box-shadow: 0 0 5px 0 #dcdedf; }
    .article-vc .article-sticky-footer .button-container {
      max-width: 275px;
      margin: 0 auto; }

.signup-header-container {
  color: #162127;
  background-size: auto auto; }
  .signup-header-container .signup-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .signup-header-container .signup-section {
        flex-direction: column; } }
  .signup-header-container .signup-header {
    width: 100%;
    margin: 32px 0 36px; }
    @media (max-width: 991px) {
      .signup-header-container .signup-header {
        width: 50%; } }
    @media (max-width: 767px) {
      .signup-header-container .signup-header {
        text-align: center;
        width: 75%;
        margin: 24px 0 20px; } }
    @media (max-width: 479px) {
      .signup-header-container .signup-header {
        width: 100%; } }
  .signup-header-container .signup-header-text-wrapper {
    margin-bottom: 12px;
    max-width: 575px; }
    .signup-header-container .signup-header-text-wrapper .signup-header-text {
      font-family: Playfair Display, Lora, Georgia, serif;
      font-weight: 800;
      font-size: 44px;
      line-height: 1.3em;
      font-weight: 800;
      line-height: 1.5em;
      background-color: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-header-text-wrapper .signup-header-text {
          font-size: 34px;
          line-height: 1.2em; } }
  .signup-header-container .signup-subheader-text-wrapper {
    max-width: 575px; }
    .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
      font-family: Helvetica Neue, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.5em;
      background: #f7faf5; }
      @media (max-width: 991px) {
        .signup-header-container .signup-subheader-text-wrapper .signup-subheader-text {
          font-size: 14px;
          line-height: 1.5em; } }
  .signup-header-container .email-section {
    max-width: 300px;
    height: 150px;
    border-radius: 3px;
    background-color: #f7faf5;
    text-align: center;
    width: 100%; }
    @media (max-width: 991px) {
      .signup-header-container .email-section {
        margin-left: 100px;
        max-width: 255px;
        height: 145px; } }
    @media (max-width: 767px) {
      .signup-header-container .email-section {
        max-width: 530px;
        height: 130px;
        background: none;
        margin-left: 0; } }
    .signup-header-container .email-section .email-form {
      flex-direction: column;
      margin-bottom: 0; }
      .signup-header-container .email-section .email-form .email {
        font-size: 14px;
        line-height: 1.5em;
        height: 45px;
        width: 235px;
        border: 1px solid #b9bcbe;
        border-radius: 3px;
        display: inline-block;
        margin: 20px auto 0;
        outline: none;
        padding: 7px 10px;
        text-align: left; }
        .signup-header-container .email-section .email-form .email.hidden {
          display: none; }
        .signup-header-container .email-section .email-form .email::-moz-placeholder {
          color: #5c6468; }
        .signup-header-container .email-section .email-form .email::placeholder {
          color: #5c6468; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .email {
            margin-top: 0;
            width: 100%; } }
      .signup-header-container .email-section .email-form .bub-button {
        margin: 15px 0 20px 0;
        height: 45px;
        width: 235px; }
        @media (max-width: 767px) {
          .signup-header-container .email-section .email-form .bub-button {
            margin-bottom: 0;
            width: 100%; } }

.jumbotron {
  margin-bottom: 0;
  font-weight: 400; }
  .container .jumbotron {
    margin-bottom: 30px; }
  .jumbotron p {
    font-size: 24px;
    line-height: 1.3em;
    line-height: 1.05; }
  @media (max-width: 767px) {
    .jumbotron {
      padding: 6px; } }

.form-control, .has-error .form-control {
  box-shadow: none;
  font-weight: 400; }
  .form-control:focus, .has-error .form-control:focus {
    box-shadow: none; }

select.form-control {
  padding: 3px 12px; }

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control {
  -webkit-appearance: none; }

.btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em; }

.btn-lg {
  padding-bottom: 9px;
  font-weight: 600; }

form {
  margin-bottom: 21px; }

.form-inline {
  margin-bottom: 3em; }
  .form-inline .btn {
    margin-left: 8px; }
  .form-inline.no-errors {
    margin-bottom: 0; }
  .form-inline .form-group {
    position: relative; }
  .form-inline .help-block {
    position: absolute;
    margin: 0;
    top: 110%;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em; }
  .form-inline.mobile-inline .form-group {
    display: inline-block; }

.form-help-row {
  position: relative;
  top: -0.6em; }
  .form-help-row .checkbox {
    margin-top: 5px; }
  @media (max-width: 767px) {
    .form-help-row .text-right {
      text-align: left; } }

label {
  font-weight: 600;
  color: #162127; }

.checkbox label {
  text-transform: none; }

input[type="checkbox"] {
  margin: 0 0 0; }

.lead {
  line-height: 1.2; }

.dropdown-menu {
  box-shadow: none;
  padding: 0;
  min-width: 270px;
  margin-top: 15px; }
  .dropdown-menu li {
    border-top: 1px solid #5c6468; }
  .dropdown-menu li:first-child {
    border-top: 0; }
  .dropdown-menu li > a {
    padding: 9px 30px;
    font-weight: 400; }
  .dropdown-menu:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #5c6468;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: -10px;
    right: 30px; }

.form-borderless .form-control {
  border-width: 2px;
  border-color: #fff; }
  .form-borderless .form-control:focus {
    border-color: #07b798; }

.form-borderless .has-error .help-block {
  color: #fff; }

.form-borderless .has-error .form-control {
  border-color: #f5564a; }

fieldset {
  margin-bottom: none; }

label.required {
  display: inline-block; }
  label.required:after {
    display: inline-block;
    padding-left: 4px;
    margin-right: -10px;
    content: "*";
    color: #F44336; }

label.not-required:after {
  content: ""; }

ul.site-nav {
  margin-bottom: 42px; }
  ul.site-nav li {
    margin: 8.4px 0; }
  ul.site-nav a {
    display: block;
    color: #f3f4f4;
    line-height: 1.4em; }

.radio-block {
  margin-bottom: 21px; }
  .radio-block label {
    font-weight: 400;
    text-transform: none;
    margin-left: 0; }
  .radio-block input {
    margin-right: 14px; }

.alert a {
  color: #162127;
  text-decoration: underline; }

.popover-title {
  border: 0;
  font-size: 22px;
  line-height: 1.4em;
  background: #162127;
  color: #dcdedf; }

.popover-content {
  border: 0;
  margin-top: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
  background: #162127;
  color: #fff; }

.popover {
  background: #162127; }

.popover.bottom .arrow:after {
  border-bottom-color: #162127; }

/* Color palette */
.color-example, .color-example-primary, .color-example-full {
  padding: 15px; }
  .color-example .color-level, .color-example-primary .color-level, .color-example-full .color-level {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em; }
  .color-example .color-hex, .color-example-primary .color-hex, .color-example-full .color-hex {
    font-family: monospace; }
  .color-example.brand-color-red-70, .color-example-primary.brand-color-red-70, .color-example-full.brand-color-red-70 {
    background: #f77b72;
    color: #fff; }
  .color-example.brand-color-red-90, .color-example-primary.brand-color-red-90, .color-example-full.brand-color-red-90 {
    background: #f5564a;
    color: #fff; }
  .color-example.brand-color-red-100, .color-example-primary.brand-color-red-100, .color-example-full.brand-color-red-100 {
    background: #F44336;
    color: #fff; }
  .color-example.brand-color-red-110, .color-example-primary.brand-color-red-110, .color-example-full.brand-color-red-110 {
    background: #dc3c31;
    color: #fff; }
  .color-example.brand-color-red-130, .color-example-primary.brand-color-red-130, .color-example-full.brand-color-red-130 {
    background: #ab2f26;
    color: #fff; }
  .color-example.brand-color-teal-70, .color-example-primary.brand-color-teal-70, .color-example-full.brand-color-teal-70 {
    background: #51cdb7;
    color: #fff; }
  .color-example.brand-color-teal-90, .color-example-primary.brand-color-teal-90, .color-example-full.brand-color-teal-90 {
    background: #20bea2;
    color: #fff; }
  .color-example.brand-color-teal-100, .color-example-primary.brand-color-teal-100, .color-example-full.brand-color-teal-100 {
    background: #07b798;
    color: #fff; }
  .color-example.brand-color-teal-110, .color-example-primary.brand-color-teal-110, .color-example-full.brand-color-teal-110 {
    background: #06a589;
    color: #fff; }
  .color-example.brand-color-teal-130, .color-example-primary.brand-color-teal-130, .color-example-full.brand-color-teal-130 {
    background: #05806a;
    color: #fff; }
  .color-example.brand-color-navy-70, .color-example-primary.brand-color-navy-70, .color-example-full.brand-color-navy-70 {
    background: #4f6c7a;
    color: #fff; }
  .color-example.brand-color-navy-90, .color-example-primary.brand-color-navy-90, .color-example-full.brand-color-navy-90 {
    background: #1d4254;
    color: #fff; }
  .color-example.brand-color-navy-100, .color-example-primary.brand-color-navy-100, .color-example-full.brand-color-navy-100 {
    background: #042d41;
    color: #fff; }
  .color-example.brand-color-navy-110, .color-example-primary.brand-color-navy-110, .color-example-full.brand-color-navy-110 {
    background: #04293b;
    color: #fff; }
  .color-example.brand-color-navy-130, .color-example-primary.brand-color-navy-130, .color-example-full.brand-color-navy-130 {
    background: #03202e;
    color: #fff; }
  .color-example.brand-color-grey-100, .color-example-primary.brand-color-grey-100, .color-example-full.brand-color-grey-100 {
    background: #f3f4f4;
    color: #042d41; }
  .color-example.scale-color-grey-100, .color-example-primary.scale-color-grey-100, .color-example-full.scale-color-grey-100 {
    background: #162127;
    color: #fff; }
  .color-example.scale-color-grey-70, .color-example-primary.scale-color-grey-70, .color-example-full.scale-color-grey-70 {
    background: #5c6468;
    color: #fff; }
  .color-example.scale-color-grey-50, .color-example-primary.scale-color-grey-50, .color-example-full.scale-color-grey-50 {
    background: #8b9093;
    color: #03202e; }
  .color-example.scale-color-grey-30, .color-example-primary.scale-color-grey-30, .color-example-full.scale-color-grey-30 {
    background: #b9bcbe;
    color: #03202e; }
  .color-example.scale-color-grey-15, .color-example-primary.scale-color-grey-15, .color-example-full.scale-color-grey-15 {
    background: #dcdedf;
    color: #03202e; }
  .color-example.scale-color-grey-05, .color-example-primary.scale-color-grey-05, .color-example-full.scale-color-grey-05 {
    background: #f3f4f4;
    color: #03202e; }
  .color-example.scale-color-grey-03, .color-example-primary.scale-color-grey-03, .color-example-full.scale-color-grey-03 {
    background: #f8f8f9;
    color: #03202e; }
  .color-example.brand-color-light-yellow, .color-example-primary.brand-color-light-yellow, .color-example-full.brand-color-light-yellow {
    background: #fff3cd;
    color: #03202e; }
  .color-example.brand-color-pale-red, .color-example-primary.brand-color-pale-red, .color-example-full.brand-color-pale-red {
    background: #f77b72;
    color: #03202e; }
  .color-example.scale-color-white, .color-example-primary.scale-color-white, .color-example-full.scale-color-white {
    background: #fff; }

.color-example-primary {
  padding: 15px 15px 100px 15px; }
  .color-example-primary.brand-color-red-100 {
    background: #F44336;
    color: #fff; }
  .color-example-primary.brand-color-teal-100 {
    background: #07b798;
    color: #fff; }
  .color-example-primary.brand-color-navy-100 {
    background: #042d41;
    color: #fff; }

.color-example-horz {
  width: 12.5%;
  padding: 15px 0 100px 15px;
  display: inline-block;
  float: left; }
  .color-example-horz.scale-color-grey-100 {
    background: #162127;
    color: #fff; }
  .color-example-horz.scale-color-grey-70 {
    background: #5c6468;
    color: #fff; }
  .color-example-horz.scale-color-grey-50 {
    background: #8b9093;
    color: #03202e; }
  .color-example-horz.scale-color-grey-30 {
    background: #b9bcbe;
    color: #03202e; }
  .color-example-horz.scale-color-grey-15 {
    background: #dcdedf;
    color: #03202e; }
  .color-example-horz.scale-color-grey-05 {
    background: #f3f4f4;
    color: #03202e; }
  .color-example-horz.scale-color-grey-03 {
    background: #f8f8f9;
    color: #03202e; }
  .color-example-horz.scale-color-white {
    background: #fff;
    color: #03202e; }

.secondary-colors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.color-example.secondary-amber-20, .color-example-primary.secondary-amber-20, .color-example-full.secondary-amber-20 {
  background: #fff3cd;
  color: #162127; }

.color-example.secondary-amber-80, .color-example-primary.secondary-amber-80, .color-example-full.secondary-amber-80 {
  background: #ffcd39;
  color: #162127; }

.color-example.secondary-amber-100, .color-example-primary.secondary-amber-100, .color-example-full.secondary-amber-100 {
  background: #ffc107;
  color: #162127; }

.color-example.secondary-blue-120, .color-example-primary.secondary-blue-120, .color-example-full.secondary-blue-120 {
  background: #0287c3;
  color: #162127; }

.color-example.secondary-blue-110, .color-example-primary.secondary-blue-110, .color-example-full.secondary-blue-110 {
  background: #0398dc;
  color: #162127; }

.color-example.secondary-blue-100, .color-example-primary.secondary-blue-100, .color-example-full.secondary-blue-100 {
  background: #03a9f4;
  color: #162127; }

.color-example.secondary-pink-100, .color-example-primary.secondary-pink-100, .color-example-full.secondary-pink-100 {
  background: #e91e63;
  color: #fff; }

.color-example.secondary-purple-100, .color-example-primary.secondary-purple-100, .color-example-full.secondary-purple-100 {
  background: #9c27b0;
  color: #fff; }

.color-example.secondary-indigo-100, .color-example-primary.secondary-indigo-100, .color-example-full.secondary-indigo-100 {
  background: #3f51b5;
  color: #fff; }

.color-example.secondary-lightblue-100, .color-example-primary.secondary-lightblue-100, .color-example-full.secondary-lightblue-100 {
  background: #03a9f4;
  color: #fff; }

.color-example.secondary-bluegreen-100, .color-example-primary.secondary-bluegreen-100, .color-example-full.secondary-bluegreen-100 {
  background: #009688;
  color: #fff; }

.color-example.secondary-lightgreen-100, .color-example-primary.secondary-lightgreen-100, .color-example-full.secondary-lightgreen-100 {
  background: #8bc34a;
  color: #fff; }

.color-example.secondary-amber-100, .color-example-primary.secondary-amber-100, .color-example-full.secondary-amber-100 {
  background: #ffc107;
  color: #fff; }

.color-example.secondary-orange-100, .color-example-primary.secondary-orange-100, .color-example-full.secondary-orange-100 {
  background: #ff9800;
  color: #fff; }

.color-example.secondary-deeporange-100, .color-example-primary.secondary-deeporange-100, .color-example-full.secondary-deeporange-100 {
  background: #ff5722;
  color: #fff; }

.color-example.secondary-bluegrey-100, .color-example-primary.secondary-bluegrey-100, .color-example-full.secondary-bluegrey-100 {
  background: #607d8b;
  color: #fff; }

.example1, .example2, .example3 {
  width: 500px;
  height: 100px;
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
  padding: 32px; }

.example2 {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.07); }

.example3 {
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.025); }

