.sk-circle {
  margin: 30px auto;
  width: 60px;
  height: 60px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#promo-footer {
  width: 100%;
  padding-top: 30px;
  background-color: #EEEEEE;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  min-height: 100px;
  line-height: normal; }
  #promo-footer div {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1000px) {
      #promo-footer div {
        flex-direction: column; } }
  #promo-footer p {
    margin: 0 5px 0 0; }
    @media screen and (max-width: 1000px) {
      #promo-footer p {
        margin-bottom: 20px; } }
  #promo-footer div.image-holder {
    margin: 0 0 0 5px;
    position: relative;
    top: 3px; }

.editable {
  border: 2px solid #49C763;
  padding: 4px; }
  .editable p {
    outline: none;
    margin: 0; }

p.editable-text strong {
  font-weight: bold; }

#login-signup-bar {
  height: 40px;
  min-width: 500px;
  width: 100%;
  background-color: #3a3a3a;
  color: #FFFFFF;
  display: flex;
  padding-right: 10px;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.4);
  z-index: 999; }
  #login-signup-bar div:nth-child(2) {
    justify-content: flex-end; }
  #login-signup-bar div:nth-child(1) a {
    font-size: 24px; }
  #login-signup-bar div {
    margin: 0 10px 0 10px;
    display: flex;
    align-items: center;
    min-width: 150px;
    width: 50%; }
    #login-signup-bar div a {
      text-transform: uppercase;
      text-decoration: none;
      color: #FFFFFF;
      font-family: "Raleway", sans-serif;
      font-weight: 200;
      font-size: 13px;
      margin: 0 5px; }
      #login-signup-bar div a i, #login-signup-bar div a svg {
        margin-right: 5px; }

#content {
  width: 100%;
  margin: auto; }
  #content a {
    color: #000000; }

button {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); }

.series-title.editable {
  min-width: 100px; }

.series-progress-tag {
  width: 134px;
  height: 24px;
  min-width: 134px;
  min-height: 24px;
  background-color: #EEEEEE;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer; }

.series-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20% 0 20%; }

.horizontal-rule {
  border: none;
  width: 120%;
  height: 1px;
  background: #CCCCCC;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .horizontal-rule .series-progress-tag {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2); }

.slick-slider {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: initial;
  max-width: 60%;
  margin-bottom: 15px;
  min-height: 189px;
  min-width: 132px; }
  .slick-slider div.slick-track {
    display: flex;
    justify-content: center;
    width: auto !important;
    width: initial !important;
    transform: none !important; }
  .slick-slider div.slick-slide {
    width: auto !important;
    width: initial !important;
    margin-left: 5px;
    margin-right: 5px;
    display: initial; }
    .slick-slider div.slick-slide.slick-active {
      display: inherit; }
    .slick-slider div.slick-slide img {
      max-height: 183px; }

#edit-mode-wrapper-spacer {
  min-height: 99px; }

#offer-edit-mode-wrapper-spacer {
  min-height: 144px; }

