/**
 * Theme Name: Kellogg
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Kellogg College
 * Template: oneltd-base
 */

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */  
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,  
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; 
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch 
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-moz-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;-moz-transition:-moz-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch 
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* line 1, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, .story-hero .container .text-area p,
.page-breaker .container .text-area p, .hs-container .hs-reveal .hs-title, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 21, ../../src/sass/helpers/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 25, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
  overflow-x: hidden;
}

/* line 29, ../../src/sass/helpers/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../../src/sass/helpers/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../../src/sass/helpers/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 48, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 52, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_typography.scss */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 1, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  .container {
    width: 768px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0;
    width: 1170px;
  }
}

/* line 11, ../../src/sass/helpers/_base.scss */
h1 {
  font-family: "museo-slab", serif;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 700;
  line-height: 36px;
  font-size: 32px;
}
@media (min-width: 1024px) {
  /* line 11, ../../src/sass/helpers/_base.scss */
  h1 {
    line-height: 48px;
    font-size: 42px;
  }
}
@media (max-width: 374px) {
  /* line 11, ../../src/sass/helpers/_base.scss */
  h1 {
    line-height: 32px;
    font-size: 28px;
  }
}

/* line 15, ../../src/sass/helpers/_base.scss */
h2 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 36px;
  font-size: 28px;
}

/* line 19, ../../src/sass/helpers/_base.scss */
h3, .story-hero .container .text-area p,
.page-breaker .container .text-area p, .hs-container .hs-reveal .hs-title {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}

/* line 23, ../../src/sass/helpers/_base.scss */
h4 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 12px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
}

/* line 35, ../../src/sass/helpers/_base.scss */
p {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

/* line 40, ../../src/sass/helpers/_base.scss */
a {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

/* line 46, ../../src/sass/helpers/_base.scss */
blockquote {
  text-align: center;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}
/* line 50, ../../src/sass/helpers/_base.scss */
blockquote p {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}

/* line 55, ../../src/sass/helpers/_base.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

/* line 61, ../../src/sass/helpers/_base.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 17px;
}

/* line 67, ../../src/sass/helpers/_base.scss */
ul li,
ol li {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 12px;
}
/* line 72, ../../src/sass/helpers/_base.scss */
ul li:last-of-type,
ol li:last-of-type {
  margin-bottom: 20px;
}

/* line 79, ../../src/sass/helpers/_base.scss */
strong {
  font-weight: 900;
}

/* line 84, ../../src/sass/helpers/_base.scss */
.date {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: #a03122;
  font-size: 14px;
  font-weight: 900;
}

/* line 91, ../../src/sass/helpers/_base.scss */
.close-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
}

/* line 101, ../../src/sass/helpers/_base.scss */
#main-content p a, #main-content h1 a, #main-content h2 a, #main-content h3 a, #main-content .story-hero .container .text-area p a, .story-hero .container .text-area #main-content p a,
#main-content .page-breaker .container .text-area p a,
.page-breaker .container .text-area #main-content p a, #main-content .hs-container .hs-reveal .hs-title a, .hs-container .hs-reveal #main-content .hs-title a, #main-content h4 a, #main-content ul a, #main-content ol a, #main-content td a {
  font-weight: 900;
  position: relative;
  text-decoration: underline;
  color: #a03122;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
/* line 115, ../../src/sass/helpers/_base.scss */
#main-content p a.button, #main-content h1 a.button, #main-content h2 a.button, #main-content h3 a.button, #main-content .story-hero .container .text-area p a.button, .story-hero .container .text-area #main-content p a.button,
#main-content .page-breaker .container .text-area p a.button,
.page-breaker .container .text-area #main-content p a.button, #main-content .hs-container .hs-reveal .hs-title a.button, .hs-container .hs-reveal #main-content .hs-title a.button, #main-content h4 a.button, #main-content ul a.button, #main-content ol a.button, #main-content td a.button {
  color: #282828;
}
/* line 123, ../../src/sass/helpers/_base.scss */
#main-content p a:not(.button):hover, #main-content h1 a:not(.button):hover, #main-content h2 a:not(.button):hover, #main-content h3 a:not(.button):hover, #main-content .story-hero .container .text-area p a:not(.button):hover, .story-hero .container .text-area #main-content p a:not(.button):hover,
#main-content .page-breaker .container .text-area p a:not(.button):hover,
.page-breaker .container .text-area #main-content p a:not(.button):hover, #main-content .hs-container .hs-reveal .hs-title a:not(.button):hover, .hs-container .hs-reveal #main-content .hs-title a:not(.button):hover, #main-content h4 a:not(.button):hover, #main-content ul a:not(.button):hover, #main-content ol a:not(.button):hover, #main-content td a:not(.button):hover {
  text-decoration: none;
}

/* line 156, ../../src/sass/helpers/_base.scss */
.alignleft {
  float: none;
  margin-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 156, ../../src/sass/helpers/_base.scss */
  .alignleft {
    float: left;
    margin-right: 16px;
  }
}

/* line 170, ../../src/sass/helpers/_base.scss */
.alignright {
  float: none;
}
@media (min-width: 768px) {
  /* line 170, ../../src/sass/helpers/_base.scss */
  .alignright {
    float: right;
    margin-left: 16px;
  }
}

/* line 183, ../../src/sass/helpers/_base.scss */
.aligncenter {
  margin: 0 auto;
  display: block;
}

/* stop ios inverting img and video tags */
@media (inverted-colors: inverted) {
  /* line 191, ../../src/sass/helpers/_base.scss */
  img, video {
    -webkit-filter: invert(0%) !important;
            filter: invert(0%) !important;
  }

  /* line 194, ../../src/sass/helpers/_base.scss */
  .block-image {
    -webkit-filter: invert(0%) !important;
            filter: invert(0%) !important;
  }
}
/* line 200, ../../src/sass/helpers/_base.scss */
abbr[title] {
  text-decoration: none;
}

/* Text meant only for screen readers. */
/* line 205, ../../src/sass/helpers/_base.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 218, ../../src/sass/helpers/_base.scss */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

/* line 220, ../../src/sass/helpers/_base.scss */
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

/* line 221, ../../src/sass/helpers/_base.scss */
.justify-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

/* line 222, ../../src/sass/helpers/_base.scss */
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

/* line 226, ../../src/sass/helpers/_base.scss */
.calendar-subscription {
  background: rgba(228, 221, 209, 0.4);
  padding: 36px 0 20px 0;
}

/* line 231, ../../src/sass/helpers/_base.scss */
#scrollToTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: #a03122;
  color: white;
  -moz-border-radius: 50%;
       border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
     -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
          transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}
/* line 249, ../../src/sass/helpers/_base.scss */
#scrollToTopButton svg {
  width: 24px;
  height: 24px;
}
/* line 254, ../../src/sass/helpers/_base.scss */
#scrollToTopButton.show {
  opacity: 1;
  visibility: visible;
}

/* line 3, ../../src/sass/helpers/_buttons.scss */
.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #282828;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  min-height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 21, ../../src/sass/helpers/_buttons.scss */
.button:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 28, ../../src/sass/helpers/_buttons.scss */
.button:before {
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
  padding-top: 2px;
}

/* line 5, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label,
.frm_style_formidable-style.with_frm_style .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_description {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 16, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style div.frm_description {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-size: 14px;
}
/* line 21, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-webkit-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type="text"] {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
.frm_style_formidable-style.with_frm_style input::-moz-placeholder,
.frm_style_formidable-style.with_frm_style textarea::-moz-placeholder,
.frm_style_formidable-style.with_frm_style input[type="text"] {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style textarea:-ms-input-placeholder,
.frm_style_formidable-style.with_frm_style input[type="text"] {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
.frm_style_formidable-style.with_frm_style input::placeholder,
.frm_style_formidable-style.with_frm_style textarea::placeholder,
.frm_style_formidable-style.with_frm_style input[type="text"] {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
/* line 27, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio {
  margin-top: 8px;
}
/* line 31, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .radio-box.with_frm_style .vertical_radio .frm_checkbox label,
.frm_style_formidable-style.with_frm_style .with_frm_style .vertical_radio .frm_radio label {
  padding-left: 0px;
  text-indent: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 43, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_checkbox label {
  line-height: 32px;
}
/* line 48, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_required {
  color: #a03122;
  padding-left: 2px;
}
/* line 53, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}
/* line 57, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button {
  display: inline-block;
  background: #282828;
  padding: 12px 44px 12px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 68, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 75, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button:before {
  position: absolute;
  top: 13px;
  right: 12px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}
/* line 91, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type="checkbox"],
.frm_style_formidable-style.with_frm_style .frm_radio input[type="radio"] {
  height: 24px;
  width: 24px;
  min-height: 24px;
  padding: 0;
  color: #282828;
  border-color: #e4ddd1;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: all 0.15s;
     -moz-transition: all 0.15s;
          transition: all 0.15s;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
}
/* line 109, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type="checkbox"]:checked,
.frm_style_formidable-style.with_frm_style .frm_radio input[type="radio"]:checked {
  position: relative;
}
/* line 113, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type="checkbox"]:checked:before,
.frm_style_formidable-style.with_frm_style .frm_radio input[type="radio"]:checked:before {
  content: url(images/form-x.svg);
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: #a03122;
}
/* line 129, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style input:not([type="type"]),
.frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style select {
  color: #282828;
  border-color: #e4ddd1;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 0;
       border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  min-height: 48px;
  margin-bottom: 0;
}
/* line 150, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url(images/form-drop.svg) 98%/18px no-repeat;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: #282828;
  border-color: #e4ddd1;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 150, ../../src/sass/helpers/_forms.scss */
  .frm_style_formidable-style.with_frm_style select {
    background: url() 98%/18px no-repeat;
    color: #282828;
    border-color: #e4ddd1;
    border-width: 1px;
    border-style: solid;
  }
}
/* line 177, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  background: #282828;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  padding: 12px 44px 12px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-style: none;
  -moz-border-radius: 0;
       border-radius: 0;
  position: relative;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 194, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #282828;
  color: white;
  text-decoration: underline;
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 203, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_submit button:after {
  position: absolute;
  top: 13px;
  right: 12px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}
/* line 226, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style select:focus {
  background-color: #ffffff;
  border-style: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}
/* line 235, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type="checkbox"]:focus {
  border-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: none;
}
/* line 248, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_message,
.frm_style_formidable-style.with_frm_style .frm_success_style,
.frm_style_formidable-style.with_frm_style .frm_error_style {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  border: 0px solid #b2b2b2;
  background-color: rgba(228, 221, 209, 0.4);
  -moz-border-radius: 0;
       border-radius: 0;
  color: #a03122;
  margin-bottom: 24px;
}
/* line 262, ../../src/sass/helpers/_forms.scss */
.frm_style_formidable-style.with_frm_style .frm_error {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: #a03122;
  margin-bottom: 16px;
}

/* line 1, ../../src/sass/helpers/_pagination.scss */
.pagination {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/helpers/_pagination.scss */
  .pagination {
    margin-bottom: 60px;
  }
}
/* line 8, ../../src/sass/helpers/_pagination.scss */
.pagination .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
/* line 16, ../../src/sass/helpers/_pagination.scss */
.pagination .page-numbers {
  width: 28px;
  height: 28px;
  background-color: white;
  border: 1px solid #e4ddd1;
  color: #282828;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 5px;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  /* line 16, ../../src/sass/helpers/_pagination.scss */
  .pagination .page-numbers {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    font-size: 16px;
  }
}
/* line 37, ../../src/sass/helpers/_pagination.scss */
.pagination .page-numbers.current {
  background-color: #e4ddd1;
  color: #282828;
  font-family: "museo-sans", sans-serif;
}
/* line 47, ../../src/sass/helpers/_pagination.scss */
.pagination .page-numbersa {
  color: white;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 54, ../../src/sass/helpers/_pagination.scss */
.pagination .container a.page-numbers {
  margin-bottom: 0;
}

/* line 60, ../../src/sass/helpers/_pagination.scss */
a.page-numbers .icon {
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 34px;
  width: 34px;
}
/* line 67, ../../src/sass/helpers/_pagination.scss */
a.page-numbers.next {
  background-color: #e4ddd1;
}
/* line 74, ../../src/sass/helpers/_pagination.scss */
a.page-numbers.prev {
  background-color: #e4ddd1;
}
/* line 78, ../../src/sass/helpers/_pagination.scss */
a.page-numbers.prev .icon {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 2, ../../src/sass/latest-page.scss */
.latest-page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-bottom: 80px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/latest-page.scss */
  .latest-page .container {
    margin-bottom: 80px;
  }
}
@media (min-width: 1199px) {
  /* line 2, ../../src/sass/latest-page.scss */
  .latest-page .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 13, ../../src/sass/latest-page.scss */
.latest-page .container.post-strip {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 13, ../../src/sass/latest-page.scss */
  .latest-page .container.post-strip {
    margin-bottom: 80px;
  }
}
/* line 17, ../../src/sass/latest-page.scss */
.latest-page .container .left {
  width: 100%;
  max-width: 100%;
  background-color: #EEEEEE;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  height: 100%;
}
@media (min-width: 1199px) {
  /* line 17, ../../src/sass/latest-page.scss */
  .latest-page .container .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    width: 368px;
    margin-right: 32px;
  }
}
/* line 31, ../../src/sass/latest-page.scss */
.latest-page .container .left .block-image {
  height: 248px;
  background-size: cover;
  background-position: center center;
}
/* line 37, ../../src/sass/latest-page.scss */
.latest-page .container .left a {
  text-decoration: none;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
}
/* line 46, ../../src/sass/latest-page.scss */
.latest-page .container .left .link-wrap {
  max-width: 100%;
  height: 56px;
  max-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1199px) {
  /* line 46, ../../src/sass/latest-page.scss */
  .latest-page .container .left .link-wrap {
    width: 368px;
  }
}
/* line 59, ../../src/sass/latest-page.scss */
.latest-page .container .left .link-wrap:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 62, ../../src/sass/latest-page.scss */
.latest-page .container .left .link-wrap:hover h3, .latest-page .story-hero .container .left .link-wrap:hover .text-area p, .story-hero .latest-page .container .left .link-wrap:hover .text-area p, .latest-page .story-hero .container .text-area .left .link-wrap:hover p, .story-hero .latest-page .container .text-area .left .link-wrap:hover p,
.latest-page .page-breaker .container .left .link-wrap:hover .text-area p,
.page-breaker .latest-page .container .left .link-wrap:hover .text-area p,
.latest-page .page-breaker .container .text-area .left .link-wrap:hover p,
.page-breaker .latest-page .container .text-area .left .link-wrap:hover p, .latest-page .container .left .link-wrap:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .latest-page .container .left .link-wrap:hover .hs-title,
.latest-page .container .left .link-wrap:hover .linkarrow {
  text-decoration: underline;
}
/* line 74, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: 278px;
  max-height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1199px) {
  /* line 74, ../../src/sass/latest-page.scss */
  .latest-page .container .left .event-wrap {
    width: 368px;
  }
}
/* line 88, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap .text-block {
  height: 186px;
  border-bottom: 1px solid #0e3e5e;
}
/* line 94, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap .text-block .linkarrow:before {
  bottom: 8px;
  right: 0;
}
/* line 99, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap .text-block .linkarrow:after {
  bottom: 23px;
  right: 3px;
}
/* line 108, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap p {
  margin-bottom: 8px;
}
/* line 118, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap h3, .latest-page .story-hero .container .left .event-wrap .text-area p, .story-hero .latest-page .container .left .event-wrap .text-area p, .latest-page .story-hero .container .text-area .left .event-wrap p, .story-hero .latest-page .container .text-area .left .event-wrap p,
.latest-page .page-breaker .container .left .event-wrap .text-area p,
.page-breaker .latest-page .container .left .event-wrap .text-area p,
.latest-page .page-breaker .container .text-area .left .event-wrap p,
.page-breaker .latest-page .container .text-area .left .event-wrap p, .latest-page .container .left .event-wrap .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .latest-page .container .left .event-wrap .hs-title {
  margin-bottom: 8px;
}
/* line 124, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 127, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap:hover h3, .latest-page .story-hero .container .left .event-wrap:hover .text-area p, .story-hero .latest-page .container .left .event-wrap:hover .text-area p, .latest-page .story-hero .container .text-area .left .event-wrap:hover p, .story-hero .latest-page .container .text-area .left .event-wrap:hover p,
.latest-page .page-breaker .container .left .event-wrap:hover .text-area p,
.page-breaker .latest-page .container .left .event-wrap:hover .text-area p,
.latest-page .page-breaker .container .text-area .left .event-wrap:hover p,
.page-breaker .latest-page .container .text-area .left .event-wrap:hover p, .latest-page .container .left .event-wrap:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .latest-page .container .left .event-wrap:hover .hs-title,
.latest-page .container .left .event-wrap:hover .linkarrow {
  text-decoration: underline;
}
/* line 134, ../../src/sass/latest-page.scss */
.latest-page .container .left .event-wrap .icon {
  margin-bottom: 8px;
}
/* line 140, ../../src/sass/latest-page.scss */
.latest-page .container .blog .tags {
  background: #a03122;
}
/* line 144, ../../src/sass/latest-page.scss */
.latest-page .container .podcast .tags {
  background: #00837C;
}
/* line 148, ../../src/sass/latest-page.scss */
.latest-page .container .news .tags {
  background: #037EAB;
}
/* line 152, ../../src/sass/latest-page.scss */
.latest-page .container .tags {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  color: white;
  background: #0e3e5e;
  font-weight: 900;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  width: 96px;
  text-align: center;
}
/* line 164, ../../src/sass/latest-page.scss */
.latest-page .container .right {
  width: 768px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}
@media (min-width: 1199px) {
  /* line 164, ../../src/sass/latest-page.scss */
  .latest-page .container .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 177, ../../src/sass/latest-page.scss */
.latest-page .container .right a {
  text-decoration: none;
}
/* line 181, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block {
  width: 100%;
  max-width: 100%;
  height: 416px;
  max-height: 100%;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin-right: 0;
}
@media (min-width: 1199px) {
  /* line 181, ../../src/sass/latest-page.scss */
  .latest-page .container .right .news-block {
    width: 368px;
  }
}
/* line 195, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block:first-of-type {
  width: 100%;
}
@media (min-width: 1199px) {
  /* line 195, ../../src/sass/latest-page.scss */
  .latest-page .container .right .news-block:first-of-type {
    width: 768px;
  }
}
/* line 203, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block:nth-child(2n + 2) {
  margin-right: 0;
}
@media (min-width: 1199px) {
  /* line 203, ../../src/sass/latest-page.scss */
  .latest-page .container .right .news-block:nth-child(2n + 2) {
    margin-right: 32px;
  }
}
/* line 211, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 214, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block:hover h3, .latest-page .story-hero .container .right .news-block:hover .text-area p, .story-hero .latest-page .container .right .news-block:hover .text-area p, .latest-page .story-hero .container .text-area .right .news-block:hover p, .story-hero .latest-page .container .text-area .right .news-block:hover p,
.latest-page .page-breaker .container .right .news-block:hover .text-area p,
.page-breaker .latest-page .container .right .news-block:hover .text-area p,
.latest-page .page-breaker .container .text-area .right .news-block:hover p,
.page-breaker .latest-page .container .text-area .right .news-block:hover p, .latest-page .container .right .news-block:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .latest-page .container .right .news-block:hover .hs-title,
.latest-page .container .right .news-block:hover .linkarrow {
  text-decoration: underline;
}
/* line 220, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block .block-image {
  height: 248px;
  background-size: cover;
  background-position: center center;
}
/* line 226, ../../src/sass/latest-page.scss */
.latest-page .container .right .news-block .text-block {
  background: #e4ddd1;
  padding: 24px 24px 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
  height: 168px;
}
/* line 238, ../../src/sass/latest-page.scss */
.latest-page .container .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 246, ../../src/sass/latest-page.scss */
.latest-page .container .text-wrap p {
  margin-bottom: 32px;
}
/* line 250, ../../src/sass/latest-page.scss */
.latest-page .container .text-wrap h3, .latest-page .story-hero .container .text-wrap .text-area p, .story-hero .latest-page .container .text-wrap .text-area p, .latest-page .story-hero .container .text-area .text-wrap p, .story-hero .latest-page .container .text-area .text-wrap p,
.latest-page .page-breaker .container .text-wrap .text-area p,
.page-breaker .latest-page .container .text-wrap .text-area p,
.latest-page .page-breaker .container .text-area .text-wrap p,
.page-breaker .latest-page .container .text-area .text-wrap p, .latest-page .container .text-wrap .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .latest-page .container .text-wrap .hs-title {
  overflow: hidden;
  max-height: 56px;
}
/* line 256, ../../src/sass/latest-page.scss */
.latest-page .container .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 262, ../../src/sass/latest-page.scss */
.latest-page .container .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #a03122;
  bottom: 0;
  right: 0;
  content: "";
}
/* line 273, ../../src/sass/latest-page.scss */
.latest-page .container .linkarrow:after {
  position: absolute;
  bottom: 14px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}
/* line 284, ../../src/sass/latest-page.scss */
.latest-page .container .date {
  margin-bottom: 8px;
}

/* line 2, ../../src/sass/search.scss */
.search-result .container {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/search.scss */
  .search-result .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 2, ../../src/sass/search.scss */
  .search-result .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 2, ../../src/sass/search.scss */
  .search-result .container {
    padding: 0;
    width: 769.977px;
  }
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/search.scss */
  .search-result .container {
    margin-bottom: 80px;
  }
}
/* line 6, ../../src/sass/search.scss */
.search-result .container a {
  text-decoration: none;
}
/* line 11, ../../src/sass/search.scss */
.search-result .container a h2:hover {
  color: #00837C;
}

