/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Palatino Linotype";
  src: url("pala.woff2") format("woff2"), url("pala.woff") format("woff"), url("pala.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Palatino Linotype";
  src: url("palab.woff2") format("woff2"), url("palab.woff") format("woff"), url("palab.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Palatino Linotype";
  src: url("palabi.woff2") format("woff2"), url("palabi.woff") format("woff"), url("palabi.otf") format("opentype");
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: "Palatino Linotype";
  src: url("palai.woff2") format("woff2"), url("palai.woff") format("woff"), url("palai.otf") format("opentype");
  font-style: italic;
  font-weight: 400; }

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

html #wpadminbar {
  position: fixed !important; }

body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #50555f;
  min-height: 100%;
  box-sizing: border-box;
  padding-bottom: 110px;
  position: relative;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 992px) {
    body {
      padding-bottom: 84px; } }

p {
  margin-bottom: 25px;
  line-height: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box; }

.site-navigation {
  background-color: #CF4520;
  color: #fff;
  height: 64px; }
  .site-navigation .container {
    display: flex;
    flex-direction: row;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .site-navigation .container {
        flex-flow: row nowrap; } }
  .site-navigation__logo {
    width: 26px;
    height: auto;
    display: block;
    align-self: center; }
    .site-navigation__logo img {
      width: 100%;
      height: auto; }
  .site-navigation__editions {
    display: none; }
    @media screen and (min-width: 768px) {
      .site-navigation__editions {
        font-size: 0.875rem;
        display: flex; } }
    @media screen and (min-width: 992px) {
      .site-navigation__editions {
        flex-direction: row;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0); } }
    .site-navigation__editions a {
      opacity: 0.5;
      color: #fff;
      text-decoration: none;
      transition: all 0.25s ease-in-out;
      padding: 25px 35px;
      display: block; }
      .site-navigation__editions a:hover, .site-navigation__editions a:active, .site-navigation__editions a:focus {
        opacity: 1;
        color: #CF4520;
        background-color: #fff; }
    .site-navigation__editions .current-menu-item a {
      opacity: 1;
      color: #CF4520;
      background-color: #fff; }
  .site-navigation__user {
    display: flex;
    align-self: center;
    margin-left: auto;
    font-size: 0.875rem; }
    @media screen and (min-width: 992px) {
      .site-navigation__user {
        flex-direction: row; } }
    .site-navigation__user li {
      margin: 0 15px; }
      .site-navigation__user li:last-child {
        margin-right: 0; }
    .site-navigation__user a {
      color: #fff;
      text-decoration: none; }

.site-footer {
  background-color: #50555f;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .site-footer {
      height: 84px; } }
  .site-footer .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 992px) {
      .site-footer .container {
        flex-flow: row nowrap; } }
  .site-footer__copyright {
    font-size: 0.875rem;
    align-self: flex-end;
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .site-footer__copyright {
        margin-bottom: 0;
        text-align: left; } }
  .site-footer__top-link {
    transform: translate(-50%, 0);
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: none; }
    @media screen and (min-width: 992px) {
      .site-footer__top-link {
        position: absolute;
        display: block;
        left: 50%;
        bottom: 20px; } }
    .site-footer__top-link:before {
      content: '';
      border-left: 3px solid #fff;
      border-top: 3px solid #fff;
      border-right: 3px solid #50555f;
      border-bottom: 3px solid #50555f;
      width: 12px;
      height: 12px;
      display: block;
      position: relative;
      transform: rotate(45deg);
      margin-left: auto;
      margin-right: auto; }
  .site-footer__logo {
    margin-left: auto;
    width: 100%;
    max-width: 436px;
    align-self: flex-end; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:active, .site-footer a:focus {
      text-decoration: underline; }

.introduction {
  padding: 45px 0 0; }
  @media screen and (min-width: 992px) {
    .introduction {
      padding: 100px 0 0; } }
  .introduction a {
    font-weight: bold;
    color: #50555f;
    text-decoration: none; }
  .introduction .page-title {
    color: #CF4520;
    font-size: 2.5rem;
    font-family: 'Palatino Linotype', serif;
    font-style: italic;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .introduction .page-title {
        font-size: 3.0625rem; } }
    .introduction .page-title span {
      font-style: normal; }
  .introduction .page-subtitle {
    font-family: 'Palatino Linotype', serif;
    font-size: 1.375rem;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.25em; }
    @media screen and (min-width: 768px) {
      .introduction .page-subtitle {
        margin-bottom: 60px; } }
    .introduction .page-subtitle span {
      color: #CF4520; }
  .introduction__title {
    font-family: 'Palatino Linotype', serif;
    font-size: 2.125rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .introduction__title {
        margin-bottom: 60px; } }
  .introduction__text {
    font-size: 0.875rem;
    line-height: 1.5em;
    max-width: 780px; }
    @media screen and (min-width: 992px) {
      .introduction__text {
        font-size: 1.125rem; } }
  .introduction__image-container {
    padding: 60px 0 70px 0;
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 16%, #f8f8f9 16%, #f9f9f9 45%, #eeeff1 45%, #eeeff1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(16%, white), color-stop(16%, #f8f8f9), color-stop(45%, #f9f9f9), color-stop(45%, #eeeff1), color-stop(100%, #eeeff1));
    background: -webkit-linear-gradient(top, white 0%, white 16%, #f8f8f9 16%, #f9f9f9 45%, #eeeff1 45%, #eeeff1 100%);
    background: -o-linear-gradient(top, white 0%, white 16%, #f8f8f9 16%, #f9f9f9 45%, #eeeff1 45%, #eeeff1 100%);
    background: -ms-linear-gradient(top, white 0%, white 16%, #f8f8f9 16%, #f9f9f9 45%, #eeeff1 45%, #eeeff1 100%);
    background: linear-gradient(to bottom, white 0%, white 16%, #f8f8f9 16%, #f9f9f9 45%, #eeeff1 45%, #eeeff1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff1', GradientType=0 ); }
    .introduction__image-container img {
      display: block;
      max-width: 1388px;
      width: 100%;
      height: auto; }

.home-flex {
  display: flex;
  flex-direction: column;
  background-color: #eeeff1; }
  @media screen and (min-width: 992px) {
    .home-flex {
      flex-direction: row; } }
  .home-flex__reverse {
    background-color: #fff; }
    @media screen and (min-width: 992px) {
      .home-flex__reverse {
        flex-direction: row-reverse; } }
  @media screen and (min-width: 992px) {
    .home-flex__box {
      flex-basis: 50%;
      box-sizing: border-box; } }
  .home-flex__box__cta {
    background-color: #CF4520;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    font-size: 0.875rem;
    padding: 30px;
    border-radius: 6px;
    display: block;
    text-align: center;
    max-width: 430px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px; }
  .home-flex__box-text {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .home-flex__box-text {
        padding: 45px; } }
    @media screen and (min-width: 992px) {
      .home-flex__box-text {
        padding: 87px; } }
  .home-flex__box img {
    display: block;
    width: 100%;
    height: auto; }
  .home-flex__box__title {
    font-family: 'Palatino Linotype', serif;
    font-size: 2.125rem;
    font-style: italic;
    margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      .home-flex__box__title {
        margin-bottom: 50px; } }
  .home-flex__box__subtitle {
    font-size: 1.5rem;
    font-family: 'Palatino Linotype', serif;
    color: #CF4520;
    font-style: italic;
    margin-bottom: 5px; }
    .home-flex__box__subtitle span {
      font-style: normal; }
  .home-flex__box ul {
    list-style: none;
    line-height: 1.5em; }
    .home-flex__box ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 20px; }
      .home-flex__box ul li:before {
        content: '>';
        color: #CF4520;
        position: absolute;
        left: 0; }

.book-introduction.home-flex .home-flex__box-text {
  background-color: #fff; }

.book-authors header, .user-reviews header, .sample-pages header, .pages-contents header {
  background-color: #eeeff1;
  text-align: center;
  padding: 85px 0; }
  .book-authors header h2, .book-authors header h3, .user-reviews header h2, .user-reviews header h3, .sample-pages header h2, .sample-pages header h3, .pages-contents header h2, .pages-contents header h3 {
    font-family: 'Palatino Linotype', serif;
    font-style: italic; }
  .book-authors header h3, .user-reviews header h3, .sample-pages header h3, .pages-contents header h3 {
    color: #CF4520;
    font-size: 1.5rem;
    margin-bottom: 10px; }
    .book-authors header h3 span, .user-reviews header h3 span, .sample-pages header h3 span, .pages-contents header h3 span {
      font-style: normal; }
  .book-authors header h2, .user-reviews header h2, .sample-pages header h2, .pages-contents header h2 {
    font-size: 2.125rem; }

.sample-pages {
  background-color: #eeeff1; }
  @media screen and (min-width: 992px) {
    .sample-pages {
      padding-bottom: 124px; } }
  .sample-pages__list {
    display: flex;
    list-style: none; }
    @media screen and (min-wdth: 992px) {
      .sample-pages__list {
        flex-direction: row;
        justify-content: space-between; } }
    .sample-pages__list li {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      transition: all 0.25s ease-in-out;
      text-align: center;
      font-size: 1.125rem;
      width: 263px; }
      .sample-pages__list li img {
        display: block;
        transition: all 0.25s ease-in-out;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto; }
      .sample-pages__list li .img-cont {
        position: relative; }
        .sample-pages__list li .img-cont:after {
          content: '';
          display: block;
          position: absolute;
          width: 50px;
          height: 50px;
          background: #c6d2da url("../images/mag-glass.svg") no-repeat center center;
          background-size: 21px 21px;
          bottom: 0;
          right: 0;
          transition: all 0.25s ease-in-out; }
      .sample-pages__list li:hover img {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); }
      .sample-pages__list li:hover .img-cont:after {
        background-color: #CF4520; }

@media screen and (min-width: 992px) {
  .pages-contents {
    padding-bottom: 125px; } }

.pages-contents header {
  background-color: #fff; }

.pages-contents__list {
  line-height: 1.5em;
  font-weight: bold; }
  @media screen and (min-width: 992px) {
    .pages-contents__list {
      column-count: 3; } }
  .pages-contents__list-sub {
    color: #8b959a;
    font-weight: normal; }

.user-reviews .user-reviews__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.user-reviews .user-review {
  flex-basis: 100%;
  background-color: #CF4520;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 30px; }
  @media screen and (min-width: 992px) {
    .user-reviews .user-review {
      flex-basis: 50%;
      min-height: 300px; } }
  .user-reviews .user-review blockquote {
    text-align: left;
    align-self: center;
    max-width: 455px;
    line-height: 1.5em;
    font-size: 1.125rem; }
    .user-reviews .user-review blockquote footer {
      margin-top: 20px;
      font-style: italic; }

.book-authors__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0; }

.book-authors .author {
  margin: 0 auto;
  flex-basis: 100%; }
  @media screen and (min-width: 992px) {
    .book-authors .author {
      flex-basis: 33%;
      max-width: 272px; } }
  .book-authors .author img {
    margin-bottom: 40px;
    display: block; }
  .book-authors .author h3 {
    font-family: 'Palatino Linotype', serif;
    font-style: italic;
    font-size: 2.125rem;
    line-height: 1.5em;
    margin-bottom: 10px; }

.digital-introduction header {
  text-align: center;
  padding: 85px 0; }
  .digital-introduction header h2, .digital-introduction header h1 {
    font-family: 'Palatino Linotype', serif;
    font-style: italic; }
  .digital-introduction header h2 {
    color: #CF4520;
    font-size: 1.5rem;
    margin-bottom: 10px; }
    .digital-introduction header h2 span {
      font-style: normal; }
  .digital-introduction header h1 {
    font-size: 2.125rem; }

.digital-introduction__image {
  padding: 60px 0 70px 0;
  display: block;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 26%, #eeeff1 26%, #eeeff1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(26%, white), color-stop(26%, #eeeff1), color-stop(100%, #eeeff1));
  background: -webkit-linear-gradient(top, white 0%, white 26%, #eeeff1 26%, #eeeff1 100%);
  background: -o-linear-gradient(top, white 0%, white 26%, #eeeff1 26%, #eeeff1 100%);
  background: -ms-linear-gradient(top, white 0%, white 26%, #eeeff1 26%, #eeeff1 100%);
  background: linear-gradient(to bottom, white 0%, white 26%, #eeeff1 26%, #eeeff1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff1', GradientType=0 ); }
  .digital-introduction__image img {
    display: block;
    max-width: 1388px;
    width: 100%;
    height: auto; }

.online-editions {
  background-color: #eeeff1;
  padding-bottom: 115px; }
  .online-editions .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .online-editions .online-edition header {
    display: flex;
    flex-direction: row;
    margin: 0 -10px; }
    @media screen and (min-width: 768px) {
      .online-editions .online-edition header {
        margin: 0; } }
    .online-editions .online-edition header div {
      flex-basis: 50%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .online-editions .online-edition header div {
          flex-basis: 49%; } }
      .online-editions .online-edition header div:first-child {
        margin-left: 0; }
      .online-editions .online-edition header div:last-child {
        margin-right: 0; }
  .online-editions .online-edition footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .online-editions .online-edition footer div {
      flex-basis: 100%;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .online-editions .online-edition footer div {
          flex-basis: 49%; } }
      .online-editions .online-edition footer div.edition-pro {
        display: none; }
        @media screen and (min-width: 768px) {
          .online-editions .online-edition footer div.edition-pro {
            display: block; } }
      .online-editions .online-edition footer div:first-child {
        margin-left: 0; }
      .online-editions .online-edition footer div:last-child {
        margin-right: 0; }
  .online-editions .online-edition__signup {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #50555f;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px; }
    .online-editions .online-edition__signup:hover, .online-editions .online-edition__signup:active, .online-editions .online-edition__signup:focus {
      background-color: #fafafa; }
    .online-editions .online-edition__signup--pro {
      background-color: #CF4520;
      color: #fff; }
      .online-editions .online-edition__signup--pro:hover, .online-editions .online-edition__signup--pro:active, .online-editions .online-edition__signup--pro:focus {
        background-color: #a33619; }
    .online-editions .online-edition__signup + p {
      text-align: center; }
  .online-editions header {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .online-editions header .edition {
      flex-basis: 100%;
      background-color: #CF4520;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-direction: column;
      font-weight: bold;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) {
        .online-editions header .edition {
          height: 202px; } }
      .online-editions header .edition-lite {
        background-color: #fff;
        margin-right: auto; }
        .online-editions header .edition-lite h3 {
          color: #CF4520; }
        .online-editions header .edition-lite.inactive {
          background-color: #CF4520;
          color: #fff; }
          .online-editions header .edition-lite.inactive h3 {
            color: #fff; }
      .online-editions header .edition-pro {
        margin-left: auto;
        color: #fff; }
        .online-editions header .edition-pro.active {
          background-color: #fff; }
          .online-editions header .edition-pro.active h2 {
            color: #50555f; }
      .online-editions header .edition h2, .online-editions header .edition h3, .online-editions header .edition h4 {
        text-align: center;
        line-height: 1.5rem; }
      .online-editions header .edition h2 {
        font-size: 1.25rem;
        margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          .online-editions header .edition h2 {
            font-size: 2.125rem; } }
      .online-editions header .edition h3, .online-editions header .edition h4, .online-editions header .edition a {
        display: none; }
        @media screen and (min-width: 768px) {
          .online-editions header .edition h3, .online-editions header .edition h4, .online-editions header .edition a {
            display: block; } }
      .online-editions header .edition h3 {
        font-size: 1.125rem; }
      .online-editions header .edition h4 {
        font-weight: normal; }
  .online-editions .mobile-only {
    padding: 25px 0; }
    .online-editions .mobile-only h3 {
      color: #CF4520;
      text-align: center;
      font-weight: bold; }
    .online-editions .mobile-only h4 {
      font-weight: bold;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .online-editions .mobile-only {
        display: none;
        visibility: hidden; } }
    .online-editions .mobile-only .edition-pro {
      display: none; }
  .online-editions__features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px; }
    .online-editions__features .feature {
      flex-basis: 100%;
      line-height: 1.5em;
      font-size: 1.125rem;
      box-sizing: border-box;
      position: relative;
      display: flex;
      justify-content: space-between; }
      .online-editions__features .feature:last-child .feature-block {
        border-bottom: none; }
      .online-editions__features .feature .pro-tick, .online-editions__features .feature .pro-plus {
        display: block;
        position: absolute;
        width: 22px;
        height: 22px;
        top: 18px;
        left: 0;
        background: #b3babb url("../images/pro-tick.svg") no-repeat center center;
        background-size: 10px 12px;
        border-radius: 50%; }
      .online-editions__features .feature .pro-tick {
        background-color: #CF4520; }
      .online-editions__features .feature .feature-block {
        flex-basis: 100%;
        position: relative;
        padding: 15px 15px 15px 35px;
        border-bottom: 1px solid #b3babb;
        box-sizing: border-box; }
        @media screen and (min-width: 768px) {
          .online-editions__features .feature .feature-block {
            flex-basis: 49%; } }
        .online-editions__features .feature .feature-block.lite-feature {
          margin-right: auto; }
        .online-editions__features .feature .feature-block.pro-feature {
          margin-left: auto;
          display: none; }
          @media screen and (min-width: 768px) {
            .online-editions__features .feature .feature-block.pro-feature {
              display: block; } }
        .online-editions__features .feature .feature-block span {
          color: #CF4520; }

.more-details {
  padding: 100px 0; }
  .more-details header {
    text-align: center;
    padding-bottom: 80px; }
    .more-details header h3 {
      color: #CF4520;
      font-family: 'Palatino Linotype', serif;
      font-size: 1.5rem;
      font-style: italic; }
  .more-details .more-detail {
    border-bottom: 1px solid #b3babb;
    padding: 10px 0; }
    .more-details .more-detail:first-of-type {
      border-top: 1px solid #b3babb; }
    .more-details .more-detail h4 {
      font-size: 1.125rem;
      position: relative; }
      .more-details .more-detail h4:after {
        content: '';
        display: block;
        width: 18px;
        height: 9px;
        background: url("../images/detail-arrow-down.svg") no-repeat center center;
        background-size: 18px 9;
        position: absolute;
        right: 0;
        top: 5px; }
      .more-details .more-detail h4:hover {
        cursor: pointer; }
      .more-details .more-detail h4.active {
        color: #CF4520; }
        .more-details .more-detail h4.active:after {
          background-image: url("../images/detail-arrow-up.svg"); }
    .more-details .more-detail__expand {
      display: none;
      align-items: flex-start;
      flex-direction: column-reverse;
      padding-bottom: 40px; }
      @media screen and (min-width: 992px) {
        .more-details .more-detail__expand {
          flex-direction: row; } }
      .more-details .more-detail__expand .detail-text {
        font-size: 1.125rem;
        line-height: 1.5em;
        flex: 1; }
        @media screen and (min-width: 992px) {
          .more-details .more-detail__expand .detail-text {
            padding-right: 110px;
            padding-top: 60px; } }
        .more-details .more-detail__expand .detail-text a {
          color: #CF4520;
          font-weight: bold;
          text-decoration: none; }
          .more-details .more-detail__expand .detail-text a:hover, .more-details .more-detail__expand .detail-text a:active, .more-details .more-detail__expand .detail-text a:focus {
            color: #8b959a; }
      .more-details .more-detail__expand .detail-img {
        max-width: 430px;
        width: 100%;
        margin-left: auto; }
        @media screen and (min-width: 992px) {
          .more-details .more-detail__expand .detail-img {
            padding-top: 60px; } }
        .more-details .more-detail__expand .detail-img img {
          display: block;
          width: 100%;
          height: auto; }
        .more-details .more-detail__expand .detail-img iframe {
          max-width: 100%; }

.modal-cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 30px;
  text-align: center; }
  .modal-cover .modal-window-cont {
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto; }
    .modal-cover .modal-window-cont .close-modal {
      position: absolute;
      top: 0;
      right: 10px;
      color: #CF4520;
      font-size: 1.5rem;
      text-decoration: none; }
    .modal-cover .modal-window-cont img {
      max-width: 100%;
      height: auto;
      display: block; }

.type-page {
  padding: 50px 0;
  line-height: 1.5em;
  max-width: 960px;
  margin: 0 auto; }
  .type-page h1, .type-page h2, .type-page h3, .type-page h4, .type-page h5, .type-page h6 {
    font-family: 'Palatino Linotype', serif;
    font-weight: bold;
    color: #CF4520; }
  .type-page h1 {
    font-size: 2rem;
    margin-bottom: 15px; }
  .type-page h2 {
    font-size: 1.275rem;
    margin-bottom: 10px;
    color: #50555f; }
  .type-page ol {
    list-style: decimal;
    padding: 0 0 0 25px;
    margin-bottom: 1em; }
    .type-page ol li {
      display: list-item;
      margin-bottom: 10px; }

.mobile-navigation__editions {
  display: flex;
  flex-direction: row; }
  @media screen and (min-width: 768px) {
    .mobile-navigation__editions {
      display: none;
      visibility: hidden; } }
  .mobile-navigation__editions li {
    flex-basis: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .mobile-navigation__editions li a {
      color: #fff;
      text-decoration: none;
      transition: all 0.25s ease-in-out;
      padding: 25px 25px;
      display: block;
      background-color: #CF4520;
      width: 100%;
      font-size: 0.875rem;
      text-align: center; }
      .mobile-navigation__editions li a:hover, .mobile-navigation__editions li a:active, .mobile-navigation__editions li a:focus {
        opacity: 1;
        color: #CF4520;
        background-color: #fff; }
    .mobile-navigation__editions li.current_page_item a {
      background-color: #fff;
      color: #CF4520; }

.edition-header-cta {
  background-color: #CF4520;
  color: #fff;
  margin: 10px auto;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center; }

header .edition-pro .edition-header-cta {
  background-color: #fff;
  color: #CF4520; }