#edit-mode-wrapper {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 99px;
  z-index: 9999; }
  #edit-mode-wrapper #edit-mode-banner {
    background-color: #49C763;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); }
    #edit-mode-wrapper #edit-mode-banner p {
      font-family: "Playfair Display", Palatino, Georgia, serif;
      font-style: italic;
      font-size: 30px;
      margin: 10px 0 10px 0;
      line-height: initial;
      text-align: center; }
    #edit-mode-wrapper #edit-mode-banner .button-wrapper {
      margin-bottom: 10px; }
      @media screen and (max-width: 630px) {
        #edit-mode-wrapper #edit-mode-banner .button-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      #edit-mode-wrapper #edit-mode-banner .button-wrapper.save-or-discard {
        margin-top: 20px; }
    #edit-mode-wrapper #edit-mode-banner button {
      text-transform: uppercase;
      width: 250px;
      border-radius: 5px;
      font-weight: 500;
      padding: 5px;
      font-family: "Raleway", sans-serif;
      border: none;
      letter-spacing: 1.5px;
      margin-bottom: 10px;
      font-size: 16px; }
      #edit-mode-wrapper #edit-mode-banner button.enter-edit-mode, #edit-mode-wrapper #edit-mode-banner button.save-changes {
        color: #000000;
        background-color: #e0e0e0;
        margin-right: 10px;
        background-color: white;
        box-shadow: 0 4px 0 -0.25px #e0e0e0; }
        #edit-mode-wrapper #edit-mode-banner button.enter-edit-mode:hover, #edit-mode-wrapper #edit-mode-banner button.save-changes:hover {
          background-color: white;
          box-shadow: 0 6px 0 -0.25px #e0e0e0;
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
        #edit-mode-wrapper #edit-mode-banner button.enter-edit-mode:active, #edit-mode-wrapper #edit-mode-banner button.save-changes:active {
          box-shadow: 0 4px 0 -0.25px #e0e0e0;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
        #edit-mode-wrapper #edit-mode-banner button.enter-edit-mode:focus, #edit-mode-wrapper #edit-mode-banner button.save-changes:focus {
          background-color: white; }
        @media screen and (max-width: 630px) {
          #edit-mode-wrapper #edit-mode-banner button.enter-edit-mode, #edit-mode-wrapper #edit-mode-banner button.save-changes {
            margin-right: 0; } }
      #edit-mode-wrapper #edit-mode-banner button.maybe-later, #edit-mode-wrapper #edit-mode-banner button.discard-changes, #edit-mode-wrapper #edit-mode-banner button.save-changes-and-continue {
        color: #FFFFFF;
        background-color: #1B3B4F;
        margin-left: 10px;
        background-color: #2b5d7d;
        box-shadow: 0 4px 0 -0.25px #1B3B4F; }
        #edit-mode-wrapper #edit-mode-banner button.maybe-later:hover, #edit-mode-wrapper #edit-mode-banner button.discard-changes:hover, #edit-mode-wrapper #edit-mode-banner button.save-changes-and-continue:hover {
          background-color: #2b5d7d;
          box-shadow: 0 6px 0 -0.25px #1B3B4F;
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
        #edit-mode-wrapper #edit-mode-banner button.maybe-later:active, #edit-mode-wrapper #edit-mode-banner button.discard-changes:active, #edit-mode-wrapper #edit-mode-banner button.save-changes-and-continue:active {
          box-shadow: 0 4px 0 -0.25px #1B3B4F;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
        #edit-mode-wrapper #edit-mode-banner button.maybe-later:focus, #edit-mode-wrapper #edit-mode-banner button.discard-changes:focus, #edit-mode-wrapper #edit-mode-banner button.save-changes-and-continue:focus {
          background-color: #2b5d7d; }
        @media screen and (max-width: 630px) {
          #edit-mode-wrapper #edit-mode-banner button.maybe-later, #edit-mode-wrapper #edit-mode-banner button.discard-changes, #edit-mode-wrapper #edit-mode-banner button.save-changes-and-continue {
            margin-left: 0; } }
      #edit-mode-wrapper #edit-mode-banner button.deactivate {
        color: #FFFFFF;
        background-color: #93A9A9;
        margin-left: 10px;
        background-color: #88a0a0;
        box-shadow: 0 4px 0 -0.25px #688282;
        padding-left: 40px;
        padding-right: 40px;
        width: 330px; }
        #edit-mode-wrapper #edit-mode-banner button.deactivate:hover {
          background-color: #88a0a0;
          box-shadow: 0 6px 0 -0.25px #688282;
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); }
        #edit-mode-wrapper #edit-mode-banner button.deactivate:active {
          box-shadow: 0 4px 0 -0.25px #688282;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px); }
        #edit-mode-wrapper #edit-mode-banner button.deactivate:focus {
          background-color: #88a0a0; }
  #edit-mode-wrapper #shade {
    min-height: 99px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); }
    #edit-mode-wrapper #shade #notification-bar {
      min-height: 30px; }

.no-flexbox #edit-mode-banner {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center; }

.no-flexbox .slick-slider {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: inherit; }

.no-flexbox .slick-track {
  display: -ms-flexbox;
  -ms-flex-pack: center; }

.no-flexbox .series-title-wrapper {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center; }

.no-flexbox #promo-footer {
  padding-top: 30px;
  background-color: #EEEEEE;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  min-height: 100px;
  line-height: normal; }
  .no-flexbox #promo-footer div {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center; }

#content {
  margin-top: -15px; }
  #content .baby-blue {
    background-color: #2b5d7d;
    box-shadow: 0 4px 0 -0.25px #1B3B4F;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    font-family: "Raleway", sans-serif;
    border: none;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px; }
    #content .baby-blue:hover {
      background-color: #2b5d7d;
      box-shadow: 0 6px 0 -0.25px #1B3B4F;
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px); }
    #content .baby-blue:active {
      box-shadow: 0 4px 0 -0.25px #1B3B4F;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    #content .baby-blue:focus {
      background-color: #2b5d7d; }

