@charset "UTF-8";
/* 

1. Variables
	- imports
	- colours
	- gradients
	- media queries
	- fonts
	- times
2. General
	2.1 Layout
	2.2 Forms
3. Banner
4. Main Content
	4.1 Home / Carousel
5. Modules
6. News
7. Events
8. Footer
*/
/*
	1. Variables
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Regular.woff2") format("woff2"), url("../fonts/Reckless-Regular.woff") format("woff"), url("../fonts/Reckless-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Medium.woff2") format("woff2"), url("../fonts/Reckless-Medium.woff") format("woff"), url("../fonts/Reckless-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-SemiBold.woff2") format("woff2"), url("../fonts/Reckless-SemiBold.woff") format("woff"), url("../fonts/Reckless-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-RegularItalic.woff2") format("woff2"), url("../fonts/Reckless-RegularItalic.woff") format("woff"), url("../fonts/Reckless-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-Medium.woff2") format("woff2"), url("../fonts/Reckless-MediumItalic.woff") format("woff"), url("../fonts/Reckless-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Reckless";
  src: url("../fonts/Reckless-SemiBold.woff2") format("woff2"), url("../fonts/Reckless-SemiBoldItalic.woff") format("woff"), url("../fonts/Reckless-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/*
	2. General
*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Figtree", sans-serif;
  color: #2C4E50;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  overflow-x: hidden;
}
body.modal {
  overflow: hidden;
  height: 100vh;
}
body.menu-open {
  overflow: hidden;
}
body.menu-open a {
  color: white;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

strong {
  font-weight: 500;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 133.333%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

blockquote p:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h1 {
  font-family: "Reckless", serif;
  font-size: 5.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}

h2 {
  font-family: "Figtree", sans-serif;
  font-size: 5.2rem;
  line-height: 6rem;
  font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}

h3 {
  font-family: "Figtree", sans-serif;
  font-size: 3.2rem;
  line-height: 112.5%;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

h4 {
  font-family: "Reckless", serif;
  font-size: 2.4rem;
  line-height: 133.333%;
  font-weight: 500;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}
a {
  color: black;
  transition-duration: 0.2s;
}

.link-button a,
.button-link a {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 2.2rem;
  box-sizing: border-box;
  height: 4.4rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  border: 1px solid black;
  color: black;
  text-decoration: none !important;
  transition-duration: 0.2s;
}
.link-button a:hover,
.button-link a:hover {
  background-color: black;
  color: white;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .link-button,
  .button-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

/* 2. GENERAL */
.outer {
  position: relative;
}
.outer.dark-teal {
  background-color: #2C4E50;
}
.outer.dark-teal h1 {
  color: white;
}
.outer.peach {
  background-color: #ECCB8C;
}
.outer.grey-teal {
  background-color: #AABFC5;
}
.outer.pink {
  background-color: #E2AAC4;
}
.outer.light-green {
  background-color: #C6D8A8;
}
.outer.lilac {
  background-color: #ACABCF;
}
.outer.border-peach {
  border-color: #ECCB8C;
}
.outer.border-grey-teal {
  border-color: #AABFC5;
}
.outer.border-pink {
  border-color: #E2AAC4;
}
.outer.border-light-green {
  border-color: #C6D8A8;
}
.outer.border-lilac {
  border-color: #ACABCF;
}
.outer .inner {
  position: relative;
  width: calc(100vw - 88px);
  max-width: 1352px;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .outer .inner {
    width: calc(100vw - 36px);
  }
}

/* 3. BANNER */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
}
.modal.teal {
  background-color: #2C4E50;
}
.modal.lilac {
  background-color: #ACABCF;
}
.modal.hidden {
  display: none;
}
.modal .close {
  position: absolute;
  top: 9rem;
  right: 2rem;
  padding-right: 10rem;
  font-size: 2.4rem;
  cursor: pointer;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .modal .close {
    top: 2rem;
    padding-right: 6rem;
  }
}
.modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7rem;
  height: 7rem;
  background-color: white;
  background-image: url("../images/cross.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  .modal .close:after {
    width: 4rem;
    height: 4rem;
    background-size: 3rem;
  }
}
.modal .close:hover:after {
  transform: translateY(-50%) scale(1.1);
}
.menu-open .modal#menu-modal {
  display: block;
}
.search-open .modal#search-modal {
  display: block;
}
.modal#search-modal .inner {
  height: 100%;
}
.modal#search-modal .inner .search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8rem);
  max-width: 96rem;
  text-align: center;
}
.modal#search-modal .inner .search-form:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-image: url("../images/search.svg");
  background-size: contain;
  z-index: 99;
  background-repeat: no-repeat;
}
.modal#search-modal .inner .search-form input {
  border: none;
  padding: 2rem 2rem 2rem 10rem;
  width: 100%;
  font-family: "Reckless", serif;
  font-size: 2.4rem;
  color: #2C4E50;
  position: relative;
}
.modal#search-modal .inner .search-form input::placeholder {
  font-family: "Reckless", serif;
  font-size: 2.4rem;
  color: #AABFC5;
}

#banner {
  position: fixed;
  width: 100vw;
  height: 14rem;
  background-color: white;
  z-index: 99999;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner {
    height: 8.1rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.banner-small #banner {
  height: 8.1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#banner .inner {
  height: 100%;
}
#banner #website-title {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 18.5rem;
  height: 6rem;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #website-title {
    width: 15.2rem;
    height: 4.94rem;
    bottom: 1.5rem;
  }
}
.banner-small #banner #website-title {
  bottom: 1.5rem;
  width: 15.2rem;
  height: 4.95rem;
}
.banner-small #banner #website-title a {
  width: 15.2rem;
  height: 4.95rem;
}
#banner #website-title a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url("../images/bwd-library.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.4s;
}
#banner #quick-links {
  position: absolute;
  top: -6px;
  right: 0;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #quick-links {
    display: none;
  }
}
.banner-small #banner #quick-links {
  top: -40px;
}
#banner #quick-links ul {
  padding: 0;
  display: block;
}
#banner #quick-links li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 100%;
  margin-left: 2.2rem;
  padding: 0.8rem 0 0 1.8rem;
  position: relative;
}
#banner #quick-links li a {
  color: #2C4E50;
  position: relative;
  z-index: 2;
}
#banner #quick-links li a :focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
#banner #quick-links li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #ACABCF;
  z-index: 1;
  transition: 0.3s ease-out;
}
#banner #quick-links li:hover:before {
  width: calc(100% + 18px);
}
#banner #quick-links li:nth-child(1):before {
  background-color: #C6D8A8;
}
#banner #quick-links li:nth-child(2):before {
  background-color: #E2AAC4;
}
#banner #quick-links li:nth-child(3):before {
  background-color: #ACABCF;
}
#banner #quick-links li:nth-child(4):before {
  background-color: #ECCB8C;
}
#banner #quick-links li:nth-child(5):before {
  background-color: #AABFC5;
}
#banner #primary-navigation {
  position: absolute;
  bottom: 3rem;
  right: 0;
  transition-duration: 0.4s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #primary-navigation {
    bottom: 2rem;
  }
}
.banner-small #banner #primary-navigation {
  bottom: 2rem;
}
#banner #primary-navigation ul {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1101px) and (max-width: 1530px) {
  #banner #primary-navigation ul {
    font-size: 2.2rem;
  }
}
#banner #primary-navigation ul li {
  display: inline-block;
  margin-left: 1.85rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) and (max-width: 1100px), only screen and (min-width: 516px) and (max-width: 768px), only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #primary-navigation ul li.text-link {
    display: none;
  }
}
#banner #primary-navigation ul li:not(#search-button) a {
  color: #2C4E50;
  display: inline-block;
  position: relative;
}
#banner #primary-navigation ul li:not(#search-button) a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ACABCF;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0;
}
#banner #primary-navigation ul li:not(#search-button) a:hover:after {
  opacity: 1;
  bottom: 0;
}
#banner #primary-navigation ul li#search-button a {
  color: #2C4E50;
  background-color: #ECEEEB;
  display: block;
  width: 9.8rem;
  height: 4.2rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem 1rem 4rem;
  font-family: "Reckless", serif;
  font-size: 1.6rem;
  font-weight: 100;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #primary-navigation ul li#search-button a {
    width: 4.2rem;
    padding: 0.5rem;
    text-indent: -9999px;
  }
}
#banner #primary-navigation ul li#search-button a:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  background-image: url("../images/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#banner #primary-navigation ul li#menu-button {
  display: none;
  width: 4.2rem;
  height: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #banner #primary-navigation ul li#menu-button {
    display: inline-block;
  }
}
#banner #primary-navigation ul li#menu-button a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -99999px;
  background-image: url("../images/bookburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#menu-modal #navigation-list {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
#menu-modal #navigation-list ul {
  text-align: center;
}
#menu-modal #navigation-list ul li {
  margin-bottom: 1.2rem;
}
#menu-modal #navigation-list ul li a {
  color: #2C4E50;
  font-size: 2.4rem;
}

#title-banner {
  padding-top: 14rem;
  padding: 23rem 0 9rem 0;
  text-align: center;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #title-banner {
    box-sizing: border-box;
    padding: 13rem 0 3rem 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #title-banner h1 {
    padding: 0 6rem;
    box-sizing: border-box;
  }
}
#title-banner.bookends:before, #title-banner.bookends:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 18.8rem;
  height: 19.1rem;
  background-image: url("../images/bookends.svg");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #title-banner.bookends:before, #title-banner.bookends:after {
    width: 6rem;
    height: 8rem;
    background-size: cover;
  }
}
#title-banner.bookends:before {
  left: 0;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #title-banner.bookends:before {
    background-position: right bottom;
  }
}
#title-banner.bookends:after {
  right: 0;
  transform: scaleX(-1);
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #title-banner.bookends:after {
    transform: none;
  }
}

#breadcrumbs {
  background-color: #ECEEEB;
  padding: 2rem 0;
  font-weight: 400;
  color: #2C4E50;
  font-size: 1.3rem;
}
#breadcrumbs a {
  color: #2C4E50;
  text-decoration: underline;
}

/* 4 */
body #main-wrapper {
  background-color: #ECEEEB;
}

.bg-light-teal {
  background-color: #AABFC5;
}

.bg-lilac {
  background-color: #ACABCF;
}

.bg-peach {
  background-color: #ECCB8C;
}

.bg-pink {
  background-color: #E2AAC4;
}

.bg-deep-teal,
.bg-darkTeal {
  background-color: #2C4E50;
}

.bg-lightGreen {
  background-color: #C6D8A8;
}

.bg-darkGreen {
  background-color: #ECEEEB;
}

.bg-white {
  background-color: white;
}

hr {
  border: none;
  height: 1px;
  background-color: #2C4E50;
  margin: 5rem 0;
}

/* Home and Carousel */
#carousel {
  padding-top: 14rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel {
    padding-top: 8rem;
  }
}
#carousel #carousel-swiper {
  width: 100vw;
  height: calc(100vh - 14rem);
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel #carousel-swiper {
    height: 125vw;
  }
}
#carousel .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel .swiper-slide .image {
    height: 56.25%;
  }
}
#carousel .swiper-slide .details {
  position: absolute;
  top: 8rem;
  left: 11rem;
  width: 46.3rem;
  height: 33.33rem;
  box-sizing: border-box;
  padding: 4.7rem 4rem;
  border-left: 1rem solid #2C4E50;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel .swiper-slide .details {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 43.75%;
    padding: 2rem;
  }
}
#carousel .swiper-slide .details h4 {
  color: #2C4E50;
  font-size: 3.6rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 4.2rem;
  margin-bottom: 4.2rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel .swiper-slide .details h4 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}
#carousel .swiper-pagination {
  position: absolute;
  bottom: 2.5rem;
  right: 3.2rem;
  left: auto;
  display: inline-block;
  width: auto;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #carousel .swiper-pagination {
    display: none;
  }
}
#carousel .swiper-pagination .swiper-pagination-bullet {
  width: 4.2rem;
  height: 0.6rem;
  background-color: white;
  border-radius: 0;
  opacity: 0.3;
}
#carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#home-intro {
  padding: 10rem 0;
  color: #ECCB8C;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #home-intro {
    padding: 5.5rem 0;
    border-bottom: 8px solid #E2AAC4;
  }
}
#home-intro .inner {
  max-width: 84rem;
  position: relative;
}
#home-intro .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12rem;
  background-image: url("../images/books-three.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #home-intro .inner:before {
    left: 0;
    width: 4.8rem;
  }
}
#home-intro p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding-left: 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #home-intro p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

div.large-button-link, p.large-button-link, li.large-button-link {
  margin-bottom: 4rem;
}
div.large-button-link a, p.large-button-link a, li.large-button-link a {
  padding: 1rem 1.5rem 1rem 1.75rem;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  div.large-button-link a, p.large-button-link a, li.large-button-link a {
    font-size: 1.4rem;
    padding: 0.5rem 1.25rem 0.5rem 1.5rem;
  }
}
div.small-button-link, p.small-button-link, li.small-button-link {
  margin-bottom: 4rem;
}
div.small-button-link a, p.small-button-link a, li.small-button-link a {
  padding: 0.5rem 1.25rem 0.5rem 1.75rem;
  font-size: 1.5rem;
  text-decoration: none !important;
}
div.large-button-link, div.small-button-link, p.large-button-link, p.small-button-link, li.large-button-link, li.small-button-link {
  display: block;
  position: relative;
}
div.large-button-link a, div.small-button-link a, p.large-button-link a, p.small-button-link a, li.large-button-link a, li.small-button-link a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.2s;
}
div.large-button-link a:before, div.small-button-link a:before, p.large-button-link a:before, p.small-button-link a:before, li.large-button-link a:before, li.small-button-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -2;
}
div.large-button-link a:after, div.small-button-link a:after, p.large-button-link a:after, p.small-button-link a:after, li.large-button-link a:after, li.small-button-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #2C4E50;
  z-index: -2;
  transition-duration: 0.3s;
}
div.large-button-link a:hover, div.small-button-link a:hover, p.large-button-link a:hover, p.small-button-link a:hover, li.large-button-link a:hover, li.small-button-link a:hover {
  color: white !important;
  text-decoration: none !important;
}
div.large-button-link a:hover:after, div.small-button-link a:hover:after, p.large-button-link a:hover:after, p.small-button-link a:hover:after, li.large-button-link a:hover:after, li.small-button-link a:hover:after {
  width: 100%;
}

/* 5. MODULES */
#modules .module h3, #modules .module h4 {
  margin-bottom: 2.4rem;
}
#modules .module p, #modules .module li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: normal;
}
#modules .module li {
  display: block;
  margin-bottom: 1.2rem;
  margin-left: 3.5rem;
  position: relative;
}
#modules .module li:before {
  position: absolute;
  top: 0;
  left: -3.5rem;
  content: "—";
}
#modules .module p {
  margin-bottom: 2.4rem;
}
#modules .module.notice-bar .inner {
  padding: 2rem;
  color: white;
  text-align: center;
  font-size: 2.4rem;
}
#modules .module.notice-bar + .columns {
  padding-top: 8rem;
}
#modules .module.introduction {
  padding-top: 5rem;
  margin: 0 0 5rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.introduction {
    padding-top: 0;
  }
}
#modules .module.introduction .inner {
  max-width: 904px;
}
#modules .module.introduction .inner h2 {
  margin-bottom: 4rem;
}
#modules .module.introduction .inner p {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.introduction .inner p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#modules .module.divider {
  margin-bottom: 8rem;
}
#modules .module.divider .inner {
  max-width: 903px;
}
#modules .module.divider .inner hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #ACABCF;
}
#modules .module.call-to-action {
  padding: 10rem 0;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
#modules .module.call-to-action.lilac {
  background-color: #ECCB8C;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action:before, #modules .module.call-to-action:after {
    content: "";
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 1;
    height: 180px;
    width: 140px;
    background-image: url("../images/bookstack-lilac.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action:after {
    left: auto;
    right: 0;
  }
}
#modules .module.call-to-action .inner {
  max-width: 114rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#modules .module.call-to-action .inner:before, #modules .module.call-to-action .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, 0);
  aspect-ratio: 1/1;
  height: calc(100% - 4rem);
  width: auto;
  background-image: url("../images/bookstack-lilac.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner:before, #modules .module.call-to-action .inner:after {
    display: none;
  }
}
#modules .module.call-to-action .inner:after {
  left: auto;
  right: 0;
  transform: translate(100%, 0);
}
#modules .module.call-to-action .inner .image {
  width: 50%;
  padding-left: 3.2rem;
  z-index: 2;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner .image {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 0;
  }
}
#modules .module.call-to-action .inner .image img {
  max-width: 100%;
  height: auto;
}
#modules .module.call-to-action .inner .text {
  width: calc(50% - 16rem);
  padding: 6.2rem 4rem 0 8rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner .text {
    width: 100%;
    padding: 3rem 0;
  }
}
#modules .module.call-to-action .inner .text h3 {
  color: #2C4E50;
  font-size: 4.2rem;
  line-height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner .text h3 {
    font-size: 3.2rem;
  }
}
#modules .module.call-to-action .inner .text p {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner .text p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#modules .module.call-to-action .inner .text p strong {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.call-to-action .inner .text p strong {
    font-size: 2.2rem;
  }
}
#modules .module.call-to-action .inner .text .large-button-link {
  margin-top: 4rem;
}
#modules .module.tiles {
  padding: 10rem 0;
  background-color: #ECEEEB;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.tiles {
    padding: 3rem 0 5rem 0;
  }
}
#modules .module.tiles h2 {
  text-align: center;
  font-family: "Reckless", serif;
  font-weight: 400;
  font-size: 5.2rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.tiles h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
}
#modules .module.tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
}
#modules .module.tiles .tile-group .tile {
  cursor: pointer;
}
#modules .module.tiles .tile-group .tile.highlight-dark-teal, #modules .module.tiles .tile-group .tile.highlight-dark-teal .image, #modules .module.tiles .tile-group .tile.highlight-dark-teal h4 {
  border-left-color: #2C4E50;
}
#modules .module.tiles .tile-group .tile.highlight-grey-teal, #modules .module.tiles .tile-group .tile.highlight-grey-teal .image, #modules .module.tiles .tile-group .tile.highlight-grey-teal h4 {
  border-left-color: #AABFC5;
}
#modules .module.tiles .tile-group .tile.highlight-lilac, #modules .module.tiles .tile-group .tile.highlight-lilac .image, #modules .module.tiles .tile-group .tile.highlight-lilac h4 {
  border-left-color: #ACABCF;
}
#modules .module.tiles .tile-group .tile.highlight-peach, #modules .module.tiles .tile-group .tile.highlight-peach .image, #modules .module.tiles .tile-group .tile.highlight-peach h4 {
  border-left-color: #ECCB8C;
}
#modules .module.tiles .tile-group .tile.highlight-pink, #modules .module.tiles .tile-group .tile.highlight-pink .image, #modules .module.tiles .tile-group .tile.highlight-pink h4 {
  border-left-color: #E2AAC4;
}
#modules .module.tiles .tile-group .tile.highlight-light-green, #modules .module.tiles .tile-group .tile.highlight-light-green .image, #modules .module.tiles .tile-group .tile.highlight-light-green h4 {
  border-left-color: #C6D8A8;
}
#modules .module.tiles .tile-group .tile a {
  color: #2C4E50;
}
#modules .module.tiles.std-images .tile-group {
  justify-content: space-between;
}
#modules .module.tiles.std-images .tile-group .tile {
  width: calc(33.333333% - 32px);
  background-color: white;
  border-left-width: 1rem;
  border-left-style: solid;
  margin-bottom: 3.2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.tiles.std-images .tile-group .tile {
    width: 100%;
  }
}
#modules .module.tiles.std-images .tile-group .tile .image img {
  max-width: 100%;
  height: auto;
}
#modules .module.tiles.std-images .tile-group .tile h4 {
  padding: 3rem 3rem 2rem 3rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
#modules .module.tiles.std-images .tile-group .tile .excerpt {
  font-family: "Reckless", serif;
  padding: 0 3rem 3rem 3rem;
}
#modules .module.tiles.std-images .tile-group .tile:hover {
  transform: translateY(-1rem);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.07);
}
#modules .module.tiles.lrg-no-text .tile-group, #modules .module.tiles.lrg-text .tile-group {
  justify-content: space-between;
}
#modules .module.tiles.lrg-no-text .tile-group .tile, #modules .module.tiles.lrg-text .tile-group .tile {
  width: calc(50% - 32px);
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #modules .module.tiles.lrg-no-text .tile-group .tile, #modules .module.tiles.lrg-text .tile-group .tile {
    width: 100%;
  }
}
#modules .module.tiles.lrg-no-text .tile-group .tile .image, #modules .module.tiles.lrg-text .tile-group .tile .image {
  overflow: hidden;
  margin-bottom: 7rem;
  border-left-width: 1rem;
  border-left-style: solid;
}
#modules .module.tiles.lrg-no-text .tile-group .tile .image img, #modules .module.tiles.lrg-text .tile-group .tile .image img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  transition-duration: 0.2s;
}
#modules .module.tiles.lrg-no-text .tile-group .tile h4, #modules .module.tiles.lrg-text .tile-group .tile h4 {
  position: absolute;
  bottom: 5.6rem;
  left: 0rem;
  background-color: white;
  padding: 3rem;
  font-family: "Figtree", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  color: #2C4E50;
  min-width: 66.667%;
  border-left-width: 1rem;
  border-left-style: solid;
}
#modules .module.tiles.lrg-no-text .tile-group .tile .excerpt, #modules .module.tiles.lrg-text .tile-group .tile .excerpt {
  margin-left: 4rem;
  font-family: "Reckless", serif;
  font-weight: 400;
}
#modules .module.tiles.lrg-no-text .tile-group .tile:hover .image img, #modules .module.tiles.lrg-text .tile-group .tile:hover .image img {
  transform: scale(1.1);
}
#modules .module.tiles.lrg-no-text .tile-group .tile h4 {
  bottom: -1rem;
}
#modules .module.table {
  padding: 5rem 0 7rem 0;
}
#modules .module.table:first-child {
  padding: 4rem 0 12rem 0;
}
#modules .module.table .inner {
  max-width: 904px;
  overflow-x: scroll;
}
#modules .module.table .inner th, #modules .module.table .inner td {
  padding: 1.25rem 3.25rem 1.25rem 0;
  border-bottom: 1px solid #ACABCF;
}
#modules .module.table .inner th {
  border-top: 4px solid #ACABCF;
  text-align: left;
  font-family: "Reckless", serif;
  font-weight: 400;
}
#modules .module.table .inner td, #modules .module.table .inner p {
  min-width: 190px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}
#modules .module.accordion .inner {
  max-width: 904px;
  padding: 4rem 0;
}
#modules .module.accordion .accordion-group {
  padding-top: 2rem;
}
#modules .module.accordion .accordion-group .accordion-section {
  border-top: 1px solid #ACABCF;
  padding: 2rem 0;
}
#modules .module.accordion .accordion-group .accordion-section h4 {
  cursor: pointer;
  position: relative;
}
#modules .module.accordion .accordion-group .accordion-section h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-top: 1px solid #2C4E50;
  border-left: 1px solid #2C4E50;
  transform: rotate(-135deg);
  transition-duration: 0.2s;
}
#modules .module.accordion .accordion-group .accordion-section .text {
  max-height: 0;
  opacity: 0;
  transition-duration: 0.4s;
  overflow: hidden;
}
#modules .module.accordion .accordion-group .accordion-section .text a {
  text-decoration: underline;
}
#modules .module.accordion .accordion-group .accordion-section.active h4:after {
  transform: rotate(45deg);
}
#modules .module.accordion .accordion-group .accordion-section.active .text {
  max-height: 999px;
  opacity: 1;
}
#modules .module.columns {
  padding-bottom: 4rem;
}
#modules .module.columns .title-single-column,
#modules .module.columns .title-two-columns {
  max-width: 903px;
}
#modules .module.columns .column img {
  max-width: 100%;
  height: auto;
}
#modules .module.columns .column a {
  color: rgba(44, 78, 80, 0.9);
  text-decoration: underline;
}
#modules .module.columns .column a:hover {
  color: black;
}
#modules .module.columns .title-single,
#modules .module.columns .single-column {
  max-width: 904px;
}
#modules .module.columns .column-group.two-columns, #modules .module.columns .column-group.three-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#modules .module.columns .column-group.two-columns {
  max-width: 904px;
}
#modules .module.columns .column-group.two-columns .column {
  width: calc(50% - 2rem);
}
@media only screen and (min-width: 1px) and (max-width: 768px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.columns .column-group.two-columns .column {
    width: 100%;
  }
}
#modules .module.columns .column-group.three-columns .column {
  width: calc(33.33333% - 2rem);
}
@media only screen and (min-width: 1px) and (max-width: 768px), only screen and (min-width: 516px) and (max-width: 768px) {
  #modules .module.columns .column-group.three-columns .column {
    width: 100%;
  }
}
#modules .module.full-width-image img {
  max-width: 100%;
  height: auto;
}

/* EVENTS */
#venue-filter,
#event-filter {
  padding-bottom: 4rem;
}
#venue-filter h2,
#event-filter h2 {
  font-size: 2.4rem;
  text-align: center;
}
#venue-filter #venue-cats,
#venue-filter #event-cats,
#event-filter #venue-cats,
#event-filter #event-cats {
  text-align: center;
}
#venue-filter #venue-cats .filter-button,
#venue-filter #event-cats .filter-button,
#event-filter #venue-cats .filter-button,
#event-filter #event-cats .filter-button {
  display: inline-block;
  margin: 0 1rem;
}
#venue-filter #venue-cats .filter-button a,
#venue-filter #event-cats .filter-button a,
#event-filter #venue-cats .filter-button a,
#event-filter #event-cats .filter-button a {
  display: block;
  padding: 1rem 2rem;
  border: 1px solid #2C4E50;
  color: #2C4E50;
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-radius: 2.4rem;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0);
}
#venue-filter #venue-cats .filter-button a:hover,
#venue-filter #event-cats .filter-button a:hover,
#event-filter #venue-cats .filter-button a:hover,
#event-filter #event-cats .filter-button a:hover {
  background-color: white;
}
#venue-filter #venue-cats .filter-button.active a,
#venue-filter #event-cats .filter-button.active a,
#event-filter #venue-cats .filter-button.active a,
#event-filter #event-cats .filter-button.active a {
  background-color: #2C4E50;
  color: white;
}

