body {
  color: #fff;
  background-color: #111b37;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  overflow-x: hidden;
}

.fader {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.fader.fade-in {
  opacity: 1;
}


/* /////////////////////////////////////////////////////////////////////
main nav
///////////////////////////////////////////////////////////////////// */

.main-nav {
  display: none;
}

@media screen and (min-width: 1280px) {
  .main-nav {
    display: block;
    position: absolute;
    z-index: 2;
    padding: 63px 0 0 75px;
    width: 275px;
    height: 300px;
  }

  .main-nav a {
    display: block;
    font-weight: 700;
    padding: 2px 0 3px 0;
  }

  .main-nav a.selected {
    color: #fff;
  }

  .main-nav a.logo {
    background: transparent url(../img/wheathill.png) 0 0 no-repeat;
    background-size: 200px;
    width: 200px;
    height: 39px;
    text-indent: -10000em;
    margin: 0 0 39px;
  }
}

/* /////////////////////////////////////////////////////////////////////
/ main nav
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
various
///////////////////////////////////////////////////////////////////// */

.relative {
  position: relative;
}

@media screen and (min-width: 1280px) {
  .relative.pull-up {
    margin-top: -219px;
  }
}

br {
  display: none;
}

@media screen and (min-width: 1280px) {
    br {
      display: block;
    }
}

/* home content container */

#page.home .home-content-container .text-container {
  float: left;
  width: 100%;
  text-align: center;
  padding: 25px;
}

#page.home .home-content-container .text-container p a {
  font-weight: bold;
}

@media screen and (min-width: 640px) {

  #page.home .home-content-container .text-container {
    float: right;
    width: 50%;
    text-align: right;
    padding: 35px;
  }

}

@media screen and (min-width: 768px) {
  #page.home .home-content-container .text-container {
    padding: 50px;
  }
}  

@media screen and (min-width: 1280px) {

  #page.home .home-content-container{
    position: absolute;
    z-index: 1;
    width: 100%;
  }

  #page.home .home-content-container {
    top: 793px;
    right: 0;
    z-index: 1;
    text-align: right;
  }

  #page.home .home-content-container .text-container {
    padding: 0 50px 80px;
  }

  #page.home .home-content-container .text-container p {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0.9rem;
  }

}

/* main */

.main {
  background: #111b37 url(../img/bkgd-01.gif) center top no-repeat;
  background-size: 1000px;
  float: left;
  width: 100%;
  /*padding: 0 0 227px;
  margin: 0 0 -227px;*/
  padding: 0;
  margin: 0;
}

.home .main {
  margin: 75px 0 0;
  padding: 0;
}

.main .text-container {
  width: 100%;
  text-align: center;
  padding: 110px 25px 25px;
  margin: 0 auto;
  max-width: 750px;
}

.main .text-container .left-aligned {
  text-align: left;
}

.main .text-container h2,
.main .text-container.contact p {
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 26px;
  line-height: 33px;
  margin: 0 0 24px;
}

  .main .text-container.contact p br {
    display: block;
  }

.main .text-container p {
  font-size: 18px;
}

.main .text-container p.no-margin {
  margin-bottom: 0!important;
}

.main .text-container p a,
.main .text-container li a {
  font-weight: bold;
  transition: color 0.2s ease-in-out;
}

.main .text-container p.sub {
  color: #f7cac9;
  font-size: 18px;
  line-height: 20px;
  font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.main .text-container p.sub.no-caps {
  text-transform: none;
}

.white {
  color: #fff!important;
}

  .main .text-container.contact p.sub {
    margin: 0 0 4px;    
  }

.main .text-container p.sub a,
.main .text-container.contact p a {
  color: #fff;
  font-weight: normal;
}

.main .text-container.contact img.contact {
      display: none;
    }

.main .text-container ul {
  margin-left: 17px;
  list-style-type: none;
}

.main .text-container li:before {
  font-size: inherit;
  content: "— ";
  color: #f7cac9;
  font-weight: bold;
  margin: 0 0 0 -17px;
}

@media screen and (min-width: 1024px) {

    .main .text-container h2,
    .main .text-container.contact p {
        font-size: 37px;
        line-height: 44.5px;
        margin: 0 0 36px;
    }

    .main .text-container p {
      font-size: 24px;
      line-height: 29px;
      margin: 0 0 24px;
    }

    .main .text-container p.sub {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 24px;
    }
  
}

@media screen and (max-width: 1279px) {

    .home .main {
      background: #111b37;
    }

    .why-choose-us .main,
    .more-page-wrapper .main {
      background: #111b37 url(../img/1280bkgd-04.gif) center top -60px no-repeat;
      background-size: 1000px;
    }

}

@media screen and (min-width: 1280px) {

    .main {
      background: #2e4da7;
      width: 1200px;
      height: 700px;
      margin: 0;
      padding: 0;
      transform-origin: top center;
      transform: translate(-249px, 147px) rotate(-45deg);
    }

    .home .main {
      margin: 0;
      padding-bottom: 227px;
      background: transparent;
    }

    .main.with-logo:after {
      content: "";
      background: url(../img/wh-overlay.png) center center no-repeat;
      background-size: 285px;
      width: 285px;
      height: 154px;
      transform: rotate(45deg);
      display: block;
      position: absolute;
      top: calc(50% - 54px);
      left: calc(50% - 176px);
    }

    .main .text-container {
      background: transparent;
      width: 500px;
      padding: 0;
      margin: 0;
      -webkit-transform-origin: top left;
         -moz-transform-origin: top left;
          -ms-transform-origin: top left;
              transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: translate(600px, -3px) rotate(45deg); 
         -moz-transform: translate(600px, -3px) rotate(45deg); 
          -ms-transform: translate(600px, -3px) rotate(45deg); 
           -o-transform: translate(600px, -3px) rotate(45deg); 
              transform: translate(600px, -3px) rotate(45deg);
    }

    .main .text-container.more-padding {
      padding-left: 44px;
      padding-right: 44px;
    }

    .main .text-container h2,
    .main .text-container.contact p {
        font-size: 37px;
        line-height: 44.5px;
        margin: 0 0 36px;
    }

    .main .text-container.contact p {
      margin: 0 0 42px;
    }

    .main .text-container.contact img.contact {
      display: inline-block;
      margin: 94px 0 150px -26px;
      width: 164px;
    }

    .main .text-container p.sub {
      font-size: 20px;
      line-height: 22px;
      margin: 0 0 24px;
    }

    .main .text-container h2 a:hover,
    .main .text-container p.sub a:hover,
    .main .text-container.contact p a:hover {
      color: #e3eca6;
    }

}

/* home page title */

div.title {
  text-align: center;
  float: left;
  width: 100%;
  padding: 20px 25px 28px;
} 

div.title h2 {
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #f7cac9;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}

div.title h2 br {
  display: block;
}

@media screen and (min-width: 640px) {
    div.title h2 br {
      display: none;
    }
}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1280px) {
    div.title {
      position: absolute;
      top: 530px;
      right: 49px;
      width: 19%;
      text-align: right;
      padding: 0;
    } 

    div.title h2 {
      font-size: 37px;
      line-height: 41px;
      margin: 0;
    }

}

/* why choose us */

@media screen and (min-width: 1280px) {
    .why-choose-us {
      height: 1727px;
      overflow: hidden;
    }

    .why-choose-us .main:before {
      content: "";
      display: block;
      position: absolute;
      background: rgba(46,77,167,0.33);
      width: 1200px;
      height: 700px;
      margin: 0;
      padding: 0;
      transform-origin: top center;
      transform: translate(-429px, 425px) rotate(0);
      z-index: -1;
    }
}

.main .text-container .about-info-container p.sub {
  color: #fff;
}

.main .text-container .about-info-container ul {
  list-style: none;
  margin: 0 0 1.5rem;
  color: #f7cac9;
  font-size: 19px;
  line-height: 26.1px;
}

.main .text-container .about-info-container li {
  display: inline;
}

.main .text-container .about-info-container li:before {
  content: "";
  margin: inherit;
  font-weight: inherit;
  color: inherit;
}

.main .text-container .about-info-container li:after {
  content: "•";
  padding: 0 0 0 5px;
  color: #fff;
}

.main .text-container .about-info-container li:last-of-type:after {
  content: "";
  padding: 0;
}

.main .text-container .about-info-container p:not(.sub) {
  color: #f7cac9;
  font-size: 16px;
  line-height: 22px;
}

.main .text-container .about-info-container p a {
  color: #fff;
  font-weight: 800;
}

.main .text-container .about-info-container p a:hover {
  color: #e3eca6;
}

@media screen and (min-width: 1024px) {

  .about-info-container {
    margin: 0 -25px;
  }

  .about-info-container .large-6.columns {
    padding: 0 25px;
  }

}

@media screen and (min-width: 1280px) {

  .about-info-container {
    margin: 0 -230px;
  }

  .about-info-container .large-6.columns {
    padding: 0 40px;
  }

  .about-info-container .large-6.columns:last-of-type {
    padding: 0 56px;
  }

}

/* case study, showreel and ‘more’ pages */

.showreel-content,
.more-page-content {
  float: left;
  width: 100%;
  margin: 15px 0 50px;
  padding: 0;
}

#page.showreel .column:last-child:not(:first-child),
#page.showreel .columns:last-child:not(:first-child),
#page.more-page .column:last-child:not(:first-child),
#page.more-page .columns:last-child:not(:first-child) {
  float: left;
}