body {
  background-size: cover;
  background-position: center center;
  width: 100%; }

#login-signup-bar {
  margin-top: 15px; }

#for-sale-at {
  margin: -5px 0 0 20px; }
  @media screen and (max-width: 1000px) {
    #for-sale-at {
      text-align: center; } }

#ubl-and-book-content-wrapper {
  margin-top: -15px; }
  @media screen and (max-width: 1000px) {
    #ubl-and-book-content-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center; } }

#ubl-and-book-content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  min-width: 500px; }
  @media screen and (max-width: 1300px) {
    #ubl-and-book-content {
      width: 70%; } }
  @media screen and (max-width: 1100px) {
    #ubl-and-book-content {
      width: 80%;
      margin-top: 40px; } }
  @media screen and (max-width: 1000px) {
    #ubl-and-book-content {
      display: flex;
      flex-direction: column;
      align-items: center; } }

.teaser {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1.25px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 0 5px; }

#ubl-content {
  margin-bottom: 5px;
  width: 330px;
  float: left; }
  @media screen and (max-width: 1000px) {
    #ubl-content {
      margin-right: 0; } }
  #ubl-content .ubl-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1000px) {
      #ubl-content .ubl-info .ubl-image {
        text-align: center; } }
    #ubl-content .ubl-info .ubl-store-links {
      font-family: "Playfair Display", Palatino, Georgia, serif;
      margin-top: 5px;
      font-size: 14px; }
      @media screen and (max-width: 1000px) {
        #ubl-content .ubl-info .ubl-store-links {
          display: none; } }
      #ubl-content .ubl-info .ubl-store-links ul {
        margin: 0; }
      #ubl-content .ubl-info .ubl-store-links .store-link {
        display: inline-block;
        width: 110px; }
        #ubl-content .ubl-info .ubl-store-links .store-link a {
          text-decoration: underline; }

#book-content {
  width: initial;
  margin-top: 50px; }
  @media screen and (max-width: 1000px) {
    #book-content {
      width: initial; } }
  #book-content #book-info {
    margin-left: auto;
    margin-right: auto;
    font-family: "Playfair Display", Palatino, Georgia, serif;
    color: #000000; }
    #book-content #book-info #title-author-buy-wrapper {
      padding-top: 5%;
      padding-bottom: 5%; }
      @media screen and (max-width: 1000px) {
        #book-content #book-info #title-author-buy-wrapper {
          padding: 0; } }
      #book-content #book-info #title-author-buy-wrapper .format-list {
        display: flex;
        margin-bottom: 30px;
        margin-top: 20px; }
        @media screen and (max-width: 992px) {
          #book-content #book-info #title-author-buy-wrapper .format-list {
            width: auto; } }
        #book-content #book-info #title-author-buy-wrapper .format-list div.format {
          font-size: 16px;
          color: #000000;
          font-family: "Raleway", sans-serif;
          background-color: #EEEEEE;
          padding: 10px 55px;
          border: 2px solid black;
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
          cursor: pointer;
          display: flex;
          align-items: center; }
          #book-content #book-info #title-author-buy-wrapper .format-list div.format.ebook {
            border-left: none;
            border-right: none; }
          #book-content #book-info #title-author-buy-wrapper .format-list div.format.active {
            transform: scale(1, 1.15);
            background-color: #FFFFFF; }
          #book-content #book-info #title-author-buy-wrapper .format-list div.format i, #book-content #book-info #title-author-buy-wrapper .format-list div.format svg, #book-content #book-info #title-author-buy-wrapper .format-list div.format path {
            margin-right: 5px;
            color: #000000; }
          #book-content #book-info #title-author-buy-wrapper .format-list div.format span {
            color: #000000; }
            @media screen and (max-width: 992px) {
              #book-content #book-info #title-author-buy-wrapper .format-list div.format span {
                display: none; } }
    #book-content #book-info #for-sale-at .teaser {
      padding-left: 70px; }
      @media screen and (max-width: 1000px) {
        #book-content #book-info #for-sale-at .teaser {
          margin-left: -15px;
          padding-left: 0; } }
    @media screen and (max-width: 1000px) {
      #book-content #book-info {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    #book-content #book-info .book-title {
      font-family: "Playfair Display", Palatino, Georgia, serif;
      font-size: 60px;
      margin: -15px 0 20px 0;
      line-height: 1.1; }
      @media screen and (max-width: 1000px) {
        #book-content #book-info .book-title {
          text-align: center; } }
    #book-content #book-info .book-author {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 1000px) {
        #book-content #book-info .book-author {
          justify-content: center; } }
      #book-content #book-info .book-author .spacer {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 1.2em; }
        #book-content #book-info .book-author .spacer .fa-caret-right {
          font-size: 2em;
          margin-top: 20px; }
      #book-content #book-info .book-author .title {
        text-transform: uppercase;
        display: block; }
        #book-content #book-info .book-author .title.teaser {
          margin: 0; }
      #book-content #book-info .book-author .author-name {
        font-family: "Raleway", sans-serif;
        font-size: 18px; }
    #book-content #book-info #buy-it-now-wrapper {
      border: 2px solid #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 18px;
      width: 420px;
      padding: 10px; }
      @media screen and (max-width: 1000px) {
        #book-content #book-info #buy-it-now-wrapper {
          margin-left: auto;
          margin-right: auto; } }
    #book-content #book-info a#buy-it-now {
      width: 100%;
      height: 75px;
      background: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.3); }
      #book-content #book-info a#buy-it-now div {
        font-family: "Playfair Display", Palatino, Georgia, serif;
        font-style: italic;
        font-weight: bold;
        font-size: 35px;
        text-transform: uppercase; }
        #book-content #book-info a#buy-it-now div i, #book-content #book-info a#buy-it-now div svg {
          margin-right: 10px; }
      #book-content #book-info a#buy-it-now div#book-tag {
        position: absolute;
        height: 66px;
        width: 90px;
        background-color: #FFFFFF;
        left: 355px;
        top: -30px;
        text-transform: uppercase;
        font-style: normal;
        line-height: 1.25;
        box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.3); }
        #book-content #book-info a#buy-it-now div#book-tag .select-component-placeholder {
          font-family: "Raleway", sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 15px;
          text-transform: none; }
        #book-content #book-info a#buy-it-now div#book-tag span.tag {
          font-family: "Raleway", sans-serif;
          font-size: 15px;
          font-weight: bold; }
        #book-content #book-info a#buy-it-now div#book-tag.editable {
          padding: 0; }
        #book-content #book-info a#buy-it-now div#book-tag:empty {
          display: none; }
    #book-content #book-info .description {
      font-size: 18px; }