#event-tiles h3 {
  padding: 4rem 0 0 0;
  width: calc(100% - 3rem);
  border-top: 1px solid #2C4E50;
  margin: 0 auto 4rem auto;
}
#event-tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10rem;
  justify-content: center;
}
#event-tiles .tile-group .event-tile {
  width: calc(33.3333% - 24px);
  background-color: white;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.07);
  margin: 0 12px 36px 12px;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #event-tiles .tile-group .event-tile {
    width: 100%;
  }
}
#event-tiles .tile-group .event-tile .event-details {
  min-height: 5.4rem;
  padding: 1rem 2rem;
  background-color: #E2AAC4;
  display: block;
  flex-wrap: wrap;
}
#event-tiles .tile-group .event-tile .event-details li {
  display: inline-block;
  margin-right: 1rem;
}
#event-tiles .tile-group .event-tile .event-details .venues {
  font-weight: 400;
}
#event-tiles .tile-group .event-tile .dates {
  font-family: "Reckless", serif;
  font-size: 1.6rem;
}
#event-tiles .tile-group .event-tile h4 {
  font-size: 3rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  margin: 2rem 0;
}
#event-tiles .tile-group .event-tile .image {
  overflow: hidden;
}
#event-tiles .tile-group .event-tile .image img {
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}
#event-tiles .tile-group .event-tile .description {
  padding: 2rem 4rem;
}
#event-tiles .tile-group .event-tile .description .small-button-link {
  margin: 2rem 0 0 0;
  text-transform: uppercase;
}
#event-tiles .tile-group .event-tile .description .excerpt {
  font-family: "Reckless", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
}
#event-tiles .tile-group .event-tile .description strong {
  font-weight: 500;
}
#event-tiles .tile-group .event-tile:hover {
  transform: translateY(-2rem);
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
}
#event-tiles .tile-group .event-tile:hover .image img {
  transform: scale(1.1);
}
#event-tiles .tile-group.special-events .event-tile .event-details {
  background-color: #ECCB8C;
}

#news-tiles .tile-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10rem;
  justify-content: center;
}
#news-tiles .tile-group .event-tile {
  width: calc(33.3333% - 24px);
  background-color: white;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.07);
  margin: 0 12px 36px 12px;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #news-tiles .tile-group .event-tile {
    width: 100%;
  }
}
#news-tiles .tile-group .event-tile .event-details {
  min-height: 5.4rem;
  padding: 1rem 2rem;
  background-color: #E2AAC4;
}
#news-tiles .tile-group .event-tile .event-details .categories {
  width: 100%;
}
#news-tiles .tile-group .event-tile .event-details .venues {
  width: 100%;
  font-weight: 400;
}
#news-tiles .tile-group .event-tile .dates {
  font-family: "Reckless", serif;
  font-size: 1.6rem;
}
#news-tiles .tile-group .event-tile h4 {
  font-size: 3rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  margin: 2rem 0;
}
#news-tiles .tile-group .event-tile .image {
  overflow: hidden;
}
#news-tiles .tile-group .event-tile .image img {
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}
#news-tiles .tile-group .event-tile .description {
  padding: 2rem 4rem;
}
#news-tiles .tile-group .event-tile .description .small-button-link {
  margin: 2rem 0 0 0;
  text-transform: uppercase;
}
#news-tiles .tile-group .event-tile .description .excerpt {
  font-family: "Reckless", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
}
#news-tiles .tile-group .event-tile .description strong {
  font-weight: 500;
}
#news-tiles .tile-group .event-tile:hover {
  transform: translateY(-2rem);
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
}
#news-tiles .tile-group .event-tile:hover .image img {
  transform: scale(1.1);
}
.news-links {
  display: flex;
  justify-content: space-between;
}

#main-wrapper #introduction {
  padding-top: 5rem;
  margin: 0 0 5rem 0;
}
#main-wrapper #introduction .inner {
  max-width: 904px;
}
#main-wrapper #introduction .inner h2 {
  margin-bottom: 4rem;
}
#main-wrapper #introduction .inner p {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
#main-wrapper #event-details {
  max-width: 903px;
  text-align: center;
  margin-bottom: 8rem;
}
#main-wrapper #event-details a {
  color: #2C4E50;
  text-decoration: underline;
}
#main-wrapper #event-details h2 {
  margin-bottom: 2rem;
}
#main-wrapper #event-details h3 {
  font-family: "Reckless", serif;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
#main-wrapper #event-details .date-details {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
#main-wrapper .event-content {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding-bottom: 8rem;
  max-width: 903px;
}
#main-wrapper .event-content p {
  padding-bottom: 1.2rem;
}
#main-wrapper .event-content p img {
  margin-bottom: 6rem;
}
#main-wrapper .event-content ul li {
  display: block;
  margin-bottom: 1.2rem;
  margin-left: 3.5rem;
  position: relative;
}
#main-wrapper .event-content ul li:before {
  position: absolute;
  top: 0;
  left: -3.5rem;
  content: "—";
}
#main-wrapper .event-content img {
  max-width: 100%;
  height: auto;
}

#related-events {
  padding-top: 8rem;
  border-top: 1px solid #2C4E50;
}
#related-events h3 {
  text-align: center;
  margin-bottom: 6rem;
}

/* 8. FOOTER */
footer {
  width: 100vw;
  padding: 5rem 0;
  background-color: #2C4E50;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  footer {
    padding: 3rem 0;
  }
}
footer #footer-menus {
  display: flex;
  justify-content: space-between;
}
footer #footer-menus .menus {
  width: calc(100% - 23rem);
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  footer #footer-menus .menus {
    width: 100%;
  }
}
footer #footer-menus .menus li {
  display: inline-block;
  margin-right: 4.4rem;
}
footer #footer-menus .menus .top a {
  font-size: 2rem;
  color: white;
  text-decoration: underline;
}
footer #footer-menus .menus .top a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer #footer-menus .menus .bottom a {
  font-size: 1.6rem;
  color: #E2AAC4;
  text-decoration: underline;
}
footer #footer-menus .menus .bottom a:hover {
  color: white;
}
footer #footer-menus .site-title {
  width: 18.5rem;
  height: 6rem;
  background-image: url("../images/bwd-library-reverse.svg");
  text-indent: -99999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  footer #footer-menus .site-title {
    display: none;
  }
}

#footer-footer {
  display: flex;
  justify-content: space-between;
  margin: 10rem 0 2rem 0;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #footer-footer {
    width: 100%;
    display: block;
    margin: 4rem 0 2rem 0;
  }
}
#footer-footer #signup-socials {
  width: calc(100% - 13rem);
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #footer-footer #signup-socials {
    width: 100%;
    display: block;
  }
}
#footer-footer #signup-socials #signup {
  max-width: 35rem;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #footer-footer #signup-socials #signup {
    text-align: center;
    max-width: none;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#footer-footer #signup-socials #signup a {
  margin-top: 3rem;
  display: inline-block;
  background-color: #C6D8A8;
  color: #2C4E50;
  text-transform: uppercase;
  padding: 1rem;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #footer-footer #signup-socials #signup a {
    display: block;
  }
}
#footer-footer #signup-socials #signup a:hover {
  background-color: white;
}
#footer-footer #signup-socials #socials {
  width: calc(100% - 40rem);
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #footer-footer #signup-socials #socials {
    width: 100%;
    margin: 4rem 0 6rem 0;
  }
}
#footer-footer #signup-socials #socials h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #C6D8A8;
  font-family: "Figtree", sans-serif;
  margin-bottom: 1rem;
}
#footer-footer #signup-socials #socials li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
}
#footer-footer #signup-socials #socials li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer-footer #signup-socials #socials li.facebook a {
  background-image: url("../images/facebook.svg");
}
#footer-footer #signup-socials #socials li.instagram a {
  background-image: url("../images/instagram.svg");
}
#footer-footer #signup-socials #socials li.xtwitter a {
  background-image: url("../images/x.svg");
}
#footer-footer #bwd-crest {
  width: 11rem;
  height: 13rem;
  background-image: url("../images/bwdpurple.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999px;
}

#footer-legal li {
  display: inline-block;
  margin-right: 1rem;
}
#footer-legal li a {
  font-size: 1.4rem;
  color: #C6D8A8;
  text-decoration: underline;
}
#footer-legal li a:hover {
  color: white;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