.showreel .responsive-embed {
  margin: 0 0 20px;
  border-bottom: 6px solid #111b37;
  background: #111b37;
}

.main .text-container.showreel h2 {
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 19px;
}

.main .text-container.showreel h2:after {
  display: block;
  content: "";
  /*border-top: 2px solid #f7cac9;*/
  border-top: 2px solid transparent;
  width: 35px;
  margin: 20px auto 30px;
}

@media screen and (min-width: 1280px) {

      .main .text-container.showreel h2:after {
          margin-bottom: 50px;
      }

      #page.case-study .fader {
          background: url(../img/1280bkgd.gif) center top no-repeat;
          background-size: 1344px;
      }

      #page.showreel .fader {
          background: url(../img/1280bkgd-02.gif) center top no-repeat;
          background-size: 1344px;
      }

      #page.feature-page .fader {
          background: url(../img/1280bkgd-03.gif) center top no-repeat;
          background-size: 1344px;
      }

      #page.case-study .main,
      #page.showreel .main,
      #page.more-page .main,
      #page.feature-page .main {
        transform: inherit;
        background: transparent;
        height: auto;
        margin-bottom: 125px;
      }

        #page.showreel .main {
          margin-bottom: 125px;
        }

      .main .text-container.case-study {
        width: 600px;
        margin: 145px 0 0 299px;
        transform: inherit;
      }

      .main .text-container.showreel {
        margin: 145px 0 0 349px;
        transform: inherit;
      }

      .main .text-container.more-page {
        margin: 120px 0 0 349px;
        transform: inherit;
      }

      .showreel-content,
      .more-page-content {
        margin: 0 0 50px -275px;
        width: calc(100% + 550px);
        padding: 44px 0 0;
      }

      .showreel .responsive-embed {
        margin: 0 0 15px;
      }

      .showreel .responsive-embed iframe {
        /*left: -1px;
        width: calc(100% + 1px);*/
      }

      .showreel-content .large-4,
      .more-page-content .large-4 {
        border-right: 1px solid rgba(226, 236, 166, 0.33);
        padding: 5px 0 100px;
      }

      .showreel-content .large-4:last-child,
      .more-page-content .large-4:last-child {
        border-right: none;
      }

      .more-link-container {
        width: 900px;
        margin: 0 auto;
      }

      .main .text-container.showreel h2 {
        font-size: 37px;
        line-height: 44.5px;
        margin: 0 0 36px;
      }

      .main .text-container.showreel h2:after {
        margin: 28px auto 70px; 
      }

      .main .text-container.more-page h2 {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 78px;
        position: relative;
        z-index: 1;
      }

}

.main .text-container h3 span.white {
  color: #fff;
}

.main .text-container.case-study h3,
.main .text-container.showreel h3,
.main .text-container.more-page h3 {
    color: #f7cac9;
    font-size: 18px;
    line-height: 20px;
    font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
  }

.main .text-container.case-study p:not(.sub),
.main .text-container.showreel p:not(.sub),
.main .text-container.more-page p:not(.sub) {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }

.main .text-container.case-study p.large,
.main .text-container.case-study p.testimonial,
.main .text-container .slider.testimonial .slick-slide p.testimonial {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.main .text-container .slider.testimonial .slick-slide p.testimonial {
  font-weight: normal;
  color: #fff;
}

.main .text-container .slider.testimonial .slick-slide p {
  font-weight: bold;
  color: #f7cac9;
}

.main .text-container.case-study p.testimonial:before,
.main .text-container.case-study p.testimonial:after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0 0;
}

  .main .text-container.showreel p.testimonial:before,
  .main .text-container.showreel p.testimonial:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 0;
  }

.main .text-container.case-study p.testimonial:before {
  background-image: url(../img/ldquo.png);
  margin-right: 8px;
}

  .main .text-container.showreel p.testimonial:before {
    background-image: url(../img/ldquo-dark.png);
    margin-right: 8px;
  }

.main .text-container.case-study p.testimonial:after {
  background-image: url(../img/rdquo.png);
  margin-left: 8px;
}

  .main .text-container.showreel p.testimonial:after {
    background-image: url(../img/rdquo-dark.png);
    margin-left: 8px;
  }

.main .text-container.case-study li {
  font-size: 14px;  
  line-height: 1.4;
}

.main .text-container.case-study img {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
  margin: 15px 0 20px;
}

.main .text-container.case-study img.aos {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: 35px 0 0;
}