/* line 20, ../../src/sass/search.scss */
.search-block {
  background-color: #e4ddd1;
  top: 48px;
  right: 0;
  z-index: 999;
  max-width: 375px;
  width: 100%;
  display: none;
  position: absolute;
}
/* line 33, ../../src/sass/search.scss */
.search-block .search-submit {
  display: none;
}
/* line 37, ../../src/sass/search.scss */
.search-block .search-field {
  background: none;
  border: none;
  padding: 10px;
  width: 100%;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  /* line 51, ../../src/sass/search.scss */
  .search-block {
    top: 460px;
    max-width: 100%;
    left: 0;
  }
  /* line 56, ../../src/sass/search.scss */
  .search-block .search-field {
    padding-left: 20px;
  }
}
/* line 3, ../../src/sass/error404.scss */
.error-page .container {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/error404.scss */
  .error-page .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/error404.scss */
  .error-page .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/error404.scss */
  .error-page .container {
    padding: 0;
    width: 769.977px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/error404.scss */
  .error-page .container {
    margin-bottom: 80px;
  }
}
/* line 7, ../../src/sass/error404.scss */
.error-page .container .button {
  background: #a03122;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  background: #e4ddd1;
  padding: 32px 0;
}
/* line 5, ../../src/sass/footer.scss */
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 8, ../../src/sass/footer.scss */
footer .container.upper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #282828;
  padding-bottom: 32px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media (min-width: 1199px) {
  /* line 8, ../../src/sass/footer.scss */
  footer .container.upper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
}
/* line 23, ../../src/sass/footer.scss */
footer .container.upper .logo-wrap {
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1199px) {
  /* line 23, ../../src/sass/footer.scss */
  footer .container.upper .logo-wrap {
    width: 506px;
    margin-bottom: 0;
  }
}
/* line 34, ../../src/sass/footer.scss */
footer .container.upper .logo-wrap .main-logo {
  background-image: url(images/kellogg-college-logo-black.svg);
  width: 130px;
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  display: block;
}
/* line 44, ../../src/sass/footer.scss */
footer .container.upper .social-wrap {
  width: 100%;
  width: 332px;
  margin: 0 auto;
}
/* line 53, ../../src/sass/footer.scss */
footer .container.upper .social-wrap h3, footer .story-hero .container.upper .social-wrap .text-area p, .story-hero footer .container.upper .social-wrap .text-area p, footer .story-hero .container.upper .text-area .social-wrap p, .story-hero footer .container.upper .text-area .social-wrap p,
footer .page-breaker .container.upper .social-wrap .text-area p,
.page-breaker footer .container.upper .social-wrap .text-area p,
footer .page-breaker .container.upper .text-area .social-wrap p,
.page-breaker footer .container.upper .text-area .social-wrap p, footer .container.upper .social-wrap .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal footer .container.upper .social-wrap .hs-title {
  text-align: center;
}
@media (min-width: 1199px) {
  /* line 53, ../../src/sass/footer.scss */
  footer .container.upper .social-wrap h3, footer .story-hero .container.upper .social-wrap .text-area p, .story-hero footer .container.upper .social-wrap .text-area p, footer .story-hero .container.upper .text-area .social-wrap p, .story-hero footer .container.upper .text-area .social-wrap p,
  footer .page-breaker .container.upper .social-wrap .text-area p,
  .page-breaker footer .container.upper .social-wrap .text-area p,
  footer .page-breaker .container.upper .text-area .social-wrap p,
  .page-breaker footer .container.upper .text-area .social-wrap p, footer .container.upper .social-wrap .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal footer .container.upper .social-wrap .hs-title {
    text-align: right;
  }
}
/* line 62, ../../src/sass/footer.scss */
footer .container.upper .social-wrap.remover {
  display: none;
}
@media (min-width: 1199px) {
  /* line 62, ../../src/sass/footer.scss */
  footer .container.upper .social-wrap.remover {
    display: block;
  }
}
/* line 74, ../../src/sass/footer.scss */
footer .container.middle {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #282828;
  padding-bottom: 32px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1199px) {
  /* line 74, ../../src/sass/footer.scss */
  footer .container.middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 86, ../../src/sass/footer.scss */
footer .container.middle .mobile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1199px) {
  /* line 86, ../../src/sass/footer.scss */
  footer .container.middle .mobile-wrap {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  /* line 86, ../../src/sass/footer.scss */
  footer .container.middle .mobile-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 102, ../../src/sass/footer.scss */
footer .container.middle .quick_links {
  margin-right: 32px;
  margin-bottom: 28px;
  width: 192px;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 102, ../../src/sass/footer.scss */
  footer .container.middle .quick_links {
    margin-bottom: 0;
  }
}
/* line 115, ../../src/sass/footer.scss */
footer .container.middle .contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-right: 28px;
}
@media (min-width: 768px) {
  /* line 115, ../../src/sass/footer.scss */
  footer .container.middle .contact-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 126, ../../src/sass/footer.scss */
footer .container.middle .contact-wrap .contact {
  margin-right: 28px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  /* line 126, ../../src/sass/footer.scss */
  footer .container.middle .contact-wrap .contact {
    margin-bottom: 0;
  }
}
/* line 139, ../../src/sass/footer.scss */
footer .container.middle .map {
  height: 224px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1024px) {
  /* line 139, ../../src/sass/footer.scss */
  footer .container.middle .map {
    width: 520px;
  }
}
/* line 151, ../../src/sass/footer.scss */
footer .container.lower {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1199px) {
  /* line 151, ../../src/sass/footer.scss */
  footer .container.lower {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 163, ../../src/sass/footer.scss */
footer .container.lower ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media (min-width: 1024px) {
  /* line 163, ../../src/sass/footer.scss */
  footer .container.lower ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 172, ../../src/sass/footer.scss */
footer .container.lower ul li {
  margin-right: 16px;
}
/* line 174, ../../src/sass/footer.scss */
footer .container.lower ul li:last-of-type {
  margin-right: 0;
}
/* line 181, ../../src/sass/footer.scss */
footer .container.lower .oxford-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 768px) {
  /* line 181, ../../src/sass/footer.scss */
  footer .container.lower .oxford-logo-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 195, ../../src/sass/footer.scss */
footer .container.lower .oxford-logo-wrap a {
  margin-right: 16px;
}
/* line 203, ../../src/sass/footer.scss */
footer .container p,
footer .container a,
footer .container li {
  margin-bottom: 0;
}
/* line 214, ../../src/sass/footer.scss */
footer .container ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 219, ../../src/sass/footer.scss */
footer .container ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  vertical-align: top;
}
/* line 228, ../../src/sass/footer.scss */
footer .container ul li a:hover {
  color: white;
}
/* line 232, ../../src/sass/footer.scss */
footer .container ul li a:hover:before {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/* line 237, ../../src/sass/footer.scss */
footer .container ul li a:before {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #282828;
  color: white;
  content: "";
  -webkit-transition: -webkit-transform 0.2s;
     -moz-transition: -moz-transform 0.2s;
          transition: transform 0.2s;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 258, ../../src/sass/footer.scss */
.by-me {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  gap: 8px;
}
/* line 262, ../../src/sass/footer.scss */
.by-me a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 267, ../../src/sass/footer.scss */
.by-me a:hover svg path {
  fill: #0e3e5e;
}
/* line 272, ../../src/sass/footer.scss */
.by-me svg {
  width: 32px;
  height: auto;
  padding-bottom: 2px;
}
/* line 276, ../../src/sass/footer.scss */
.by-me svg path {
  fill: #282828;
}

/* line 1, ../../src/sass/header.scss */
header {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
@media (min-width: 1200px) {
  /* line 1, ../../src/sass/header.scss */
  header {
    position: fixed;
    min-height: auto;
    height: 56px;
    padding: 0;
  }
}
/* line 21, ../../src/sass/header.scss */
header .container {
  overflow: visible;
}
/* line 24, ../../src/sass/header.scss */
header .mobile-main-logo {
  background-image: url(images/kellogg-college-logo-mobile.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 68px;
  width: 199px;
  position: absolute;
  top: 16px;
}
@media (min-width: 1200px) {
  /* line 24, ../../src/sass/header.scss */
  header .mobile-main-logo {
    display: none;
  }
}
/* line 39, ../../src/sass/header.scss */
header .burger-button {
  width: 25px;
  min-width: 25px;
  height: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 999;
  margin-left: auto;
}
/* line 48, ../../src/sass/header.scss */
header .burger-button:hover {
  cursor: pointer;
}
/* line 53, ../../src/sass/header.scss */
header .burger-button.active .top {
  -webkit-transform: rotate(405deg) translateY(7px) translateX(5px);
     -moz-transform: rotate(405deg) translateY(7px) translateX(5px);
      -ms-transform: rotate(405deg) translateY(7px) translateX(5px);
          transform: rotate(405deg) translateY(7px) translateX(5px);
}
/* line 57, ../../src/sass/header.scss */
header .burger-button.active .mid {
  -webkit-transform: translateY(-50%) rotate(360deg);
     -moz-transform: translateY(-50%) rotate(360deg);
      -ms-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
  opacity: 0;
}
/* line 62, ../../src/sass/header.scss */
header .burger-button.active .bot {
  -webkit-transform: rotate(-405deg) translateX(6px) translateY(-8px);
     -moz-transform: rotate(-405deg) translateX(6px) translateY(-8px);
      -ms-transform: rotate(-405deg) translateX(6px) translateY(-8px);
          transform: rotate(-405deg) translateX(6px) translateY(-8px);
}
/* line 68, ../../src/sass/header.scss */
header .burger-button .bar {
  background-color: #282828;
  width: 25px;
  min-width: 24px;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
/* line 77, ../../src/sass/header.scss */
header .burger-button .top {
  top: 0;
}
/* line 81, ../../src/sass/header.scss */
header .burger-button .bot {
  bottom: 0;
}
/* line 85, ../../src/sass/header.scss */
header .burger-button .mid {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1200px) {
  /* line 39, ../../src/sass/header.scss */
  header .burger-button {
    display: none;
  }
}
/* line 97, ../../src/sass/header.scss */
header .main-navigation > .menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 0px;
  background-image: url(images/arrowdark.svg);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.15s ease-out;
     -moz-transition: -moz-transform 0.15s ease-out;
          transition: transform 0.15s ease-out;
}
@media (min-width: 1200px) {
  /* line 97, ../../src/sass/header.scss */
  header .main-navigation > .menu-item-has-children::after {
    display: none;
  }
}
/* line 116, ../../src/sass/header.scss */
header .main-navigation > .menu-item-has-children.active::after {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 121, ../../src/sass/header.scss */
header .nav-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-flow: column;
          flex-flow: column;
  position: absolute;
  z-index: 999;
  width: 340px;
  max-width: 100%;
  background-color: #ffffff;
  display: none;
  top: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  /* line 121, ../../src/sass/header.scss */
  header .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row;
            flex-flow: row;
    position: relative;
    width: 100%;
    top: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* line 145, ../../src/sass/header.scss */
header .main-logo {
  position: relative;
  width: 150px;
  min-width: 150px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 151, ../../src/sass/header.scss */
header .main-logo a {
  width: 35px;
  height: 40px;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
  display: block;
  z-index: 102;
  background-image: url(images/kellogg-college-shield.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  margin-bottom: 0;
}
/* line 168, ../../src/sass/header.scss */
header .search-icon {
  background-image: url(images/search-icon.svg);
  width: 20px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 16px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
          order: 4;
  cursor: pointer;
}
@media (min-width: 1200px) {
  /* line 168, ../../src/sass/header.scss */
  header .search-icon {
    margin-bottom: 0 !important;
  }
}
/* line 187, ../../src/sass/header.scss */
header .main-logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  display: none;
}
@media (min-width: 1200px) {
  /* line 187, ../../src/sass/header.scss */
  header .main-logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    display: block;
  }
}
/* line 197, ../../src/sass/header.scss */
header .main-navigation {
  list-style: none;
  margin-bottom: 0;
  font-size: 0;
  z-index: 999;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 197, ../../src/sass/header.scss */
  header .main-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
/* line 210, ../../src/sass/header.scss */
header .main-navigation.main-right-nav {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}
/* line 214, ../../src/sass/header.scss */
header .main-navigation.main-left-nav {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media (min-width: 1200px) {
  /* line 214, ../../src/sass/header.scss */
  header .main-navigation.main-left-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
/* line 223, ../../src/sass/header.scss */
header .main-navigation.main-left-nav a {
  font-weight: 700;
}
/* line 228, ../../src/sass/header.scss */
header .main-navigation > li {
  margin-right: 16px;
  margin-bottom: 0;
}
/* line 234, ../../src/sass/header.scss */
header .main-navigation > li.current-menu-item > a {
  border-bottom: solid 8px #0e3e5e;
}
/* line 245, ../../src/sass/header.scss */
header .main-navigation a {
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: solid 8px transparent;
  padding: 20px 0 4px;
  display: block;
}
/* line 255, ../../src/sass/header.scss */
header .main-navigation li.menu-item-has-children {
  position: relative;
}
/* line 259, ../../src/sass/header.scss */
header .main-navigation .sub-menu {
  display: none;
  list-style: none;
  margin-left: 0;
  background: #EEE;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  /* line 259, ../../src/sass/header.scss */
  header .main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
  }
}
/* line 275, ../../src/sass/header.scss */
header .main-navigation .sub-menu li {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 275, ../../src/sass/header.scss */
  header .main-navigation .sub-menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 288px;
  }
}
/* line 285, ../../src/sass/header.scss */
header .main-navigation .sub-menu li.active .icon {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* line 294, ../../src/sass/header.scss */
header .main-navigation .sub-menu li:hover a {
  color: white;
  background: #0e3e5e;
}
/* line 300, ../../src/sass/header.scss */
header .main-navigation .sub-menu .main-nav-dd-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  min-width: 48px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 48px;
  background-color: #EEE;
  cursor: pointer;
}
/* line 315, ../../src/sass/header.scss */
header .main-navigation .sub-menu .main-nav-dd-button .icon {
  background-image: url(images/menu-arrow.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease-out;
     -moz-transition: -moz-transform 0.15s ease-out;
          transition: transform 0.15s ease-out;
}
/* line 330, ../../src/sass/header.scss */
header .main-navigation .sub-menu .main-nav-dd-button:hover + a {
  color: white;
  background: #0e3e5e;
}
/* line 336, ../../src/sass/header.scss */
header .main-navigation .sub-menu a {
  padding: 12px 32px;
  font-weight: 400;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  border-bottom: 0;
  text-transform: none;
}
/* line 346, ../../src/sass/header.scss */
header .main-navigation .sub-menu a:hover {
  color: white;
  background: #0e3e5e;
}
/* line 354, ../../src/sass/header.scss */
header .main-navigation .sub-menu .active > a {
  color: white;
  background: #0e3e5e;
}
/* line 359, ../../src/sass/header.scss */
header .main-navigation .sub-menu .active .sub-menu {
  z-index: 9999;
}
/* line 363, ../../src/sass/header.scss */
header .main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  background: #0e3e5e;
}
/* line 368, ../../src/sass/header.scss */
header .main-navigation .sub-menu .sub-menu a {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  color: white;
}
/* line 372, ../../src/sass/header.scss */
header .main-navigation .sub-menu .sub-menu a:hover {
  background: #EEE;
  color: #0e3e5e;
}

/* line 386, ../../src/sass/header.scss */
.main-logo {
  height: auto;
}
/* line 390, ../../src/sass/header.scss */
.main-logo .home-logo {
  background-image: url(images/kellogg-college-logo.svg);
  background-color: white;
  width: 168px;
  height: 154px;
  background-size: 76%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
}

/* cookie */
/* line 407, ../../src/sass/header.scss */
.ctcc-left-side {
  font-size: 16px;
  color: #fff;
  font-family: "museo-slab", serif;
}

/* line 413, ../../src/sass/header.scss */
.ctcc-more-info-link {
  font-size: 16px;
  font-family: "museo-slab", serif;
}

/* line 419, ../../src/sass/header.scss */
.ctcc-more-info-link a {
  text-decoration: underline;
}

/* line 425, ../../src/sass/header.scss */
.ctcc-right-side button#catapultCookie {
  -moz-border-radius: 0px;
       border-radius: 0px;
  height: 33px;
  text-align: center;
  padding: 0 10px;
  color: #0E3E5E;
  font-size: 16px;
  font-family: "museo-slab", serif;
  border: 1px solid #0E3E5E;
}

/* line 437, ../../src/sass/header.scss */
.has-cookie-bar #catapult-cookie-bar {
  padding: 10px !important;
}

/* line 441, ../../src/sass/header.scss */
#catapult-cookie-bar {
  background: rgba(14, 62, 94, 0.9) !important;
}

/* line 1, ../../src/sass/social.scss */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1199px) {
  /* line 1, ../../src/sass/social.scss */
  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
    gap: 0;
  }
}
/* line 13, ../../src/sass/social.scss */
.social-links .social-icon {
  height: 44px;
  width: 44px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
/* line 21, ../../src/sass/social.scss */
.social-links .social-icon svg {
  height: 50%;
  width: 50%;
}
/* line 25, ../../src/sass/social.scss */
.social-links .social-icon svg path {
  fill: #282828;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 35, ../../src/sass/social.scss */
.social-links .social-icon:hover svg path {
  fill: #0e3e5e;
}

/* line 1, ../../src/sass/strips/billboard.scss */
.billboard {
  padding-top: 100px;
}
@media (min-width: 1200px) {
  /* line 1, ../../src/sass/strips/billboard.scss */
  .billboard {
    padding-top: 56px;
  }
}
/* line 10, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
  background-attachment: scroll;
  position: relative;
}
@media (min-width: 768px) {
  /* line 10, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image {
    background-attachment: fixed;
  }
}
/* line 24, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image.short {
  height: 232px;
}
@media (min-width: 768px) {
  /* line 24, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image.short {
    height: 272px;
  }
}
/* line 33, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image.tall {
  height: 576px;
}
@media (min-width: 768px) {
  /* line 33, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image.tall {
    height: 616px;
  }
}
/* line 51, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image .container {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 51, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image .container {
    width: 547.4304px;
  }
}
@media (min-width: 1024px) {
  /* line 51, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image .container {
    width: 684.288px;
  }
}
@media (min-width: 1200px) {
  /* line 51, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image .container {
    padding: 0;
    width: 833.976px;
  }
}
/* line 58, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image .container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
/* line 64, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image .container .title h1 {
  text-align: center;
}
/* line 69, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image .container .breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  /* line 69, ../../src/sass/strips/billboard.scss */
  .billboard .billboard-image .container .breadcrumbs {
    display: block;
    background: white;
    padding: 0 32px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
/* line 82, ../../src/sass/strips/billboard.scss */
.billboard .billboard-image .container .breadcrumbs p,
.billboard .billboard-image .container .breadcrumbs a {
  margin-bottom: 0;
}

/* line 93, ../../src/sass/strips/billboard.scss */
.billboard-image.tall .container .title {
  background: white;
  height: 30%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  /* line 93, ../../src/sass/strips/billboard.scss */
  .billboard-image.tall .container .title {
    line-height: 48px;
    font-size: 42px;
    height: 144px;
  }
}
/* line 105, ../../src/sass/strips/billboard.scss */
.billboard-image.tall .container .title h1 {
  color: #282828;
}

/* line 112, ../../src/sass/strips/billboard.scss */
.billboard-home {
  margin-bottom: 64px;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}
@media (min-width: 768px) {
  /* line 112, ../../src/sass/strips/billboard.scss */
  .billboard-home {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 112, ../../src/sass/strips/billboard.scss */
  .billboard-home {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  /* line 112, ../../src/sass/strips/billboard.scss */
  .billboard-home {
    margin-bottom: 0;
  }
}
/* line 128, ../../src/sass/strips/billboard.scss */
.billboard-home .video-bg {
  max-height: 90vh;
}
/* line 135, ../../src/sass/strips/billboard.scss */
.billboard-home .video-bg .video-bg-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 144, ../../src/sass/strips/billboard.scss */
.billboard-home .video-bg .playpause {
  background-image: url(/wp-content/themes/Kellogg/images/play-button.png);
  background-repeat: no-repeat;
  width: 10%;
  height: 10%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 18%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  /* line 144, ../../src/sass/strips/billboard.scss */
  .billboard-home .video-bg .playpause {
    width: 30%;
    height: 30%;
    bottom: 0%;
  }
}
/* line 167, ../../src/sass/strips/billboard.scss */
.billboard-home .video-bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* line 178, ../../src/sass/strips/billboard.scss */
.billboard-home .text-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 178, ../../src/sass/strips/billboard.scss */
  .billboard-home .text-wrap {
    display: none;
  }
}
/* line 191, ../../src/sass/strips/billboard.scss */
.billboard-home .text-wrap .container {
  width: 90%;
  margin: 0 auto;
  background: white;
}
@media (min-width: 768px) {
  /* line 191, ../../src/sass/strips/billboard.scss */
  .billboard-home .text-wrap .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 191, ../../src/sass/strips/billboard.scss */
  .billboard-home .text-wrap .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 191, ../../src/sass/strips/billboard.scss */
  .billboard-home .text-wrap .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 195, ../../src/sass/strips/billboard.scss */
.billboard-home .text-wrap .container h1 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 32px 32px 0;
  color: #282828;
  text-align: center;
  margin-bottom: 16px;
}
/* line 203, ../../src/sass/strips/billboard.scss */
.billboard-home .text-wrap .container .arrow {
  width: 22px;
  height: 14px;
  content: url(images/home-arrow.svg);
  margin: 0 auto;
}

/* line 212, ../../src/sass/strips/billboard.scss */
.text-wrap-mobile {
  display: block;
  z-index: 99;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 212, ../../src/sass/strips/billboard.scss */
  .text-wrap-mobile {
    display: none;
  }
}
/* line 225, ../../src/sass/strips/billboard.scss */
.text-wrap-mobile .container {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 225, ../../src/sass/strips/billboard.scss */
  .text-wrap-mobile .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  /* line 225, ../../src/sass/strips/billboard.scss */
  .text-wrap-mobile .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 225, ../../src/sass/strips/billboard.scss */
  .text-wrap-mobile .container {
    padding: 0;
    width: 1170px;
  }
}
/* line 230, ../../src/sass/strips/billboard.scss */
.text-wrap-mobile .container h1 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 32px 32px 0;
  color: #282828;
  text-align: center;
  margin-bottom: 16px;
}
/* line 238, ../../src/sass/strips/billboard.scss */
.text-wrap-mobile .container .arrow {
  width: 22px;
  height: 14px;
  content: url(images/home-arrow.svg);
  margin: 0 auto;
}

/* line 3, ../../src/sass/strips/text.scss */
.free-text .container {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/text.scss */
  .free-text .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/strips/text.scss */
  .free-text .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/strips/text.scss */
  .free-text .container {
    padding: 0;
    width: 769.977px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/text.scss */
  .free-text .container {
    margin-bottom: 80px;
  }
}

/* line 11, ../../src/sass/strips/text.scss */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

/* line 20, ../../src/sass/strips/text.scss */
tr:nth-of-type(odd) {
  background: rgba(228, 221, 209, 0.4);
}

/* line 24, ../../src/sass/strips/text.scss */
tr:nth-of-type(1) {
  background: #e4ddd1;
  font-weight: 700;
}

/* line 37, ../../src/sass/strips/text.scss */
td,
th {
  padding: 6px 10px;
  border: 1px solid #e4ddd1;
  text-align: left;
}

/* line 44, ../../src/sass/strips/text.scss */
blockquote {
  text-align: left;
  width: 570px;
  max-width: 100%;
  margin: 32px auto;
  position: relative;
}
/* line 50, ../../src/sass/strips/text.scss */
blockquote p {
  margin-top: 10px;
  padding-top: 56px;
}
/* line 55, ../../src/sass/strips/text.scss */
blockquote:before {
  content: url(images/quoteblue.svg);
  height: 44px;
  width: 46px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3, ../../src/sass/strips/half.scss */
.image-text-panel .container {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/half.scss */
  .image-text-panel .container {
    margin-bottom: 80px;
  }
}
/* line 6, ../../src/sass/strips/half.scss */
.image-text-panel .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 6, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 16, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .block-image {
  height: 512px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  /* line 16, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .block-image {
    width: 512px;
    height: 568px;
  }
}
/* line 32, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .block-image.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media (min-width: 1024px) {
  /* line 16, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .block-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
/* line 44, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .filler {
  display: none;
}
@media (min-width: 1024px) {
  /* line 44, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .filler {
    display: block;
    background: #e4ddd1;
    width: 72px;
    height: 424px;
  }
}
/* line 55, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .filler.right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
@media (min-width: 1024px) {
  /* line 44, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .filler {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
}
/* line 69, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .text-block {
  background: #e4ddd1;
  padding: 40px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  /* line 69, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .text-block {
    padding: 72px;
    width: 585px;
    height: 424px;
  }
}
/* line 91, ../../src/sass/strips/half.scss */
.image-text-panel .container .content .text-block.right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}
@media (min-width: 1024px) {
  /* line 69, ../../src/sass/strips/half.scss */
  .image-text-panel .container .content .text-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}

/* line 3, ../../src/sass/strips/accordion.scss */
.accordions .container {
  margin-bottom: 64px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/accordion.scss */
  .accordions .container {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/accordion.scss */
  .accordions .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/strips/accordion.scss */
  .accordions .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/strips/accordion.scss */
  .accordions .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 10, ../../src/sass/strips/accordion.scss */
.accordions .container .accordion .title-bar {
  background: #e4ddd1;
  margin-bottom: 16px;
  padding: 14px 16px 14px 16px;
  position: relative;
}
/* line 16, ../../src/sass/strips/accordion.scss */
.accordions .container .accordion .title-bar:before {
  position: absolute;
  top: 13px;
  right: 12px;
  content: "+";
  font-family: "museo-sans", sans-serif;
  margin-bottom: 12px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
}
/* line 25, ../../src/sass/strips/accordion.scss */
.accordions .container .accordion h4 {
  margin-bottom: 0;
}
/* line 29, ../../src/sass/strips/accordion.scss */
.accordions .container .accordion .content {
  display: none;
}
/* line 37, ../../src/sass/strips/accordion.scss */
.accordions .container .accordion.active .title-bar:before {
  position: absolute;
  top: 13px;
  right: 12px;
  content: "-";
  font-family: "museo-sans", sans-serif;
  margin-bottom: 12px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
}

/* line 3, ../../src/sass/strips/landing-link.scss */
.landing-links .container {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/landing-link.scss */
  .landing-links .container {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/strips/landing-link.scss */
  .landing-links .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
/* line 17, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks {
  border-top: 1px solid #a03122;
  border-bottom: 1px solid #a03122;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 28px 24px 24px 24px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  /* line 17, ../../src/sass/strips/landing-link.scss */
  .landing-links .container .landing-blocks {
    margin-right: 32px;
    width: 368px;
    margin-bottom: 0;
  }
}
/* line 44, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:last-of-type {
  margin-right: 0;
}
/* line 48, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: #a03122;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 60, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover {
  color: white;
}
/* line 63, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover p, .landing-links .container .landing-blocks:hover h3, .landing-links .story-hero .container .landing-blocks:hover .text-area p, .story-hero .landing-links .container .landing-blocks:hover .text-area p, .landing-links .story-hero .container .text-area .landing-blocks:hover p, .story-hero .landing-links .container .text-area .landing-blocks:hover p,
.landing-links .page-breaker .container .landing-blocks:hover .text-area p,
.page-breaker .landing-links .container .landing-blocks:hover .text-area p,
.landing-links .page-breaker .container .text-area .landing-blocks:hover p,
.page-breaker .landing-links .container .text-area .landing-blocks:hover p, .landing-links .container .landing-blocks:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links .container .landing-blocks:hover .hs-title {
  color: white;
}
/* line 67, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover h3, .landing-links .story-hero .container .landing-blocks:hover .text-area p, .story-hero .landing-links .container .landing-blocks:hover .text-area p, .landing-links .story-hero .container .text-area .landing-blocks:hover p, .story-hero .landing-links .container .text-area .landing-blocks:hover p,
.landing-links .page-breaker .container .landing-blocks:hover .text-area p,
.page-breaker .landing-links .container .landing-blocks:hover .text-area p,
.landing-links .page-breaker .container .text-area .landing-blocks:hover p,
.page-breaker .landing-links .container .text-area .landing-blocks:hover p, .landing-links .container .landing-blocks:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links .container .landing-blocks:hover .hs-title {
  text-decoration: underline;
}
/* line 72, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover:before {
  bottom: 0;
}
/* line 77, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover .linkarrow {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 80, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover .linkarrow:after {
  content: url(images/arrowred.svg);
}
/* line 84, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks:hover .linkarrow:before {
  background: white;
}
/* line 90, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 99, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #a03122;
  bottom: -9px;
  right: 0;
  content: "";
}
/* line 111, ../../src/sass/strips/landing-link.scss */
.landing-links .container .landing-blocks .linkarrow:after {
  position: absolute;
  bottom: 5px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}

/* line 1, ../../src/sass/strips/external-link.scss */
.external-link {
  background: #0e3e5e;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/strips/external-link.scss */
  .external-link {
    margin-bottom: 80px;
  }
}
/* line 5, ../../src/sass/strips/external-link.scss */
.external-link .container {
  width: 90%;
  margin: 0 auto;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 768px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    padding: 0;
    width: 1170px;
  }
}
@media (max-width: 600px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    width: 90%;
    margin: 0 auto;
    height: 144px;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    width: 606.72px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    width: 758.4px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  /* line 5, ../../src/sass/strips/external-link.scss */
  .external-link .container {
    padding: 0;
    width: 924.3px;
  }
}

/* line 26, ../../src/sass/strips/external-link.scss */
.external-link .container h2 {
  color: #ffffff;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  /* line 26, ../../src/sass/strips/external-link.scss */
  .external-link .container h2 {
    width: 430px;
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* line 40, ../../src/sass/strips/external-link.scss */
.external-link .container .button {
  background: #ffffff;
  color: #282828;
}
/* line 44, ../../src/sass/strips/external-link.scss */
.external-link .container .button:before {
  top: 13px;
  right: 12px;
  content: url(images/external.svg);
  height: 20px;
  width: 20px;
}

/* line 3, ../../src/sass/strips/flex-gallery.scss */
.gallery .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/flex-gallery.scss */
  .gallery .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/strips/flex-gallery.scss */
  .gallery .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/strips/flex-gallery.scss */
  .gallery .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 5, ../../src/sass/strips/flex-gallery.scss */
.gallery .container #slider {
  max-height: 500px;
}
/* line 10, ../../src/sass/strips/flex-gallery.scss */
.gallery .container #carousel {
  padding-top: 24px;
}
/* line 16, ../../src/sass/strips/flex-gallery.scss */
.gallery .container .flexslider {
  margin: 0 0 24px;
}
/* line 26, ../../src/sass/strips/flex-gallery.scss */
.gallery .container ul.slides li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 30, ../../src/sass/strips/flex-gallery.scss */
.gallery .container ul.slides li p {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
  position: absolute;
  background: #ffffff;
  width: 568px;
  max-width: 100%;
  padding: 26px 32px 22px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  left: 48px;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0;
}
/* line 49, ../../src/sass/strips/flex-gallery.scss */
.gallery .flex-control-nav {
  width: 100%;
  position: relative;
  bottom: 0;
  text-align: center;
  z-index: 100;
}
/* line 57, ../../src/sass/strips/flex-gallery.scss */
.gallery .flex-control-paging li a {
  border: solid 1px #a03122 !important;
  background: white;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
/* line 61, ../../src/sass/strips/flex-gallery.scss */
.gallery .flex-control-paging li a.flex-active {
  background: #a03122;
}
/* line 65, ../../src/sass/strips/flex-gallery.scss */
.gallery #slider.flexslider ol.flex-control-nav.flex-control-paging li a {
  border: none;
}
@media (max-width: 767px) {
  /* line 70, ../../src/sass/strips/flex-gallery.scss */
  .gallery p {
    display: none;
  }
  /* line 74, ../../src/sass/strips/flex-gallery.scss */
  .gallery .flexslider {
    margin: 0 0 16px;
  }
}

/* line 3, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container {
    margin-bottom: 80px;
  }
}
/* line 12, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .block-image {
  height: 368px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  margin-right: 0;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  /* line 12, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .block-image {
    margin-bottom: 32px;
    width: 384px;
  }
}
/* line 27, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks {
  padding: 40px;
  min-height: 248px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 32px;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1199px) {
  /* line 27, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .text-blocks {
    padding: 80px 40px 40px;
    height: 368px;
    width: 368px;
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  /* line 49, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .text-blocks:last-of-type {
    margin-bottom: 0;
  }
}
/* line 57, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.no-image, .information_blocks .container .text-blocks.with-image {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  color: white;
}
/* line 61, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.no-image:hover, .information_blocks .container .text-blocks.with-image:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 64, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.no-image:hover h3, .information_blocks .story-hero .container .text-blocks.no-image:hover .text-area p, .story-hero .information_blocks .container .text-blocks.no-image:hover .text-area p, .information_blocks .story-hero .container .text-area .text-blocks.no-image:hover p, .story-hero .information_blocks .container .text-area .text-blocks.no-image:hover p,
.information_blocks .page-breaker .container .text-blocks.no-image:hover .text-area p,
.page-breaker .information_blocks .container .text-blocks.no-image:hover .text-area p,
.information_blocks .page-breaker .container .text-area .text-blocks.no-image:hover p,
.page-breaker .information_blocks .container .text-area .text-blocks.no-image:hover p, .information_blocks .container .text-blocks.no-image:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .information_blocks .container .text-blocks.no-image:hover .hs-title, .information_blocks .container .text-blocks.with-image:hover h3, .information_blocks .story-hero .container .text-blocks.with-image:hover .text-area p, .story-hero .information_blocks .container .text-blocks.with-image:hover .text-area p, .information_blocks .story-hero .container .text-area .text-blocks.with-image:hover p, .story-hero .information_blocks .container .text-area .text-blocks.with-image:hover p,
.information_blocks .page-breaker .container .text-blocks.with-image:hover .text-area p,
.page-breaker .information_blocks .container .text-blocks.with-image:hover .text-area p,
.information_blocks .page-breaker .container .text-area .text-blocks.with-image:hover p,
.page-breaker .information_blocks .container .text-area .text-blocks.with-image:hover p, .information_blocks .container .text-blocks.with-image:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .information_blocks .container .text-blocks.with-image:hover .hs-title {
  text-decoration: underline;
}
/* line 71, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.no-image.yellow, .information_blocks .container .text-blocks.no-image.brown, .information_blocks .container .text-blocks.with-image.yellow, .information_blocks .container .text-blocks.with-image.brown {
  color: #282828;
}
/* line 77, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote {
  padding: 96px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media (min-width: 1199px) {
  /* line 77, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .text-blocks.quote {
    padding: 112px 40px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
/* line 88, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.lastinrow {
  margin-right: 0;
}
/* line 93, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.with-image {
  width: 100%;
}
@media (min-width: 1199px) {
  /* line 93, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .text-blocks.with-image {
    width: 384px;
  }
}
/* line 101, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.red {
  background: #a03122;
}
/* line 106, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.green {
  background: #00837C;
}
/* line 110, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.green .linkarrow:after {
  content: url(images/arrowgreen.svg);
}
/* line 117, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown {
  background: #e4ddd1;
}
/* line 122, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown.quote div:before {
  content: url(images/quoteblack.svg);
}
/* line 128, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown .linkarrow {
  color: #282828;
}
/* line 131, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown .linkarrow:before {
  background: #282828;
}
/* line 135, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown .linkarrow:after {
  content: url(images/arrow.svg);
}
/* line 141, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.brown p, .information_blocks .container .text-blocks.brown h3, .information_blocks .story-hero .container .text-blocks.brown .text-area p, .story-hero .information_blocks .container .text-blocks.brown .text-area p, .information_blocks .story-hero .container .text-area .text-blocks.brown p, .story-hero .information_blocks .container .text-area .text-blocks.brown p,
.information_blocks .page-breaker .container .text-blocks.brown .text-area p,
.page-breaker .information_blocks .container .text-blocks.brown .text-area p,
.information_blocks .page-breaker .container .text-area .text-blocks.brown p,
.page-breaker .information_blocks .container .text-area .text-blocks.brown p, .information_blocks .container .text-blocks.brown .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .information_blocks .container .text-blocks.brown .hs-title {
  color: #282828;
}
/* line 145, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.lightblue {
  background: #037EAB;
}
/* line 149, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.lightblue .linkarrow:after {
  content: url(images/arrowlight.svg);
}
/* line 154, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.darkblue {
  background: #0e3e5e;
}
/* line 157, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.darkblue .linkarrow:after {
  content: url(images/arrowdark.svg);
}
/* line 162, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.yellow {
  background: #ffb548;
}
/* line 165, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.yellow p, .information_blocks .container .text-blocks.yellow h3, .information_blocks .story-hero .container .text-blocks.yellow .text-area p, .story-hero .information_blocks .container .text-blocks.yellow .text-area p, .information_blocks .story-hero .container .text-area .text-blocks.yellow p, .story-hero .information_blocks .container .text-area .text-blocks.yellow p,
.information_blocks .page-breaker .container .text-blocks.yellow .text-area p,
.page-breaker .information_blocks .container .text-blocks.yellow .text-area p,
.information_blocks .page-breaker .container .text-area .text-blocks.yellow p,
.page-breaker .information_blocks .container .text-area .text-blocks.yellow p, .information_blocks .container .text-blocks.yellow .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .information_blocks .container .text-blocks.yellow .hs-title {
  color: #282828;
}
/* line 169, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.yellow .linkarrow {
  color: #282828;
}
/* line 172, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.yellow .linkarrow:before {
  background: #282828;
}
/* line 176, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.yellow .linkarrow:after {
  content: url(images/arrow.svg);
}
/* line 182, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks p, .information_blocks .container .text-blocks h3, .information_blocks .story-hero .container .text-blocks .text-area p, .story-hero .information_blocks .container .text-blocks .text-area p, .information_blocks .story-hero .container .text-area .text-blocks p, .story-hero .information_blocks .container .text-area .text-blocks p,
.information_blocks .page-breaker .container .text-blocks .text-area p,
.page-breaker .information_blocks .container .text-blocks .text-area p,
.information_blocks .page-breaker .container .text-area .text-blocks p,
.page-breaker .information_blocks .container .text-area .text-blocks p, .information_blocks .container .text-blocks .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .information_blocks .container .text-blocks .hs-title {
  color: #ffffff;
}
/* line 187, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote div {
  position: relative;
}
/* line 189, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote div:before {
  height: 44px;
  width: 46px;
  position: absolute;
  top: -64px;
  left: 0;
  content: url(images/quote.svg);
}
/* line 203, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote.yellow div:before {
  content: url(images/quoteblack.svg);
}
/* line 217, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote.lightblue p, .information_blocks .container .text-blocks.quote.darkblue p, .information_blocks .container .text-blocks.quote.green p, .information_blocks .container .text-blocks.quote.red p {
  color: #ffffff;
}
/* line 220, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote.lightblue p.name, .information_blocks .container .text-blocks.quote.darkblue p.name, .information_blocks .container .text-blocks.quote.green p.name, .information_blocks .container .text-blocks.quote.red p.name {
  color: #ffffff;
}
/* line 227, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote p {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}
/* line 230, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote p.name {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 234, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks.quote p.name:before {
  content: "";
}
/* line 246, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks a.linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 450px) {
  /* line 246, ../../src/sass/strips/info-blocks.scss */
  .information_blocks .container .text-blocks a.linkarrow {
    margin-top: 20px;
  }
}
/* line 264, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks a.linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #ffffff;
  bottom: -88px;
  bottom: 0;
  right: 0;
  content: "";
}
/* line 279, ../../src/sass/strips/info-blocks.scss */
.information_blocks .container .text-blocks a.linkarrow:after {
  position: absolute;
  bottom: 14px;
  right: 3px;
  content: url(images/arrowred.svg);
  height: 10px;
  width: 16px;
}

/* line 2, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  gap: 32px;
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/strips/landing-link-picture.scss */
  .landing-links-pictures .container {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  /* line 2, ../../src/sass/strips/landing-link-picture.scss */
  .landing-links-pictures .container {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1200px) {
  /* line 2, ../../src/sass/strips/landing-link-picture.scss */
  .landing-links-pictures .container {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
@media (min-width: 1200px) {
  /* line 16, ../../src/sass/strips/landing-link-picture.scss */
  .landing-links-pictures .container.width-three {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 22, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container.width-three .landing-blocks .block-image {
  height: 258px;
}
/* line 25, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container.width-three .landing-blocks .block-image.image-tall {
  height: 338px;
}
/* line 32, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
/* line 38, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .block-image {
  height: 168px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* line 44, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .block-image.image-tall {
  height: 248px;
}
/* line 49, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap {
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  min-height: 144px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #e4ddd1;
}
/* line 57, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.red {
  background: #a03122;
}
/* line 61, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.red .linkarrow:before {
  background: #ffffff;
}
/* line 66, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.red .linkarrow:after {
  content: url(images/arrowred.svg);
}
/* line 74, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.green {
  background: #00837C;
}
/* line 78, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.green .linkarrow:before {
  background: #ffffff;
}
/* line 83, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.green .linkarrow:after {
  content: url(images/arrowgreen.svg);
}
/* line 91, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.lightblue {
  background: #037EAB;
}
/* line 96, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .linkarrow:before {
  background: #ffffff;
}
/* line 101, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .linkarrow:after {
  content: url(images/arrowlight.svg);
}
/* line 108, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.darkblue {
  background: #0e3e5e;
}
/* line 112, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .linkarrow:before {
  background: #ffffff;
}
/* line 117, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .linkarrow:after {
  content: url(images/arrowdark.svg);
}
/* line 124, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.yellow {
  background: #ffb548;
}
/* line 132, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .landing-wrap.red h3, .landing-links-pictures .story-hero .container .landing-blocks .landing-wrap.red .text-area p, .story-hero .landing-links-pictures .container .landing-blocks .landing-wrap.red .text-area p, .landing-links-pictures .story-hero .container .text-area .landing-blocks .landing-wrap.red p, .story-hero .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.red p,
.landing-links-pictures .page-breaker .container .landing-blocks .landing-wrap.red .text-area p,
.page-breaker .landing-links-pictures .container .landing-blocks .landing-wrap.red .text-area p,
.landing-links-pictures .page-breaker .container .text-area .landing-blocks .landing-wrap.red p,
.page-breaker .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.red p, .landing-links-pictures .container .landing-blocks .landing-wrap.red .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links-pictures .container .landing-blocks .landing-wrap.red .hs-title, .landing-links-pictures .container .landing-blocks .landing-wrap.green h3, .landing-links-pictures .story-hero .container .landing-blocks .landing-wrap.green .text-area p, .story-hero .landing-links-pictures .container .landing-blocks .landing-wrap.green .text-area p, .landing-links-pictures .story-hero .container .text-area .landing-blocks .landing-wrap.green p, .story-hero .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.green p,
.landing-links-pictures .page-breaker .container .landing-blocks .landing-wrap.green .text-area p,
.page-breaker .landing-links-pictures .container .landing-blocks .landing-wrap.green .text-area p,
.landing-links-pictures .page-breaker .container .text-area .landing-blocks .landing-wrap.green p,
.page-breaker .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.green p, .landing-links-pictures .container .landing-blocks .landing-wrap.green .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links-pictures .container .landing-blocks .landing-wrap.green .hs-title, .landing-links-pictures .container .landing-blocks .landing-wrap.lightblue h3, .landing-links-pictures .story-hero .container .landing-blocks .landing-wrap.lightblue .text-area p, .story-hero .landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .text-area p, .landing-links-pictures .story-hero .container .text-area .landing-blocks .landing-wrap.lightblue p, .story-hero .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.lightblue p,
.landing-links-pictures .page-breaker .container .landing-blocks .landing-wrap.lightblue .text-area p,
.page-breaker .landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .text-area p,
.landing-links-pictures .page-breaker .container .text-area .landing-blocks .landing-wrap.lightblue p,
.page-breaker .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.lightblue p, .landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links-pictures .container .landing-blocks .landing-wrap.lightblue .hs-title, .landing-links-pictures .container .landing-blocks .landing-wrap.darkblue h3, .landing-links-pictures .story-hero .container .landing-blocks .landing-wrap.darkblue .text-area p, .story-hero .landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .text-area p, .landing-links-pictures .story-hero .container .text-area .landing-blocks .landing-wrap.darkblue p, .story-hero .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.darkblue p,
.landing-links-pictures .page-breaker .container .landing-blocks .landing-wrap.darkblue .text-area p,
.page-breaker .landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .text-area p,
.landing-links-pictures .page-breaker .container .text-area .landing-blocks .landing-wrap.darkblue p,
.page-breaker .landing-links-pictures .container .text-area .landing-blocks .landing-wrap.darkblue p, .landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links-pictures .container .landing-blocks .landing-wrap.darkblue .hs-title {
  color: #ffffff;
}
/* line 138, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks:hover {
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
/* line 141, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks:hover h3, .landing-links-pictures .story-hero .container .landing-blocks:hover .text-area p, .story-hero .landing-links-pictures .container .landing-blocks:hover .text-area p, .landing-links-pictures .story-hero .container .text-area .landing-blocks:hover p, .story-hero .landing-links-pictures .container .text-area .landing-blocks:hover p,
.landing-links-pictures .page-breaker .container .landing-blocks:hover .text-area p,
.page-breaker .landing-links-pictures .container .landing-blocks:hover .text-area p,
.landing-links-pictures .page-breaker .container .text-area .landing-blocks:hover p,
.page-breaker .landing-links-pictures .container .text-area .landing-blocks:hover p, .landing-links-pictures .container .landing-blocks:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .landing-links-pictures .container .landing-blocks:hover .hs-title {
  text-decoration: underline;
}
/* line 145, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks:hover:before {
  bottom: 0;
}
/* line 150, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .linkarrow {
  position: relative;
  margin-bottom: 8px;
}
/* line 154, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #282828;
  bottom: -9px;
  right: 0;
  content: "";
}
/* line 165, ../../src/sass/strips/landing-link-picture.scss */
.landing-links-pictures .container .landing-blocks .linkarrow:after {
  position: absolute;
  bottom: 5px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}

/* line 3, ../../src/sass/strips/podcast.scss */
.podcast table {
  width: 100%;
  border-collapse: collapse;
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  font-size: 13px;
  line-height: 19px;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/strips/podcast.scss */
  .podcast table {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 19, ../../src/sass/strips/podcast.scss */
.podcast tr:nth-of-type(odd) {
  background: rgba(228, 221, 209, 0.4);
}
/* line 23, ../../src/sass/strips/podcast.scss */
.podcast tr th {
  background: #e4ddd1;
  font-weight: 700;
}
/* line 30, ../../src/sass/strips/podcast.scss */
.podcast tr td {
  font-weight: 400;
}
/* line 36, ../../src/sass/strips/podcast.scss */
.podcast tr:hover {
  background-color: rgba(228, 221, 209, 0.6);
}
/* line 42, ../../src/sass/strips/podcast.scss */
.podcast td,
.podcast th {
  padding: 6px;
  border: 1px solid #e4ddd1;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 42, ../../src/sass/strips/podcast.scss */
  .podcast td,
  .podcast th {
    padding: 6px 10px;
  }
}

@media (max-width: 450px) {
  /* line 58, ../../src/sass/strips/podcast.scss */
  .pod-mob {
    width: 306px;
  }
}

/* line 3, ../../src/sass/strips/story-header.scss */
.story-hero,
.page-breaker {
  position: relative;
  padding-top: 100px;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/strips/story-header.scss */
  .story-hero,
  .page-breaker {
    padding-top: 56px;
  }
}
/* line 13, ../../src/sass/strips/story-header.scss */
.story-hero.tall,
.page-breaker.tall {
  height: 78vh;
}
/* line 17, ../../src/sass/strips/story-header.scss */
.story-hero.short,
.page-breaker.short {
  height: 40vh;
}
/* line 21, ../../src/sass/strips/story-header.scss */
.story-hero .overlay,
.page-breaker .overlay {
  opacity: 0.8;
  background-image: -webkit-linear-gradient(90deg, #282828 5%, transparent 100%);
  background-image: -moz- oldlinear-gradient(90deg, #282828 5%, transparent 100%);
  background-image: linear-gradient(0deg, #282828 5%, transparent 100%);
  background-color: transparent;
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
/* line 33, ../../src/sass/strips/story-header.scss */
.story-hero.bg_image,
.page-breaker.bg_image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 39, ../../src/sass/strips/story-header.scss */
.story-hero.bg_video,
.page-breaker.bg_video {
  background-color: #282828;
}
/* line 43, ../../src/sass/strips/story-header.scss */
.story-hero .yt-bg-video,
.page-breaker .yt-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
/* line 50, ../../src/sass/strips/story-header.scss */
.story-hero .mbYTP_wrapper,
.page-breaker .mbYTP_wrapper {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
     -moz-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  z-index: -1;
}
/* line 61, ../../src/sass/strips/story-header.scss */
.story-hero video,
.page-breaker video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
/* line 67, ../../src/sass/strips/story-header.scss */
.story-hero.red,
.page-breaker.red {
  background: #a03122;
}
/* line 71, ../../src/sass/strips/story-header.scss */
.story-hero.green,
.page-breaker.green {
  background: #00837C;
}
/* line 75, ../../src/sass/strips/story-header.scss */
.story-hero.brown,
.page-breaker.brown {
  background: #e4ddd1;
}
/* line 77, ../../src/sass/strips/story-header.scss */
.story-hero.brown h1, .story-hero.brown h2, .story-hero.brown p,
.page-breaker.brown h1,
.page-breaker.brown h2,
.page-breaker.brown p {
  color: #282828;
}
/* line 81, ../../src/sass/strips/story-header.scss */
.story-hero.lightblue,
.page-breaker.lightblue {
  background: #037EAB;
}
/* line 84, ../../src/sass/strips/story-header.scss */
.story-hero.darkblue,
.page-breaker.darkblue {
  background: #0e3e5e;
}
/* line 87, ../../src/sass/strips/story-header.scss */
.story-hero.yellow,
.page-breaker.yellow {
  background: #ffb548;
}
/* line 90, ../../src/sass/strips/story-header.scss */
.story-hero.yellow h1, .story-hero.yellow h2, .story-hero.yellow p,
.page-breaker.yellow h1,
.page-breaker.yellow h2,
.page-breaker.yellow p {
  color: #282828;
}
/* line 95, ../../src/sass/strips/story-header.scss */
.story-hero .container,
.page-breaker .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/* line 105, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_middle,
.page-breaker .container.center_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
/* line 109, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_middle .text-area .button,
.page-breaker .container.center_middle .text-area .button {
  -webkit-align-self: center;
          align-self: center;
}
/* line 114, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_top,
.page-breaker .container.center_top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
/* line 118, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_top .text-area .button,
.page-breaker .container.center_top .text-area .button {
  -webkit-align-self: center;
          align-self: center;
}
/* line 123, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_bottom,
.page-breaker .container.center_bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
/* line 127, ../../src/sass/strips/story-header.scss */
.story-hero .container.center_bottom .text-area .button,
.page-breaker .container.center_bottom .text-area .button {
  -webkit-align-self: center;
          align-self: center;
}
/* line 132, ../../src/sass/strips/story-header.scss */
.story-hero .container.left_top,
.page-breaker .container.left_top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
/* line 137, ../../src/sass/strips/story-header.scss */
.story-hero .container.left_middle,
.page-breaker .container.left_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
/* line 142, ../../src/sass/strips/story-header.scss */
.story-hero .container.left_bottom,
.page-breaker .container.left_bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
/* line 147, ../../src/sass/strips/story-header.scss */
.story-hero .container.right_top,
.page-breaker .container.right_top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
/* line 152, ../../src/sass/strips/story-header.scss */
.story-hero .container.right_middle,
.page-breaker .container.right_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
/* line 157, ../../src/sass/strips/story-header.scss */
.story-hero .container.right_bottom,
.page-breaker .container.right_bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  /* line 164, ../../src/sass/strips/story-header.scss */
  .story-hero .container.left_top, .story-hero .container.right_top,
  .page-breaker .container.left_top,
  .page-breaker .container.right_top {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  /* line 169, ../../src/sass/strips/story-header.scss */
  .story-hero .container.left_bottom, .story-hero .container.right_bottom,
  .page-breaker .container.left_bottom,
  .page-breaker .container.right_bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
/* line 175, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area,
.page-breaker .container .text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
  margin: unset;
}
@media (max-width: 1024px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 691.2px;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 864px;
  }
}
@media (max-width: 1024px) and (min-width: 1200px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    padding: 0;
    width: 1053px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 768px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 537.6px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 1024px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 672px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 1200px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    padding: 0;
    width: 819px;
  }
}

@media (min-width: 1201px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (min-width: 1201px) and (min-width: 768px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 368.64px;
  }
}
@media (min-width: 1201px) and (min-width: 1024px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    width: 460.8px;
  }
}
@media (min-width: 1201px) and (min-width: 1200px) {
  /* line 175, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area,
  .page-breaker .container .text-area {
    padding: 0;
    width: 561.6px;
  }
}

/* line 197, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.super-wide,
.page-breaker .container .text-area.super-wide {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 197, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area.super-wide,
  .page-breaker .container .text-area.super-wide {
    width: 691.2px;
  }
}
@media (min-width: 1024px) {
  /* line 197, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area.super-wide,
  .page-breaker .container .text-area.super-wide {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  /* line 197, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area.super-wide,
  .page-breaker .container .text-area.super-wide {
    padding: 0;
    width: 1053px;
  }
}
/* line 200, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.super-wide h1,
.page-breaker .container .text-area.super-wide h1 {
  font-size: -webkit-calc(clamp(3rem, 3.19vi + 1.87rem, 4.5rem));
  font-size: -moz-calc(clamp(3rem, 3.19vi + 1.87rem, 4.5rem));
  font-size: calc(clamp(3rem, 3.19vi + 1.87rem, 4.5rem));
}
/* line 204, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.super-wide p,
.page-breaker .container .text-area.super-wide p {
  width: 90%;
  margin: auto;
}
@media (max-width: 1024px) {
  /* line 204, ../../src/sass/strips/story-header.scss */
  .story-hero .container .text-area.super-wide p,
  .page-breaker .container .text-area.super-wide p {
    width: 100%;
  }
}
/* line 214, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area h1, .story-hero .container .text-area h2,
.story-hero .container .text-area p,
.page-breaker .container .text-area h1,
.page-breaker .container .text-area h2,
.page-breaker .container .text-area p {
  color: #ffffff;
}
/* line 219, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area h1,
.page-breaker .container .text-area h1 {
  font-size: -webkit-calc(clamp(2rem, 2.13vi + 1.24rem, 3rem));
  font-size: -moz-calc(clamp(2rem, 2.13vi + 1.24rem, 3rem));
  font-size: calc(clamp(2rem, 2.13vi + 1.24rem, 3rem));
  line-height: 1.1;
}
/* line 224, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area p,
.page-breaker .container .text-area p {
  margin-bottom: 0;
}
/* line 229, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area .button,
.page-breaker .container .text-area .button {
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
/* line 233, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.dark_box,
.page-breaker .container .text-area.dark_box {
  color: #ffffff;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
}
/* line 239, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.light_box,
.page-breaker .container .text-area.light_box {
  background: rgba(255, 255, 255, 0.8);
  color: #282828;
  padding: 40px;
}
/* line 244, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.light_box h1, .story-hero .container .text-area.light_box h2,
.story-hero .container .text-area.light_box p,
.page-breaker .container .text-area.light_box h1,
.page-breaker .container .text-area.light_box h2,
.page-breaker .container .text-area.light_box p {
  color: #282828;
}
/* line 249, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.light_box .button,
.page-breaker .container .text-area.light_box .button {
  background: #282828;
  color: #ffffff;
}
/* line 253, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area.light_box .button:before,
.page-breaker .container .text-area.light_box .button:before {
  content: url(images/arrow.svg);
}
/* line 259, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area .button,
.page-breaker .container .text-area .button {
  background: #ffffff;
  color: #282828;
}
/* line 263, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area .button:hover,
.page-breaker .container .text-area .button:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  text-decoration: underline;
}
/* line 268, ../../src/sass/strips/story-header.scss */
.story-hero .container .text-area .button:before,
.page-breaker .container .text-area .button:before {
  content: url(images/arrow-black.svg);
}

/* line 277, ../../src/sass/strips/story-header.scss */
.page-breaker {
  padding-top: 0;
}
@media (min-width: 1200px) {
  /* line 277, ../../src/sass/strips/story-header.scss */
  .page-breaker {
    padding-top: 0;
  }
}
/* line 284, ../../src/sass/strips/story-header.scss */
.page-breaker.remove_space {
  margin-bottom: 0;
}
/* line 289, ../../src/sass/strips/story-header.scss */
.page-breaker.short {
  height: 48vh;
}
/* line 293, ../../src/sass/strips/story-header.scss */
.page-breaker h2 {
  font-family: "museo-slab", serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  margin: 0;
}
/* line 308, ../../src/sass/strips/story-header.scss */
.page-breaker .container .text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 20px;
  margin: unset;
}
@media (max-width: 1024px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 691.2px;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 864px;
  }
}
@media (max-width: 1024px) and (min-width: 1200px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    padding: 0;
    width: 1053px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 768px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 460.8px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 1024px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 576px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) and (min-width: 1200px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    padding: 0;
    width: 702px;
  }
}

@media (min-width: 1201px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 90%;
    margin: 0 auto;
    margin: unset;
  }
}
@media (min-width: 1201px) and (min-width: 768px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 307.2px;
  }
}
@media (min-width: 1201px) and (min-width: 1024px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    width: 384px;
  }
}
@media (min-width: 1201px) and (min-width: 1200px) {
  /* line 308, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area {
    padding: 0;
    width: 468px;
  }
}

/* line 330, ../../src/sass/strips/story-header.scss */
.page-breaker .container .text-area.super-wide {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 330, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area.super-wide {
    width: 691.2px;
  }
}
@media (min-width: 1024px) {
  /* line 330, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area.super-wide {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  /* line 330, ../../src/sass/strips/story-header.scss */
  .page-breaker .container .text-area.super-wide {
    padding: 0;
    width: 1053px;
  }
}
/* line 333, ../../src/sass/strips/story-header.scss */
.page-breaker .container .text-area.super-wide h2 {
  font-size: -webkit-calc(clamp(2.63rem, 2.93vi + 1.59rem, 4rem));
  font-size: -moz-calc(clamp(2.63rem, 2.93vi + 1.59rem, 4rem));
  font-size: calc(clamp(2.63rem, 2.93vi + 1.59rem, 4rem));
}

/* line 1, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text {
  width: 100%;
  background-attachment: fixed;
  padding-top: 56px;
  background-size: cover;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/strips/story-scrolling-text.scss */
  .scrolling-text {
    margin-bottom: 80px;
  }
}
/* line 8, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 11, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container.st_text_panel_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
/* line 15, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container.st_text_panel_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
/* line 19, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container.st_text_panel_middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-bottom: 56px;
}
/* line 23, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container.st_text_panel_middle .container-scrollable {
  width: 90%;
}
@media (min-width: 768px) {
  /* line 23, ../../src/sass/strips/story-scrolling-text.scss */
  .scrolling-text .container.st_text_panel_middle .container-scrollable {
    width: 60%;
  }
}
/* line 33, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable {
  width: 468px;
  max-width: 90%;
  padding: 40px 40px 20px 40px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 41, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable::-webkit-scrollbar {
  width: 0px;
}
/* line 47, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable.st_light {
  background-color: rgba(255, 255, 255, 0.85);
}
/* line 52, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable.st_dark {
  background-color: rgba(40, 40, 40, 0.85);
}
/* line 55, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable.st_dark h1, .scrolling-text .container .container-scrollable.st_dark h2, .scrolling-text .container .container-scrollable.st_dark h3, .scrolling-text .story-hero .container .container-scrollable.st_dark .text-area p, .story-hero .scrolling-text .container .container-scrollable.st_dark .text-area p, .scrolling-text .story-hero .container .text-area .container-scrollable.st_dark p, .story-hero .scrolling-text .container .text-area .container-scrollable.st_dark p,
.scrolling-text .page-breaker .container .container-scrollable.st_dark .text-area p,
.page-breaker .scrolling-text .container .container-scrollable.st_dark .text-area p,
.scrolling-text .page-breaker .container .text-area .container-scrollable.st_dark p,
.page-breaker .scrolling-text .container .text-area .container-scrollable.st_dark p, .scrolling-text .container .container-scrollable.st_dark .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .scrolling-text .container .container-scrollable.st_dark .hs-title, .scrolling-text .container .container-scrollable.st_dark h4, .scrolling-text .container .container-scrollable.st_dark h5, .scrolling-text .container .container-scrollable.st_dark h6, .scrolling-text .container .container-scrollable.st_dark p, .scrolling-text .container .container-scrollable.st_dark li {
  color: white;
}
/* line 59, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable.st_dark a, .scrolling-text .container .container-scrollable.st_dark p a {
  color: #ffb548 !important;
}
/* line 66, ../../src/sass/strips/story-scrolling-text.scss */
.scrolling-text .container .container-scrollable.st_dark blockquote:before {
  content: url(images/quotebrown.svg);
}

/* line 1, ../../src/sass/strips/hotspots.scss */
.hotspots {
  width: 100%;
  line-height: 0;
}

/* line 6, ../../src/sass/strips/hotspots.scss */
.hs-container {
  position: relative;
}
/* line 10, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-image img {
  width: 100%;
  height: auto;
}
/* line 16, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 24, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-wrap {
  position: absolute;
}
/* line 28, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-hotspot {
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #a03122;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
  -moz-border-radius: 100%;
       border-radius: 100%;
  color: white;
  text-align: center;
  font-family: 'museo-slab', serif;
  line-height: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 768px) {
  /* line 28, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-hotspot {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    line-height: 32px;
    font-size: 20px;
  }
}
/* line 60, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-reveal {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px 20px 6px;
  width: -webkit-calc(100vw - 32px);
  width: -moz-calc(100vw - 32px);
  width: calc(100vw - 32px);
  cursor: default;
  position: fixed;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: -webkit-calc(100vh - 48px);
  max-height: -moz-calc(100vh - 48px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  z-index: 9;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  display: none;
}
@media (min-width: 768px) {
  /* line 60, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal {
    position: absolute;
    height: auto;
    max-width: 420px;
    left: 24px;
  }
  /* line 81, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.hs-right {
    right: 24px;
    left: unset;
  }
  /* line 86, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.hs-top {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: -12px;
  }
  /* line 91, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.hs-bottom {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: unset;
    bottom: -12px;
  }
  /* line 97, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.dark {
    background-color: rgba(40, 40, 40, 0.85);
  }
  /* line 100, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.dark h3, .hs-container .hs-reveal.dark .story-hero .container .text-area p, .story-hero .container .text-area .hs-container .hs-reveal.dark p,
  .hs-container .hs-reveal.dark .page-breaker .container .text-area p,
  .page-breaker .container .text-area .hs-container .hs-reveal.dark p, .hs-container .hs-reveal.dark .hs-title, .hs-container .hs-reveal.dark p {
    color: white;
  }
  /* line 101, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.dark .button {
    background: #ffffff;
    color: #282828;
  }
  /* line 105, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.dark .button:before {
    content: url(images/arrow-black.svg);
  }
  /* line 112, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal.dark .hs-close {
    background-image: url(images/close-white.svg);
  }
  /* line 119, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal .image-wrap {
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
  }
  /* line 124, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  /* line 131, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal .button {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  /* line 135, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal .button:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/* line 141, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-reveal .hs-close {
  font-size: 1px;
  text-indent: -2000px;
  height: 20px;
  width: 20px;
  background-image: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 167, ../../src/sass/strips/hotspots.scss */
.hs-container .hs-reveal .hs-description {
  font-size: 15px;
}
@media (min-width: 768px) {
  /* line 167, ../../src/sass/strips/hotspots.scss */
  .hs-container .hs-reveal .hs-description {
    font-size: 17px;
  }
}

/* Grid Container */
/* line 2, ../../src/sass/strips/masonary.scss */
.uniform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px;
  grid-auto-rows: 280px;
  grid-auto-flow: dense;
  margin-bottom: 64px;
  /* Base tile */
  /* Span modifiers */
  /* Inner layout */
  /* Overlay content */
}
@media (min-width: 768px) {
  /* line 2, ../../src/sass/strips/masonary.scss */
  .uniform-grid {
    margin-bottom: 80px;
  }
}
/* line 16, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 100%;
}
/* line 24, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-red {
  background: #a03122;
}
/* line 28, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-green {
  background: #00837C;
}
/* line 32, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-brown {
  background: #e4ddd1;
}
/* line 35, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-brown p, .uniform-grid .tile.bg-brown h3, .uniform-grid .tile.bg-brown .story-hero .container .text-area p, .story-hero .container .text-area .uniform-grid .tile.bg-brown p,
.uniform-grid .tile.bg-brown .page-breaker .container .text-area p,
.page-breaker .container .text-area .uniform-grid .tile.bg-brown p, .uniform-grid .tile.bg-brown .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .uniform-grid .tile.bg-brown .hs-title, .uniform-grid .tile.bg-brown blockquote {
  color: #282828;
}
/* line 40, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-brown blockquote::before {
  content: url(images/quoteblack.svg);
}
/* line 45, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-lightblue {
  background: #037EAB;
}
/* line 48, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-darkblue {
  background: #0e3e5e;
}
/* line 51, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-yellow {
  background: #ffb548;
}
/* line 54, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-yellow p, .uniform-grid .tile.bg-yellow h3, .uniform-grid .tile.bg-yellow .story-hero .container .text-area p, .story-hero .container .text-area .uniform-grid .tile.bg-yellow p,
.uniform-grid .tile.bg-yellow .page-breaker .container .text-area p,
.page-breaker .container .text-area .uniform-grid .tile.bg-yellow p, .uniform-grid .tile.bg-yellow .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .uniform-grid .tile.bg-yellow .hs-title, .uniform-grid .tile.bg-yellow blockquote {
  color: #282828;
}
/* line 59, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile.bg-yellow blockquote::before {
  content: url(images/quoteblack.svg);
}
/* line 76, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile--tall {
  grid-row: span 2;
}
/* line 80, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile--wide {
  grid-column: span 2;
}
/* line 85, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 90, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-inner.align-top .tile-content {
  top: 0;
  bottom: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
/* line 96, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-inner.align-middle .tile-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 103, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-inner.align-bottom .tile-content {
  bottom: 0;
  top: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
/* line 111, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 117, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
     -moz-transition: -moz-transform 0.4s ease;
          transition: transform 0.4s ease;
}
/* line 125, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile:hover .tile-image {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/* line 130, ../../src/sass/strips/masonary.scss */
.uniform-grid .tile-content {
  position: absolute;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
/* line 143, ../../src/sass/strips/masonary.scss */
.uniform-grid h3, .uniform-grid .story-hero .container .text-area p, .story-hero .container .text-area .uniform-grid p,
.uniform-grid .page-breaker .container .text-area p,
.page-breaker .container .text-area .uniform-grid p, .uniform-grid .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .uniform-grid .hs-title {
  margin: 0 0 10px;
  color: white;
}
/* line 148, ../../src/sass/strips/masonary.scss */
.uniform-grid p {
  margin: 0;
  color: white;
  line-height: 22px;
}
/* line 154, ../../src/sass/strips/masonary.scss */
.uniform-grid blockquote {
  color: white;
  padding-top: 54px;
  margin: 0;
  width: 100%;
}
/* line 160, ../../src/sass/strips/masonary.scss */
.uniform-grid blockquote::before {
  content: url(images/quote.svg);
}
/* line 165, ../../src/sass/strips/masonary.scss */
.uniform-grid blockquote cite {
  display: block;
  padding-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
/* line 174, ../../src/sass/strips/masonary.scss */
.uniform-grid .linkarrow {
  height: 30px;
  width: 30px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #ffffff;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 4px;
}
/* line 188, ../../src/sass/strips/masonary.scss */
.uniform-grid .linkarrow svg g#Button {
  fill: #282828;
}

/* line 195, ../../src/sass/strips/masonary.scss */
.tile-image-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  z-index: 1;
}
/* line 203, ../../src/sass/strips/masonary.scss */
.overlay-reverse .tile-image-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, black 100%);
}

/* line 210, ../../src/sass/strips/masonary.scss */
.tile-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  text-indent: -9999px;
}

/* Responsive Grid */
@media (max-width: 1200px) {
  /* line 221, ../../src/sass/strips/masonary.scss */
  .uniform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 224, ../../src/sass/strips/masonary.scss */
  .uniform-grid .tile--wide {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  /* line 231, ../../src/sass/strips/masonary.scss */
  .uniform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 234, ../../src/sass/strips/masonary.scss */
  .uniform-grid .tile--wide {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  /* line 241, ../../src/sass/strips/masonary.scss */
  .uniform-grid {
    grid-template-columns: 1fr;
  }
  /* line 245, ../../src/sass/strips/masonary.scss */
  .uniform-grid .tile--wide,
  .uniform-grid .tile--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* line 1, ../../src/sass/strips/embed.scss */
.embed-full {
  width: 100vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/* line 6, ../../src/sass/strips/embed.scss */
.embed-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}

/* line 12, ../../src/sass/strips/embed.scss */
.embed-narrow {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 12, ../../src/sass/strips/embed.scss */
  .embed-narrow {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 12, ../../src/sass/strips/embed.scss */
  .embed-narrow {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../../src/sass/strips/embed.scss */
  .embed-narrow {
    padding: 0;
    width: 769.977px;
  }
}

/* line 15, ../../src/sass/strips/embed.scss */
.embed-narrow,
.embed-full,
.embed-container {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  /* line 15, ../../src/sass/strips/embed.scss */
  .embed-narrow,
  .embed-full,
  .embed-container {
    padding-top: 56px;
  }
}
/* line 24, ../../src/sass/strips/embed.scss */
.embed-narrow.remove_space,
.embed-full.remove_space,
.embed-container.remove_space {
  margin-bottom: 0;
}

/* line 29, ../../src/sass/strips/embed.scss */
.embed-strip iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

/* line 1, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/strips/mini-image-text-pair.scss */
  .mini-image-text-pair {
    margin-bottom: 80px;
  }
}
/* line 4, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
/* line 10, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 10, ../../src/sass/strips/mini-image-text-pair.scss */
  .mini-image-text-pair .pair-row .mini-block {
    width: -webkit-calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: calc(50% - 16px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
  }
}
@media (min-width: 1024px) {
  /* line 22, ../../src/sass/strips/mini-image-text-pair.scss */
  .mini-image-text-pair .pair-row .mini-block.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
}
/* line 30, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .mini-text {
  background: #e4ddd1;
  padding: 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  z-index: 1;
  height: -webkit-calc(100% - 128px);
  height: -moz-calc(100% - 128px);
  height: calc(100% - 128px);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}
/* line 42, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .filler {
  display: none;
}
@media (min-width: 1024px) {
  /* line 42, ../../src/sass/strips/mini-image-text-pair.scss */
  .mini-image-text-pair .pair-row .mini-block .filler {
    display: block;
    width: 32px;
    height: 100%;
    background: #e4ddd1;
    z-index: 1;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
/* line 58, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .mini-image {
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  height: 340px;
}
@media (min-width: 1024px) {
  /* line 58, ../../src/sass/strips/mini-image-text-pair.scss */
  .mini-image-text-pair .pair-row .mini-block .mini-image {
    width: 46%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* line 74, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 83, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #282828;
  bottom: -6px;
  right: 0;
  content: "";
}
/* line 95, ../../src/sass/strips/mini-image-text-pair.scss */
.mini-image-text-pair .pair-row .mini-block .linkarrow:after {
  position: absolute;
  bottom: 8px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}

/* line 1, ../../src/sass/posts/people-single.scss */
.single-people .billboard .billboard-image {
  background-image: url(/wp-content/uploads/2019/08/kellogg-college.jpg) !important;
}

/* line 9, ../../src/sass/posts/people-single.scss */
.people-single .container {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 9, ../../src/sass/posts/people-single.scss */
  .people-single .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 9, ../../src/sass/posts/people-single.scss */
  .people-single .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../../src/sass/posts/people-single.scss */
  .people-single .container {
    padding: 0;
    width: 769.977px;
  }
}
@media (min-width: 1024px) {
  /* line 9, ../../src/sass/posts/people-single.scss */
  .people-single .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
/* line 20, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel {
  width: 100%;
  margin-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  /* line 20, ../../src/sass/posts/people-single.scss */
  .people-single .container .left-hand-panel {
    width: 268px;
    margin-bottom: 0;
  }
}
/* line 35, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .block-image {
  height: 268px;
  width: 268px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  /* line 35, ../../src/sass/posts/people-single.scss */
  .people-single .container .left-hand-panel .block-image {
    width: 268px;
  }
}
/* line 49, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button {
  margin-bottom: 8px;
  width: 268px;
}
/* line 54, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button:last-of-type {
  margin-bottom: 0;
}
/* line 58, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.email {
  background: #a03122;
}
/* line 61, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.email:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 71, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.twitter {
  background: #0e3e5e;
}
/* line 74, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.twitter:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 83, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.linkedin {
  background: #0e3e5e;
}
/* line 86, ../../src/sass/posts/people-single.scss */
.people-single .container .left-hand-panel .button.linkedin:before {
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 98, ../../src/sass/posts/people-single.scss */
.people-single .container .text-block {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 98, ../../src/sass/posts/people-single.scss */
  .people-single .container .text-block {
    width: 468px;
  }
}

/* line 3, ../../src/sass/posts/people.scss */
.people-listing .accordions .container {
  width: 90%;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 16px;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 3, ../../src/sass/posts/people.scss */
  .people-listing .accordions .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  /* line 3, ../../src/sass/posts/people.scss */
  .people-listing .accordions .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 3, ../../src/sass/posts/people.scss */
  .people-listing .accordions .container {
    padding: 0;
    width: 1170px;
  }
}
/* line 10, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion {
  display: block;
  position: relative;
  height: auto;
  margin: 10px 0px 10px 0px;
}
@media (min-width: 768px) {
  /* line 10, ../../src/sass/posts/people.scss */
  .people-listing .accordions .container .accordion {
    display: inline-block;
    margin-right: 32px;
  }
}
/* line 21, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .title-bar {
  border: 1px solid #e4ddd1;
  background: white;
  margin-bottom: 0;
  padding: 13px 16px;
  position: relative;
  min-width: 268px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
/* line 31, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowdark.svg);
  height: 10px;
  width: 16px;
}
/* line 40, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .title-bar:before {
  height: 48px;
  width: 48px;
  position: absolute;
  background: #e4ddd1;
  border: 1px solid #e4ddd1;
  top: 0;
  right: 0;
  content: "";
}
/* line 53, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion h4 {
  margin-bottom: 0;
}
/* line 56, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e4ddd1;
  border-top: none;
  width: 100%;
  z-index: 99;
  padding: 13px 16px 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 69, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .content a {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
/* line 74, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion .content a:hover {
  text-decoration: underline;
}
/* line 83, ../../src/sass/posts/people.scss */
.people-listing .accordions .container .accordion.active .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowred.svg);
  height: 10px;
  width: 16px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 4px 8px;
     -moz-transform-origin: 4px 8px;
      -ms-transform-origin: 4px 8px;
          transform-origin: 4px 8px;
}
/* line 98, ../../src/sass/posts/people.scss */
.people-listing a {
  text-decoration: none;
}
/* line 102, ../../src/sass/posts/people.scss */
.people-listing > .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 102, ../../src/sass/posts/people.scss */
  .people-listing > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  /* line 102, ../../src/sass/posts/people.scss */
  .people-listing > .container {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1024px) {
  /* line 102, ../../src/sass/posts/people.scss */
  .people-listing > .container {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
@media (min-width: 1200px) {
  /* line 102, ../../src/sass/posts/people.scss */
  .people-listing > .container {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 131, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 131, ../../src/sass/posts/people.scss */
  .people-listing > .container .people-block {
    max-width: 100%;
    width: 270px;
  }
}
/* line 143, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block .block-image {
  height: 248px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 151, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block .text-block {
  background: #e4ddd1;
  padding: 16px 16px 8px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 112px;
}
/* line 158, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block .text-block .text-wrap {
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 161, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block .text-block .text-wrap:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 165, ../../src/sass/posts/people.scss */
.people-listing > .container .people-block .text-block .text-wrap p {
  margin-bottom: 8px;
}

/* line 4, ../../src/sass/posts/news.scss */
.news-single .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 4, ../../src/sass/posts/news.scss */
  .news-single .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 4, ../../src/sass/posts/news.scss */
  .news-single .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 4, ../../src/sass/posts/news.scss */
  .news-single .container {
    padding: 0;
    width: 769.977px;
  }
}

/* line 13, ../../src/sass/posts/news.scss */
.news-listing .accordions .container {
  width: 90%;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) {
  /* line 13, ../../src/sass/posts/news.scss */
  .news-listing .accordions .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 13, ../../src/sass/posts/news.scss */
  .news-listing .accordions .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 13, ../../src/sass/posts/news.scss */
  .news-listing .accordions .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 21, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion {
  display: block;
  position: relative;
  height: auto;
  margin: 10px 0px 10px 0px;
}
@media (min-width: 768px) {
  /* line 21, ../../src/sass/posts/news.scss */
  .news-listing .accordions .container .accordion {
    display: inline-block;
    margin-right: 32px;
  }
}
/* line 32, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .title-bar {
  border: 1px solid #e4ddd1;
  background: white;
  margin-bottom: 0;
  padding: 13px 16px;
  position: relative;
  min-width: 330px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
/* line 42, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .title-bar div {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 12px;
  color: #282828;
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
/* line 51, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowdark.svg);
  height: 10px;
  width: 16px;
}
/* line 60, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .title-bar:before {
  height: 48px;
  width: 48px;
  position: absolute;
  background: #e4ddd1;
  border: 1px solid #e4ddd1;
  top: 0;
  right: 0;
  content: "";
}
/* line 73, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion h4 {
  margin-bottom: 0;
}
/* line 76, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #e4ddd1;
  border-top: none;
  width: 100%;
  z-index: 99;
  padding: 13px 16px 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 89, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .content a {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}
/* line 94, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion .content a:hover {
  text-decoration: underline;
}
/* line 103, ../../src/sass/posts/news.scss */
.news-listing .accordions .container .accordion.active .title-bar:after {
  position: absolute;
  top: 17px;
  right: 12px;
  content: url(images/arrowred.svg);
  height: 10px;
  width: 16px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 4px 8px;
     -moz-transform-origin: 4px 8px;
      -ms-transform-origin: 4px 8px;
          transform-origin: 4px 8px;
}
/* line 119, ../../src/sass/posts/news.scss */
.news-listing .container {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
@media (min-width: 768px) {
  /* line 119, ../../src/sass/posts/news.scss */
  .news-listing .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 119, ../../src/sass/posts/news.scss */
  .news-listing .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 119, ../../src/sass/posts/news.scss */
  .news-listing .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 125, ../../src/sass/posts/news.scss */
.news-listing .container a {
  text-decoration: none;
  margin-bottom: 36px;
}
/* line 131, ../../src/sass/posts/news.scss */
.news-listing .container .news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  border-bottom: solid 1px #e4ddd1;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 138, ../../src/sass/posts/news.scss */
.news-listing .container .news-block:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 141, ../../src/sass/posts/news.scss */
.news-listing .container .news-block:hover h3, .news-listing .story-hero .container .news-block:hover .text-area p, .story-hero .news-listing .container .news-block:hover .text-area p, .news-listing .story-hero .container .text-area .news-block:hover p, .story-hero .news-listing .container .text-area .news-block:hover p,
.news-listing .page-breaker .container .news-block:hover .text-area p,
.page-breaker .news-listing .container .news-block:hover .text-area p,
.news-listing .page-breaker .container .text-area .news-block:hover p,
.page-breaker .news-listing .container .text-area .news-block:hover p, .news-listing .container .news-block:hover .hs-container .hs-reveal .hs-title, .hs-container .hs-reveal .news-listing .container .news-block:hover .hs-title, .news-listing .container .news-block:hover .linkarrow {
  text-decoration: underline;
}
/* line 150, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .block-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  height: 268px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 32px;
}
@media (min-width: 1199px) {
  /* line 150, ../../src/sass/posts/news.scss */
  .news-listing .container .news-block .block-image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
    width: 168px;
    height: 168px;
  }
}
/* line 166, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  margin-right: 0;
}
@media (min-width: 1199px) {
  /* line 166, ../../src/sass/posts/news.scss */
  .news-listing .container .news-block .icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
@media (min-width: 1023px) {
  /* line 166, ../../src/sass/posts/news.scss */
  .news-listing .container .news-block .icon {
    margin-right: 32px;
  }
}
/* line 180, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-block {
  max-width: 100%;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  margin-right: 0;
}
/* line 186, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-block h2 {
  font-family: "museo-sans", sans-serif;
  margin-bottom: 20px;
  color: #282828;
  font-weight: 900;
  line-height: 28px;
  font-size: 20px;
}
/* line 191, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-block.events {
  width: 100%;
}
@media (min-width: 1023px) {
  /* line 191, ../../src/sass/posts/news.scss */
  .news-listing .container .news-block .text-block.events {
    width: 478px;
  }
}
@media (min-width: 1199px) {
  /* line 180, ../../src/sass/posts/news.scss */
  .news-listing .container .news-block .text-block {
    width: 568px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    margin-right: 32px;
  }
}
/* line 207, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-wrap p {
  margin-bottom: 32px;
}
/* line 212, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-wrap .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
/* line 220, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-wrap .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #a03122;
  top: -4px;
  left: 104px;
  content: "";
}
/* line 232, ../../src/sass/posts/news.scss */
.news-listing .container .news-block .text-wrap .linkarrow:after {
  position: absolute;
  top: 2px;
  left: 114px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}

/* line 249, ../../src/sass/posts/news.scss */
.container.archives {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 254, ../../src/sass/posts/news.scss */
.container.archives a {
  margin-bottom: 60px;
}

/* line 2, ../../src/sass/posts/events-single.scss */
.icon {
  width: 58px;
  height: 58px;
}
/* line 7, ../../src/sass/posts/events-single.scss */
.icon.concert {
  content: url(images/concert.svg);
}
/* line 11, ../../src/sass/posts/events-single.scss */
.icon.debates {
  content: url(images/debates.svg);
}
/* line 15, ../../src/sass/posts/events-single.scss */
.icon.dinners {
  content: url(images/dinner.svg);
}
/* line 19, ../../src/sass/posts/events-single.scss */
.icon.event {
  content: url(images/event.svg);
}
/* line 23, ../../src/sass/posts/events-single.scss */
.icon.lectures {
  content: url(images/lectures.svg);
}
/* line 27, ../../src/sass/posts/events-single.scss */
.icon.misc {
  content: url(images/misc.svg);
}
/* line 31, ../../src/sass/posts/events-single.scss */
.icon.sporty {
  content: url(images/sporty.svg);
}

/* line 41, ../../src/sass/posts/events-single.scss */
.events-single p .details {
  font-weight: 900;
}
/* line 47, ../../src/sass/posts/events-single.scss */
.events-single .legacy-wrap .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 47, ../../src/sass/posts/events-single.scss */
  .events-single .legacy-wrap .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 47, ../../src/sass/posts/events-single.scss */
  .events-single .legacy-wrap .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 47, ../../src/sass/posts/events-single.scss */
  .events-single .legacy-wrap .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 54, ../../src/sass/posts/events-single.scss */
.events-single .details-wrap .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 54, ../../src/sass/posts/events-single.scss */
  .events-single .details-wrap .container {
    width: 505.4208px;
  }
}
@media (min-width: 1024px) {
  /* line 54, ../../src/sass/posts/events-single.scss */
  .events-single .details-wrap .container {
    width: 631.776px;
  }
}
@media (min-width: 1200px) {
  /* line 54, ../../src/sass/posts/events-single.scss */
  .events-single .details-wrap .container {
    padding: 0;
    width: 769.977px;
  }
}
/* line 57, ../../src/sass/posts/events-single.scss */
.events-single .details-wrap .container h2 {
  font-weight: 500;
}
/* line 61, ../../src/sass/posts/events-single.scss */
.events-single .details-wrap .container .details {
  width: 152px;
  font-weight: 900;
  display: block;
}
@media (min-width: 768px) {
  /* line 61, ../../src/sass/posts/events-single.scss */
  .events-single .details-wrap .container .details {
    display: inline-block;
  }
}
/* line 73, ../../src/sass/posts/events-single.scss */
.events-single .details-wrap .main-body {
  margin-bottom: 32px;
}
/* line 79, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 268px;
  max-width: 100%;
}
/* line 85, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .button {
  display: inline-block;
  background: #a03122;
  margin-bottom: 40px;
}
/* line 90, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .button:before {
  position: absolute;
  top: 13px;
  right: 12px;
  content: url(images/externalwhite.svg);
  height: 20px;
  width: 20px;
}
/* line 102, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  color: #0e3e5e;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  width: 260px;
  max-width: 100%;
  text-decoration: none;
  margin-bottom: 32px;
}
/* line 115, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .linkarrow:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline;
}
/* line 121, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #0e3e5e;
  bottom: 0;
  right: 0;
  content: "";
}
/* line 132, ../../src/sass/posts/events-single.scss */
.events-single .button-wrap .linkarrow:after {
  position: absolute;
  bottom: 14px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}
/* line 142, ../../src/sass/posts/events-single.scss */
.events-single .related-events {
  margin-top: 30px;
}
/* line 145, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 145, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  /* line 145, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 145, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container {
    padding: 0;
    width: 1170px;
  }
}
/* line 148, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related {
  display: grid;
  grid-template-columns: repeat(1, minmax(250px, 1fr));
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 148, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container.related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  /* line 148, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container.related {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media (min-width: 1200px) {
  /* line 148, ../../src/sass/posts/events-single.scss */
  .events-single .related-events .container.related {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
  }
}
/* line 174, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related {
  background: #EEEEEE;
  padding: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 180, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related:hover {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* line 186, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
/* line 191, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related .linkarrow {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 197, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related .linkarrow:before {
  height: 30px;
  width: 30px;
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #a03122;
  bottom: 0;
  right: 0;
  content: "";
}
/* line 208, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related .linkarrow:after {
  position: absolute;
  bottom: 14px;
  right: 3px;
  content: url(images/arrow.svg);
  height: 10px;
  width: 16px;
}
/* line 218, ../../src/sass/posts/events-single.scss */
.events-single .related-events .container.related .event-related .icon {
  margin-bottom: 20px;
}

/* line 3, ../../src/sass/posts/events.scss */
.events-block {
  height: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
/* line 10, ../../src/sass/posts/events.scss */
.events-block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
/* line 17, ../../src/sass/posts/events.scss */
.events-block a:not(.no-hover) {
  margin-bottom: 0;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 23, ../../src/sass/posts/events.scss */
.events-block a:not(.no-hover):hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
/* line 33, ../../src/sass/posts/events.scss */
.events-block p {
  margin-bottom: 0;
}
/* line 38, ../../src/sass/posts/events.scss */
.events-block h2,
.events-block .bold-it-up,
.events-block .head-line {
  margin-bottom: 12px;
}

/* line 53, ../../src/sass/posts/events.scss */
#main-content .events .navigation {
  width: 110px;
}
/* line 57, ../../src/sass/posts/events.scss */
#main-content .events .navigation > a {
  display: inline-block;
  font-size: 2rem;
  background-color: #e4ddd1;
  text-align: center;
  height: 52px;
  width: 52px;
  line-height: 48px;
}
/* line 70, ../../src/sass/posts/events.scss */
#main-content .events .events-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 70, ../../src/sass/posts/events.scss */
  #main-content .events .events-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 89, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar {
  width: 100%;
  font-family: "museo-slab", serif;
  text-align: left;
  margin-bottom: 5rem;
  border-collapse: separate;
  border-spacing: 10px;
}
/* line 98, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar thead th {
  background-color: #e4ddd1;
}
/* line 102, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar tr {
  background: transparent;
}
/* line 106, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar td {
  position: relative;
  height: 130px;
  border: 1px solid #b2b2b2;
  padding: 25px 5px 5px 5px;
  vertical-align: bottom;
  width: 14.2%;
}
/* line 114, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar td a {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 10px;
}
/* line 124, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar td.this_month {
  border: 2px solid #282828;
  background-color: rgba(228, 221, 209, 0.4);
}
/* line 129, ../../src/sass/posts/events.scss */
#main-content .events .events-calendar td > strong {
  position: absolute;
  top: 2px;
  left: 5px;
  color: #0e3e5e;
}
/* line 137, ../../src/sass/posts/events.scss */
#main-content .events .view_calendar .events-wrap {
  display: none;
}
@media (max-width: 1024px) {
  /* line 139, ../../src/sass/posts/events.scss */
  #main-content .events .view_calendar .events-wrap {
    display: block;
  }
  /* line 140, ../../src/sass/posts/events.scss */
  #main-content .events .view_calendar .events-calendar {
    display: none;
  }
}

/* line 148, ../../src/sass/posts/events.scss */
.cal-block a {
  height: 52px;
  max-width: 52px;
  width: 52px;
  position: absolute;
  top: 10px;
  right: 0;
  color: white;
}
@media (max-width: 1024px) {
  /* line 146, ../../src/sass/posts/events.scss */
  .cal-block {
    display: none;
  }
}

/* line 164, ../../src/sass/posts/events.scss */
.events-tabs {
  margin-bottom: 32px;
}
/* line 167, ../../src/sass/posts/events.scss */
.events-tabs .container {
  border-bottom: 2px solid #a03122;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/* line 174, ../../src/sass/posts/events.scss */
.events-tabs .container a {
  margin-bottom: 0;
  line-height: 52px;
  text-align: center;
  font-weight: 900;
}
/* line 182, ../../src/sass/posts/events.scss */
.events-tabs .container .tab-link {
  height: 52px;
  width: 100%;
  background-color: #e4ddd1;
}
/* line 189, ../../src/sass/posts/events.scss */
.events-tabs .container .tab-link.active {
  background-color: #a03122;
  color: #ffffff;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */