      /* custom-theme base */

      .wiper-theme .single-column-section .section-background,
      .wiper-theme .title-section {
        background-color: #484848;
      }

      .wiper-theme .title-header {
        height: 100%;
        text-align: center;
        box-sizing: border-box;
        font-size: 0;
      }

      .wiper-theme .title-top-left .title-header,
      .wiper-theme .title-left .title-header,
      .wiper-theme .title-bottom-left .title-header {
        text-align: left;
      }
      .wiper-theme .title-top .title-header,
      .wiper-theme .title-center .title-header,
      .wiper-theme .title-bottom .title-header {
        text-align: center;
      }
      .wiper-theme .title-top-right .title-header,
      .wiper-theme .title-right .title-header,
      .wiper-theme .title-bottom-right .title-header {
        text-align: right;
      }

      .wiper-theme .title-header:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: bottom;
      }

      .wiper-theme .title-top-left .title-header:before,
      .wiper-theme .title-top .title-header:before,
      .wiper-theme .title-top-right .title-header:before {
        vertical-align: top;
      }

      .wiper-theme .title-left .title-header:before,
      .wiper-theme .title-center .title-header:before,
      .wiper-theme .title-right .title-header:before {
        vertical-align: middle;
      }

      .wiper-theme .title-header-view {
        position: relative;
        display: inline-block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }

      .wiper-theme .title-header .gradient-overlay {
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-center]*/ 0% /*[gradient-stop-0-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-1-color-aligned-center]*/ 25% /*[gradient-stop-1-percent-aligned-center]*/, rgba(0,0,0,0.50)  /*[gradient-stop-2-color-aligned-center]*/ 50% /*[gradient-stop-2-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-3-color-aligned-center]*/ 75% /*[gradient-stop-3-percent-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-4-color-aligned-center]*/ 100% /*[gradient-stop-4-percent-aligned-center]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
      }

      .wiper-theme .title-top-left .title-header .gradient-overlay,
      .wiper-theme .title-top .title-header .gradient-overlay,
      .wiper-theme .title-top-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-top]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-top]*/ 0% /*[gradient-stop-0-percent-aligned-top]*/, rgba(0,0,0,0.5)  /*[gradient-stop-1-color-aligned-top]*/ 100% /*[gradient-stop-1-percent-aligned-top]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      }

      .wiper-theme .title-bottom-left .title-header .gradient-overlay,
      .wiper-theme .title-bottom .title-header .gradient-overlay,
      .wiper-theme .title-bottom-right .title-header .gradient-overlay {
        background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-bottom]*/, rgba(0,0,0,0.5) /*[gradient-stop-0-color-aligned-bottom]*/ 0% /*[gradient-stop-0-percent-aligned-bottom]*/, rgba(0,0,0,0) /*[gradient-stop-1-color-aligned-bottom]*/ 100% /*[gradient-stop-1-percent-aligned-bottom]*/);
        background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      }

      .wiper-theme .card-flipbook-section .section-content .content-container {
        box-shadow: 0 0 4px rgba(0,0,0,.25);
      }

      .wiper-theme .card-flipbook-section .section-content .card-right .content-container {
        margin-left: auto;
      }

      .wiper-theme .card-flipbook-section .section-content .card-center .content-container {
        margin-left: auto;
        margin-right: auto;
      }

      /* wiper-theme components */

      .wiper-theme.article,
.wiper-theme .section {
  background-color: rgba(255,255,255,1);
}

.wiper-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

/*
 * Browsers vary in their default behavior of <b>/<strong> tags. Some default to
 * font-weight: bold (Chrome) and others default to font-weight: bolder (Firefox).
 * We explicitly match Chrome's behavior here so that font face fallback logic
 * is consistent between browsers (MRVL-15001)
 */
.wiper-theme strong,
.wiper-theme b {
  font-weight: bold;
}

/* title-section gradient-overlay treatment */

.wiper-theme .title-section {
  background-color: #484848;
}
.wiper-theme .title-header {
  padding: 64px 5% 64px 5%;
  background-color: transparent;
}
.wiper-theme .title-header-view {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 89%;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
.wiper-theme .title-header .gradient-overlay {
  right: -25%;
  left: -25%;
}
.wiper-theme .title-top-left .title-header .gradient-overlay,
.wiper-theme .title-top .title-header .gradient-overlay,
.wiper-theme .title-top-right .title-header .gradient-overlay {
  top: -64px;
  bottom: -50%;
  height: auto;
}
.wiper-theme .title-bottom-left .title-header .gradient-overlay,
.wiper-theme .title-bottom .title-header .gradient-overlay,
.wiper-theme .title-bottom-right .title-header .gradient-overlay {
  top: -50%;
  bottom: -64px;
  height: auto;
}
.wiper-theme .title-header .title {
  margin: 0 0;
  padding: 0 0;
  max-height: 3.75em;
  color: rgba(255,255,255,1);
  font-family: museo-slab,sans-serif;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.wiper-theme .short-cover .title-header .title {
  max-height: 2.5em;
}
.wiper-theme .title-header .subtitle {
  margin-top: 1rem;
  padding: 0;
  max-height: 5.25em;
  color: rgba(255,255,255,1);
  font-family: lato,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.75;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.wiper-theme .short-cover .title-header .subtitle {
  max-height: 3.5em;
}
@media ( max-width: 767px ) {
  .wiper-theme .title-header {
    padding: 32px 5% 32px 5%;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  /* each pair of title padding values should sum to 30% */
  .wiper-theme .title-top-left .title-header-view,
  .wiper-theme .title-left .title-header-view,
  .wiper-theme .title-bottom-left .title-header-view {
    padding-left: 10%;
    padding-right: 20%;
  }
  .wiper-theme .title-top .title-header-view,
  .wiper-theme .title-center .title-header-view,
  .wiper-theme .title-bottom .title-header-view{
    padding-left: 15%;
    padding-right: 15%;
  }
  .wiper-theme .title-top-right .title-header-view,
  .wiper-theme .title-right .title-header-view,
  .wiper-theme .title-bottom-right .title-header-view {
    padding-left: 20%;
    padding-right: 10%;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  /* each pair of title padding values should sum to 50% */
  .wiper-theme .title-top-left .title-header-view,
  .wiper-theme .title-left .title-header-view,
  .wiper-theme .title-bottom-left .title-header-view {
    padding-left: 15%;
    padding-right: 35%;
  }
  .wiper-theme .title-top .title-header-view,
  .wiper-theme .title-center .title-header-view,
  .wiper-theme .title-bottom .title-header-view {
    padding-left: 25%;
    padding-right: 25%;
  }
  .wiper-theme .title-top-right .title-header-view,
  .wiper-theme .title-right .title-header-view,
  .wiper-theme .title-bottom-right .title-header-view {
    padding-left: 35%;
    padding-right: 15%;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  /* each pair of title padding values should sum to 60% */
  .wiper-theme .title-top-left .title-header-view,
  .wiper-theme .title-left .title-header-view,
  .wiper-theme .title-bottom-left .title-header-view {
    padding-left: 20%;
    padding-right: 40%;
  }
  .wiper-theme .title-top .title-header-view,
  .wiper-theme .title-center .title-header-view,
  .wiper-theme .title-bottom .title-header-view {
    padding-left: 30%;
    padding-right: 30%;
  }
  .wiper-theme .title-top-right .title-header-view,
  .wiper-theme .title-right .title-header-view,
  .wiper-theme .title-bottom-right .title-header-view {
    padding-left: 40%;
    padding-right: 20%;
  }
}


@media ( max-width: 767px ) {
  .wiper-theme .title-header .title {
    font-size: 45px;
  }
  .wiper-theme .short-cover .title-header .title {
    max-height: 3.75em;
  }
}
@media ( max-width: 767px ) {
  .wiper-theme .title-header .subtitle {
    font-size: 20px;
  }
  .wiper-theme .short-cover .title-header .subtitle {
    max-height: 5.25em;
  }
}

/* heading no treatment */

.wiper-theme .content-container h3 {
  z-index: 0;
  font-family: museo-slab,sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.35;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  text-align: left;
}




@media ( max-width: 767px ) {
  .wiper-theme .content-container h3 {
    font-size: 28px;
  }
}

.wiper-theme .content-container h4 {
  font-family: museo-slab,sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.45;
  letter-spacing: normal;

  color: rgba(61,52,58,1);
  text-align: left;
}

@media ( max-width: 767px ) {
  .wiper-theme .content-container h4 {
    font-size: 22px;
  }
}
.wiper-theme .single-column-section .content-container p,
.wiper-theme .card-flipbook-section .content-container p {
  font-family: lato,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: normal;
  overflow-wrap: break-word;
  color: rgba(61,52,58,1);
}

@media ( max-width: 767px ) {
  .wiper-theme .single-column-section .content-container p,
  .wiper-theme .card-flipbook-section .content-container p {
    font-size: 17px;
  }
}
.wiper-theme .content-container ul li {
  font-family: lato,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .wiper-theme .content-container ul li {
    font-size: 17px;
  }
}
.wiper-theme .content-container ol li {
  font-family: lato,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .wiper-theme .content-container ol li {
    font-size: 17px;
  }
}

/* blockquote quote treatment */

.wiper-theme .content-container blockquote {
  z-index: 1;
  position: relative;
  font-family: museo-slab,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 79px;
  margin-right: 10px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 0px;
  padding-right: 0px;
}
.wiper-theme .content-container blockquote:before {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: -75px;
  width: 60px;
  height: 50px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTI1LjIiIHZpZXdCb3g9IjAgMCAxNTAgMTI1LjIiPjxwYXRoIHN0eWxlPSJmaWxsOnJnYmEoMjA2LDIwMywyMDYsMC45KTsiIGQ9Ik0xMTEuMiwzMC4yYy03LjczOCw3LjYtMTEuNiwxNi4yLTExLjYsMjUuOGMwLDQuMjY5LDAuNjYyLDcuNzM3LDIsMTAuNGMxLjMzMSwyLjY2OSwyLjY2Miw0LjY2OSw0LDZjMi40LTEuNiw1LjA2Mi0yLjY2Myw4LTMuMmMyLjkzMS0wLjUzMSw1Ljg2My0wLjgsOC44LTAuOGMyLjkzMSwwLDYsMC41MzcsOS4yLDEuNmMzLjIsMS4wNjksNi4xMzEsMi43MzcsOC44LDVjMi42NjMsMi4yNjksNC45MzEsNS4yLDYuOCw4LjhjMS44NjIsMy42LDIuOCw3LjkzOCwyLjgsMTNjMCw1LjA2OS0wLjkzOCw5LjQtMi44LDEzYy0xLjg2OSwzLjYtNC4yNjksNi41MzctNy4yLDguOGMtMi45MzgsMi4yNjktNi4yLDMuOTM4LTkuOCw1Yy0zLjYsMS4wNjktNy4xMzcsMS42LTEwLjYsMS42Yy0xMC4xMzgsMC0xOC44LTQuMTMxLTI2LTEyLjRjLTcuMi04LjI2Mi0xMC44LTIwLTEwLjgtMzUuMmMwLTEwLjQsMS45MzEtMTkuNiw1LjgtMjcuNmMzLjg2My04LDguNi0xNS4wNjIsMTQuMi0yMS4yYzUuNi02LjEzMSwxMS43MzEtMTEuNTMxLDE4LjQtMTYuMkMxMjcuODYyLDcuOTM4LDEzNCwzLjczNywxMzkuNiwwbDIuOCw1LjJDMTI5LjMzMSwxNC4yNjksMTE4LjkzMSwyMi42LDExMS4yLDMwLjJ6IE0yOC40LDMwLjJDMjAuNjYzLDM3LjgsMTYuOCw0Ni40LDE2LjgsNTZjMCw0LjI2OSwwLjY2Miw3LjczNywyLDEwLjRjMS4zMzEsMi42NjksMi42NjMsNC42NjksNCw2YzIuNC0xLjYsNS4wNjMtMi42NjMsOC0zLjJjMi45MzEtMC41MzEsNS44NjItMC44LDguOC0wLjhjMi45MzEsMCw2LDAuNTM3LDkuMiwxLjZjMy4yLDEuMDY5LDYuMTMxLDIuNzM3LDguOCw1YzIuNjYyLDIuMjY5LDQuOTMxLDUuMiw2LjgsOC44YzEuODYzLDMuNiwyLjgsNy45MzgsMi44LDEzYzAsNS4wNjktMC45MzcsOS40LTIuOCwxM2MtMS44NjksMy42LTQuMjY5LDYuNTM3LTcuMiw4LjhjLTIuOTM4LDIuMjY5LTYuMiwzLjkzOC05LjgsNWMtMy42LDEuMDY5LTcuMTM3LDEuNi0xMC42LDEuNmMtMTAuMTM4LDAtMTguOC00LjEzMS0yNi0xMi40QzMuNiwxMDQuNTM3LDAsOTIuOCwwLDc3LjZDMCw2Ny4yLDEuOTMxLDU4LDUuOCw1MGMzLjg2Mi04LDguNi0xNS4wNjIsMTQuMi0yMS4yYzUuNi02LjEzMSwxMS43MzEtMTEuNTMxLDE4LjQtMTYuMkM0NS4wNjMsNy45MzgsNTEuMiwzLjczNyw1Ni44LDBsMi44LDUuMkM0Ni41MzEsMTQuMjY5LDM2LjEzMSwyMi42LDI4LjQsMzAuMnoiLz48L3N2Zz4=');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media ( max-width: 767px ) {
  .wiper-theme .content-container blockquote {
    margin-left: 48px;
    margin-right: 0px;
  }
  .wiper-theme .content-container blockquote:before {
    left: -48px;
    width: 40px;
    height: 34px;
  }
}





@media ( max-width: 767px ) {
  .wiper-theme .content-container blockquote {
    font-size: 13px;
  }
}

.wiper-theme .image-wrapper {
  overflow: hidden;
}

/* inline image no treatment */

.wiper-theme .card-flipbook-section .caption, .wiper-theme .single-column-section .caption {
  font-family: lato,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  text-align: center;
  margin: .5em 0px;
}



@media ( max-width: 767px ) {
  .wiper-theme .card-flipbook-section .caption, .wiper-theme .single-column-section .caption {
    font-size: 15px;
  }
}


/* button rounded treatment */

.wiper-theme .content-container a.link-button {
  display: inline-block;
  border-radius: 0.2em;
  padding-top: 7px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 7px;
  font-family: museo-slab,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: rgba(255,255,255,1);
  background-color: rgba(61,52,57,1);

  -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -ms-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.wiper-theme .content-container a.link-button:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(102,87,96,1);
}

@media ( max-width: 767px ) {
  .wiper-theme .content-container a.link-button {
    padding-top: 5px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 5px;
  }
}




@media ( max-width: 767px ) {
  .wiper-theme .content-container a.link-button {
    font-size: 15px;
  }
}

.wiper-theme .single-column-section .content-container a:not(.link-button),
.wiper-theme .card-flipbook-section .content-container a:not(.link-button),
.wiper-theme .photo-grid-section    .content-container a:not(.link-button),
.wiper-theme .full-width-section    .content-container a:not(.link-button) {
  background-color: transparent;
  color: rgba(82,159,198,1);
  text-decoration: 
underline;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -ms-transition: color .15s linear;
  transition: color .15s linear;
}
.wiper-theme .single-column-section .content-container a:not(.link-button):hover,
.wiper-theme .card-flipbook-section .content-container a:not(.link-button):hover,
.wiper-theme .photo-grid-section    .content-container a:not(.link-button):hover,
.wiper-theme .full-width-section    .content-container a:not(.link-button):hover {
  color: rgba(31,91,122,1);
}


/* full width image no treatment */

.wiper-theme .full-width-section .caption {
  font-family: lato,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(61,52,58,1);
  text-align: center;
  margin: .5em 0px;
}
.wiper-theme .full-width-section .caption {
  padding-right: 5%;
  padding-left: 5%;
}



@media ( max-width: 767px ) {
  .wiper-theme .full-width-section .caption {
    font-size: 15px;
  }
}
/* fillscreen section */


.wiper-theme .fullscreen-photo-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 96px 32px;
  padding: 0;
  max-width: 50%;
  font-family: museo-slab,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(255,255,255,1);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wiper-theme .fullscreen-photo-section .pull-quote .content-container {
  padding: 24px;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.3);
}

.wiper-theme .fullscreen-photo-section .pull-quote .content-container.empty {
  padding: 12px;
}

@media ( max-width: 767px ) {
  .wiper-theme .fullscreen-photo-section .pull-quote {
    font-size: 18px;
    margin: 48px 16px;
  }

  .wiper-theme .fullscreen-photo-section .pull-quote .content-container {
    padding: 12px;
  }

  .wiper-theme .fullscreen-photo-section .pull-quote .content-container.empty {
    padding: 6px;
  }
}


/* window section */

.wiper-theme .window-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 48px 32px;
  padding: 0;
  max-width: 50%;
  font-family: museo-slab,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(255,255,255,1);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wiper-theme .window-section .pull-quote .content-container {
  padding: 24px;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.3);
}

.wiper-theme .window-section .pull-quote .content-container.empty {
  padding: 12px;
}

@media ( max-width: 767px ) {
  .wiper-theme .window-section .pull-quote {
    font-size: 18px;
    margin: 24px 16px;
  }

  .wiper-theme .window-section .pull-quote .content-container {
    padding: 12px;
  }

  .wiper-theme .window-section .pull-quote .content-container.empty {
    padding: 6px;
  }
}



/* photo grid no treatment */

.wiper-theme .grid-caption {
  margin: .5em 0px;
  font-family: lato,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: rgba(61,52,58,1)
}



@media ( max-width: 767px ) {
  .wiper-theme .grid-caption {
    font-size: 15px;
  }
}

.wiper-theme .card-flipbook-section .section-content .content-container {
  background-color: rgba(255,255,255,0.9);
}
.wiper-theme .content-spacer {
  height: 0.125rem;
}
.wiper-theme .content-item-spacer {
  height: 5.000rem;
}
.wiper-theme .section .section-content .content-container {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
}
.wiper-theme .full-width-section .section-content .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.wiper-theme .section.large-content-spacing-top .section-content .content-container {
  padding-top: 5.000rem;
}
.wiper-theme .section.large-content-spacing-bottom .section-content .content-container {
  padding-bottom: 5.000rem;
}
.wiper-theme .content-container > :first-child {
  margin-top: 0;
}
.wiper-theme .content-container > :last-child {
  margin-bottom: 0;
}
.wiper-theme ul,
.wiper-theme ol {
  padding: 0
}
.wiper-theme li {
  margin-bottom: 0.500rem;
}
.wiper-theme li:last-child {
  margin-bottom: 0;
}
.wiper-theme .content-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + p{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + ol{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + ul{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + h3{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + h4{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + blockquote{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + .link-button-wrapper{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image {
  margin-top: 0;
  margin-bottom: 0;
}
.wiper-theme .content-container p + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ol + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container ul + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h3 + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container h4 + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container blockquote + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container .link-button-wrapper + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .content-container div.image + div.image{
  margin-top: 2.500rem;
}
.wiper-theme .photo-grid-section + .single-column-section h3:first-child,
.wiper-theme .photo-grid-section + .single-column-section h4:first-child,
.wiper-theme .photo-grid-section + .single-column-section blockquote:first-child {
  margin-top: 2.500rem;
}
.wiper-theme .photo-grid-section + .single-column-section blockquote:last-child {
  margin-top: 2.500rem;
}
@media (max-width: 767px) {
  .wiper-theme .content-spacer {
    height: 0.125rem;
  }
  .wiper-theme .content-item-spacer {
    height: 2.500rem;
  }
  .wiper-theme .section .section-content .content-container {
    padding-top: 1.250rem;
    padding-bottom: 1.250rem;
  }
  .wiper-theme .full-width-section .section-content .content-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wiper-theme .section.large-content-spacing-top .section-content .content-container {
    padding-top: 2.500rem;
  }
  .wiper-theme .section.large-content-spacing-bottom .section-content .content-container {
    padding-bottom: 2.500rem;
  }
  .wiper-theme .content-container > :first-child {
    margin-top: 0;
  }
  .wiper-theme .content-container > :last-child {
    margin-bottom: 0;
  }
  .wiper-theme ul,
  .wiper-theme ol {
    padding: 0
  }
  .wiper-theme li {
    margin-bottom: 0.250rem;
  }
  .wiper-theme li:last-child {
    margin-bottom: 0;
  }
  .wiper-theme .content-container p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + p{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + ol{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + ul{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + h3{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + h4{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + blockquote{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + .link-button-wrapper{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wiper-theme .content-container p + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ol + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container ul + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h3 + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container h4 + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container blockquote + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container .link-button-wrapper + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .content-container div.image + div.image{
    margin-top: 1.250rem;
  }
  .wiper-theme .photo-grid-section + .single-column-section h3:first-child,
  .wiper-theme .photo-grid-section + .single-column-section h4:first-child,
  .wiper-theme .photo-grid-section + .single-column-section blockquote:first-child {
    margin-top: 1.250rem;
  }
  .wiper-theme .photo-grid-section + .single-column-section blockquote:last-child {
    margin-top: 1.250rem;
  }
}



/* Default Screen Widths */

.wiper-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

.wiper-theme .card-flipbook-section .section-content .content-container {
  width: 50%;
  margin: 32px 32px;
  padding: 56px 32px;
}

.wiper-theme .card-flipbook-section .section-content .card-center .content-container {
  width: 65%;
  max-width: 900px;
}

/* Narrow Screen Widths */

@media (max-width: 768px) {
  .wiper-theme .section-content .content-container {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
  .wiper-theme .card-flipbook-section .section-content .content-container {
    width: 60%;
    margin: 32px 32px;
    padding: 56px 32px;
  }
  .wiper-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Extra Narrow Screen Widths */

@media (max-width: 480px) {
  .wiper-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .wiper-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 13px;
  }
  .wiper-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Super Narrow Screen Widths */

@media (max-width: 320px) {
  .wiper-theme .section-content .content-container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .wiper-theme .card-flipbook-section .section-content .content-container {
    width: 70%;
    margin: 18px 14px;
    padding: 31px 12px;
  }
  .wiper-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 75%;
    max-width: 900px;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  .wiper-theme  .section-content .content-container {
    padding-left: 25%;
    padding-right: 25%;
  }

  .wiper-theme  .card-flipbook-section .section-content .content-container {
    width: 40%;
    margin: 32px 32px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .wiper-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  .wiper-theme .section-content .content-container {
    padding-left: 30%;
    padding-right: 30%;
  }

  .wiper-theme .card-flipbook-section .section-content .content-container {
    width: 30%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .wiper-theme .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  .wiper-theme .section-content .content-container {
    padding-left: 33%;
    padding-right: 33%;
  }

  .wiper-theme  .card-flipbook-section .section-content .content-container {
    width: 25%;
    margin: 32px 80px;
    padding: 56px 32px;
    max-width: 580px;
  }
  .wiper-theme  .card-flipbook-section .section-content .card-center .content-container {
    width: 65%;
    max-width: 900px;
  }
}

.wiper-theme .section.author-section .author-appreciation-container {
  border-color: rgba(61,52,58,0.5);
}
.wiper-theme .section.author-section .author {
  font-family: lato;
  color: rgba(61,52,58,1);
}

.wiper-theme .section.author-section .appreciate-button {
  color: rgba(61,52,58,0.5);
  border-color: rgba(61,52,58,0.5);
}

.wiper-theme .section.author-section .appreciate-button:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}

.wiper-theme .section.author-section .appreciate-button:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNiIvPjwvc3ZnPg==');
}

.wiper-theme .section.author-section .appreciate-button.appreciated:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.wiper-theme .section.author-section .appreciate-button.appreciated:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTE2LDI2TDIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNnogTTkuMiw0LjdDOCw0LjcsNi45LDUuMiw2LDUuOUM1LjMsNi41LDQuOCw3LjQsNC44LDguNGMwLDEsMC41LDEuOSwxLjIsMi41bDEwLDguOGwxMC04LjhjMC43LTAuNiwxLjItMS41LDEuMi0yLjVjMC0xLTAuNS0xLjktMS4yLTIuNWMtMS45LTEuNS00LjUtMS41LTYuNCwwYy0wLjcsMC42LTEuMiwxLjUtMS4yLDIuNWgtNC44YzAtMS0wLjUtMS45LTEuMi0yLjVDMTEuNSw1LjEsMTAuNCw0LjcsOS4yLDQuN3oiLz48L3N2Zz4=');
}

.publication-viewer.touch-disabled .wiper-theme .section.author-section .appreciate-button:hover {
  color: rgba(61,52,58,1);
  border-color: rgba(61,52,58,1);
}

.publication-viewer.touch-disabled .wiper-theme .section.author-section .appreciate-button:active {
  color: rgba(61,52,58,0.5);
  border-color: rgba(61,52,58,0.5);
}

.publication-viewer.touch-disabled .wiper-theme .section.author-section .appreciate-button:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.publication-viewer.touch-disabled .wiper-theme .section.author-section .appreciate-button.appreciated:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDYxLDUyLDU4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}


.wiper-theme .section.credits-section {
  color: rgba(61,52,58,1);
}

      /* behaviors css */
      /* Default content behaviors */

.wiper-theme div.image {
  -webkit-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -ms-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.wiper-theme div.image.hidden {
  opacity: 0;

  -webkit-transform: translate3d(0,40px,0);
  -moz-transform: translate3d(0,40px,0);
  -o-transform: translate3d(0,40px,0);
  -ms-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.wiper-theme .caption,
.wiper-theme .grid-caption {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.wiper-theme .caption.hidden,
.wiper-theme .grid-caption.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);

  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}

.wiper-theme blockquote {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.wiper-theme blockquote.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}


      /* overrides to some alignments defined after component
         styles to make sure they will override the component
         defaults when they have the same specificity */

      .wiper-theme .link-button-wrapper, /* default */
      .wiper-theme .link-button-wrapper.link-left {
        text-align: left;
      }

      .wiper-theme .link-button-wrapper.link-center {
        text-align: center;
      }

      .wiper-theme .link-button-wrapper.link-right {
        text-align: right;
      }

      .wiper-theme p.text-left,
      .wiper-theme h3.text-left,
      .wiper-theme h4.text-left,
      .wiper-theme .caption.text-left,
      .wiper-theme .grid-caption.text-left {
        text-align: left;
      }

      .wiper-theme .caption, /* defaults */
      .wiper-theme .grid-caption,

      .wiper-theme p.text-center,
      .wiper-theme h3.text-center,
      .wiper-theme h4.text-center,
      .wiper-theme .caption.text-center,
      .wiper-theme .grid-caption.text-center {
        text-align: center;
      }

      .wiper-theme p.text-right,
      .wiper-theme h3.text-right,
      .wiper-theme h4.text-right,
      .wiper-theme .caption.text-right,
      .wiper-theme .grid-caption.text-right {
        text-align: right;
      }

      .wiper-theme .caption-right .pull-quote {
        right: 3%;
        left: auto;
        margin-left: 0;
        margin-right: 2rem;
      }