h1, .h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
          
.block--blue .exp__title--small,
.block--blue .exp__title--large {
  color: #ffffff; }
  
/*.flickity-slider .image__item {
    display: flex;
    align-items: center;
    justify-content: center; }
*/
    
/* used on sliders where one image is taller than the other images; this will prevent any white space
from appearing because the slider will fill the entire height */
.flickity-slider .image__item img {
    width: initial; }
    
.story-blockquote {
    background-color: #FFF; }
    
.story-p-intro {
    font-weight: 700; }

@media screen and (min-width: 320px) {
    .story-p-intro {
        font-size: calc(18px + 4 * (100vw - 320px) / 1120); }
}

@media screen and (min-width: 1440px) {
    .story-p-intro {
        font-size: 30px; }
}

/* rules for videos on storylists */
.storyvideo-container {
    overflow: hidden;
    position: relative; }
    
.storyvideo-container .storyvideo-program__card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 24px; }
    
.storyvideo-program__card:hover, .storyvideo-program__card:focus {
    color: #fff; }
    
@media (min-width: 32em) {
    .storyvideo-img-container {
        transition: transform 300ms ease;
        position: relative; }
}

.storylist-video:hover .storyvideo-img-container {
    transform: scale(1.2); }
    
.storyvideo-image {
    display: block; }
    
/* end of rules for videos on storylists */

/* CSS Lightbox */
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	display:initial;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
/* End of CSS Lightbox */

/* For AU Calendar */
.footer__link--alt:hover, .footer__link--alt:focus {
    color: #ffffff!important;
}
/* End of AU Calendar */