#author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  background-color: #FFFFFF;
  width: 100%;
  padding-bottom: 50px;
  min-height: 300px; }
  #author-details .author-name {
    font-family: "Playfair Display", Palatino, Georgia, serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    margin: 0; }
  #author-details .title {
    text-transform: uppercase; }
    @media screen and (max-width: 1000px) {
      #author-details .title {
        margin: 0; } }
  #author-details #author-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%; }
    @media screen and (max-width: 1300px) {
      #author-details #author-info {
        width: 70%; } }
    @media screen and (max-width: 1100px) {
      #author-details #author-info {
        width: 80%; } }
    #author-details #author-info #author-links {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 20%;
      line-height: 200%;
      margin-bottom: 10px; }
      #author-details #author-info #author-links button {
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #000000;
        font-family: "Raleway", sans-serif;
        border: none;
        letter-spacing: 1.5px;
        font-weight: 500;
        padding: 10px 15px;
        margin-bottom: 10px;
        white-space: nowrap; }
        #author-details #author-info #author-links button:focus {
          background-color: #000000; }
      #author-details #author-info #author-links div {
        display: flex;
        align-items: center;
        justify-content: center; }
        #author-details #author-info #author-links div i, #author-details #author-info #author-links div svg {
          font-size: 2rem;
          margin-right: 10px; }
    #author-details #author-info #about-the-author {
      margin-left: 20px; }
      #author-details #author-info #about-the-author img#author-image {
        float: left;
        width: 140px;
        border-radius: 50%;
        margin-right: 20px;
        margin-bottom: 10px; }
      #author-details #author-info #about-the-author p.author-description {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        font-family: "Playfair Display", Palatino, Georgia, serif;
        font-size: 16px; }

#edit-mode-wrapper-spacer {
  margin-bottom: 20px; }

#author-top {
  display: flex;
  height: 41px; }
  #author-top .author-spacer {
    width: 100%;
    background-color: #FFFFFF; }

#series-wrapper {
  display: flex;
  width: 100%;
  height: initial; }
  #series-wrapper .series-title {
    font-family: "Raleway", sans-serif;
    font-size: 26pt;
    font-weight: 400;
    color: #000000;
    margin: 0;
    text-align: center; }

#series-bottom-padding {
  height: 20px;
  background: #EEEEEE;
  width: 100%; }

#series-bottom-triangle {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  height: 55px; }

#series {
  width: 100%; }
  #series #series-top {
    display: flex;
    background: transparent;
    height: 41px;
    width: 100%; }
    #series #series-top .triangle-down {
      background: transparent;
      width: 152px; }
    #series #series-top .series-spacer {
      width: 50%;
      background: #EEEEEE; }
  #series #series-info {
    background: #EEEEEE;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #series #series-info .horizontal-line {
      margin-bottom: 15px; }
    #series #series-info .title {
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 0;
      font-weight: 400; }
    #series #series-info #series-images {
      display: flex; }

.expand {
  height: 50px;
  width: 50px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: large;
  display: none; }

.horizontal-line {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px; }

.slick-slider {
  justify-content: center;
  max-width: initial !important; }

#series-and-author {
  position: fixed;
  top: 580px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #series-and-author {
      position: static !important;
      margin-top: 20px; } }
  @media screen and (max-width: 1000px) {
    #series-and-author {
      position: inherit; }
      #series-and-author #series #series-top .triangle-down-right {
        display: none; } }
  @media screen and (max-width: 900px) {
    #series-and-author {
      min-width: 500px; }
      #series-and-author #author-info {
        flex-direction: column;
        align-items: center; } }

p.author-description strong {
  font-weight: bold; }

.no-flexbox #ubl-and-book-content {
  display: -ms-flexbox; }
  @media screen and (max-width: 1000px) {
    .no-flexbox #ubl-and-book-content {
      -ms-flex-direction: column;
      -ms-flex-align: center; } }

.no-flexbox .ubl-info {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center; }

@media screen and (max-width: 1000px) {
  .no-flexbox #book-info {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center; } }

.no-flexbox .book-author {
  display: -ms-flexbox;
  -ms-flex-direction: row; }
  @media screen and (max-width: 1000px) {
    .no-flexbox .book-author {
      -ms-flex-pack: center; } }
  .no-flexbox .book-author .spacer {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-pack: end; }

.no-flexbox div#buy-it-now {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center; }

.no-flexbox #author-details {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center; }
  .no-flexbox #author-details #author-info {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: start; }
    .no-flexbox #author-details #author-info #author-links {
      display: -ms-flexbox;
      -ms-flex-direction: column;
      -ms-flex-pack: center;
      -ms-flex-align: center; }

.no-flexbox #author-top {
  display: -ms-flexbox; }

.no-flexbox #series-wrapper {
  display: -ms-flexbox; }

.no-flexbox #series #series-top {
  display: -ms-flexbox;
  -ms-flex-direction: row; }
  .no-flexbox #series #series-top div {
    display: block; }
  .no-flexbox #series #series-top div.expand {
    display: none; }

.no-flexbox #series #series-info {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
  .no-flexbox #series #series-info #series-images {
    display: -ms-flexbox; }

.no-flexbox #series-bottom-triangle {
  display: block; }

.no-flexbox #series-and-author {
  position: absolute; }
  .no-flexbox #series-and-author #series-wrapper #series #series-top .series-spacer {
    width: 46%; }
  .no-flexbox #series-and-author[width=half] #series-wrapper #series #series-top .series-spacer {
    width: 41%; }
  .no-flexbox #series-and-author[width=half] #series-wrapper #series #series-top .series-spacer:nth-child(3) {
    display: -ms-flexbox;
    -ms-flex-pack: end; }
    .no-flexbox #series-and-author[width=half] #series-wrapper #series #series-top .series-spacer:nth-child(3) div.expand {
      display: -ms-flexbox;
      -ms-flex-pack: center;
      -ms-flex-align: center;
      position: relative;
      top: -3px; }
  .no-flexbox #series-and-author[width=half] #author-top .author-spacer:nth-child(3) {
    display: -ms-flexbox;
    -ms-flex-pack: end; }
  @media screen and (max-width: 1000px) {
    .no-flexbox #series-and-author {
      position: inherit; }
      .no-flexbox #series-and-author #series #series-top .triangle-down-right {
        display: none; } }
  @media screen and (max-width: 900px) {
    .no-flexbox #series-and-author #author-info {
      -ms-flex-direction: column;
      -ms-flex-align: center; } }

@media screen and (max-width: 1000px) {
  .no-flexbox .description {
    width: 150%; } }
