/**
 * Theme Name: Fragments
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Fragments of Note for Magdalen College
 * Template: oneltd-base
 */


/* line 1, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
}

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

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

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

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

/* line 44, ../../src/sass/helpers/_reset.scss */
html {
  transition: all 0.4s ease;
}
/* line 47, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 51, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 160, ../../src/sass/helpers/_typography.scss */
ol {
  font-family: "Lato";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #415364;
}

/* line 1, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
@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 7, ../../src/sass/helpers/_base.scss */
h1 {
  font-family: "Georgia";
  font-size: 36px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 25px;
}

/* line 11, ../../src/sass/helpers/_base.scss */
h2 {
  font-family: "Georgia";
  font-size: 32px;
  line-height: 36px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 25px;
  padding-top: 15px;
}

/* line 15, ../../src/sass/helpers/_base.scss */
h3 {
  font-family: "Georgia";
  font-size: 28px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 5px;
}

/* line 19, ../../src/sass/helpers/_base.scss */
h4 {
  font-family: "Georgia";
  font-size: 24px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 5px;
}

/* line 23, ../../src/sass/helpers/_base.scss */
h5 {
  font-family: "Georgia";
  font-size: 24px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 5px;
}

/* line 27, ../../src/sass/helpers/_base.scss */
h6 {
  font-family: "Georgia";
  font-size: 24px;
  color: #415364;
  font-weight: normal;
  margin-bottom: 15px;
  padding-top: 5px;
}

/* line 31, ../../src/sass/helpers/_base.scss */
p {
  font-family: "Lato";
  font-size: 20px;
  line-height: 32px;
  color: #415364;
  margin-bottom: 25px;
}

/* line 35, ../../src/sass/helpers/_base.scss */
blockquote {
  font-family: "Georgia";
  font-size: 24px;
  line-height: 1.67;
  color: #575756;
  font-weight: normal;
  position: relative;
  background: #EDEDED;
  padding: 50px 40px 5px 104px;
  margin-bottom: 40px;
}
/* line 43, ../../src/sass/helpers/_base.scss */
blockquote:before {
  content: '\201C';
  font-family: "Georgia";
  font-size: 90px;
  position: absolute;
  left: 40px;
  top: 0px;
}
/* line 52, ../../src/sass/helpers/_base.scss */
blockquote:after {
  content: '';
}
/* line 57, ../../src/sass/helpers/_base.scss */
blockquote p {
  font-family: "Georgia";
  font-size: 24px;
  line-height: 1.67;
  color: #575756;
  font-weight: normal;
  font-size: 20px;
}

/* line 63, ../../src/sass/helpers/_base.scss */
a {
  font-family: "Lato";
  font-size: 20px;
  line-height: 32px;
  color: #415364;
  margin-bottom: 25px;
  color: #831c2e;
  text-decoration: none;
}
/* line 68, ../../src/sass/helpers/_base.scss */
a:hover {
  text-decoration: underline;
}

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

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

/* line 90, ../../src/sass/helpers/_base.scss */
ul li,
ol li {
  font-family: "Lato";
  font-size: 20px;
  line-height: 32px;
  color: #415364;
  margin-bottom: 25px;
}

/* line 96, ../../src/sass/helpers/_base.scss */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 101, ../../src/sass/helpers/_base.scss */
.container-narrow {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  /* line 101, ../../src/sass/helpers/_base.scss */
  .container-narrow {
    padding: 0px 100px 0px 0px;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 101, ../../src/sass/helpers/_base.scss */
  .container-narrow {
    padding: 0px 293px 0px 67px;
    width: 1170px;
  }
}

/* line 105, ../../src/sass/helpers/_base.scss */
.strip:not(.hero) {
  background-color: #FFF;
}

/* line 110, ../../src/sass/helpers/_base.scss */
.strip iframe {
  max-width: 100%;
}

/* line 1, ../../src/sass/strips/_header.scss */
header {
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  transition: all 0.4s ease;
}
/* line 6, ../../src/sass/strips/_header.scss */
header .back-button,
header .credits {
  background-color: #ededed;
  padding: 20px;
  display: none;
}
@media (min-width: 1024px) {
  /* line 6, ../../src/sass/strips/_header.scss */
  header .back-button,
  header .credits {
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 16, ../../src/sass/strips/_header.scss */
header .back-button .socials,
header .credits .socials {
  padding-right: 20px;
}
/* line 19, ../../src/sass/strips/_header.scss */
header .back-button .socials a,
header .credits .socials a {
  margin-left: 20px;
}
/* line 22, ../../src/sass/strips/_header.scss */
header .back-button .socials a:last-of-type,
header .credits .socials a:last-of-type {
  margin-right: 0;
}
/* line 28, ../../src/sass/strips/_header.scss */
header .back-button a,
header .credits a {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #989898;
  text-decoration: none;
  margin-bottom: 0;
}
/* line 34, ../../src/sass/strips/_header.scss */
header .back-button.back-button,
header .credits.back-button {
  border-right: 1px solid #989898;
  position: relative;
}
/* line 38, ../../src/sass/strips/_header.scss */
header .back-button.back-button:before,
header .credits.back-button:before {
  content: '';
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right-color: #989898;
  position: absolute;
}
/* line 51, ../../src/sass/strips/_header.scss */
header .back-button:last-of-type,
header .credits:last-of-type {
  border-left: 1px solid #989898;
}
/* line 56, ../../src/sass/strips/_header.scss */
header .back-button {
  padding: 20px 40px 20px 60px;
  background-image: url(images/magdalen.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}
/* line 64, ../../src/sass/strips/_header.scss */
header .fragments {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: none;
}
@media (min-width: 1024px) {
  /* line 64, ../../src/sass/strips/_header.scss */
  header .fragments {
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 72, ../../src/sass/strips/_header.scss */
header .fragments .fragment-menu {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}
@media (min-width: 1024px) {
  /* line 72, ../../src/sass/strips/_header.scss */
  header .fragments .fragment-menu {
    -ms-flex-flow: row;
        flex-flow: row;
  }
}
/* line 84, ../../src/sass/strips/_header.scss */
header .fragments .fragment-menu li {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 0px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.4s ease;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  /* line 84, ../../src/sass/strips/_header.scss */
  header .fragments .fragment-menu li {
    width: 12.5%;
  }
}
/* line 99, ../../src/sass/strips/_header.scss */
header .fragments .fragment-menu li a {
  font-family: "Lato";
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #989898;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  padding: 25px;
  transition: all 0.4s ease;
}
@media (min-width: 1024px) {
  /* line 99, ../../src/sass/strips/_header.scss */
  header .fragments .fragment-menu li a {
    padding: 0;
  }
}
/* line 113, ../../src/sass/strips/_header.scss */
header .fragments .fragment-menu li.current-page, header .fragments .fragment-menu li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #831c2e;
}
/* line 118, ../../src/sass/strips/_header.scss */
header .fragments .fragment-menu li.current-page a, header .fragments .fragment-menu li:hover a {
  color: #831c2e;
  font-weight: bold;
}
@media (min-width: 1024px) {
  /* line 118, ../../src/sass/strips/_header.scss */
  header .fragments .fragment-menu li.current-page a, header .fragments .fragment-menu li:hover a {
    color: #575756;
    font-weight: normal;
  }
}

/* line 133, ../../src/sass/strips/_header.scss */
.hamburger {
  height: 20px;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
}
/* line 141, ../../src/sass/strips/_header.scss */
.hamburger span {
  height: 2px;
  background-color: #FFF;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(0deg);
  transform-origin: left;
  opacity: 1;
  transition: all 0.4s ease;
}
/* line 152, ../../src/sass/strips/_header.scss */
.hamburger span:first-of-type {
  top: 0;
}
/* line 156, ../../src/sass/strips/_header.scss */
.hamburger span:last-of-type {
  top: calc(100% - 2px);
}
/* line 162, ../../src/sass/strips/_header.scss */
.hamburger.active span {
  opacity: 0;
  background-color: #831c2e;
}
/* line 166, ../../src/sass/strips/_header.scss */
.hamburger.active span:first-of-type {
  transform: rotate(45deg);
  opacity: 1;
}
/* line 171, ../../src/sass/strips/_header.scss */
.hamburger.active span:last-of-type {
  transform: rotate(-45deg);
  opacity: 1;
}
@media (min-width: 1024px) {
  /* line 133, ../../src/sass/strips/_header.scss */
  .hamburger {
    display: none;
  }
}

/* line 185, ../../src/sass/strips/_header.scss */
.sticky-menu.scrolled header {
  background-color: #333333;
  height: 80px;
}
/* line 189, ../../src/sass/strips/_header.scss */
.sticky-menu.scrolled header .fragment-menu {
  background-color: #333333;
}
@media (min-width: 1024px) {
  /* line 185, ../../src/sass/strips/_header.scss */
  .sticky-menu.scrolled header {
    background-color: #000;
    height: auto;
  }
  /* line 197, ../../src/sass/strips/_header.scss */
  .sticky-menu.scrolled header .fragment-menu {
    background-color: #000;
  }
}
/* line 203, ../../src/sass/strips/_header.scss */
.sticky-menu header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
}
/* line 212, ../../src/sass/strips/_header.scss */
.sticky-menu .footer-nav {
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
  background-color: #FFF;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 60;
  transition: all 0.4s ease;
}
/* line 222, ../../src/sass/strips/_header.scss */
.sticky-menu .footer-nav.hideaway {
  bottom: -80px;
}

/* line 229, ../../src/sass/strips/_header.scss */
.dark header {
  background-color: #333333;
}
@media (min-width: 1024px) {
  /* line 229, ../../src/sass/strips/_header.scss */
  .dark header {
    background-color: #000;
  }
}
/* line 236, ../../src/sass/strips/_header.scss */
.dark header .credits,
.dark header .back-button {
  background-color: #333333;
}
/* line 245, ../../src/sass/strips/_header.scss */
.dark header .fragments li.current-page a, .dark header .fragments li:hover a {
  color: #FFF;
}
/* line 250, ../../src/sass/strips/_header.scss */
.dark header .fragments li a {
  color: #989898;
}
/* line 256, ../../src/sass/strips/_header.scss */
.dark .footer-nav {
  background-color: #333333;
}
/* line 259, ../../src/sass/strips/_header.scss */
.dark .footer-nav .footer-nav--prev,
.dark .footer-nav .footer-nav--next {
  background-color: #575756;
}
/* line 263, ../../src/sass/strips/_header.scss */
.dark .footer-nav .footer-nav--prev p,
.dark .footer-nav .footer-nav--next p {
  color: #989898;
}
/* line 266, ../../src/sass/strips/_header.scss */
.dark .footer-nav .footer-nav--prev p.footer-nav--page-title,
.dark .footer-nav .footer-nav--next p.footer-nav--page-title {
  color: #FFF;
}

/* line 1, ../../src/sass/strips/_intro.scss */
.strip.intro {
  padding-bottom: 56px;
  padding-top: 56px;
}
/* line 5, ../../src/sass/strips/_intro.scss */
.strip.intro + .text {
  padding-top: 0px;
}
/* line 9, ../../src/sass/strips/_intro.scss */
.strip.intro p {
  padding: 0;
  font-family: "Georgia";
  font-size: 24px;
  line-height: 1.67;
  color: #575756;
  font-weight: normal;
}
@media (min-width: 1024px) {
  /* line 9, ../../src/sass/strips/_intro.scss */
  .strip.intro p {
    padding: 0 100px 0 0;
  }
}
/* line 19, ../../src/sass/strips/_intro.scss */
.strip.intro p::first-letter {
  font-family: "Georgia";
  font-size: 80px;
  color: #575756;
  float: left;
  line-height: 80px;
  margin-right: 10px;
}

/* line 1, ../../src/sass/strips/_hero.scss */
.hero {
  height: 56vw;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #FFF;
  position: relative;
}
/* line 11, ../../src/sass/strips/_hero.scss */
.hero:after {
  content: '';
  position: absolute;
  bottom: 5vw;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  background: transparent;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}
/* line 24, ../../src/sass/strips/_hero.scss */
.hero.faded {
  position: fixed;
  z-index: -1 !important;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.5s;
}
/* line 31, ../../src/sass/strips/_hero.scss */
.hero.faded + section {
  margin-top: 56vw !important;
}
/* line 36, ../../src/sass/strips/_hero.scss */
.hero.active {
  opacity: 1;
}
/* line 39, ../../src/sass/strips/_hero.scss */
.hero.active h1,
.hero.active h2 {
  opacity: 1;
  top: 0;
}
/* line 46, ../../src/sass/strips/_hero.scss */
.hero .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
/* line 54, ../../src/sass/strips/_hero.scss */
.hero .video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  /* line 54, ../../src/sass/strips/_hero.scss */
  .hero .video .video-background {
    display: block;
  }
}
/* line 66, ../../src/sass/strips/_hero.scss */
.hero .video .video-background .ytplayer-player {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/* line 74, ../../src/sass/strips/_hero.scss */
.hero .video img {
  min-height: 100%;
  min-width: 100%;
}
/* line 80, ../../src/sass/strips/_hero.scss */
.hero .dark-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
/* line 89, ../../src/sass/strips/_hero.scss */
.hero .container {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
/* line 99, ../../src/sass/strips/_hero.scss */
.hero h1 {
  font-family: "brandon-grotesque";
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease;
  transition-delay: 1.3s;
}
@media (min-width: 1024px) {
  /* line 99, ../../src/sass/strips/_hero.scss */
  .hero h1 {
    font-family: "brandon-grotesque";
    font-weight: 400;
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 72px;
  }
}
/* line 114, ../../src/sass/strips/_hero.scss */
.hero h2 {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 0.4s ease;
  transition-delay: 1.8s;
  font-family: "Lato";
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 0;
}

/* line 1, ../../src/sass/strips/_text.scss */
.strip.text {
  padding-bottom: 56px;
  padding-top: 56px;
}
/* line 5, ../../src/sass/strips/_text.scss */
.strip.text img {
  max-width: 100%;
  height: auto;
}
/* line 10, ../../src/sass/strips/_text.scss */
.strip.text .wp-caption {
  max-width: 100%;
}
/* line 12, ../../src/sass/strips/_text.scss */
.strip.text .wp-caption img {
  width: 100%;
}
/* line 17, ../../src/sass/strips/_text.scss */
.strip.text .wp-audio-shortcode {
  max-width: 400px;
  background: #575756;
}
/* line 21, ../../src/sass/strips/_text.scss */
.strip.text .wp-audio-shortcode .mejs-controls {
  background: #575756;
}
/* line 24, ../../src/sass/strips/_text.scss */
.strip.text .wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #831c2e;
}
/* line 30, ../../src/sass/strips/_text.scss */
.strip.text .wp-caption-text {
  margin: 0;
  padding: 7px 0;
  border-top: 1px solid #575756;
  border-bottom: 1px solid #575756;
  font-family: "Lato";
  font-size: 12px;
  color: #575756;
  line-height: 22px;
}
/* line 38, ../../src/sass/strips/_text.scss */
.strip.text .alignright {
  float: none;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 40px;
  max-width: 100%;
}
/* line 45, ../../src/sass/strips/_text.scss */
.strip.text .alignright img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  /* line 38, ../../src/sass/strips/_text.scss */
  .strip.text .alignright {
    float: right;
    margin-left: 40px;
    margin-bottom: 0px;
  }
}
/* line 58, ../../src/sass/strips/_text.scss */
.strip.text .alignright p {
  margin: 0;
  padding: 7px 0;
  border-top: 1px solid #575756;
  border-bottom: 1px solid #575756;
  font-family: "Lato";
  font-size: 12px;
  color: #575756;
  line-height: 22px;
}

/* line 1, ../../src/sass/strips/_full-media.scss */
.full-media {
  width: 100%;
  height: 56vw;
  position: relative;
  overflow: hidden;
}
/* line 7, ../../src/sass/strips/_full-media.scss */
.full-media img,
.full-media iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, ../../src/sass/strips/_scrolling-text.scss */
.scrolling-text {
  width: 100%;
  background-attachment: fixed;
  padding-top: 56px;
  background-size: cover;
}
/* line 7, ../../src/sass/strips/_scrolling-text.scss */
.scrolling-text .container-scrollable {
  width: 518px;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 32px 32px 0px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* line 16, ../../src/sass/strips/_scrolling-text.scss */
.scrolling-text .container-scrollable::-webkit-scrollbar {
  width: 0px;
}

/* line 1, ../../src/sass/strips/_gallery.scss */
.strip.gallery {
  background-color: #000;
}
/* line 4, ../../src/sass/strips/_gallery.scss */
.strip.gallery .container {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}
@media (min-width: 768px) {
  /* line 4, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .container {
    -ms-flex-flow: row;
        flex-flow: row;
    padding: 56px 113px;
  }
}
/* line 15, ../../src/sass/strips/_gallery.scss */
.strip.gallery .container div:not(.lightbox) img {
  max-width: 100%;
  width: 100%;
}
/* line 22, ../../src/sass/strips/_gallery.scss */
.strip.gallery .main-image {
  opacity: 1;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 22, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .main-image {
    -ms-flex-preferred-size: 750px;
        flex-basis: 750px;
  }
  /* line 32, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .main-image:after {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    top: 25px;
    right: 25px;
    background: url(images/expand-lightbox.svg);
    z-index: 1000;
  }
}
/* line 45, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-top: 10px;
}
@media (min-width: 768px) {
  /* line 45, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .thumbs {
    -ms-flex-flow: column;
        flex-flow: column;
    margin-top: -10px;
    margin-left: 30px;
    -ms-flex-preferred-size: 166px;
        flex-basis: 166px;
  }
}
/* line 58, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  content: '';
  font-size: 0;
  background: transparent;
  border: 15px solid transparent;
  padding: 0;
  margin: 0 auto;
  height: 0;
  width: 0;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 1;
}
/* line 73, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs button[aria-disabled="true"] {
  opacity: 0.2;
  pointer-events: none;
}
/* line 78, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs button.slick-prev {
  border-right-color: #575756;
  margin-right: 10px;
}
@media (min-width: 768px) {
  /* line 78, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .thumbs button.slick-prev {
    border-bottom-color: #575756;
    border-right-color: transparent;
    margin-bottom: 10px;
    margin-right: auto;
  }
}
/* line 90, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs button.slick-next {
  border-left-color: #575756;
  margin-left: 10px;
  z-index: 1000;
}
@media (min-width: 768px) {
  /* line 90, ../../src/sass/strips/_gallery.scss */
  .strip.gallery .thumbs button.slick-next {
    border-left-color: transparent;
    border-top-color: #575756;
    margin-top: -10px;
    margin-left: auto;
  }
}
/* line 104, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs .img {
  margin-bottom: 20px;
  height: 100px;
  width: 160px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  cursor: pointer;
}
/* line 114, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs .img.active {
  border: 1px solid #831c2e;
}
/* line 118, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs .img:hover {
  border: 1px solid #989898;
}
/* line 124, ../../src/sass/strips/_gallery.scss */
.strip.gallery .thumbs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: 150% !important;
  max-height: 150% !important;
  height: auto;
}
/* line 139, ../../src/sass/strips/_gallery.scss */
.strip.gallery .lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
/* line 149, ../../src/sass/strips/_gallery.scss */
.strip.gallery .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  height: auto;
  width: auto;
}
/* line 160, ../../src/sass/strips/_gallery.scss */
.strip.gallery .lightbox .caption {
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #831c2e;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 169, ../../src/sass/strips/_gallery.scss */
.strip.gallery .lightbox .caption p {
  color: #FFF;
  margin-bottom: 0;
}
/* line 175, ../../src/sass/strips/_gallery.scss */
.strip.gallery .lightbox .close-lightbox {
  height: 25px;
  width: 25px;
  background-image: url(images/close-lightbox.svg);
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

/* line 1, ../../src/sass/strips/_footer.scss */
.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 5, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--prev {
  position: relative;
}
/* line 8, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--prev:before {
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-right-color: #989898;
  position: absolute;
}
/* line 20, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next {
  position: relative;
}
/* line 23, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next p {
  text-align: right;
}
/* line 27, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next:before {
  content: '';
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 15px solid transparent;
  border-left-color: #989898;
  position: absolute;
}
/* line 40, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next,
.footer-nav .footer-nav--prev {
  background-color: #ededed;
  padding: 10px 40px;
}
/* line 45, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next p,
.footer-nav .footer-nav--prev p {
  color: #989898;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
/* line 56, ../../src/sass/strips/_footer.scss */
.footer-nav .footer-nav--next p.footer-nav--page-title,
.footer-nav .footer-nav--prev p.footer-nav--page-title {
  color: #575756;
  font-family: "Georgia";
  font-size: 16px;
}

/* line 65, ../../src/sass/strips/_footer.scss */
footer {
  background: #831c2e;
  padding-bottom: 80px;
}
/* line 69, ../../src/sass/strips/_footer.scss */
footer .top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 56px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  /* line 69, ../../src/sass/strips/_footer.scss */
  footer .top-bar {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
/* line 80, ../../src/sass/strips/_footer.scss */
footer .top-bar .logo {
  text-align: center;
}
/* line 83, ../../src/sass/strips/_footer.scss */
footer .top-bar .logo svg {
  width: 393px;
  max-width: 100%;
  margin-bottom: 30px;
}
/* line 92, ../../src/sass/strips/_footer.scss */
footer .top-bar .address p {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 99, ../../src/sass/strips/_footer.scss */
footer .top-bar .address a {
  font-size: 16px;
  text-decoration: underline;
  color: #FFF;
}
/* line 109, ../../src/sass/strips/_footer.scss */
footer .bottom-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #989898;
}
/* line 114, ../../src/sass/strips/_footer.scss */
footer .bottom-bar .copyright,
footer .bottom-bar .created-by {
  font-size: 12px;
  color: #FFF;
}
/* line 120, ../../src/sass/strips/_footer.scss */
footer .bottom-bar .created-by {
  text-align: right;
}
/* line 123, ../../src/sass/strips/_footer.scss */
footer .bottom-bar .created-by a {
  font-size: 12px;
  text-decoration: underline;
  color: #FFF;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */