/* 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; }

html {
  font-size: 62.5%;
  font-smoothing: antialiased;
  font-smooth: always; }

body {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #1F274E; }
  body ::selection {
    background-color: #1F274E;
    color: white; }
  body.menu-open {
    overflow: hidden; }

.outer {
  position: relative; }
  .outer.yellow {
    background-color: #FED232; }
  .outer.lemon {
    background-color: #E7E568; }
  .outer.pale-pink {
    background-color: #FDEFF0; }
  .outer.dark-blue {
    background-color: #1F274E; }
  .outer .inner {
    max-width: 1464px;
    width: calc(100vw - 14rem);
    min-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative; }
    .outer .inner.columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .outer .inner.columns {
          display: block; } }
      .outer .inner.columns.cols-3 .column {
        width: calc(33% - 24px); }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .outer .inner.columns.cols-3 .column {
            width: 100%; } }
      .outer .inner.columns.cols-4 .column {
        width: calc(25% - 24px); }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .outer .inner.columns.cols-4 .column {
            width: 100%; } }
p, li {
  font-size: 2.4rem;
  line-height: 3.2rem; }
  @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
    p, li {
      font-size: 2.2rem;
      line-height: 3rem; } }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    p, li {
      font-size: 1.8rem;
      line-height: 2.6rem; } }
  p strong, li strong {
    font-weight: 700; }
  p em, li em {
    font-style: italic; }

h3 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem; }

h4 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.link-button a {
  display: inline-block;
  border: 1px solid #1F274E;
  border-bottom-color: #1F274E;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1F274E;
  font-family: acumin-pro-wide, sans-serif;
  transition-duration: 0.2s; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .link-button a {
      padding: 0.5rem 1rem;
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
    .link-button a {
      font-size: 1.6rem; } }
.link-button:hover a {
  background-color: #1F274E;
  color: white;
  transform: rotate(-2deg); }

#support-us {
  position: fixed;
  top: 135px;
  right: 0;
  width: 80px;
  height: 180px;
  transition-duration: 0.2s;
  z-index: 999; }
  #support-us a {
    color: #1F274E;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-35%, -50%) rotate(-90deg);
    width: 180px;
    height: 80px;
    box-sizing: border-box;
    padding: 2rem 0 1rem 0;
    background-image: url("../images/support-us.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    text-transform: uppercase;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: bold;
    font-size: 2rem; }
    @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
      #support-us a {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #support-us a {
        padding: 1rem 0 1.5rem 0;
        height: 4.5rem;
        font-size: 1.5rem; } }
  #support-us:hover {
    right: 10px; }

#search-modal {
  position: fixed;
  top: -100vh;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1F274E;
  z-index: 999;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: all; }
  #search-modal.visible {
    top: 0;
    opacity: 1; }
  #search-modal .inner {
    height: 100%; }
  #search-modal #search-form {
    width: 750px;
    max-width: calc(100vw - 80px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #search-modal #search-form #s {
      width: 100%;
      border: none;
      border-bottom: 2px solid #EE7263;
      background-color: transparent;
      outline: none;
      font-size: 6rem;
      line-height: 6rem;
      padding: 1rem 0;
      color: white;
      font-family: acumin-pro-wide, sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
        #search-modal #search-form #s {
          font-size: 5.6rem;
          line-height: 5.6rem; } }
      #search-modal #search-form #s::placeholder {
        font-family: acumin-pro-wide, sans-serif;
        color: #1F274E;
        text-transform: uppercase;
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
    #search-modal #search-form #searchsubmit {
      display: none; }
  #search-modal .close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 24px;
    height: 24px;
    text-indent: -999px;
    cursor: pointer; }
    #search-modal .close:before, #search-modal .close:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: 4px;
      content: '';
      background-color: #EE7263;
      transition-duration: 0.3s; }
    #search-modal .close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    #search-modal .close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    #search-modal .close:hover:before, #search-modal .close:hover:after {
      background-color: white; }

#banner .inner {
  height: 130px; }
  #banner .inner #site-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 245px;
    height: 86px; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #banner .inner #site-title {
        width: 200px;
        height: 65px; } }
    #banner .inner #site-title h1 {
      width: 100%;
      height: 100%;
      display: block; }
      #banner .inner #site-title h1 a {
        width: 100%;
        height: 100%;
        display: block;
        background-image: url("../images/burnley-youth-theatre-logo.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        transform: scale(1);
        transition-duration: 0.3s; }
        #banner .inner #site-title h1 a:hover {
          transform: scale(1.16); }
          @media only screen and (min-width: 100px) and (max-width: 1024px) {
            #banner .inner #site-title h1 a:hover {
              transform: scale(1.1); } }
  #banner .inner nav {
    font-family: acumin-pro-wide, sans-serif;
    text-transform: uppercase; }
    #banner .inner nav li {
      display: inline-block; }
      #banner .inner nav li a {
        color: #1F274E; }
    #banner .inner nav#mobile-menu {
      display: none; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #banner .inner nav#mobile-menu {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          background-color: #1F274E;
          z-index: 99995; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .menu-open #banner .inner nav#mobile-menu {
          display: block; } }
      #banner .inner nav#mobile-menu ul {
        width: 200px;
        margin: 120px auto 0 auto; }
        #banner .inner nav#mobile-menu ul ul {
          display: none;
          margin: 0 auto; }
        #banner .inner nav#mobile-menu ul li {
          display: block;
          margin-bottom: 0; }
          #banner .inner nav#mobile-menu ul li a {
            color: #EE7263; }
          #banner .inner nav#mobile-menu ul li li {
            text-transform: none;
            margin-left: 10px;
            position: relative;
            z-index: 99990; }
            #banner .inner nav#mobile-menu ul li li a {
              color: white; }
          #banner .inner nav#mobile-menu ul li.parent-link {
            position: relative; }
            #banner .inner nav#mobile-menu ul li.parent-link:after {
              position: absolute;
              content: '';
              top: 4px;
              right: 0;
              width: 12px;
              height: 12px;
              border-right: 2px solid #EE7263;
              border-bottom: 2px solid #EE7263;
              transform: rotate(45deg); }
            #banner .inner nav#mobile-menu ul li.parent-link.open:after {
              transform: rotate(-135deg); }
            #banner .inner nav#mobile-menu ul li.parent-link.open ul {
              display: block; }
    #banner .inner nav#main-menu {
      position: absolute;
      top: 50%;
      left: 310px; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #banner .inner nav#main-menu {
          display: none; } }
      #banner .inner nav#main-menu .menu {
        position: relative; }
        #banner .inner nav#main-menu .menu li {
          font-size: 2rem;
          line-height: 2rem;
          font-weight: bold;
          margin-right: 34px;
          position: relative; }
          @media only screen and (min-width: 1221px) and (max-width: 1463px) {
            #banner .inner nav#main-menu .menu li {
              font-size: 2rem;
              line-height: 2rem;
              margin-right: 14px; } }
          @media only screen and (min-width: 1025px) and (max-width: 1220px) {
            #banner .inner nav#main-menu .menu li {
              font-size: 1.6rem;
              line-height: 1.6rem;
              margin-right: 10px; } }
          #banner .inner nav#main-menu .menu li a {
            position: relative; }
          #banner .inner nav#main-menu .menu li.link a:after {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 50%;
            transform: translate(-50%, 0);
            width: 1px;
            height: 4px;
            background-color: #EE7263;
            transition-duration: 0.3s;
            opacity: 0; }
          #banner .inner nav#main-menu .menu li.link a:hover:after {
            width: 100%;
            opacity: 1; }
          #banner .inner nav#main-menu .menu li.parent-link {
            padding-bottom: 5px; }
            #banner .inner nav#main-menu .menu li.parent-link:hover .submenu {
              opacity: 1;
              transform: scale(1); }
        #banner .inner nav#main-menu .menu .submenu {
          position: absolute;
          top: 25px;
          left: 0;
          background-color: #EE7263;
          width: 244px;
          padding: 15px 0 20px 0;
          overflow: hidden;
          opacity: 0;
          transform: scale(0.01);
          transform-origin: left top;
          transition-duration: 0.3s;
          z-index: 995; }
          #banner .inner nav#main-menu .menu .submenu li {
            padding: 5px 20px;
            display: block;
            width: 100%;
            box-sizing: border-box; }
            #banner .inner nav#main-menu .menu .submenu li a {
              font-weight: 200;
              font-size: 1.8rem;
              line-height: 2rem;
              margin-bottom: 1.4rem;
              display: block;
              color: rgba(255, 255, 255, 0.8);
              transition-duration: 0.3s; }
              @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
                #banner .inner nav#main-menu .menu .submenu li a {
                  font-size: 1.6rem;
                  line-height: 1.8rem; } }
              #banner .inner nav#main-menu .menu .submenu li a:hover {
                color: #1F274E; }
    #banner .inner nav#secondary-menu {
      position: absolute;
      top: 24px;
      right: 60px; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #banner .inner nav#secondary-menu {
          display: none; } }
      #banner .inner nav#secondary-menu li {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-left: 30px; }
        @media only screen and (min-width: 1221px) and (max-width: 1463px) {
          #banner .inner nav#secondary-menu li {
            font-size: 1.4rem;
            line-height: 1.4rem;
            margin-left: 16px; } }
        @media only screen and (min-width: 1025px) and (max-width: 1220px) {
          #banner .inner nav#secondary-menu li {
            font-size: 1.2rem;
            line-height: 1.2rem;
            margin-left: 16px; } }
        #banner .inner nav#secondary-menu li a {
          transition-duration: 0.3s; }
          #banner .inner nav#secondary-menu li a:hover {
            color: #EE7263; }
  #banner .inner #search-button {
    display: block;
    position: absolute;
    top: 16px;
    right: 0; }
    #banner .inner #search-button a {
      display: block;
      width: 28px;
      height: 28px;
      overflow: hidden; }
      #banner .inner #search-button a .search-icon {
        fill: #1F274E;
        transition-duration: 0.3s; }
      #banner .inner #search-button a .text {
        display: none; }
      #banner .inner #search-button a:hover .search-icon {
        fill: #EE7263; }
  #banner .inner #menu-button {
    position: absolute;
    top: 60px;
    right: 0;
    width: 28px;
    height: 21px;
    text-indent: -9999px;
    display: none;
    z-index: 99996; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #banner .inner #menu-button {
        display: block; } }
    #banner .inner #menu-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #1F274E;
      pointer-events: none;
      transition-duration: 0.2s; }
    #banner .inner #menu-button:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #1F274E;
      pointer-events: none;
      transition-duration: 0.2s; }
    #banner .inner #menu-button a {
      width: 100%;
      height: 21px;
      display: block; }
      #banner .inner #menu-button a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        height: 3px;
        background-color: #1F274E;
        pointer-events: none; }
    #banner .inner #menu-button:hover:before {
      top: -2px; }
    #banner .inner #menu-button:hover:after {
      bottom: -2px; }
    .menu-open #banner .inner #menu-button {
      position: fixed;
      right: 60px; }
      .menu-open #banner .inner #menu-button:before {
        top: 9px;
        transform: rotate(45deg);
        background-color: white; }
      .menu-open #banner .inner #menu-button:after {
        bottom: 9px;
        transform: rotate(-45deg);
        background-color: white; }
      .menu-open #banner .inner #menu-button a:after {
        opacity: 0; }
  #banner .inner #social-links {
    position: absolute;
    right: 0;
    bottom: 44px; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #banner .inner #social-links {
        display: none; } }
    #banner .inner #social-links li {
      display: inline-block;
      margin-left: 22px; }
      @media only screen and (min-width: 1025px) and (max-width: 1220px) {
        #banner .inner #social-links li {
          margin-left: 10px; } }
      #banner .inner #social-links li a {
        display: block;
        width: 18px;
        height: 18px; }
        @media only screen and (min-width: 1025px) and (max-width: 1220px) {
          #banner .inner #social-links li a {
            width: 16px;
            height: 16px; } }
        #banner .inner #social-links li a svg {
          fill: #1F274E;
          height: 100%;
          width: auto;
          transition-duration: 0.3s; }
        #banner .inner #social-links li a:hover svg {
          fill: #EE7263; }

#carousel-outer {
  width: 100vw;
  height: calc(100vh - 130px);
  overflow: hidden !important; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    #carousel-outer .inner {
      width: calc(100vw - 40px); } }
  #carousel-outer .slider-controls-outer {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100vw; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #carousel-outer .slider-controls-outer {
        display: none; } }
    #carousel-outer .slider-controls-outer .slide-m-dots, #carousel-outer .slider-controls-outer button, #carousel-outer .slider-controls-outer ul, #carousel-outer .slider-controls-outer li {
      display: inline-block !important; }
    #carousel-outer .slider-controls-outer .slide-m-prev, #carousel-outer .slider-controls-outer .slide-m-next {
      text-indent: -9999px;
      background-color: transparent;
      width: 18px;
      height: 18px;
      border: none;
      margin: 0 5px;
      position: relative;
      cursor: pointer; }
      #carousel-outer .slider-controls-outer .slide-m-prev:after, #carousel-outer .slider-controls-outer .slide-m-next:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 14px;
        height: 14px;
        border-top: 2px solid #EE7263;
        border-left: 2px solid #EE7263; }
    #carousel-outer .slider-controls-outer .slide-m-prev:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    #carousel-outer .slider-controls-outer .slide-m-next:after {
      transform: translate(-50%, -50%) rotate(135deg); }
    #carousel-outer .slider-controls-outer .slide-m-dots button {
      text-indent: -9999px;
      background-color: white;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: none;
      margin: 0 5px;
      cursor: pointer;
      outline: none; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #carousel-outer .slider-controls-outer .slide-m-dots button {
          background-color: rgba(248, 206, 208, 0.5); } }
      #carousel-outer .slider-controls-outer .slide-m-dots button:hover {
        background-color: #F8CED0; }
    #carousel-outer .slider-controls-outer .slide-m-dots .slick-active button {
      background-color: #EE7263; }
  #carousel-outer #carousel {
    width: 100vw;
    height: calc(100vh - 130px);
    background-color: rgba(0, 0, 0, 0.1); }
    #carousel-outer #carousel .slide {
      width: 100%;
      height: 100%;
      position: relative; }
      #carousel-outer #carousel .slide .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          #carousel-outer #carousel .slide .image {
            height: 75%; } }
      #carousel-outer #carousel .slide .inner {
        height: 100%; }
        #carousel-outer #carousel .slide .inner .description {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 450px;
          min-height: 230px;
          padding: 3rem 2rem 5rem 2rem;
          z-index: 991; }
          @media only screen and (min-width: 100px) and (max-width: 1024px) {
            #carousel-outer #carousel .slide .inner .description {
              box-sizing: border-box;
              right: auto;
              width: 100%;
              min-height: 0;
              padding: 2rem 0 6rem 0; } }
          #carousel-outer #carousel .slide .inner .description h3, #carousel-outer #carousel .slide .inner .description h4 {
            font-size: 2.7rem; }
            @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
              #carousel-outer #carousel .slide .inner .description h3, #carousel-outer #carousel .slide .inner .description h4 {
                font-size: 2.4rem; } }
            @media only screen and (min-width: 100px) and (max-width: 1024px) {
              #carousel-outer #carousel .slide .inner .description h3, #carousel-outer #carousel .slide .inner .description h4 {
                font-size: 2rem;
                margin-bottom: 0.8rem; } }
          #carousel-outer #carousel .slide .inner .description p {
            font-size: 1.8rem;
            line-height: 2.4rem;
            margin-top: 1.2rem; }
            @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
              #carousel-outer #carousel .slide .inner .description p {
                font-size: 1.6rem;
                line-height: 2.2rem; } }
            @media only screen and (min-width: 100px) and (max-width: 1024px) {
              #carousel-outer #carousel .slide .inner .description p {
                font-size: 1.4rem;
                line-height: 1.6rem;
                margin-top: 0.8rem; } }
          #carousel-outer #carousel .slide .inner .description .link-button {
            margin-top: 2.4rem; }
            @media only screen and (min-width: 100px) and (max-width: 1024px) {
              #carousel-outer #carousel .slide .inner .description .link-button {
                margin-top: 1.6rem; } }
          #carousel-outer #carousel .slide .inner .description:before {
            content: '';
            background-color: white;
            width: 105%;
            height: 110%;
            position: absolute;
            top: 52%;
            left: 48%;
            transform: translate(-50%, -50%) rotate(-2deg);
            z-index: -1; }
            @media only screen and (min-width: 100px) and (max-width: 1024px) {
              #carousel-outer #carousel .slide .inner .description:before {
                width: 100vw;
                box-sizing: border-box;
                top: 55%;
                left: 50%;
                transform: translate(-50%, -50%) skew(0, -2deg); } }
        #carousel-outer #carousel .slide .inner .overlay {
          position: absolute;
          bottom: 60px;
          left: 0; }
          @media only screen and (min-width: 1025px) and (max-width: 1220px), only screen and (min-width: 1221px) and (max-width: 1463px) {
            #carousel-outer #carousel .slide .inner .overlay {
              bottom: auto;
              top: 60px; } }
          @media only screen and (min-width: 100px) and (max-width: 1024px) {
            #carousel-outer #carousel .slide .inner .overlay {
              bottom: auto;
              top: 60px;
              display: none; } }
          #carousel-outer #carousel .slide .inner .overlay p {
            font-family: acumin-pro-wide, sans-serif;
            font-weight: bold;
            font-size: 4.4rem;
            text-transform: uppercase; }
            @media only screen and (min-width: 1025px) and (max-width: 1220px), only screen and (min-width: 1221px) and (max-width: 1463px) {
              #carousel-outer #carousel .slide .inner .overlay p {
                font-size: 4rem; } }
            @media only screen and (min-width: 100px) and (max-width: 1024px) {
              #carousel-outer #carousel .slide .inner .overlay p {
                font-size: 2rem; } }
            #carousel-outer #carousel .slide .inner .overlay p span {
              padding: 0.5rem;
              display: inline-block;
              float: left;
              clear: left;
              margin-bottom: 1.2rem;
              z-index: 10;
              position: relative; }
              @media only screen and (min-width: 1025px) and (max-width: 1220px), only screen and (min-width: 1221px) and (max-width: 1463px) {
                #carousel-outer #carousel .slide .inner .overlay p span {
                  margin-bottom: 0.8rem; } }
              @media only screen and (min-width: 100px) and (max-width: 1024px) {
                #carousel-outer #carousel .slide .inner .overlay p span {
                  margin-bottom: 0.5rem; } }
              #carousel-outer #carousel .slide .inner .overlay p span:nth-child(1n) {
                transform: rotate(-2deg); }
              #carousel-outer #carousel .slide .inner .overlay p span:nth-child(2n) {
                transform: rotate(2deg); }
          #carousel-outer #carousel .slide .inner .overlay.hidden-overlay span {
            color: rgba(0, 0, 0, 0); }
            #carousel-outer #carousel .slide .inner .overlay.hidden-overlay span:before {
              content: '';
              width: 100%;
              height: 100%;
              background: #EE7263;
              position: absolute;
              top: 0;
              left: 0;
              z-index: -1; }
          #carousel-outer #carousel .slide .inner .overlay.image-overlay {
            width: 400px;
            height: 400px;
            max-width: 50%; }
            #carousel-outer #carousel .slide .inner .overlay.image-overlay .image {
              width: 100%;
              height: 100%;
              background-position: center center;
              background-size: contain;
              background-repeat: no-repeat; }
      #carousel-outer #carousel .slide.style-2 .overlay p span:nth-child(1n) {
        transform: rotate(2deg); }
      #carousel-outer #carousel .slide.style-2 .overlay p span:nth-child(2n) {
        transform: rotate(-2deg); }

.archive-banner {
  width: 100vw;
  height: auto;
  min-height: 480px;
  position: relative;
  overflow-y: visible; }
  .archive-banner .inner {
    overflow-y: visible; }
  @media only screen and (min-width: 1221px) and (max-width: 1463px) {
    .archive-banner {
      background-size: 32%; } }
  @media only screen and (min-width: 1025px) and (max-width: 1220px) {
    .archive-banner {
      background-size: 32%; } }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .archive-banner {
      background-size: 50%;
      min-height: 320px; } }
  .archive-banner #banner-title {
    width: 100vw;
    height: 306px;
    background-position: center center;
    background-attachment: fixed; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .archive-banner #banner-title {
        height: 200px;
        background-size: 100%; } }
    .archive-banner #banner-title h1 {
      display: none; }
  .archive-banner #banner-introduction {
    background-color: #1F274E;
    color: white; }
  .archive-banner#get-involved-banner {
    background-color: #ADD5B1; }
  .archive-banner#events-banner {
    background-color: #FDEFF0; }
    .archive-banner#events-banner #banner-title {
      background-color: #F26178;
      background-image: url("../images/events-banner.svg"); }
  .archive-banner#youth-theatre-banner {
    background-color: #EDF1EE; }
    .archive-banner#youth-theatre-banner #banner-title {
      background-color: #E1E667;
      background-image: url("../images/yt-banner.svg"); }
  .archive-banner#our-stories-banner {
    background-color: #FDEFF0; }
    .archive-banner#our-stories-banner #banner-title {
      background-color: #92C0E9;
      background-image: url("../images/our-stories.svg"); }
  .archive-banner #banner-introduction {
    position: absolute;
    bottom: 0;
    transform: translate(0, 50%);
    width: 50%;
    min-width: 480px;
    padding: 4rem 4.8rem;
    box-sizing: border-box;
    z-index: 2;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 2.4rem;
    line-height: 3.6rem; }
    @media only screen and (min-width: 1221px) and (max-width: 1463px) {
      .archive-banner #banner-introduction {
        width: 66.6667%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1220px) {
      .archive-banner #banner-introduction {
        width: 100%; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .archive-banner #banner-introduction {
        width: 100%;
        min-width: 300px;
        padding: 1.5rem; } }
    @media only screen and (min-width: 1221px) and (max-width: 1463px) {
      .archive-banner #banner-introduction p {
        font-size: 2.2rem;
        line-height: 3.3rem; } }
    @media only screen and (min-width: 1025px) and (max-width: 1220px) {
      .archive-banner #banner-introduction p {
        font-size: 2rem;
        line-height: 3rem; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .archive-banner #banner-introduction p {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
#youth-theatre-tiles #filter,
#event-tiles #filter {
  padding: 3rem 0 6rem 0; }
  #youth-theatre-tiles #filter .filter-button,
  #event-tiles #filter .filter-button {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px; }
    #youth-theatre-tiles #filter .filter-button a.active,
    #event-tiles #filter .filter-button a.active {
      color: white;
      background-color: #1F274E; }
  #youth-theatre-tiles #filter button,
  #event-tiles #filter button {
    display: block;
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
    border: none;
    font-family: acumin-pro-wide, sans-serif;
    font-size: 1.9rem;
    color: #1F274E;
    margin-top: 4rem;
    cursor: pointer; }
    #youth-theatre-tiles #filter button:hover,
    #event-tiles #filter button:hover {
      color: #EE7263; }

#event-tiles {
  background-color: #FDEFF0; }

#youth-theatre-tiles {
  background-color: #EDF1EE; }

.wp-caption img {
  display: block; }

.wp-caption .wp-caption-text {
  background-color: rgba(173, 213, 177, 0.3);
  padding: 0.5rem 2rem;
  font-size: 1.5rem !important; }

.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 4rem);
  padding-top: 4rem;
  margin-left: -1.6rem; }
  .tiles .tile {
    width: calc(33.33333% - 3.2rem);
    min-width: 426px;
    margin: 0 1.6rem 4.8rem 1.6rem;
    background-color: white;
    position: relative;
    padding-bottom: 10rem;
    cursor: pointer; }
    .tiles .tile.hidden {
      display: none; }
    @media only screen and (min-width: 1025px) and (max-width: 1220px) {
      .tiles .tile {
        min-width: 300px; } }
    @media only screen and (min-width: 1221px) and (max-width: 1463px) {
      .tiles .tile {
        min-width: 300px; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .tiles .tile {
        min-width: 300px;
        padding-bottom: 5rem; } }
    .tiles .tile:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: calc(100% - 20px);
      transform: translate(-50%, 0%);
      background: white;
      content: '';
      z-index: 0;
      transition-duration: 0.3s; }
    .tiles .tile .label {
      position: absolute;
      top: 0rem;
      left: 4rem;
      transform: translate(0, -50%);
      z-index: 7; }
      .tiles .tile .label:before {
        content: '';
        width: calc(100% + 2rem);
        height: calc(100% + 0.8rem);
        background-color: #EE7263;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-4deg);
        transform-origin: center bottom; }
      .tiles .tile .label h5 {
        font-size: 1.8rem;
        transform: rotate(-3deg);
        text-transform: uppercase;
        color: white;
        font-weight: bold; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .tiles .tile .label h5 {
            font-size: 1.2rem; } }
    .tiles .tile .image {
      width: 100%;
      padding-top: 80%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 2;
      transition-duration: 0.3s; }
    .tiles .tile .categories {
      margin: 1.6rem 2rem;
      font-size: 1.6rem;
      text-transform: uppercase;
      position: relative;
      z-index: 3; }
    .tiles .tile h4 {
      font-size: 2.7rem;
      font-weight: bold;
      margin: 1.6rem 2rem;
      position: relative;
      z-index: 4; }
      @media only screen and (min-width: 1221px) and (max-width: 1463px) {
        .tiles .tile h4 {
          font-size: 2.4rem; } }
      @media only screen and (min-width: 1025px) and (max-width: 1220px) {
        .tiles .tile h4 {
          font-size: 2.2rem;
          margin: 1.6rem; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .tiles .tile h4 {
          font-size: 2rem;
          margin-bottom: 0.8rem; } }
    .tiles .tile .subtitle {
      font-size: 2.4rem;
      line-height: 2.8rem;
      font-family: acumin-pro-wide, sans-serif;
      font-weight: 100;
      color: #1F274E;
      position: relative;
      z-index: 3;
      text-transform: uppercase;
      margin: 1.6rem 2rem; }
    .tiles .tile .description {
      box-sizing: border-box;
      padding: 1.6rem 2rem;
      position: relative;
      z-index: 5; }
      .tiles .tile .description p {
        font-size: 2rem;
        line-height: 2.3rem;
        padding-bottom: 2rem; }
        @media only screen and (min-width: 1221px) and (max-width: 1463px) {
          .tiles .tile .description p {
            font-size: 2rem;
            line-height: 2.3rem;
            padding-bottom: 2rem; } }
        @media only screen and (min-width: 1025px) and (max-width: 1220px) {
          .tiles .tile .description p {
            font-size: 2rem;
            line-height: 2.3rem;
            padding-bottom: 2rem; } }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .tiles .tile .description p {
            font-size: 1.6rem;
            line-height: 2rem;
            padding-bottom: 2rem; } }
    .tiles .tile .link-button {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      z-index: 6; }
    .tiles .tile:hover .image {
      transform: scale(1.05);
      transform-origin: bottom center; }
    .tiles .tile:hover:after {
      transform: translate(-50%, 0%) scale(1.05); }
  .tiles.related-events {
    width: calc(100% + 100px); }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .tiles.related-events {
        width: 100%; } }
  .tiles.tiles-3 .tile.events:after {
    background-color: #F26178; }
  .tiles.tiles-3 .tile.our-stories:after {
    background-color: #92C0E9; }
  .tiles.tiles-3 .tile.youth-theatre:after {
    background-color: #E1E667; }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile:after {
      position: absolute;
      top: 50%;
      left: 20px;
      width: calc(100% - 20px);
      height: 100%;
      transform: translate(0, -50%);
      background: white;
      content: '';
      z-index: 0;
      transition-duration: 0.3s; } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile {
      width: calc(50% - 32px);
      min-height: 380px;
      display: flex;
      justify-content: space-between;
      padding-bottom: 0; } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile .image {
      width: 58%;
      padding-top: 58%; } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile .text {
      position: relative;
      width: 42%; } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile .link-button {
      left: 2rem; } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile:hover:after {
      transform: translate(0%, -50%) scale(1.05); } }
  @media only screen and (min-width: 1096px) {
    .tiles.tiles-2 .tile:hover .image {
      transform-origin: center right; } }
.module.columns.post-link .column h3 {
  color: #1F274E;
  font-size: 3.6rem;
  text-transform: uppercase; }

.module.columns.post-link .column p.link-button {
  position: absolute;
  left: 2rem;
  bottom: 2rem; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .module.columns.post-link .column p.link-button {
      position: relative;
      left: auto;
      bottom: auto; } }
  .module.columns.post-link .column p.link-button a {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    border-bottom-color: #1F274E !important; }
    .module.columns.post-link .column p.link-button a:hover {
      background-color: #1F274E; }

.module.columns.post-link .post-link-column .tile {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0;
  background-color: white; }
  .module.columns.post-link .post-link-column .tile .image {
    width: 58%;
    padding-top: 62%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    transition-duration: 0.3s; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.columns.post-link .post-link-column .tile .image {
        width: 100%; } }
  .module.columns.post-link .post-link-column .tile .text {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    padding: 3rem 1rem; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.columns.post-link .post-link-column .tile .text {
        width: 100%; } }
    .module.columns.post-link .post-link-column .tile .text h4 {
      font-size: 2.7rem;
      margin-bottom: 1.4rem; }
  .module.columns.post-link .post-link-column .tile p.link-button {
    position: absolute;
    left: 2rem;
    bottom: 2rem; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.columns.post-link .post-link-column .tile p.link-button {
        position: relative;
        left: auto;
        bottom: auto; } }
    .module.columns.post-link .post-link-column .tile p.link-button a {
      font-size: 1.4rem;
      padding: 0.5rem 1.5rem;
      background-color: white;
      border-bottom-color: #1F274E !important; }
      .module.columns.post-link .post-link-column .tile p.link-button a:hover {
        background-color: #1F274E; }
  .module.columns.post-link .post-link-column .tile:hover .image {
    transform-origin: center right; }

.module.team-tiles {
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .module.team-tiles {
      padding-top: 4rem;
      padding-bottom: 3rem; } }
  .module.team-tiles .inner:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #EE7263;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(-2deg); }
  .module.team-tiles:last-child .inner:after {
    display: none; }
  .module.team-tiles h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin: 4rem 0 3rem 0; }
  .module.team-tiles .team-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 4rem);
    padding-top: 4rem;
    margin-left: -1.6rem; }
    .module.team-tiles .team-tile-group .image-placeholder {
      width: 100%;
      height: 340px;
      background: rgba(253, 239, 240, 0.6); }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.team-tiles .team-tile-group .image-placeholder {
          height: 239px; } }
    .module.team-tiles .team-tile-group .tile {
      width: calc(33.33333% - 3.2rem);
      min-width: 426px;
      margin: 0 1.6rem 4.8rem 1.6rem;
      font-size: 2.1rem;
      line-height: 3.2rem; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.team-tiles .team-tile-group .tile {
          width: 100%;
          min-width: 0;
          max-width: 300px; } }
      .module.team-tiles .team-tile-group .tile img {
        width: 100%;
        height: auto; }
      .module.team-tiles .team-tile-group .tile h4 {
        margin: 2rem 0 1rem 0;
        color: #EE7263;
        text-transform: none;
        font-weight: bold;
        font-size: 2.8rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.team-tiles .team-tile-group .tile h4 {
            font-size: 2.2rem; } }
      .module.team-tiles .team-tile-group .tile h5 {
        margin: 1rem 0;
        font-weight: bold;
        color: #1F274E;
        font-size: 2.1rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.team-tiles .team-tile-group .tile h5 {
            font-size: 1.9rem; } }
      .module.team-tiles .team-tile-group .tile a {
        color: #1F274E;
        border-bottom: 1px solid #EE7263; }
      .module.team-tiles .team-tile-group .tile p.bio {
        font-size: 2.1rem;
        line-height: 3.2rem;
        margin: 1rem 0 3rem 0; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.team-tiles .team-tile-group .tile p.bio {
            font-size: 1.8rem;
            line-height: 2.6rem; } }
.module.columns {
  padding: 4rem 0; }
  .module.columns h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    font-weight: bold;
    text-transform: uppercase; }
  .module.columns .column form {
    width: 100%; }
    .module.columns .column form textarea {
      width: 100%;
      border: 1px solid #1F274E;
      padding: 2.5rem;
      font-family: acumin-pro, sans-serif;
      font-size: 1.4rem;
      line-height: 1.4rem;
      outline: none; }
    .module.columns .column form input {
      margin-bottom: 2rem; }
      .module.columns .column form input[type=text], .module.columns .column form input[type=email] {
        width: 100%;
        border: 1px solid #1F274E;
        padding: 2.5rem;
        font-family: acumin-pro, sans-serif;
        font-size: 1.4rem;
        line-height: 1.4rem;
        height: 3.4rem;
        outline: none; }
        .module.columns .column form input[type=text]::placeholder, .module.columns .column form input[type=email]::placeholder {
          font-family: acumin-pro, sans-serif;
          color: #EE7263;
          font-size: 1.3rem;
          line-height: 1.3rem; }
      .module.columns .column form input[type=checkbox] {
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        background-color: transparent;
        transform: translate(-3px, 8px); }
        .module.columns .column form input[type=checkbox]:after {
          opacity: 1;
          position: absolute;
          top: 0%;
          left: 0;
          content: '';
          width: 32px;
          height: 32px;
          background-color: white;
          border: 6px solid white;
          box-sizing: border-box;
          z-index: 9; }
        .module.columns .column form input[type=checkbox]:checked:after {
          background-color: #EE7263; }
      .module.columns .column form input[type=submit] {
        margin-top: 2rem;
        border: none;
        background-color: #1F274E;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        font-family: acumin-pro-wide, sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        padding: 0.6rem 2rem;
        cursor: pointer;
        transition-duration: 0.2s; }
        .module.columns .column form input[type=submit]:hover {
          background-color: #EE7263; }
    .module.columns .column form label {
      font-size: 1.3rem; }
      .module.columns .column form label a {
        color: #1F274E;
        border-bottom: 1px solid #EE7263; }
        .module.columns .column form label a:hover {
          color: #EE7263; }
  .module.columns .column blockquote p {
    font-size: 4rem;
    line-height: 4.4rem;
    color: #EE7263;
    font-weight: bold;
    font-family: acumin-pro-wide, sans-serif;
    text-transform: uppercase;
    width: calc(100% - 48px);
    padding-left: 48px;
    margin: 2rem auto;
    position: relative; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.columns .column blockquote p {
        font-size: 2.8rem;
        line-height: 3.2rem; } }
    .module.columns .column blockquote p:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 0;
      transform: rotate(-2deg);
      width: 12px;
      height: 67px;
      max-height: calc(100% - 4px);
      background-color: #F8CED0; }
    .module.columns .column blockquote p:after {
      content: '';
      position: absolute;
      top: 0;
      left: 12px;
      transform: rotate(4deg);
      width: 12px;
      height: 67px;
      max-height: calc(100% - 4px);
      background-color: #EE7263; }
  .module.columns .column h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
    color: #EE7263;
    font-weight: bold;
    text-transform: none; }
  .module.columns .column h4 {
    font-size: 2.1rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
    font-weight: bold;
    text-transform: none; }
  .module.columns .column p {
    font-size: 1.9rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem; }
    .module.columns .column p.large {
      font-size: 3.6rem;
      line-height: 4.8rem;
      font-family: acumin-pro-wide, sans-serif; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.columns .column p.large {
          font-size: 2.4rem;
          line-height: 3.2rem; } }
    .module.columns .column p strong {
      font-weight: bold; }
    .module.columns .column p a {
      color: #1F274E;
      border-bottom: 1px solid #EE7263;
      transition-duration: 0.2s; }
      .module.columns .column p a:hover {
        color: #EE7263; }
    .module.columns .column p.link-button a {
      border-bottom-color: #1F274E; }
  .module.columns .column ul {
    margin-bottom: 3.2rem; }
    .module.columns .column ul li {
      font-size: 1.9rem;
      line-height: 3.2rem;
      position: relative;
      padding-left: 26px; }
      .module.columns .column ul li:before {
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        top: calc(50% + 2px);
        left: 0;
        transform: rotate(-6deg);
        background-color: #1F274E; }
  .module.columns.columns-1 .inner {
    width: 62%;
    min-width: 300px;
    max-width: 960px;
    margin: 0 auto; }
  .module.columns.columns-2 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.columns.columns-2 .inner {
        width: 62%;
        min-width: 300px;
        margin: 0 auto; } }
    .module.columns.columns-2 .inner .column {
      width: calc(50% - 16px); }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.columns.columns-2 .inner .column {
          width: 100%; } }
.module.call-to-action {
  padding: 12rem 0 12rem 0;
  overflow: hidden; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .module.call-to-action {
      padding: 6rem 0; } }
  .module.call-to-action:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 80%;
    height: 50%;
    background-color: #ADD5B1;
    transform: translate(-30%, -75%) rotate(-2deg);
    transition-duration: 0.3s; }
  .module.call-to-action:after {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 80%;
    height: 50%;
    background-color: #F8CED0;
    transform: translate(20%, 80%) rotate(2deg);
    transition-duration: 0.3s;
    z-index: 1; }
  .module.call-to-action:hover:before {
    transform: translate(5%, -75%) rotate(-2deg); }
  .module.call-to-action:hover:after {
    transform: translate(-5%, 80%) rotate(2deg); }
  .module.call-to-action:hover .inner .text .link-button {
    transform: rotate(2deg); }
    .module.call-to-action:hover .inner .text .link-button a {
      background-color: white;
      color: #1F274E; }
  .module.call-to-action .inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .module.call-to-action .inner .image {
      width: 67%;
      padding-top: 29.3125%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.call-to-action .inner .image {
          width: 100%;
          padding-top: 70%; } }
    .module.call-to-action .inner .text {
      box-sizing: border-box;
      width: 33%;
      padding: 4.8rem 3.6rem;
      background-color: #EA5D7A;
      color: white;
      position: relative; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.call-to-action .inner .text {
          width: 100%;
          padding-top: 2rem;
          padding-bottom: 8rem; } }
      .module.call-to-action .inner .text h3 {
        font-size: 3.2rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.call-to-action .inner .text h3 {
            font-size: 2rem; } }
      .module.call-to-action .inner .text p {
        font-size: 2.4rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.call-to-action .inner .text p {
            font-size: 2rem;
            line-height: 2.6rem; } }
      .module.call-to-action .inner .text .link-button {
        position: absolute;
        bottom: 3.6rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.call-to-action .inner .text .link-button {
            bottom: 3rem; } }
        .module.call-to-action .inner .text .link-button a {
          border-color: white !important;
          color: white; }
        .module.call-to-action .inner .text .link-button:hover {
          transform: rotate(2deg); }

.module.highlights {
  padding: 12em 0 6rem 0;
  overflow: hidden; }
  .module.highlights .tiles {
    padding-top: 0; }
  .module.highlights h2 {
    background-color: #F8CED0;
    text-indent: -9999px;
    background-image: url("../images/highlights-banner.svg");
    background-repeat: repeat-x;
    position: absolute;
    background-position: center 40px;
    z-index: 0;
    top: -20px;
    left: 0;
    width: 100vw;
    height: 45%; }

.image-banner {
  width: 100vw;
  height: 50vw;
  min-height: 400px;
  max-height: 67.5vh;
  position: relative;
  margin-bottom: 16rem; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .image-banner {
      margin-bottom: 8rem; } }
  .image-banner #banner-image {
    width: 100%;
    height: 50vw;
    min-height: 400px;
    max-height: 67.5vh;
    background-color: rgba(242, 97, 120, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .image-banner #banner-title {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%; }
    .image-banner #banner-title:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0.6rem;
      left: 0;
      background-color: rgba(242, 97, 120, 0.85);
      transform: skew(0, 1deg);
      z-index: 1; }
    .single-youth-theatre .image-banner #banner-title:before {
      background-color: rgba(78, 116, 86, 0.85); }
    .image-banner #banner-title h1 {
      max-width: 1464px;
      width: calc(100vw - 14rem);
      margin: 0 auto;
      font-size: 6rem;
      line-height: 6rem;
      padding: 7rem 0 8rem 0;
      color: white;
      text-transform: uppercase;
      font-family: acumin-pro-wide, sans-serif;
      font-weight: bold;
      z-index: 2;
      position: relative; }
      @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
        .image-banner #banner-title h1 {
          font-size: 5rem;
          line-height: 5rem; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .image-banner #banner-title h1 {
          font-size: 4rem;
          line-height: 4rem; } }
#bookings {
  padding: 10rem 0; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    #bookings {
      padding: 2rem 0 4rem 0; } }
  #bookings h3 {
    font-size: 2.4rem;
    font-weight: 200; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #bookings h3 {
        font-size: 2rem; } }
  #bookings .booking {
    padding: 2.6rem;
    box-sizing: border-box;
    background-color: #F8CED0;
    margin-bottom: 1rem;
    position: relative; }
    .single-youth-theatre #bookings .booking {
      background-color: #ADD5B1; }
    #bookings .booking div {
      display: inline-block; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #bookings .booking div {
          display: block; } }
      #bookings .booking div.date, #bookings .booking div.time {
        font-family: acumin-pro-wide, sans-serif;
        font-size: 2.4rem;
        font-weight: bold; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          #bookings .booking div.date, #bookings .booking div.time {
            font-size: 2rem; } }
      #bookings .booking div.date {
        width: 393px; }
      #bookings .booking div.booking-link {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translate(0, -50%); }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          #bookings .booking div.booking-link {
            position: relative;
            left: auto;
            right: auto;
            transform: none;
            top: auto;
            margin-top: 2rem;
            bottom: auto; } }
.page-content {
  background-color: #FDEFF0;
  padding-bottom: 10rem; }
  .single-youth-theatre .page-content {
    background-color: rgba(173, 213, 177, 0.3); }
  .page-content .columns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap; }
    .page-content .columns #event-details {
      width: 30%;
      min-width: 400px; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .page-content .columns #event-details {
          min-width: 0;
          width: 100%; } }
      .page-content .columns #event-details .details-list {
        background-color: #F8CED0;
        box-sizing: border-box;
        padding: 5.4rem 2.6rem 2.6rem 2.6rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .single-youth-theatre .page-content .columns #event-details .details-list {
          background-color: rgba(173, 213, 177, 0.6); }
        .page-content .columns #event-details .details-list .detail {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 1.6rem;
          justify-content: space-between; }
          .page-content .columns #event-details .details-list .detail .title {
            width: 20%;
            font-weight: bold; }
          .page-content .columns #event-details .details-list .detail .text {
            width: calc(80% - 32px); }
    .page-content .columns #event-description {
      width: 60%;
      min-width: 300px;
      padding-top: 5.4rem; }
      .page-content .columns #event-description h3 {
        font-size: 2.4rem; }
      .page-content .columns #event-description .text a {
        color: #1F274E;
        border-bottom: 1px solid #EE7263; }
        .page-content .columns #event-description .text a:hover {
          color: #EE7263; }
      .page-content .columns #event-description .text p {
        font-size: 1.9rem;
        line-height: 3.2rem;
        margin-bottom: 3.2rem; }
        .page-content .columns #event-description .text p.large {
          font-size: 2.4rem; }
      .page-content .columns #event-description .text h4 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-bottom: 3.2rem;
        font-weight: bold;
        text-transform: uppercase; }
      .page-content .columns #event-description .text ul {
        margin-bottom: 3.2rem; }
        .page-content .columns #event-description .text ul li {
          font-size: 1.9rem;
          line-height: 3.2rem;
          position: relative;
          padding-left: 26px; }
          .page-content .columns #event-description .text ul li:before {
            content: '';
            width: 16px;
            height: 2px;
            position: absolute;
            top: calc(50% + 2px);
            left: 0;
            transform: rotate(-6deg);
            background-color: #1F274E; }
      .page-content .columns #event-description .quote {
        background-color: #1F274E;
        color: white;
        position: relative;
        padding: 14rem 0 8rem 0;
        margin: 10rem 0 14rem 0; }
        .page-content .columns #event-description .quote p {
          font-size: 1.9rem;
          line-height: 2.7rem; }
        .page-content .columns #event-description .quote:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: calc(100% + 164px);
          height: 50%;
          transform: translate(-50%, 10%) skewY(2deg);
          background-color: #1F274E;
          z-index: 1; }
        .page-content .columns #event-description .quote:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: calc(100% + 164px);
          height: 100%;
          transform: translate(-50%, -50%);
          background-color: #1F274E;
          z-index: 1; }
        .page-content .columns #event-description .quote .text,
        .page-content .columns #event-description .quote .attribution,
        .page-content .columns #event-description .quote .company {
          margin: 0 auto;
          width: 66.6666%;
          text-align: center;
          position: relative;
          z-index: 2; }
        .page-content .columns #event-description .quote .text {
          font-family: acumin-pro-wide, sans-serif; }
          .page-content .columns #event-description .quote .text:before {
            content: '';
            background-image: url("../images/quote.svg");
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 62px;
            height: 44px;
            position: absolute;
            top: -85px;
            left: 50%;
            transform: translate(-50%, 0);
            z-index: 999; }
        .page-content .columns #event-description .quote p.attribution {
          font-family: acumin-pro-wide, sans-serif; }
        .page-content .columns #event-description .quote p.company {
          color: #F8CED0; }
      .page-content .columns #event-description .gallery-outer {
        width: 100%;
        padding-top: 80%;
        position: relative;
        margin: 5rem 0; }
        .page-content .columns #event-description .gallery-outer .gallery {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.3); }
          .page-content .columns #event-description .gallery-outer .gallery .image {
            position: relative;
            width: 100%;
            height: 100%; }
            .page-content .columns #event-description .gallery-outer .gallery .image img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
          .page-content .columns #event-description .gallery-outer .gallery .slick-arrow {
            position: absolute;
            top: 50%;
            border: none;
            width: 24px;
            height: 36px;
            display: block;
            text-indent: -9999px;
            background-color: transparent;
            cursor: pointer; }
            .page-content .columns #event-description .gallery-outer .gallery .slick-arrow:after {
              position: absolute;
              top: 50%;
              left: 50%;
              content: '';
              width: 24px;
              height: 24px;
              border-top: 2px solid #EE7263;
              border-left: 2px solid #EE7263; }
            .page-content .columns #event-description .gallery-outer .gallery .slick-arrow:hover:after {
              border-color: #F8CED0; }
            .page-content .columns #event-description .gallery-outer .gallery .slick-arrow.slick-prev {
              left: -30px; }
              .page-content .columns #event-description .gallery-outer .gallery .slick-arrow.slick-prev:after {
                transform: translate(-25%, -50%) rotate(-45deg); }
            .page-content .columns #event-description .gallery-outer .gallery .slick-arrow.slick-next {
              right: -30px; }
              .page-content .columns #event-description .gallery-outer .gallery .slick-arrow.slick-next:after {
                transform: translate(-75%, -50%) rotate(135deg); }

#modules {
  min-height: 25vh; }

.module.yt-green {
  background-color: #E1E667;
  color: #1F274E; }

.module.pale-green {
  background-color: #ADD5B1;
  color: #1F274E; }

.module.dark-blue {
  background-color: #1F274E;
  color: white; }

.module.red {
  background-color: #EE7263;
  color: #1F274E; }

.module.gallery-outer {
  width: 100%;
  position: relative;
  margin: 5rem 0; }
  .module.gallery-outer .inner {
    width: 62%;
    min-width: 300px;
    max-width: 960px;
    margin: 0 auto; }
    .module.gallery-outer .inner .gallery {
      background: rgba(255, 255, 255, 0.3); }
      .module.gallery-outer .inner .gallery .image {
        position: relative;
        width: 100%;
        height: 100%; }
        .module.gallery-outer .inner .gallery .image img {
          max-width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .module.gallery-outer .inner .gallery .slick-arrow {
        position: absolute;
        top: 50%;
        border: none;
        width: 24px;
        height: 36px;
        display: block;
        text-indent: -9999px;
        background-color: transparent;
        cursor: pointer; }
        .module.gallery-outer .inner .gallery .slick-arrow:after {
          position: absolute;
          top: 50%;
          left: 50%;
          content: '';
          width: 24px;
          height: 24px;
          border-top: 2px solid #EE7263;
          border-left: 2px solid #EE7263; }
        .module.gallery-outer .inner .gallery .slick-arrow:hover:after {
          border-color: #F8CED0; }
        .module.gallery-outer .inner .gallery .slick-arrow.slick-prev {
          left: -30px; }
          .module.gallery-outer .inner .gallery .slick-arrow.slick-prev:after {
            transform: translate(-25%, -50%) rotate(-45deg); }
        .module.gallery-outer .inner .gallery .slick-arrow.slick-next {
          right: -30px; }
          .module.gallery-outer .inner .gallery .slick-arrow.slick-next:after {
            transform: translate(-75%, -50%) rotate(135deg); }

.module.welcome .inner {
  padding: 10rem 0;
  overflow: hidden; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    .module.welcome .inner {
      padding: 6rem 0 24rem 0; } }
  .module.welcome .inner .text {
    width: 65%;
    min-width: 300px;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.welcome .inner .text {
        width: 75%; } }
    .module.welcome .inner .text p {
      font-size: 3.6rem;
      line-height: 4.8rem;
      font-family: acumin-pro-wide, sans-serif; }
      @media only screen and (min-width: 1025px) and (max-width: 1220px) {
        .module.welcome .inner .text p {
          font-size: 2.4rem;
          line-height: 3.6rem; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.welcome .inner .text p {
          font-size: 2rem;
          line-height: 3rem; } }
  .module.welcome .inner .stamp {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(35% - 48px);
    height: 0;
    padding-top: calc(35% - 48px);
    background-image: url("../images/stamp-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center center;
    transform: translate(0, 20%);
    transform-origin: center;
    text-indent: -9999px;
    z-index: 1;
    transition-duration: 0.5s; }
    .module.welcome .inner .stamp.turn {
      transform: translate(0, 20%) rotate(0.5turn); }
    @media only screen and (min-width: 1025px) and (max-width: 1220px) {
      .module.welcome .inner .stamp {
        width: 320px;
        padding-top: 320px; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      .module.welcome .inner .stamp {
        width: 280px;
        padding-top: 280px; } }
.module.quotes {
  height: 480px;
  box-sizing: border-box;
  padding: 5rem 0 7rem 0;
  position: relative; }
  .module.quotes:before {
    content: '';
    background-color: #1F274E;
    width: 105%;
    height: 80%;
    position: absolute;
    top: 70%;
    left: 48%;
    transform: translate(-50%, -50%) skew(0, 2deg);
    z-index: 1; }
  .module.quotes.yt-green:before {
    background-color: #E1E667; }
  .module.quotes.pale-green:before {
    background-color: #ADD5B1; }
  .module.quotes.pale-green .quote-slider .quote-slide .quote .company, .module.quotes.pale-green .quote-slider .quote-slide .quote .attribution {
    color: #1F274E; }
  .module.quotes.dark-blue:before {
    background-color: #1F274E; }
  .module.quotes.red:before {
    background-color: #EE7263; }
  .module.quotes.red .quote-slider .quote-slide .quote .company, .module.quotes.red .quote-slider .quote-slide .quote .attribution {
    color: white; }
  .module.quotes .quote-slider {
    position: relative;
    z-index: 2; }
    .module.quotes .quote-slider .quote-slide {
      position: relative; }
      .module.quotes .quote-slider .quote-slide p {
        font-size: 1.9rem;
        line-height: 2.7rem;
        text-align: center; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.quotes .quote-slider .quote-slide p {
            font-size: 1.6rem;
            line-height: 2.2rem; } }
      .module.quotes .quote-slider .quote-slide .quote {
        width: 65%;
        min-width: 640px;
        margin: 0 auto;
        padding-top: 6rem; }
        .module.quotes .quote-slider .quote-slide .quote:before {
          content: '';
          background-image: url("../images/quote.svg");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          width: 62px;
          height: 44px;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          z-index: 999; }
        @media only screen and (min-width: 1025px) and (max-width: 1220px) {
          .module.quotes .quote-slider .quote-slide .quote {
            min-width: 480px; } }
        @media only screen and (min-width: 1221px) and (max-width: 1463px) {
          .module.quotes .quote-slider .quote-slide .quote {
            min-width: 480px; } }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          .module.quotes .quote-slider .quote-slide .quote {
            min-width: 300px; } }
        .module.quotes .quote-slider .quote-slide .quote .text {
          margin-bottom: 2.7rem;
          font-weight: 600;
          font-family: acumin-pro-wide, sans-serif; }
        .module.quotes .quote-slider .quote-slide .quote .attribution {
          font-family: acumin-pro-wide, sans-serif;
          font-weight: 600;
          color: #F8CED0; }
        .module.quotes .quote-slider .quote-slide .quote .company {
          color: #F8CED0; }
    .module.quotes .quote-slider .slick-arrow {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 60px;
      transform: translate(0, -50%);
      border: none;
      background-color: transparent;
      text-indent: -9999px;
      z-index: 999;
      cursor: pointer; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.quotes .quote-slider .slick-arrow {
          display: none !important; } }
      .module.quotes .quote-slider .slick-arrow:before {
        content: '';
        position: absolute;
        top: 9px;
        width: 40px;
        height: 40px;
        border-left: 2px solid #EE7263;
        border-bottom: 2px solid #EE7263;
        pointer-events: none;
        transition-duration: 0.2s; }
      .module.quotes .quote-slider .slick-arrow.slick-prev {
        left: 0; }
        .module.quotes .quote-slider .slick-arrow.slick-prev:before {
          left: 13px;
          transform: rotate(45deg); }
        .module.quotes .quote-slider .slick-arrow.slick-prev:hover:before {
          left: 10px; }
      .module.quotes .quote-slider .slick-arrow.slick-next {
        right: 0; }
        .module.quotes .quote-slider .slick-arrow.slick-next:before {
          right: 13px;
          transform: rotate(-135deg); }
        .module.quotes .quote-slider .slick-arrow.slick-next:hover:before {
          right: 10px; }
    .module.quotes .quote-slider .slick-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translate(-50%, 0); }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        .module.quotes .quote-slider .slick-dots {
          bottom: -40px; } }
      .module.quotes .quote-slider .slick-dots li {
        display: inline-block;
        margin: 0 5px; }
        .module.quotes .quote-slider .slick-dots li button {
          text-indent: -99999px;
          display: block;
          border: none;
          background: white;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          outline: none;
          cursor: pointer; }
        .module.quotes .quote-slider .slick-dots li.slick-active button {
          background-color: #EE7263; }

#keep-in-touch {
  overflow: hidden;
  padding: 16rem 0 24rem 0; }
  @media only screen and (min-width: 100px) and (max-width: 1024px) {
    #keep-in-touch {
      padding: 12rem 0 22rem 0; } }
  #keep-in-touch .inner {
    width: calc(100vw - 640px);
    min-width: 960px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1221px) and (max-width: 1463px), only screen and (min-width: 1025px) and (max-width: 1220px) {
      #keep-in-touch .inner {
        min-width: 640px; } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #keep-in-touch .inner {
        display: block;
        width: 300px;
        min-width: 300px; } }
    #keep-in-touch .inner .details {
      width: calc(42.5% - 32px); }
      #keep-in-touch .inner .details h3 {
        font-size: 4rem; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          #keep-in-touch .inner .details h3 {
            font-size: 2.4rem;
            margin-bottom: 2rem; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #keep-in-touch .inner .details {
          width: 300px; } }
      #keep-in-touch .inner .details p {
        margin-bottom: 2rem; }
    #keep-in-touch .inner .form {
      width: calc(50% - 32px); }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #keep-in-touch .inner .form {
          width: 300px; } }
      #keep-in-touch .inner .form .wpcf7-list-item-label {
        display: none; }
      #keep-in-touch .inner .form .wpcf7-list-item {
        margin-left: 0 !important; }
      #keep-in-touch .inner .form .wpcf7-response-output,
      #keep-in-touch .inner .form .wpcf7-not-valid-tip {
        border: none;
        font-size: 1.5rem;
        margin: 0;
        color: #EE7263;
        text-transform: uppercase; }
      #keep-in-touch .inner .form input {
        margin-bottom: 2rem; }
        #keep-in-touch .inner .form input[type=text], #keep-in-touch .inner .form input[type=email] {
          width: 100%;
          border: none;
          padding: 2.5rem;
          font-family: acumin-pro, sans-serif;
          font-size: 1.4rem;
          line-height: 1.4rem;
          height: 3.4rem;
          outline: none; }
          #keep-in-touch .inner .form input[type=text]::placeholder, #keep-in-touch .inner .form input[type=email]::placeholder {
            font-family: acumin-pro, sans-serif;
            color: #EE7263;
            font-size: 1.3rem;
            line-height: 1.3rem; }
        #keep-in-touch .inner .form input[type=checkbox] {
          -webkit-appearance: auto !important;
          appearance: auto !important;
          opacity: 1;
          display: inline-block;
          width: 32px;
          height: 32px;
          position: relative;
          background-color: transparent;
          transform: translate(-3px, 8px); }
          #keep-in-touch .inner .form input[type=checkbox]:after {
            opacity: 1;
            position: absolute;
            top: 0%;
            left: 0;
            content: '';
            width: 32px;
            height: 32px;
            background-color: white;
            border: 6px solid white;
            box-sizing: border-box;
            z-index: 9; }
          #keep-in-touch .inner .form input[type=checkbox]:checked:after {
            background-color: #EE7263; }
        #keep-in-touch .inner .form input[type=submit] {
          margin-top: 2rem;
          border: none;
          background-color: #1F274E;
          color: white;
          border-radius: 0;
          text-transform: uppercase;
          font-family: acumin-pro-wide, sans-serif;
          font-size: 1.4rem;
          font-weight: bold;
          padding: 0.6rem 2rem;
          cursor: pointer;
          transition-duration: 0.2s; }
          #keep-in-touch .inner .form input[type=submit]:hover {
            background-color: #EE7263; }
      #keep-in-touch .inner .form label {
        margin-left: 2rem;
        font-size: 1.3rem; }
        #keep-in-touch .inner .form label a {
          color: #1F274E;
          border-bottom: 1px solid #EE7263; }
          #keep-in-touch .inner .form label a:hover {
            color: #EE7263; }
  #keep-in-touch:after {
    content: '';
    width: 100%;
    height: calc(100% - 24rem);
    background-color: #F8CED0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%) rotate(-2deg);
    z-index: 1; }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #keep-in-touch:after {
        transform: translate(-50%, -65%) rotate(0) skew(0, -2deg);
        height: calc(100% - 28rem); } }
  #keep-in-touch .stamp {
    position: absolute;
    bottom: -80px;
    left: 70px;
    width: 320px;
    height: 320px;
    background-image: url("../images/stamp-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center center;
    transform: translate(0, 0);
    transform-origin: center;
    text-indent: -9999px;
    z-index: 9;
    transition-duration: 0.5s; }
    @media only screen and (min-width: 1464px) {
      #keep-in-touch .stamp {
        left: 50%;
        transform: translate(-742px, 0); } }
    #keep-in-touch .stamp.turn {
      transform: translate(0, 0) rotate(0.5turn); }
      @media only screen and (min-width: 1464px) {
        #keep-in-touch .stamp.turn {
          transform: translate(-742px, 0) rotate(0.5turn); } }
    @media only screen and (min-width: 100px) and (max-width: 1024px) {
      #keep-in-touch .stamp {
        left: calc(50% - 120px);
        width: 240px;
        height: 240px; } }
#footer {
  box-shadow: 0 100vh 0 100vh #1F274E; }
  #footer #made-at-source a {
    font-family: acumin-pro-wide, sans-serif;
    color: white;
    font-size: 1.2rem; }
  #footer #footer-social-links {
    margin-bottom: 3rem; }
    #footer #footer-social-links li {
      display: inline-block;
      margin-right: 22px; }
      #footer #footer-social-links li a {
        display: block;
        width: 28px;
        height: 28px; }
        @media only screen and (min-width: 100px) and (max-width: 1024px) {
          #footer #footer-social-links li a {
            width: 20px;
            height: 20px; } }
        #footer #footer-social-links li a svg {
          fill: #1F274E;
          height: 100%;
          width: auto;
          transition-duration: 0.3s; }
        #footer #footer-social-links li a:hover svg {
          fill: #EE7263; }
  #footer p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2.8rem; }
    #footer p a {
      color: #1F274E; }
      #footer p a:hover {
        color: #EE7263; }
  #footer h3, #footer h4 {
    color: #EE7263;
    font-size: 2.7rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem; }
  #footer #footer-top {
    padding: 7rem 0; }
  #footer #footer-logos {
    padding: 10rem 0;
    text-align: center; }
    #footer #footer-logos .logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 60px; }
      #footer #footer-logos .logos .logo {
        width: 90px;
        height: 80px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.8;
        margin: 20px; }
      #footer #footer-logos .logos#funder-logos .logo {
        width: 130px; }
  #footer #footer-menu {
    padding: 5rem 0;
    position: relative; }
    #footer #footer-menu .columns {
      display: flex; }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #footer #footer-menu .columns {
          display: block; } }
      #footer #footer-menu .columns .site-title {
        width: 202px;
        height: 70px;
        text-indent: -9999px;
        background-image: url("../images/byt-white.svg");
        margin-right: 60px;
        margin-bottom: 50px; }
      #footer #footer-menu .columns .column {
        width: 150px;
        margin-right: 40px; }
        #footer #footer-menu .columns .column p {
          font-size: 1.6rem;
          line-height: 2.4rem; }
          #footer #footer-menu .columns .column p a {
            font-family: acumin-pro-wide, sans-serif;
            color: #FDEFF0; }
    #footer #footer-menu:after {
      content: '';
      position: absolute;
      top: -40px;
      right: 0;
      width: 35%;
      max-width: 604px;
      height: calc(100% + 40px);
      background-image: url("../images/color-blocks.svg");
      background-position: center top;
      background-size: cover; }
      @media only screen and (min-width: 1025px) and (max-width: 1220px) {
        #footer #footer-menu:after {
          width: 20%; } }
      @media only screen and (min-width: 100px) and (max-width: 1024px) {
        #footer #footer-menu:after {
          height: 40px;
          width: 50%;
          max-width: 200px; } }