.main .text-container.case-study img.aos.border {
  border: 5px solid #fff;
}

.main .text-container.case-study img.aos.aos-animate {
  opacity: 0.8;
  margin: 15px 0 20px;
}

.main .text-container.case-study img:hover {
  opacity: 1;
}

hr {
  margin: 2rem 0;
  border-bottom: 1px solid rgba(227, 236, 166, 0.33);
}

@media screen and (min-width: 1280px) {

    .text-container.more-page:before {
        width: 400px;
        height: 400px;
        content: "";
        display: block;
        margin: 0 auto -372px;
        transform: rotate(-45deg);
      background: #f7cac9;
      background: -moz-linear-gradient(45deg, rgba(46,77,167,0.25) 0%, rgba(46,77,167,0.25) 50%, rgba(247,202,201,1) 50%, rgba(247,202,201,1) 100%);
      background: -webkit-linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,rgba(247,202,201,1) 50%,rgba(247,202,201,1) 100%);
      background: linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,rgba(247,202,201,1) 50%,rgba(247,202,201,1) 100%);
    }

    .text-container.more-page.grey:before {
      background: #3a364e;
      background: -moz-linear-gradient(45deg, rgba(58,54,78,0.25) 0%, rgba(58,54,78,0.25) 50%, rgba(58,54,78,1) 50%, rgba(58,54,78,1) 100%);
      background: -webkit-linear-gradient(45deg, rgba(58,54,78,0.25) 0%,rgba(58,54,78,0.25) 50%,rgba(58,54,78,1) 50%,rgba(58,54,78,1) 100%);
      background: linear-gradient(45deg, rgba(58,54,78,0.25) 0%,rgba(58,54,78,0.25) 50%,rgba(58,54,78,1) 50%,rgba(58,54,78,1) 100%);
    }

    .text-container.more-page.blue:before {
      background: #2e4da7;
      background: -moz-linear-gradient(45deg, rgba(46,77,167,0.25) 0%, rgba(46,77,167,0.25) 50%, #2e4da7 50%, #2e4da7 100%);
      background: -webkit-linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,#2e4da7 50%,#2e4da7 100%);
      background: linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,#2e4da7 50%,#2e4da7 100%);
    }

    .text-container.more-page.green:before {
      background: #e3eca6;
      background: -moz-linear-gradient(45deg, rgba(46,77,167,0.25) 0%, rgba(46,77,167,0.25) 50%, rgba(227,236,166,1) 50%, rgba(227,236,166,1) 100%);
      background: -webkit-linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,rgba(227,236,166,1) 50%,rgba(227,236,166,1) 100%);
      background: linear-gradient(45deg, rgba(46,77,167,0.25) 0%,rgba(46,77,167,0.25) 50%,rgba(227,236,166,1) 50%,rgba(227,236,166,1) 100%);
    }

    .main .text-container.more-page h3,
    .main .text-container.more-page h2 {
      color: #111b37;
    }

    .main .text-container.more-page.grey h3,
    .main .text-container.more-page.grey h2 {
      color: #f7cac9;
    }

    .main .text-container.more-page.blue h3,
    .main .text-container.more-page.blue h2 {
      color: #fff;
    }

    .main .text-container.more-page.green h3,
    .main .text-container.more-page.green h2 {
      color: #2b489c;
    }

        .main .text-container.case-study h3,
        .main .text-container.showreel h3 {
            font-size: 20px;
            line-height: 22px;
            margin: 0 0 24px;
          }

        .main .text-container.more-page h3 {
            font-size: 20px;
            line-height: 20px;
            margin: 0 0 24px;
          }

        .main .text-container.case-study p:not(.sub) {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 24px;
        }

          .main .text-container.showreel p:not(.sub) {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 24px;
          }

        .main .text-container.case-study p.large,
        .main .text-container.case-study p.testimonial {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 1rem;
        }

          .main .text-container.showreel p.large,
          .main .text-container.showreel p.testimonial,
          .main .text-container .slider.testimonial .slick-slide p.testimonial {
            font-size: 24px;
            line-height: 29px;
            margin-bottom: 1rem;
          }

          .main .text-container .slider.testimonial .slick-slide p.testimonial {
            margin-bottom: 2rem;
          }

          .main .text-container.case-study li {
            font-size: 16px;  
            line-height: 22px;
          }

        .main .text-container.case-study img {
          transition: opacity 0.4s ease-in-out;
          margin: 35px 0 30px;
        }

        .main .text-container.case-study img.aos {
          margin: 65px 0 0;
        }

        .main .text-container.case-study img.aos.border {
          border: 10px solid #fff;
        }

        .main .text-container.case-study img.aos.aos-animate {
          opacity: 0.8;
          margin: 35px 0 30px;
        }

        hr {
          margin: 55px 0 50px;
        }

        .main .text-container.case-study p.testimonial:before,
        .main .text-container.case-study p.testimonial:after {
          width: 25px;
          height: 20px;
          background-size: 23px;
          background-position: 0 2px;
        }

          .main .text-container.showreel p.testimonial:before,
          .main .text-container.showreel p.testimonial:after {
            width: 25px;
            height: 20px;
            background-size: 23px;
            background-position: 0 2px;
          }

        .main .text-container.case-study p.testimonial:before {
          margin-left: 10px;
          margin-right: 10px;
        }

          .main .text-container.showreel p.testimonial:before {
            margin-left: 10px;
            margin-right: 10px;
          }

        .main .text-container.case-study p.testimonial:after {
          margin-left: 10px;
        }

          .main .text-container.showreel p.testimonial:after {
            margin-left: 10px;
          }

}

/* contact page - more styles up there */

@media screen and (min-width: 1280px) {
  #page.contact {
    height: 1249px;
    overflow: hidden;
  }
}

/* tabs */

.tab-container {
  margin: 10px 0 30px;
  float: left;
  width: 100%;
}

.tab {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out 0.1s;
}

.tab.active {
  visibility: visible;
  opacity: 1;
}

a.tab-button {
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  width: 80px;
  display: inline-block;
  vertical-align: top;
}

a.tab-button:after {
  transition: all 0.3s ease-out 0s;
  display: block;
  content: "";
  width: 14px;
  height: 7px;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2px solid #f7cac9;
  margin: 12px auto 0;
}

a.tab-button.active {
  color: #fff;
}

a.tab-button:hover:after {
  width: 30px;
  border-bottom: 2px solid #fff;
}

a.tab-button.active:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

a.tab-button.active:hover:after {
  width: 14px;
  height: 7px;
}

.anchor-wrapper {
  margin: -140px 0 0 -20px;
  position: absolute;
  z-index: 10000;
}

@media screen and (max-width: 1279px) {
    .tab {
      position: absolute;
      height: 0;
      overflow: hidden;
    }

    .tab.active {
      height: auto;
    }
}

@media screen and (min-width: 1280px) {
  .tab-container {
    margin: 30px 0 0;
  }

  a.tab-button {
    font-size: 20px;
    line-height: 20px;
    width: 100px;
    display: inline-block;
  }

  a.tab-button:after {
    margin-top: 20px;
  }

  #page.featured-artist-menu-page {
    overflow: hidden;
    height: 2900px;
  }

  .anchor-wrapper {
    
  }
}

/* spotlights */

a.spotlight {
  position: relative;
  float: left;
  width: 100%;
  height: 188px;
  padding: 8px;
  text-align: center;
  background-position: center center;
  background-color: #f7cac9;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease-out 0s;
  z-index: 9;
}

a.spotlight br {
  display: none;
}

a.spotlight:focus {
  outline: 0;
}

@media screen and (min-width: 640px) {
  a.spotlight {
    width: 50%;
  }
}

@media screen and (max-width: 1279px) {
  a.spotlight.show-for-desktop {
    display: none;
  }
}

/* spotlight aos */

a.spotlight[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transform: translate(0, 50px);  
}

  a.spotlight[data-aos^=fade][data-aos^=fade]:nth-of-type(even) {
      transition-delay: 0.2s;
  }

a.spotlight[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0, 0);
}

a.spotlight.empty {
  display: none;
}

/* spotlight text */

a.spotlight .text-container {
  margin: 0;
  text-align: right;
  float: right;
  width: 60%;
}

a.spotlight p.sub {
  font-size: 15px;
  line-height: 15px;
  font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 0 10px;
}

a.spotlight .icon + p.sub {
  padding-top: 25px;
}

a.spotlight .icon {
  width: 22px;
  height: 22px;
  background-size: 66px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  border: 1px solid #111b37;
  font-size: 0;
  float: right;
  margin: 0;
  transition: all 0.2s ease-out 0s;
}

a.spotlight .icon.more {
  background-image: url(../img/icons.png);
  background-position: -1px -1px;
}

a.spotlight .icon.play {
  background-image: url(../img/icons.png);
  background-position: -22.5px -1px;
}

a.spotlight .text-container-2 {
  display: none;
}

a.spotlight p {
  color: #111b37;
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  margin: 0;
  transition: all 0.2s ease-out 0s;
}

/* spotlight footer */

a.spotlight.footer {
  display: block;
  width: 100%;
  height: 100px;
  background: transparent;
  transform: translate(0, 0) rotate(0)!important;
  color: #fff;
  padding: 28px 50px 0;
}

a.spotlight.footer p {
  color: #fff;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  display: inherit;
}

a.spotlight.footer:hover p {
  color: #fff;
}

a.spotlight.footer img {
  width: 45px;
  margin: 0 0 10px;
}

@media screen and (min-width: 1px) {
  a.spotlight {
    height: 384px;
    background-position: 0 0;
    background-size: 384px;
    padding: 20px;
  }

  a.spotlight p.sub {
    padding-top: 0;
  }

  a.spotlight .icon + p.sub {
    padding-top: 32px;
  }

  a.spotlight .text-container {
    width: 80%;
  }

  a.spotlight .text-container-2 {
    display: block;
    margin: 0;
    text-align: right;
    float: right;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {

  a.spotlight .text-container-2 {
    width: 70%;
  }

  a.spotlight p.sub {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0 10px;
  }

  a.spotlight .icon + p.sub {
    padding: 32px 0 10px;
  }

  a.spotlight p {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1280px) {

    a.spotlight {
      text-align: center;
      position: absolute;
      width: 400px;
      height: 400px;
      padding: 0;
      text-align: center;
      background-position: center;
      background-color: #f7cac9;
      background-repeat: no-repeat;
      background-size: 400px;
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: translate(0,0) rotate(-45deg) translate3d(0,0,0);
           -moz-transform: translate(0,0) rotate(-45deg) translate3d(0,0,0);
            -ms-transform: translate(0,0) rotate(-45deg) translate3d(0,0,0);
             -o-transform: translate(0,0) rotate(-45deg) translate3d(0,0,0);
                transform: translate(0,0) rotate(-45deg) translate3d(0,0,0);
      transition: all 0.4s ease-out 0s;
      z-index: 9;
      margin-top: -0.5px;
    }

    /* spotlight - empty */

    a.spotlight.empty {
      display: block;
      background: none;
      cursor: default;
    }

    /* spotlight aos */

    a.spotlight[data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transform: translate(0, 50px) rotate(-45deg);  
    }

              a.spotlight.more-link[data-aos^=fade][data-aos^=fade] {
                  opacity: 0;
                  transform: translate(0, 50px) rotate(0deg);  
              }

      a.spotlight[data-aos^=fade][data-aos^=fade]:nth-of-type(even) {
          transition-delay: 0.2s;
      }

    a.spotlight[data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate(0, 0) rotate(-45deg);
    }

              a.spotlight.more-link[data-aos^=fade][data-aos^=fade].aos-animate {
                  opacity: 1;
                  transform: translate(0, 0) rotate(0deg);
              }

    a.spotlight .text-container {
      float: none;
      width: 148px; /* was 140px */
      height: 120px;
      transform-origin: top center;
      transform: translate(160px, 40px) rotate(45deg);
      margin: 0 auto;
      display: table;
      text-align: center;
    }

    a.spotlight p.sub {
      font-size: 20px;
      line-height: 20px;
      font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      padding: 22px 0 0;
      text-align: center;
    }

    a.spotlight .icon {
      width: 22px;
      height: 22px;
      background-size: 66px;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 25px;
      border: 1px solid #111b37;
      font-size: 0;
      top: 2px;
      left: calc(50% - 11px);
      position: absolute;
      transition: all 0.2s ease-out 0s;
    }

    a.spotlight .icon.more {
      background-image: url(../img/icons.png);
      background-position: -1px -1px;
    }

    a.spotlight .icon.play {
      background-image: url(../img/icons.png);
      background-position: -22.5px -1px;
    }

    a.spotlight .text-container-2 {
      float: none;
      width: 300px;
      height: 130px;
      transform-origin: top center;
      transform: translate(148px, -17px) rotate(45deg);
      display: table;
      margin: 0;
      text-align: center;
    }

    a.spotlight p {
      display: table-cell;
      vertical-align: middle;
      color: #111b37;
      font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 30px;
      line-height: 34px;
      margin: 0;
      transition: all 0.2s ease-out 0s;
    }

    a.spotlight br {
      display: block;
    }

    /* spotlight - footer */

    a.spotlight.footer {
      width: 400px;
      padding: 0;
    }

    a.spotlight.footer.four-spots {
        top: 1100px!important; /* for when there are four spotlights */
    }

    a.spotlight.footer img {
      width: 69px;
      margin: 0 0 17px;
    }

    a.spotlight.footer p {
      font-size: 13px;
      padding: 0 6px 0 0;
    }

}

/* helps diminish illusion of completeness on mobile */

@media (max-height: 690px) and (max-width: 1279px) {
  a.spotlight:nth-of-type(1),
  a.spotlight:nth-of-type(2) {
    opacity: 1!important;
    transform: translate(0, 0) rotate(0)!important;
  }
}

/* spotlight positions */

@media screen and (min-width: 1280px) {

  a.spotlight:nth-of-type(1) {
    top: -12px;
    left: 117px;
  }

  a.spotlight:nth-of-type(2) {
    top: -12px;
    left: 683px;
  }

  a.spotlight:nth-of-type(3) {
    top: 271px;
    left: 400px;
  }

  a.spotlight:nth-of-type(4) {
    top: 554px;
    left: 117px;
  }

  a.spotlight:nth-of-type(5) {
    top: 554px;
    left: 683px;
  }

  a.spotlight:nth-of-type(6) {
    top: 837px;
    left: 400px;
  }

  a.spotlight:nth-of-type(7) {
    top: 1120px;
    left: 117px;
  }

  a.spotlight:nth-of-type(8) {
    top: 1120px;
    left: 683px;
  }

  a.spotlight:nth-of-type(9) {
    top: 1403px;
    left: 400px;
  }

  a.spotlight:nth-of-type(10) {
    top: 1686px;
    left: 117px;
  }

  a.spotlight:nth-of-type(11) {
    top: 1686px;
    left: 683px;
  }

  a.spotlight:nth-of-type(12) {
    top: 1969px;
    left: 400px;
  }

  a.spotlight:nth-of-type(13) {
    top: 2252px;
    left: 117px;
  }

  a.spotlight:nth-of-type(14) {
    top: 2252px;
    left: 683px;
  }

  a.spotlight:nth-of-type(15) {
    top: 2535px;
    left: 400px;
  }

  a.spotlight:nth-of-type(16) {
    top: 2818px;
    left: 117px;
  }

  a.spotlight:nth-of-type(17) {
    top: 2818px;
    left: 683px;
  }

  a.spotlight:nth-of-type(18) {
    top: 3101px;
    left: 400px;
  }

  a.spotlight:nth-of-type(19) {
    top: 3384px;
    left: 117px;
  }

  a.spotlight:nth-of-type(20) {
    top: 3384px;
    left: 683px;
  }

  a.spotlight:nth-of-type(21) {
    top: 3666px;
    left: 400px;
  }

}

a.spotlight:nth-of-type(22),
a.spotlight:nth-of-type(23),
a.spotlight:nth-of-type(24),
a.spotlight:nth-of-type(25),
a.spotlight:nth-of-type(26),
a.spotlight:nth-of-type(27),
a.spotlight:nth-of-type(28),
a.spotlight:nth-of-type(29),
a.spotlight:nth-of-type(30) {
  display: none;
}

a.spotlight.knocked-back {
  opacity: 0.5!important;
  cursor: default;
}

a.spotlight.knocked-back p {
  color: #111b37!important;
}

/* spotlight colours */

a.spotlight.green {
  background-color: #e3eca6;
}

a.spotlight.grey {
  background-color: #3a364e;
}

a.spotlight.blue {
  background-color: #2e4da7;
}

a.spotlight.green p {
  color: #2b489c;
}

a.spotlight.grey p {
  color: #f7cac9;
}

a.spotlight.blue p {
  color: #fff;
}

a.spotlight.green .icon {
  border-color: #2b489c;
}

a.spotlight.grey .icon {
  border-color: #f7cac9;
}

a.spotlight.blue .icon {
  border-color: #fff;
}

a.spotlight.green .icon.more {
  background-image: url(../img/icons.png);
  background-position: -1px -67px;
}

a.spotlight.grey .icon.more {
  background-image: url(../img/icons.png);
  background-position: -1px -23px;
}

a.spotlight.blue .icon.more {
  background-image: url(../img/icons.png);
  background-position: -1px -45px;
}

a.spotlight.green .icon.play {
  background-image: url(../img/icons.png);
  background-position: -22.5px -67.5px;
}

a.spotlight.grey .icon.play {
  background-image: url(../img/icons.png);
  background-position: -23px -23px;
}

a.spotlight.blue .icon.play {
  background-image: url(../img/icons.png);
  background-position: -22.5px -45px;
}

a.spotlight.green .icon.contact {
  background-image: url(../img/icons.png);
  background-position: -44px -67px;
}

a.spotlight.grey .icon.contact {
  background-image: url(../img/icons.png);
  background-position: -44px -23px;
}

a.spotlight.blue .icon.contact {
  background-image: url(../img/icons.png);
  background-position: -44px -45px;
}


@media screen and (max-width: 1279px) {
  a.spotlight.green-for-mobile {
    background-color: #e3eca6;
  }

  a.spotlight.green-for-mobile p {
     color: #2b489c;
  }
}

/* spotlight hover styles */

a.spotlight {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  translateZ(0);
  will-change: transform; /* this one */
  -webkit-perspective: 1000;
}

@media screen and (min-width: 1280px) {

  a.spotlight:not(.knocked-back):hover {
    -webkit-transform: translate(0, -10px) rotate(-45deg)!important; 
       -moz-transform: translate(0, -10px) rotate(-45deg)!important; 
        -ms-transform: translate(0, -10px) rotate(-45deg)!important; 
         -o-transform: translate(0, -10px) rotate(-45deg)!important; 
            transform: translate(0, -10px) rotate(-45deg)!important; 
    z-index: 10;
  }

    a.spotlight.more-link:hover {
      -webkit-transform: translate(0, 0) rotate(0deg)!important; 
         -moz-transform: translate(0, 0) rotate(0deg)!important; 
          -ms-transform: translate(0, 0) rotate(0deg)!important; 
           -o-transform: translate(0, 0) rotate(0deg)!important; 
              transform: translate(0, 0) rotate(0deg)!important; 
    }

  a.spotlight:hover p {
    color: #2e4da7;
  }

  a.spotlight.green:hover p {
    color: #111b37;
  }

  a.spotlight.grey:hover p {
    color: #fff;
  }

  a.spotlight.blue:hover p {
    color: #f7cac9;
  }

  a.spotlight.footer:hover {
    transform: translate(0, 0) rotate(0)!important;
  }

}

/* spotlight images */

a.spotlight {
  background-image: url(../img/spotlight.png);
}

a.spotlight.oboftga {
  background-image: url(../img/spotlight-oboftga.jpg);
}

a.spotlight.why-wheathill {
  background-image: url(../img/spotlight-why-wheathill.jpg);
}

a.spotlight.wheathill-djs {
  background-image: url(../img/spotlight-wheathill-djs-green.jpg);
}

@media screen and (min-width: 1280px) {
  a.spotlight.wheathill-djs {
    background-image: url(../img/spotlight-wheathill-djs.jpg);
  }
}

a.spotlight.djs {
  background-image: url(../img/spotlight-djs.jpg);
}

a.spotlight.oboftga {
  background-image: url(../img/spotlight-oboftga.jpg);
}

a.spotlight.oboftga-2 {
  background-image: url(../img/spotlight-oboftga-2.jpg);
}

a.spotlight.dj-and-electric-violin {
  background-image: url(../img/spotlight-dj-and-electric-violin.jpg);
}

a.spotlight.jazz-trio {
  background-image: url(../img/spotlight-jazz-trio.jpg);
}

a.spotlight.percussion-with-backing-track {
 background-image: url(../img/spotlight-percussion-with-backing-track.jpg); 
}

a.spotlight.dj-and-vocals {
 background-image: url(../img/spotlight-dj-and-vocals.jpg);  
}

a.spotlight.electro-swing-trio {
 background-image: url(../img/spotlight-electro-swing-trio.jpg);  
}

a.spotlight.jazz-quartet {
  background-image: url(../img/spotlight-jazz-quartet.jpg);
}

a.spotlight.uniquely-wheathill {
  background-image: url(../img/spotlight-uniquely-wheathill.jpg);
}

a.spotlight.double-acts {
  background-image: url(../img/spotlight-double-acts.jpg);
}

a.spotlight.solo-pianists {
  background-image: url(../img/spotlight-solo-pianists.jpg);
}

a.spotlight.djs-with-added-magic {
  background-image: url(../img/spotlight-djs-with-added-magic.jpg);
}

a.spotlight.string-quartets {
  background-image: url(../img/spotlight-string-quartets.jpg);
}

a.spotlight.swing-bands {
  background-image: url(../img/spotlight-swing-bands.jpg);
}

a.spotlight.classical {
  background-image: url(../img/spotlight-classical.jpg);
}

a.spotlight.jazz-acts {
  background-image: url(../img/spotlight-jazz-acts.jpg);
}

a.spotlight.solo-artists {
  background-image: url(../img/spotlight-solo-artists.jpg);
}

a.spotlight.party-bands {
  background-image: url(../img/spotlight-party-bands.jpg);
}

a.spotlight.function-bands {
  background-image: url(../img/spotlight-function-bands.jpg);
}

a.spotlight.latin-fever {
  background-image: url(../img/spotlight-latin-fever.jpg);
}

a.spotlight.childrens-entertainment {
  background-image: url(../img/spotlight-childrens-entertainment.jpg);
}

a.spotlight.visual-performers {
  background-image: url(../img/spotlight-visual-performers.jpg);
}

a.spotlight.caberet {
  background-image: url(../img/spotlight-caberet.jpg);
}

a.spotlight.porsche {
  background-image: url(../img/spotlight-porsche.jpg);
}

a.spotlight.lfi {
  background-image: url(../img/spotlight-lfi.jpg);
}

a.spotlight.little-house {
  background-image: url(../img/spotlight-little-house.jpg);
}

a.spotlight.city-of-london {
  background-image: url(../img/spotlight-city-of-london.jpg);
}

a.spotlight.four-seasons {
  background-image: url(../img/spotlight-four-seasons.jpg);
}

/* spotlights */

.home a.spotlight:last-of-type {
  /*margin-left: 25%;*/
}

@media screen and (min-width: 640px) {

}

@media screen and (max-width: 767px) {

  a.spotlight.no-aos-for-mobile {
    opacity: 1!important;
    transform: translate(0,0) !important;
  }

}


@media screen and (min-width: 640px) {

  .home a.spotlight:last-of-type {
    margin-left: 0;
  }

}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1280px) {
  .home a.spotlight:last-of-type {
    margin-left: 0%;
  }
}

/* spotlight - more-links */

a.spotlight.more-link {
  position: inherit;
  background: transparent;
  width: 100%;
  height: auto;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(226, 236, 166, 0.33);
  margin: 0 0 28px;
}

a.spotlight.more-link.no-cta {
  margin-bottom: 60px;
}

a.spotlight.more-link p {
  font-size: 13px!important;
  line-height: 17px!important;
  color: #fff;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0;
  text-align: left;
  width: 50%;
  float: right;
  padding-left: 10px;
  margin-top: -3px;
  hyphens: auto;
}

a.spotlight.more-link p span.title {
  font-weight: bold;
  color: #f7cac9;
  transition: color 0.2s ease-in-out;
}

a.spotlight.more-link:hover p span.title {
  color: #fff;
}

a.spotlight.more-link img {
  opacity: 0.9;
  transition: opacity 0.4s ease-in-out;
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
  margin: 0!important;
}

a.spotlight.more-link:hover img {
  opacity: 1;
}

a.spotlight.more-link span.diamond {
  float: right;
  margin: -10px 0 0 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
  text-align: left;
  clear: both;
  padding-left: 10px;
  transition: color 0.2s ease-in-out;
}

a.spotlight.more-link:hover span.diamond {
  color: #fff;
}

a.spotlight.more-link span.diamond:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #f7cac9;
  transform: rotate(45deg);
  margin: 0 7px 0 0;
  transition: background 0.2s ease-in-out;
}

a.spotlight.more-link:hover span.diamond:before {
  background: #fff;
}

@media screen and (min-width: 640px) {
    a.spotlight.more-link {
      padding: 0 20px 50px;
      margin: 0;
      border: none;
    }

    a.spotlight.more-link p {
        font-size: 14px!important;
        line-height: 1.4!important;
        text-align: center;
        width: 100%;
        float: none;
        padding: 0 0 5px;
        margin-top: 0;
        hyphens: inherit;
    }

    a.spotlight.more-link img {
        float: none;
        width: 100%;
        padding: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }

    a.spotlight.more-link span.diamond:before {
      display: none;
    }

    a.spotlight.more-link span.diamond {
      float: none;
      margin: -25px auto 0;
      padding: 0;
      width: 100px;
      height: 100px;
      text-align: center;
      color: #fff;
      background: #111b37;
      display: block;
      transform: rotate(45deg);
      transition: all 0.2s ease-in-out;
    }

    a.spotlight.more-link span.diamond span.diamond-text {
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      line-height: 16px;
      transform:rotate(-45deg);
      width: 100px;
      height: 100px;
      display: table-cell;
      vertical-align: middle;
    }

    a.spotlight.more-link.watch span.diamond {
      background: #f7cac9;
    }

    a.spotlight.more-link.watch span.diamond span.diamond-text { 
      color: #111b37;
      transition: color 0.2s ease-in-out;
    }

    a.spotlight.more-link.contact span.diamond {
      background: #2e4da7;
    }

    a.spotlight.more-link:hover span.diamond {
      background: #fff;
    }

    a.spotlight.more-link:hover span.diamond span.diamond-text {
      color: #2e4da7;
    }
}

@media screen and (min-width: 1280px) {
    a.spotlight.more-link {
      padding: 0 50px 50px;
    }

    a.spotlight.more-link p {
      font-size: 16px!important;
      line-height: 22px!important;
      padding: 0 0 2rem;
    }
}


/* overlay */

.reveal {
  background: transparent;  
  padding: 55px 20px;
  border: none;  
}

  .neuverlay .box {
    background: transparent;  
    padding: 55px 20px;
    border: none;  
  }

.close-button,
.close-button:hover,
.close-button:focus {
  color: #fff;
}

.responsive-embed {
  margin: 0;
  border-top: 6px solid #f7cac9;
  background: #000;
}

.reveal p.sub {
  float: left;
  width: 100%;
  border-top: rgba(227,236,166,0.33) 1px solid;
  color: #f7cac9;
    font-size: 15px;
    line-height: 15px;
  font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
    margin: 15px 0 2px;
    padding: 10px 0 0;
}
  
    .neuverlay .box p.sub {
      float: left;
      width: 100%;
      border-top: rgba(227,236,166,0.33) 1px solid;
      color: #f7cac9;
      font-size: 15px;
      line-height: 15px;
      font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      text-transform: uppercase;
      margin: 15px 0 2px;
      padding: 10px 0 0;
    }


.reveal h2 {
  float: left;
  width: 100%;
  border-bottom: rgba(227,236,166,0.33) 1px solid;
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
  margin: 0;
  padding: 0 0 11px;
}

    .neuverlay .box h2 {
      float: left;
      width: 100%;
      border-bottom: rgba(227,236,166,0.33) 1px solid;
      font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      line-height: 26px;
      margin: 0;
      padding: 9px 0 11px;
    }


@media screen and (min-width: 640px) {
  .reveal {
    padding: 40px 0;
  }

    .neuverlay .box {
      padding: 40px 0;
    }

  .close-button {
    right: 0;
    top: -10px;
  }
}

@media screen and (min-width: 1024px) {

  .reveal p.sub {
    font-size: 21px;
    line-height: 24px;
    margin: 25px 0 5px;
    padding: 20px 0 0;
  }

    .neuverlay .box p.sub {
      font-size: 21px;
      line-height: 24px;
      margin: 25px 0 5px;
      padding: 20px 0 0;
    }

  .reveal h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 25px;
  }

    .neuverlay .box h2 {
      font-size: 32px;
      line-height: 34px;
      margin: 0;
      padding: 20px 0 25px;
    }

}

/* footer */

div.footer {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 28px 50px 0;
  height: 100px;
}

div.footer img,
.main .text-container div.footer img {
  width: 45px;
  margin: 0 0 10px;
  opacity: 1;
}

div.footer p,
.main .text-container div.footer p {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 1rem;
}

@media screen and (min-width: 1280px) {

  div.footer {
    position: relative;
    margin: 25px 0 0;
    padding: 0 15px 144px;
    height: auto;
  }

  .main .text-container div.footer {
    padding-bottom: 0;
  }

  div.footer img,
  .main .text-container div.footer img {
    width: 69px;
    margin: 0 0 14px;
  }

  div.footer p,
  .main .text-container div.footer p {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 4px;
  }

}




/* /////////////////////////////////////////////////////////////////////
/ various
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
/ animated page transition
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
animated button (bodymovin)
///////////////////////////////////////////////////////////////////// */

a#anim-button-01 {
  display: block;
  background-color: #e5e5e5;
  width: 200px;
  margin: auto;
  line-height: 0;
}

/* /////////////////////////////////////////////////////////////////////
/  animated button (bodymovin)
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
back to top button
///////////////////////////////////////////////////////////////////// */

.back-to-top-zone,
a.back-to-top {
  display: none;
}

@media screen and (min-width: 1280px) {
  
  .back-to-top-zone {
    display: block;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 50%;
  }

  a.back-to-top {
    display: block;
    position: fixed;
    width: 36px;
    height: 36px;
    background: url(../img/back-to-top.png) center center no-repeat;
    background-size: 36px;
    z-index: 3000;
    right: 25px;
    bottom: 25px;
    display: block;
    text-indent: -1000em;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }

  a.back-to-top:hover {
    background-position: center top;
  }

  a.back-to-top {
    opacity: 0;
  }

  .top-button-appear a.back-to-top {
    opacity: 1;
  }

  .top-button-appear .mm-menu_opened + .mm-slideout a.back-to-top {
    opacity: 0;
  }

}


/* /////////////////////////////////////////////////////////////////////
   / back to top button
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
reveal overlay glitch
///////////////////////////////////////////////////////////////////// */

body.is-reveal-open,
.reveal-overlay {
  /*width: 100%!important;*/
}

@media screen and (max-width: 39.9375em) {
  .is-reveal-open .reveal, .reveal {
    /*top: 0!important;*/
  }
}

/* /////////////////////////////////////////////////////////////////////
/ reveal overlay glitch
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Extra styling for incumbent artist pages
///////////////////////////////////////////////////////////////////// */

.twelve.flex-video {
  margin: 75px auto 15px;
}

.video-details {
  text-align: center;
}

.video-details h2 {
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0 25px;
  line-height: 1.25;
}

.twelve ul.secondnav {
  text-align: center;
  list-style: none;
}

.twelve ul.secondnav li {
  display: inline-block;
  font-family: "acumin-pro-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px;
}

.twelve ul.secondnav li a {
  transition: all 0.2s ease-in-out;
}

.twelve ul.secondnav li a:hover {
  color: #fff;
}


@media screen and (min-width: 1280px) {

  .artist-video-page .main-nav {
    display: block;
    position: relative;
    padding: 63px 0 0 0;
    width: 200px;
    height: 130px;
    margin: 0 auto;
  }

  .twelve.flex-video {
    margin: 25px auto;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ Extra styling for incumbent artist pages
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Kev's player
///////////////////////////////////////////////////////////////////// */

.kp #player {
  float: none;
  width: 100%;
  max-width: 300px;
  margin: 100px auto 0;
}

.kp .ttw-music-player {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 350px!important;
}

.kp .ttw-music-player .album-cover {
  background: none;
  box-shadow: none;
  margin: 0 auto 10px;
}

.kp .ttw-music-player .album-cover .highlight {
  background: none;
}

.kp .ttw-music-player .album-cover,
.kp .ttw-music-player .album-cover .img,
.kp .ttw-music-player .album-cover .highlight {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.kp .ttw-music-player .album-cover img,
.kp .ttw-music-player .album-cover .img,
.kp .ttw-music-player .album-cover .highlight {
  position: relative;
  margin: 0 auto;
  box-shadow: none;
}

.kp .ttw-music-player .album-cover img {
  width: 300px;
  height: 200px;
}

.kp .ttw-music-player .track-info {
    width: 100%;
    margin: 0;
    float: left;
    font-size: 12px;
}

.kp .ttw-music-player .rating {
  display: none;
}

.kp .ttw-music-player .player-controls {
  margin: 0;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
}

.kp .ttw-music-player .player-controls .main {
    width: 150px;
    height: 50px;
    margin: 0 auto;
    float: none;
    background: none;
    transform: none!important;
}

.kp .ttw-music-player .progress-wrapper {
    width: 150px;
    float: none;
    margin: 0 auto;
}

.kp .ttw-music-player .track-info p {
  margin: 0;
}

.kp .ttw-music-player .player .title {
  font-family: "acumin-pro-wide", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
  font-size: 25px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.kp .ttw-music-player .artist-outer {
  display: none;
}

.kp .ttw-music-player .previous,
.kp .ttw-music-player .next,
.kp .ttw-music-player .play,
.kp .ttw-music-player .pause {
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.kp .ttw-music-player .previous {
  background-image: url(../img/kp-previous.png);
}

.kp .ttw-music-player .next {
  background-image: url(../img/kp-next.png);
}

.kp .ttw-music-player .play {
  background-image: url(../img/kp-play.png);
}

.kp .ttw-music-player .pause {
  background-image: url(../img/kp-pause.png);
}

.kp .ttw-music-player .progress {
  background: #2e4da7;
  height: 6px;
}

.kp .ttw-music-player .elapsed {
  background: transparent url(../img/player-elapsed.png) repeat-x 0 0 scroll;
  margin: 0;
  border-radius: 0;
}

/* animated reels */

.kp .jp-pause,
.kp .jp-play {
  position: relative;
}

.kp .jp-pause:before,
.kp .jp-pause:after,
.kp .jp-play:before,
.kp .jp-play:after {
  content: "";
  display: block;
  background: url(../img/tape-reel.png) center no-repeat;
  background-size: 46px;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -174px;
  z-index: 2;
  border-radius: 100%;
  left: -52px;
}

.kp .jp-pause:after,
.kp .jp-play:after {
  left: auto;
  right: -56px;
}

@-webkit-keyframes reel {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

@keyframes reel {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

.kp .jp-pause:before,
.kp .jp-pause:after {
  -webkit-animation: reel 5s infinite linear; /* Safari 4+ */
  animation:         reel 5s infinite linear; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes reel {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

@keyframes reel {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

.kp .jp-play:before,
.kp .jp-play:after {
  -webkit-animation: reel 1s cubic-bezier(0,.98,.46,1); /* Safari 4+ */
  animation:         reel 1s cubic-bezier(0,.98,.46,1); /* IE 10+, Fx 29+ */
}


@media screen and (min-width: 1280px) {

  .kp #player {
    margin: 50px auto 25px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ Kev's player
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Slick slider styles
///////////////////////////////////////////////////////////////////// */

.slider {
  
}

.slider.slick-initialized {
  visibility: visible!important;
}

.slider {
  width: auto;
  margin: 0 0 75px;
}

/* slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
    margin: 0 0 -1px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* from slick-theme.css */

.slick-loading .slick-list {
    /*background: #fff url(../img/ajax-loader.gif) center center no-repeat;*/
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 75px;
    height: 150px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 10;
    transition: all 0.4s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

.slick-prev.slick-disabled:hover:before,
.slick-next.slick-disabled:hover:before {
    color: #f7cac9;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #f7cac9;
    transition: color 0.2s ease-in-out;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.slick-prev {
    left: -130px;
}

.slick-prev:before,
.slick-next:before {
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: '';
    display: inline-block;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 100px;
    height: 100px;
    top: 0;
    left: 20px;
    transform: rotate(-135deg);
}

.slick-next {
    right: -130px;
}

.slick-next:before {
    left: -45px;
    transform: rotate(45deg);
} 

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 30px 0 0;
    margin: 0!important;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

  .slick-dots li:nth-of-type(1) {
    opacity: 0;
  }

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    content: '';
    border: 1px solid #f7cac9;
    background: #f7cac9;
    border-radius: 20px;
    transition: all 0.2s ease-out;
}

.slick-dots li.slick-active button:before {
    background: #fff;
    border-color: #fff;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    border: 5px solid #fff;
}

/* extra Slick styles */

.slick-slider {
  background: url(../img/slider-bkgd.png);
  background-size: 50px;
}

@media screen and (min-width: 1280px) {
  .slick-slider {
    margin: 4px -95px 55px;
  }

 .slick-slider.testimonial {
    margin: 0 -150px 55px;
  }

  .slick-slider.testimonial .slide {
    height: 500px;
    display: table!important;
    width: 100%;
  }

  .slick-slider.testimonial .slide .va {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    padding: 0 100px;
  }
}

.slick-slide {
  background: #f7cac9;
  color: #111b37;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.slick-slide .slide {
  padding: 40px;
}

.slick-slide .slide.no-padding {
  padding: 0;
}

.main .text-container .slick-slide p {
  color: #111b37;
  font-size: 16px;
  line-height: 22px;
}

.main .text-container .slick-slide h3 {
  color: #2e4da7;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
}

.main .text-container .slick-slide p a {
  color: #2e4da7;
  font-weight: bold;
}

.main .text-container .slick-slide p a:hover {
  color: #111b37;
}

.main .text-container .slick-slide .slide.dark-blue p a {
  color: #f7cac9;
}

.main .text-container .slick-slide .slide.dark-blue p a:hover {
  color: #fff;
}

.slide.grey {
  background-color: #3a364e;
}

.main .text-container .slick-slide .slide.grey h3,
.main .text-container .slick-slide .slide.grey p {
  color: #fff;
}

.slide.green {
  background-color: #e3eca6;
}

.main .text-container .slick-slide .slide.green h3,
.main .text-container .slick-slide .slide.green p {
  color: #2e4da7;
}

.slide.dark-blue {
  background-color: #111b37;
}

.main .text-container .slick-slide .slide.dark-blue h3,
.main .text-container .slick-slide .slide.dark-blue p {
  color: #fff;
}

.slider.testimonial .slick-slide {
  background: #2e4da7;
  text-align: center;
}

.slider.testimonial .slick-dots {
  padding: 0;
}

.slider.testimonial .slick-dots li:nth-of-type(1) {
  opacity: 1;
}

@media screen and (min-width: 1280px) {

    .slick-slider {
      background: transparent;
    }

    .slick-slide {
      text-align: left;
    }

    .slick-slide .slide {
      padding: 0;
      height: 393px;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .slick-slide .slide#slide-reveal-01 {
      background-image: url(../img/slider-image-01.jpg);
      padding: 23px 52% 25px 25px;
    }

    .slick-slide .slide#slide-reveal-02 {
      background-image: url(../img/slider-image-02.jpg);
      text-align: right;
      padding: 181px 25px 25px 52%;
    }

    .slick-slide .slide#slide-reveal-03 {
      background-image: url(../img/slider-image-03.jpg);
      padding: 23px 52% 25px 25px;
    }

    .slick-slide .slide#slide-reveal-04 {
      background-image: url(../img/slider-image-04.jpg);
      text-align: right;
      padding: 161px 25px 25px 55%;
    }

    .slick-slide .slide#slide-reveal-05 {
      background-image: url(../img/slider-image-05.jpg);
      padding: 23px 55% 25px 25px;
    }
}

/* /////////////////////////////////////////////////////////////////////
/ Slick slider styles
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
AOS - animate on scroll effect
///////////////////////////////////////////////////////////////////// */



/* /////////////////////////////////////////////////////////////////////
   / AOS - animate on scroll effect
///////////////////////////////////////////////////////////////////// */


