/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'RalewayRegular'; src: url('Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayLight'; src: url('Raleway/Raleway-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayBold'; src: url('Raleway/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'RalewayExtraBold'; src: url('Raleway/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'MuseoSlab500'; src: url('MuseoSlab/Museo_Slab_500_2.otf') format('opentype');
}
@font-face {
    font-family: 'MuseoSlab700Italic'; src: url('MuseoSlab/Museo_Slab_700italic.otf') format('opentype');
}

@font-face {
  font-family: 'icon';
  src: url("icon/font/icon.eot");
  src: url("icon/font/icon.eot#iefix") format("embedded-opentype"), url("icon/font/icon.woff") format("woff"), url("icon/font/icon.svg#symbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

html, body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #666259;
}

.is-disabled-scrolling {
    overflow: hidden;
}

.is-hidden {
    opacity: 0;
}

.is-entering, .is-leaving {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.window-padding {
    position: relative;
    display: block;
    width: 100%;
}

section {
    display: block;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #666259;
    font: 12pt MuseoSlab500;
    line-height: 1.5em;
}

article {
    position: relative;
    margin: 0;
}

article:last-child {
    margin-bottom:50px;
}

article header {
    position: relative;
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10em;
    text-align: center;
}

article video {
    margin: 0 auto;
    position: relative;
}

article .background {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background: no-repeat scroll center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.shorttextModule .background {
    background-size: contain;
}

article .background-is-active {
    position: fixed;
    top: 0;
}

article .background-is-bottom {
    bottom: 0;
}

article .background-is-top {
    top: 0;
}

article .background-is-entering, article .background-is-leaving {
    position: absolute;
    top: 0;
}

article .l-storycontent {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    overflow: hidden;
}

article .with-title {
    padding: 0;
}

article .chapter {
    display: block;
    text-align: center;
    height: 20px;
    color: #666666;
    font: 18pt RalewayExtraBold;
    text-transform: uppercase;
}

article .l-outercontent {
    display: block;
}

article .l-innercontent {
    display: table;
    margin: 0 auto;
    width: 34em;
    text-align: left;
}

footer {
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    z-index: 1099;
}

footer .downarrow {
    position: relative;
    left: 50%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font: 22px/29px RalewayBold;
    text-transform: uppercase;
}
footer .footerEnd {
    line-height: 50px;
}
    footer .downarrow > .overlay {
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666259;
    z-index: 199;
}
#loader .l-content, .logo,.l-progress, .title, .progress {
    display: block;
}
#loader .l-content {
    position: relative;
    margin: -75px auto;
    top: 50%;
    width: 549px;
    height: auto;
    cursor: default;
}
#loader .title {
    font-family: RalewayExtraBold;
    font-size: 17px;
    padding-top: 30px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
#loader .progress {
    font-family: RalewayLight;
    margin-top: -15px;
    font-size: 60px;
    color: white;
    text-align: center;
}

nav {
    position: fixed;
    width: 55px;
    height: 86%;
    top: 7%;
    margin: 0;
    padding: 0;
    z-index: 1199;
}

nav ul.main-menu {
    margin: 0;
    padding: 0;
}

nav ul.segment-menu {
    margin: 0;
    padding: 0;
}

nav li {
    position: relative;
    display: block;
    margin: 0;
    width: inherit;
    height: auto;
    text-align: center;
}

nav li a {
    display: block;
    text-align: center;
    font: 12pt RalewayExtraBold;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666;
}

nav .l-navwrap {
    position: absolute;
    display: block;
    left: 60px;
    top: 0;
    width: 266px;
    padding-left: 55px;
    height: 100%;
    background: white;
}

nav .l-fixedleft {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  background: gray;
  opacity: .8;
  z-index:2000;
}

nav .l-fixedleft .main-menu > li:first-child {
  border:none;
}

nav .l-fixedleft li {
  border-top: 1px white solid;
}

nav .logo {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

nav .story {
    display: block;
    text-align: center;
    font: 12px RalewayExtraBold;
    text-transform: uppercase;
    color: #666666;
}

nav .story-title {
  font: 14px RalewayExtraBold;
}

nav .chapter, .other, .segment {
    display: block;
    text-align: center;
    font: 12px RalewayExtraBold;
    text-transform: uppercase;
    color: #666666;
}

nav .chapter-title, .segment-title {
    display: block;
    text-align: center;
    font: 14px MuseoSlab500;
    padding: 0 0.7em 0 0.7em;
    color: #333333;
}

nav .l-submenu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 166px;
    background-color: rgba(255,255,255,0.8);
    z-index: 999;
}

nav .l-hrwrap {
    padding: 0;
}

nav .hr {
    position: relative;
    display: block;
    margin-left: -20px;
    width: 40px;
    left: 50%;
    height: 1px;
    background-color: #cccccc;
    cursor: default;
}

/*nav .audio {
    position: absolute;
    width: inherit;
    height: 40px;
    bottom: 0px;
    border-top: #cccccc 1px solid;
    cursor: pointer;
    background-color: white;
}*/

nav .audio-overlay {
    position: fixed;
    width: 30px;
    height: 30px;
    left: 90px;
    bottom: 10px;
    z-index: -1;
}

nav .flyout {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%;
    background-color: rgba(102, 98, 89, 0.5);
    z-index: 998;
}

nav .flyout-text {
    position: absolute;
    display: block;
    top: 50%;
    margin: -28px 0;
    text-align: center;
    font: 30pt RalewayRegular;
    color: white;
    width: 100%
}

nav li.main-menu-row {
    padding: 0;
    cursor: pointer;
    height:56px;
    line-height:56px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav .l-fixedleft li.main-menu-row {
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    font-family: RalewayBold;
    color: #bbbbbb;
}

nav .l-fixedleft li.main-menu-row:hover {
    color: #ffffff;
}

nav li.main-menu-row:first-child {
    cursor: pointer;
}

nav li.main-menu-row:hover, nav li.sub-menu-row:hover {
    color: #617c4a;
}

nav li.sub-menu-row {
    padding: 0.6em;
    color: #666666;
    cursor: pointer;
}
nav li.sub-menu-row:first-child {
    background-color: rgba(102,102,102,0.8);
    cursor: default;
}

nav li.main-menu-hr-row {
/*    padding: 0.3em;*/
  padding: 0;
}

nav li.sub-menu-hr-row {
    padding: 0em;
}

nav li.sub-menu-photo-row {
    padding: 0;
}

nav li.sub-menu-photo-row .photo {
    width: 100%;
    height: 95px;
    background: no-repeat center;
    background-size: cover;
}

nav li.sub-menu-row .chapter, nav li.sub-menu-row .chapter-title {
    padding: 0.1em;
    font: 12px RalewayExtraBold;
    color: white;
}

nav li.sub-menu-row .chapter-title {
    font: 14px MuseoSlab500;
}

nav .flyout-is-open {
    right: -6px;
    opacity: 1;
    position: relative;
}

nav .flyout-is-closed {
    right: 0px;
    opacity: 0;
}

nav .is-selected {
    position: absolute;
    background-color: #4c653b;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
}

nav .is-open {
    left: 0px;
}

nav .is-closed {
    left: -321px;
}

nav .is-closed-completely {
    left: -321px;
}

nav .audio-is-muted, nav .audio-is-not-muted {
    background: no-repeat center;
}

nav .audio-is-muted {
    height: 20px;
    padding: 10px 0 10px 0;
    background-size: 24px 20px;
    background-image: url('../img/sound-muted1.png');
}

nav .audio-is-not-muted {
    height: 20px;
    padding: 10px 0 10px 0;
    background-size: 27px 20px;
    background-image: url('../img/audio-icon.png');
}

nav .home-icon {
    background: url('../img/home-1.png') no-repeat 50%;
}
nav .facebook-icon {
    background: url('../img/facebook-1.png') no-repeat 50%;
}
nav .twitter-icon {
    background: url('../img/twitter-1.png') no-repeat 50%;
}
nav .pinterest-icon {
    background: url('../img/pinterest-1.png') no-repeat 50%;
}
nav .email-icon {
    background: url('../img/mail-1.png') no-repeat 50%;
}
nav .soundon-icon {
    background: url('../img/sound-on1.png') no-repeat 50%;
}
nav .soundoff-icon {
    background: url('../img/sound-mute1.png') no-repeat 50%;
}
nav .exit-icon {
    background: url('../img/close-X-1.png') no-repeat 50%;
}

nav .home-icon:hover {
    background: url('../img/home-2.png') no-repeat 50%;
}
nav .facebook-icon:hover {
    background: url('../img/facebook-2.png') no-repeat 50%;
}
nav .twitter-icon:hover {
    background: url('../img/twitter-2.png') no-repeat 50%;
}
nav .pinterest-icon:hover {
    background: url('../img/pinterest-2.png') no-repeat 50%;
}
nav .email-icon:hover {
    background: url('../img/mail-2.png') no-repeat 50%;
}
nav .soundon-icon:hover {
    background: url('../img/sound-on2.png') no-repeat 50%;
}
nav .soundoff-icon:hover {
    background: url('../img/sound-mute2.png') no-repeat 50%;
}
nav .exit-icon:hover {
    background: url('../img/close-X-2.png') no-repeat 50%;
}

nav .l-fixedleft .colorbar {
    position: absolute;
    background-color: #555555;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    z-index: -1;
}

nav .l-fixedleft .colorbar.gray {
    background-color: #555555;
}

/* ==========================================================================
   Social Media Icons
   ========================================================================== */
   /* There is one social media attribute in media query ~line 1301 */

.SocialButtons-list {
    padding: 0;
    width: 49%;
    margin: 0 auto;
}

.SocialButtons-listItem > a {
    text-decoration: none;
}

.SocialButtons-list li {
    width:1.9em;
    height: 1.9em;
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 15px;
}

.SocialButtons-list li:nth-child(2n+2) {
    margin-right: 0;
}

.SocialButtons-listItem a .icon-stack {
    color: #dd744b;
    height: 0.98em;
}
.SocialButtons-listItem a:active .icon-stack,
.SocialButtons-listItem a:hover .icon-stack {
    color: #ff9266;
}

.icon-light {
  color: #ffffff;
}

/* Wrapping Size */
.SocialButtons-listItem > a > .icon-stack, .SocialButtons-listItem > a > .icon-stack--counter, .SocialButtons-listItem > a > .icon-counter {
/*  width: 1.5em;
  height: 1.5em;*/
  overflow: hidden;
  margin-left: -1px;
  left: 1px;
  font-size: 2em;
}

.icon-stack, .icon-stack--counter, .icon-counter {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: -35%;
}

/* icon size */
.icon-stack [class^="icon-"], .icon-stack--counter [class^="icon-"], .icon-counter [class^="icon-"], .icon-stack [class*=" icon-"], .icon-stack--counter [class*=" icon-"], .icon-counter [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.5em;
  line-height: inherit;
  *line-height: .5em;
}

.icon-stack .icon-stack-base, .icon-stack--counter .icon-stack-base, .icon-counter .icon-stack-base {
  font-size: 1em;
  *line-height: 0.5em;
}

a .icon-stack, a .icon-stack--counter, a .icon-counter,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* increased font size for icon-large */
.icon-fixed-width[class^="icon-"], .icon-fixed-width[class*=" icon-"] {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

.icon-fixed-width.icon-large[class^="icon-"], .icon-fixed-width.icon-large[class*=" icon-"] {
  width: 1.4285714285714286em;
}

.icon-twitter:before {
  content: '\e809';
}

.icon-twitter-circled:before {
  content: '\e808';
}

.icon-facebook:before {
  content: '\e806';
}

.icon-facebook-circled:before {
  content: '\e807';
}

.icon-pinterest:before {
  content: '\e803';
}

.icon-pinterest-circled:before {
  content: '\e802';
}

.icon-stumbleupon:before {
  content: '\e804';
}

.icon-stumbleupon-circled:before {
  content: '\e805';
}

.icon-circle:before {
  content: '\e800';
}


/* ==========================================================================
   Module Classes
   ========================================================================== */

article .chapterEndAdView .background {
    background-color: #333;
}

article .chapterEndAdView .outercontent {
    position: relative;
    width: 389px;
    line-height: 1;
    max-width: 100%;
}

article .chapterEndAdView .innercontent {
    width: 300px;
    margin: 0 auto;
}

article .chapterEndAdView .header-wrapper {
    width: auto;
}

article .chapterEndAdView .spacer {
    width: 300px;
    margin: 38px auto;
    border-top: 1px solid #666;
}

article .chapterEndAdView .spacer2 {
    width: 300px;
    margin: 0 0 20px 46px;
    border-top: 1px solid #666;
}

article .chapterEndAdView .header {
    cursor: pointer;
    text-align: center;
}

article .chapterEndAdView .img {
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 38px;
    text-align: center;
}

article .chapterEndAdView .img > img {
    max-width: 100%;
    /*padding-bottom: 38px;*/
}

article .chapterEndAdView .subhead {
    font-size: 18px;
    font-family: RalewayExtraBold;
    color: #ffffff;
    padding-top: 5px;
    text-transform: uppercase;
}

article .chapterEndAdView .subtitle1 {
    /*font-size: 24px;*/
    font-size: 18px;
    font-family: RalewayExtraBold;
    color: #666;
    text-transform: uppercase;
}

article .chapterEndAdView .subtitle2 {
    /*font-size: 50px;*/
    font-size: 32px;
    font-family: RalewayLight;
    color: #FFF;
}

article .chapterEndAdView .chapterEndAdContainer {
    margin-bottom: 10px;
    height: 275px;
}

article .chapterEndAdView .chapterEndAdFooter,
article .chapterEndAdView .chapterEndVideoFooter {
    font-size: 12px;
    font-family: RalewayBold;
    color: #666;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 30px;
}

/* Chapter End Video */
.videoWithAd .chapterEndVideo,
.videoOnly .chapterEndVideo
 {
    min-height: 250px;
    width: 530px;
}

.bcContainer {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}

.BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

article .videoWithAd .outercontent,
article .videoWithAd .innercontent {
    width: 880px;
}

.videoWithAd .chapterEndVideo {
    float: left;
}

.videoWithAd .chapterEndAdContainer {
    float: right;
    padding-top: 20px;
}

article .videoOnly .outercontent,
article .videoOnly .innercontent {
    width: 530px;
}

.videoOnly .chapterEndAdContainer,
.videoOnly .chapterEndAdFooter {
    display: none;
}

@media all and (max-width: 720px) {
    article .videoOnly .outercontent,
    article .videoOnly .innercontent {
        width: auto;
    }

    article .videoWithAd .outercontent,
    article .videoWithAd .innercontent {
        width: auto;
    }

    .chapterEndVideo {
        min-height: auto;
        width: 375px;
    }

    .videoWithAd .chapterEndVideo {
        float: none;
    }

    .videoWithAd .chapterEndAdContainer {
        float: none;
        padding-top: 20px;
        text-align: center;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    article .videoOnly .outercontent,
    article .videoOnly .innercontent {
        width: 534px;
    }

    article .videoWithAd .outercontent,
    article .videoWithAd .innercontent {
        width: 534px;
    }

    .videoWithAd .chapterEndVideo,
    .videoWithAd .chapterEndAdContainer {
        float: none;
    }

    article .chapterEndAdView .chapterEndAdContainer {
        text-align: center;
    }
}

/* END Chapter End Video */

/* Leaderboard Ad */
article .leaderboardAdView .background {
    background-color: #333;
}

article .leaderboardAdView .outercontent {
    position: relative;
    width: 728px;
    line-height: 1;
    max-width: 100%;
    margin: 0;
}

article .leaderboardAdView .innercontent {
    width: 300px;
    margin: 0;
}

article .leaderboardAdView .chapterEndAdContainer {
    margin-bottom: 10px;
    height: 90px;
}

article .leaderboardAdView .chapterEndAdFooter {
    font-size: 12px;
    font-family: RalewayBold;
    color: #666;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 30px;
}

article .longtextModule .adFooter {
    font-size: 12px;
    font-family: RalewayBold;
    color: #666;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/* Credits */

.creditsView .background {
    background-color: #333;
}

.creditsView .outercontent {
    position: relative;
    line-height: 1;
    width: 100%;
    max-width: 1085px;
    padding: 50px 0 0;
    margin: 0 auto;
}

.creditsView .innercontent {
    display: inline-block;
    vertical-align: top;
    width: 690px;
    margin-right: 90px;
}
.creditsView .adContainer {
    display: inline-block;
    width: 300px;
}
.creditsView .chapterEndAdContainer {
    margin-bottom: 10px;
}

.creditsView .chapterEndAdFooter {
    font-size: 12px;
    font-family: RalewayBold;
    color: #666;
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.creditsView h1 {
    font: 47px RalewayLight;
    text-transform: uppercase;
    text-align: center;
    color: #dd744b;
    margin: 0;
}
.creditsView a {
    color: #dd744b;
    text-decoration: none;
}
.creditsView p {
    font: 18px/24px MuseoSlab500;
    text-align: center;
    color: #fff;
    margin: 14px 0 0;

}
.creditsView h5 {
    font: 14px/16px MuseoSlab700Italic;
    text-align: center;
    color: #999;
    margin-bottom: 16px 0 0;
}
.credits {
    list-style: none;
    margin: 50px 0;
    padding: 0;
}
.credits li {
    margin-bottom: 8px;
}
.creditsView h2 {
    font: 18px/24px RalewayRegular;
    text-transform: uppercase;
    text-align: right;
    color: #dd744b;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 275px;
}
.creditsView .credits p {
    font: 18px/24px RalewayBold;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 390px;
}

article .chapterheadpageview {
    position: relative;
    text-align: center;
}

article .chapterheadpageview .chapterBox {
    position: relative;
    margin: 0 auto;
    width: 402px;
    padding-bottom: 90px;
    text-align: left;
    z-index: 1;
}

article .chapterheadpageview .innerBox {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-left: -20px;
    background-color: rgba(255, 255, 255, .8);
}

article .chapterheadpageview .title {
    font: 24px RalewayExtraBold;
    color: #666;
    text-align: center;
    text-transform: uppercase;
}

article .chapterheadpageview .subtitle {
    font: 50px RalewayLight;
    color: #333;
    text-align: center;
}

article .storytitleModule header {
    width: 442px;
    padding-bottom: 0px;
}

article .storytitleModule .titleBox {
    background-color: rgba(51,51,51,0.8);
    padding: 20px;
}

article .storytitleModule .titleBox h1 {
    color: #fff;
    font: 47px/47px RalewayLight;
    text-transform: uppercase;
    margin: 0;
}

article .storytitleModule .titleBox h2 {
    color: #4c653b;
    font: 35px/44px RalewayBold;
    margin: 4px 0 0;
}

article .storytitleModule .titleBox h3 {
    color: #666;
    font: 30px/32px MuseoSlab500;
    margin: 7px 0 0;
}

article .singlepageModule .with-title h1 {
    width: 612px;
    margin: 0 auto;
    color: #666;
    font: 30px/32px MuseoSlab500;
    text-align: center;
}

article .singlepageModule  .l-innercontent {
    width: 612px;
}

article .l-innercontent img {
  max-width: 33%;
}

article .l-innercontent .left-image {
    display: inline-block;
    float: left;
    padding: 1.35em 1em 0.25em 0;
}

article .l-innercontent .right-image {
    display: inline-block;
    float: right;
    padding: 1.35em 0 0.25em 1em;
}

/* Gallery Module */

article .galleryModule {
    position: relative;
    background: #000;
}

article .galleryModule .galleryImage {
    position: absolute;
}

article .galleryModule .galleryImage > img {
    position: relative;
}

article .galleryModule .galleryImage-is-waiting {
    position: absolute;
}

article .galleryModule .galleryImage-is-viewing {
    position: fixed;
    top: 0px;
}

article .galleryModule .galleryText {
    position: relative;
    width: 100%;
    padding-bottom: 90px;
}

article .galleryModule .titleBox {
    width: 402px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    margin: 0 auto;
}

article .galleryModule .header {
    font: 24px RalewayBold;
    color: #333;
    margin: 0;
}

article .galleryModule .text {
    font: 16px/20px MuseoSlab500;
    color: #666;
    margin: 0;
}

/* Gallery Paginator Module */

article .galleryPaginatorModule {
    position: relative;
    background: #000;
}

article .galleryPaginatorModule .galleryImage {
    position: absolute;
}

article .galleryPaginatorModule .galleryImage > img {
    position: relative;
}

article .galleryPaginatorModule .galleryImage-is-waiting {
    position: absolute;
}

article .galleryPaginatorModule .galleryImage-is-viewing {
    position: fixed;
    top: 0px;
}

article .galleryPaginatorModule .galleryText {
    position: relative;
    width: 100%;
    padding-bottom: 120px;
}

article .galleryPaginatorModule .titleBox {
    width: 402px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    margin: 0 auto;
}

article .galleryPaginatorModule .header {
    font: 24px RalewayBold;
    color: #333;
    margin: 0;
}

article .galleryPaginatorModule .text {
    font: 16px/20px MuseoSlab500;
    color: #666;
    margin: 0;
}

article .galleryPaginatorModule .arrow {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 31px;
    height: 58px;
    background-size: 31px 58px;
    z-index: 101;
}
article .galleryPaginatorModule .leftArrow {
    background: url('../img/gallery-left-arrow-off.png') no-repeat;
}
article .galleryPaginatorModule .leftArrow:hover {
    background: url('../img/gallery-left-arrow-on.png') no-repeat;
}
article .galleryPaginatorModule .rightArrow {
    background: url('../img/gallery-right-arrow-off.png') no-repeat;
}
article .galleryPaginatorModule .rightArrow:hover {
    background: url('../img/gallery-right-arrow-on.png') no-repeat;
}
article .galleryPaginatorModule .paginator {
    position: fixed;
    line-height: 0;
    z-index: 100;
}
article .galleryPaginatorModule .paginator ul {
    padding: 5px 15px;
    margin: auto;
    background-color: rgba(255,255,255,0.6);
}
article .galleryPaginatorModule .paginator li {
    display: inline-block;
    background-color: #444;
    border-radius: 11px;
    width: 11px;
    height: 11px;
    margin: 5px 9px;
}
article .galleryPaginatorModule .paginator li.on {
    background-color: #fff;
}

article .longtextModule .background {
    width: 100%;
}

article .longtextModule .with-title {
    padding: 2em 0;
}

article .longtextModule .with-title h1 {
    width: 612px;
    margin: 0 auto 20px;
    color: #666;
    font: 30px/32px MuseoSlab500;
    text-align: center;
}
article .longtextModule .spacer, article .longtextModule .callOut {
    float: right;
    clear: right;
}
article .longtextModule .spacer {
    width: 0;
    height: 0;
}
article .longtextModule .callOut {
    border-left: 1px solid #999;
    margin: 10px 0 0 -40px;
    right: -62px;
    position: relative;
    padding-left: 10px;
    width: 220px;
    font: 26px/30px MuseoSlab500;
    font-style: italic;
    text-align: center;
    color: #333;
    float: right;
}

article .longtextModule .l-innercontent {
    margin: 0 auto;
    color: #333;
    font: 20px/30px MuseoSlab500;
    text-align: left;
    width: 612px;
}

article .longtextModule .l-sidetextbox {
    border-left: 1px solid #999;
    margin: 10px 0 0 -40px;
    right: -62px;
    position: relative;
    padding-left: 10px;
    width: 220px;
    font: 26px/30px MuseoSlab500;
    font-style: italic;
    text-align: center;
    color: #333;
    float: right;
}

article .longtextModule .l-subhead {
    width: 300px;
    margin: 0 auto;
    color: #666;
    font: 30px/32px MuseoSlab500;
    text-align: center;
}

article .longtextModule .spacer, .l-sidetextbox {
    float: right;
    clear: right;
}

article .longtextModule .spacer {
    width: 0;
    height: 0;
}

article .longtextModule .ad {
    padding-top: 30px;
}

.longtextModule .ad-left {
  float: left;
  padding-right: 30px;
}
.longtextModule .ad-right {
  float: right;
  padding-left: 30px;
}

/* Short text module */

article .shorttextModule {
    margin-bottom: 60px;
    padding: 0;
}

article .shortTextModule {
    margin: 0;
}
article .shortTextModule header {
    width: 442px;
    padding-bottom: 90px;
}
article .shortTextModule .titleBox {
    width: 402px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    text-align: left;
}
article .shortTextModule .titleBox h2 {
    color: #333;
    font: 24px RalewayBold;
    margin: 0;
}
article .shorttextModule .text {
    font: 16px/20px MuseoSlab500;
    color: #666;
    margin: 0;
}
article .shortTextModule .titleBox p {
    font: 18px/22px MuseoSlab500;
    color: #666;
    margin: 0;
}

article .video-container {
    position: relative;
    top: 0;
}

article .videoplayerview .textBox {
    position:absolute;
    bottom: 41px;
    width:442px;
    margin:0 auto;
}

article .videoplayerview .text {
    width:402px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
}

article .videoplayerview .text .title {
    font: 24px RalewayBold;
    color: #333;
}

article .videoplayerview .text p {
    font: 20px MuseoSlab500;
    color: #666;
    margin: 0;
    line-height: 1.2em;
}

article .videoplayerview .timer-text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font: 18px RalewayBold;
    color: #FFF;
    pointer-events: none;
    text-align: right;
}

/* ==========================================================================
   Device screen media query styles
   ========================================================================== */
   @media all and (max-width: 1080px) {
    .creditsView .innercontent {
    margin: 0 auto;
    display: block;
    width: 690px;
}
.creditsView .adContainer {
    display: block;
    margin: 0 auto;
}
   }

@media all and (max-width: 720px) {

        article .galleryModule .titleBox {
        width: auto;
        margin: 0 80px;
        padding: 20px;
    }
    article .galleryModule .galleryText {
        padding-bottom: 60px;
    }
    article .galleryModule .header {
        font-size: 36px;
    }
    article .galleryModule .text {
        font-size: 28px;
        line-height: 36px;
    }
}
@media only screen
and (max-device-width : 720px)
and (-webkit-min-device-pixel-ratio: 2) {


    article .galleryModule .titleBox {
        margin: 0 40px;
        padding: 10px;
    }
    article .galleryModule .galleryText {
        padding-bottom: 60px;
    }
    article .galleryModule .header {
        font-size: 18px;
    }
    article .galleryModule .text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media all and (max-width: 720px) {

}

@media only screen
and (max-device-width : 720px)
and (-webkit-min-device-pixel-ratio: 2),
only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (-webkit-min-device-pixel-ratio: 1) {
    article .storytitleModule header {
        margin: 0 40px;
        padding-bottom: 60px;
    }
    article .storytitleModule .titleBox {
        padding: 10px;
    }
    article .storytitleModule .titleBox h1 {
        font-size: 28px;
        line-height: 28px;
    }
    article .storytitleModule .titleBox h2 {
        font-size: 21px;
        line-height: 24px;
    }
    article .storytitleModule .titleBox h3 {
        font-size: 18px;
        line-height: 19px;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/*
    -- MOBILE DEVICES --
    Applicable to all NON Retina Displays
*/
@media all and (max-device-width : 720px) {

    /* Long Text Module */
    article .longtextModule .with-title h1 {
        font: 38px/40px MuseoSlab500;
        width: auto;
        margin: 0 20px 20px;
    }

    article .longtextModule .l-innercontent {
        width:auto;
        font: 26px/36px MuseoSlab500;
        margin: 0 20px;
    }

    article .longtextModule .l-storycontent {
        padding-top:2em;
        padding-bottom:2em;
    }

    article .longtextModule p {
        margin: 40px 0 0;
    }

    article .with-title {
        padding-top: 160px;
    }

    article .longtextModule .callOut {
        margin: 48px 0 0 -40px;
        font: 34px/36px MuseoSlab500;
        right: 0px;
        text-align: left;
        width: 220px;
        margin-left: 20px;
        margin-bottom:10px;
    }

    /* Single Page Module */
    article .singlepageModule .with-title h1 {
        font: 38px/40px MuseoSlab500;
        width: auto;
        margin: 0 20px;
    }

    article .singlepageModule .l-innercontent {
        width:auto;
        font: 26px/36px MuseoSlab500;
        margin: 0 20px;
    }

    article .singlepageModule p {
        margin: 40px 0 0;
    }

    article .singlepageModule .with-title {
        padding-top: 160px;
    }

    article .l-innercontent .left-image {
        padding: 50px 20px 0px 0;
    }

    article .l-innercontent .right-image {
        padding: 50px 0px 0px 10px;
    }

    /*Gallery*/
    article .galleryModule {
        background-color: rgba(255,255,255,0.8);
    }

    /* VideoPlayer Module */
    article .videoplayerview .background {
        background-color: rgba(255,255,255,0.8) !important;
    }
    article .videoplayerview .textBox {
        width: 240px;
        position: absolute;
        bottom: 131px;
    }

    article .videoplayerview .text {
        padding: 20px;
        width: auto;
    }

    article .videoplayerview .text .title {
        font: 30px/30px RalewayBold;
    }

    article .videoplayerview .text p {
        font: 24px/28px MuseoSlab500;
    }

    /* Chapter Head Module */
    article .chapterheadpageview .chapterBox {
        padding-bottom: 90px;
        width: 500px;
    }
    article .chapterheadpageview .title {
        font-size: 32px;
    }
    article .chapterheadpageview .subtitle {
        font-size: 38px;
    }

    article .chapterheadpageview .innerBox {
        width: auto;
    }

    /* Short Text Module */
    article .shortTextModule .titleBox {
        width: auto;
        padding: 20px;
    }
    article .shortTextModule header {
        width: auto;
        padding-bottom: 60px;
        margin: 0 80px;
    }
    article .shortTextModule .titleBox h2 {
        font-size: 30px;
        line-height: 30px;
    }
    article .shortTextModule .titleBox p {
        font-size: 24px;
        line-height: 28px;
    }

    /* Story Title Module */
    article .storytitleModule header {
        width: auto;
        margin: 0;
    }
    article .storytitleModule .titleBox h1 {
        font-size: 56px;
        line-height: 56px;
        padding-bottom: 20px;
    }
    article .storytitleModule .titleBox h2 {
        font-size: 42px;
    }
    article .storytitleModule .titleBox h3 {
        font-size: 36px;
        line-height: 38px;
    }

    /* -- NAVIGATION -- */
    nav {
        width: 100%;
    }

    nav .SocialButtons-listItem {
        margin: 5px auto -10px;
    }

    nav .l-navwrap {
        width: 100%;
        background: transparent;
    }

    nav .is-closed .logo {
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8;
    }

    nav .logo {
        background: #fff;
        height: 120px;
        border-bottom: 2px solid #cccccc;
        position: fixed;
        top: 0;
        z-index: 2;
    }

    nav .logo img {
        padding: 36px 0 0 0 !important;
    }

    nav .logo img:nth-child(1) {
        float:left;
        margin-left: 30px;
    }

    nav .logo img:nth-child(2) {
        float:right;
        margin-right: 30px;
    }


    nav ul.main-menu {
        padding: 120px 0 0 0;
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: scroll;
        z-index: 1;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden;
    }

    nav li.main-menu-row {
        padding: 0;
        min-height: 100px;
    }

    nav li.main-menu-row > div:first-of-type {
        padding: 16px 0;
    }

    nav .story,
    nav .other {
        padding-top: 18px;
    }

    nav li.main-menu-hr-row {
        padding: 0;
    }

    nav .hr {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    nav .story {
        font: 32px/34px RalewayExtraBold;
    }

    nav .chapter,
    .segment {
        font: 28px RalewayExtraBold;
    }

    nav .chapter-title,
    .segment-title {
        font: 24pt MuseoSlab500;
    }

    nav .l-submenu {
        position: inherit;
        left: inherit;
        width: 100%;
        background-color: #999;
        z-index: 999;
    }

    nav .l-submenu .sub-menu-row .segment,
    nav .l-submenu .sub-menu-row .segment-title {
        color: #fff;
    }

    nav li.sub-menu-row:first-child {
        background-color: #999;
    }

    nav .audio {
        position: auto;
        width: inherit;
        height: 40px;
        bottom: inherit;
        border-top: none;
        cursor: pointer;
        background-color: transparent;
        width: 100%;
        top: inherit;
        right: inherit;
    }

    nav .audio-overlay {
        visibility: hidden;
    }

    nav .audio-is-not-muted,
    nav .audio-is-muted {
        float:right;
        width: 54px;
        margin-right: 134px;
        margin-top: 20px;
    }

    nav .is-closed {
        left: 0;
    }
    nav .is-closed .main-menu,
    nav .is-closed .SocialButtons-list {
        bottom: 100%;
    }

    footer .downarrow {
        margin-bottom: 15px;
    }

    footer .footerEnd {
        line-height: 29px;
    }

    .creditsView .innercontent {
        width: auto;
    }

    .creditsView h2 {
        text-align: center;
        width: 100%;
    }

    .creditsView .credits p {
        text-align: center;
        width: 100%;
    }
}
/* Mobile devices in Portrait */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 720px)
and (orientation : portrait ) {
    article .videoplayerview .textBox {
        bottom: 15px;
    }
}

/* Mobile devices in Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 720px)
and (orientation : landscape ) {
    article .videoplayerview .textBox {
        bottom: 15px;
    }
    article .galleryModule {
        margin-top: 40px;
    }
}

/*
    -- MOBILE DEVICES (RETINA) --
    Applicable to all Retina Displays (and iPhones < 4)
*/
@media only screen
and (max-device-width : 720px)
and (-webkit-min-device-pixel-ratio: 2),
only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (-webkit-min-device-pixel-ratio: 1)  {

    /* Long Text Module */
    article .longtextModule .with-title h1 {
        font: 19px/20px MuseoSlab500;
        width: auto;
        margin: 0 10px 10px;
    }

    article .longtextModule .l-innercontent {
        width: auto;
        font: 13px/18px MuseoSlab500;
        margin: 0 10px;
    }

    article .longtextModule .l-storycontent {
        padding-top:2em;
    }

    article .longtextModule p {
        margin: 20px 0 0;
    }

    article .with-title {
        padding-top: 80px;
    }

    article .longtextModule .callOut {
        margin: 24px 0 0 -40px;
        font: 17px/19px MuseoSlab500;
        right: 0px;
        text-align: left;
        width: 150px;
        margin-left: 20px;
    }

    /* Single Page Module */
    article .singlepageModule .with-title h1 {
        font: 19px/20px MuseoSlab500;
        width: auto;
        margin: 0 10px;
    }

    article .singlepageModule .l-innercontent {
        width: auto;
        font: 13px/18px MuseoSlab500;
        margin: 0 10px;
    }

    article .singlepageModule p {
        margin: 20px 0 0;
    }

    article .singlepageModule .with-title {
        padding-top: 80px;
    }

    article .l-innercontent .left-image,
    article .l-innercontent .right-image {
        zoom: 50%;
    }

    /* VideoPlayer Module */
    article .videoplayerview .textBox {
        opacity: 1;
        width: 240px;
        position: absolute;
    }

    article .videoplayerview .text {
        padding: 10px;
        width: auto;
    }

    article .videoplayerview .text .title {
        font: 15px/15px RalewayBold;
    }

    article .videoplayerview .text p {
        font: 12px/14px MuseoSlab500;
    }

    /* Chapter Head Modue */
    article .chapterheadpageview .chapterBox {
        padding-bottom: 60px;
        width: 250px;
    }

    article .chapterheadpageview .title {
        font-size: 16px;
    }

    article .chapterheadpageview .subtitle {
        font-size: 29px;
    }

    /* Short Text Module */
    article .shortTextModule .titleBox {
        padding: 10px;
    }
    article .shortTextModule header {
        padding-bottom: 60px;
        margin: 0 40px;
    }
    article .shortTextModule .titleBox h2 {
        font-size: 15px;
        line-height: 15px;
    }
    article .shortTextModule .titleBox p {
        font-size: 12px;
        line-height: 14px;
    }

    /* Story Title Module */
    article .storytitleModule header {
        margin: 0 40px;
    }
    article .storytitleModule .titleBox {
        padding: 10px;
        padding-bottom: 10px;
    }
    article .storytitleModule .titleBox h1 {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 0px;
    }
    article .storytitleModule .titleBox h2 {
        font-size: 21px;
        line-height: 24px;
    }
    article .storytitleModule .titleBox h3 {
        font-size: 18px;
        line-height: 19px;
    }

    /* -- NAVIGATION -- */
    nav .logo {
        height: 60px;
        border-bottom: 1px solid #cccccc;
        position: fixed;
        top: 0;
    }

    nav .logo img {
        padding: 19px 0 0 0 !important;
    }

    nav .logo img:nth-child(1) {
        float:left;
        margin-left: 15px;
    }

    nav .logo img:nth-child(2) {
        float:right;
        margin-right: 15px;
    }


    nav ul.main-menu {
        padding: 60px 0 0 0;
    }

    nav li.main-menu-row {
        padding: 0;
        min-height: 50px;
    }

    nav li.main-menu-row > div:first-of-type {
        padding: 8px 0;
    }

    nav .story,
    nav .other {
        padding-top: 10px;
    }

    nav li.main-menu-hr-row {
        padding: 0;
    }

    nav .hr {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    nav .story {
        font: 16px/17px RalewayExtraBold;
    }

    nav .chapter,
    .segment {
        font: 14px RalewayExtraBold;
    }

    nav .chapter-title,
    .segment-title {
        font: 12pt MuseoSlab500;
    }

    nav .l-submenu {
        position: inherit;
        left: inherit;
        width: 100%;
        background-color: #999;
        z-index: 999;
    }

    nav .l-submenu .sub-menu-row .segment,
    nav .l-submenu .sub-menu-row .segment-title {
        color: #fff;
    }

    nav li.sub-menu-row:first-child {
        background-color: #999;
    }

    nav .audio {
        position: auto;
        width: inherit;
        height: 20px;
        bottom: inherit;
        border-top: none;
        cursor: pointer;
        background-color: transparent;
        width: 100%;
        top: inherit;
        right: inherit;
    }

    nav .audio-overlay {
        visibility: hidden;
    }

    nav .audio-is-not-muted,
    nav .audio-is-muted {
        float:right;
        width: 27px;
        margin-right: 67px;
        margin-top: 10px;
    }
}

/*
    iPads
*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    article .videoplayerview .textBox {
        bottom: 50px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    article .videoplayerview .textBox {
        bottom: 110px;
    }
    .creditsView h1 {
        font-size: 36px;
    }
    .creditsView h2 {
        font: 16px/22px RalewayRegular;
    }
    .creditsView h5 {
        display: none;
    }
    .creditsView .outercontent {
        padding-top: 0px;
    }
    .creditsView p {
        font: 16px/22px MuseoSlab500;
        margin-top: 5px;
    }
    .creditsView .credits p {
        font: 16px/22px RalewayBold;
    }
    .credits {
        margin: 10px 0;
    }
    .credits li {
        margin-bottom: 0;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.ad--wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  max-height: 275px;
  bottom: 3em;
}

.ad--wrap > iframe {
  width: 100%;
  min-height: 275px;
}
