:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  background-image: url("https://cdn.prod.website-files.com/6155279fcd7d84be860d3278/615530119363345f14047d95_ColleenO'Shaughnessey_195_WEB.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
  padding-top: 3vw;
}

.page-header-title {
  color: #755997;
  text-align: center;
  font-family: Permanent Marker, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5rem;
}

.div-block-2 {
  height: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image {
  height: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-2 {
  color: #262626;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.div-block-4 {
  justify-content: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.div-block-5 {
  padding-bottom: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.paragraph_heading {
  color: #755997;
  text-transform: uppercase;
  font-family: Permanent Marker, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.paragraph_heading.sub {
  font-size: 1.75rem;
}

.paragraph_heading.year {
  font-size: 2rem;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr;
}

.body_copy {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  line-height: 1.75rem;
}

.body_copy.link {
  font-weight: 700;
}

.div-block-7 {
  padding: 2vw 3vw 4vw;
}

.content-section {
  background-color: #f6f0fd;
}

.div-block-8 {
  background-color: #755997;
  width: 70vw;
  height: 1px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.div-block-9 {
  background-color: #fff;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 2vw;
}

.columns {
  padding-bottom: 2vw;
}

.column, .column-2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.hero, .projects-section {
  width: 100%;
  overflow: hidden;
}

.columns-2 {
  width: 100vw;
  padding-bottom: 4vw;
  padding-left: 3vw;
  padding-right: 3vw;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.date-copy {
  color: #755997;
  font-weight: 700;
}

.text-block-4 {
  font-size: 1rem;
}

.trailer {
  display: none;
}

.volume-bar-wrapper {
  position: relative;
}

.stop-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.volume-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.volume-down {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-right: 5px;
}

.track-name {
  color: #755997;
  text-align: left;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .75rem;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.active-bar {
  background-color: #0ba100;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.repeat {
  cursor: pointer;
  margin-right: 10px;
}

.audio-active {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.audio-player-single-track-wrapper {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 20px;
  display: flex;
  position: static;
}

.track-info-wrapper {
  background-color: #0000;
  border: 1px #0e0d0d;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.play-wrapper {
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  display: flex;
}

.play {
  cursor: pointer;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.duration {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.control-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audio-player-volume-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  background-color: #755997;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.audio-player-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #575757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.pause, .stop {
  cursor: pointer;
}

.volume-up {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
}

.mute {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.volume-bar-active {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.shuffle-active {
  cursor: pointer;
  margin-right: 10px;
}

.volume-mute-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shuffle {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
}

.options-wrapper {
  background-color: #755997;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link {
  color: #755997;
  text-transform: none;
  font-weight: 700;
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.contact-holder {
  padding-bottom: 20px;
}

.div-block-10 {
  margin-bottom: 2vw;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-11 {
  text-align: center;
  background-color: #755997e6;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.sticky-menu {
  z-index: 10;
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-link.w--current {
  color: #ead4ef;
}

.menu-divider {
  background-color: #fff;
  width: 2px;
  height: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.av-section {
  background-color: #f6f0fd;
}

.slide_img_holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.slide_img_holder.tails {
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide {
  width: 12.5%;
  height: auto;
}

.slide_mask {
  height: 300px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: 300px;
}

.left-arrow, .right-arrow {
  display: none;
}

.image-2 {
  max-height: 100%;
}

.social_link {
  width: 50px;
  margin-right: 25px;
  padding: 10px;
}

.social_link.bottom {
  width: 40px;
}

.social_link.bigger {
  width: 100px;
}

.div-block-13 {
  justify-content: flex-start;
  display: flex;
}

.div-block-14 {
  margin-bottom: 20px;
  padding-left: 3vw;
}

.div-block-15 {
  background-color: #755997;
}

.column-3 {
  padding-left: 3vw;
}

.text-block-5 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.div-block-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container, .nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar, .menu-button {
  background-color: #755997e6;
}

.div-block-17 {
  width: 100%;
  overflow: hidden;
}

.store_link {
  width: 100%;
  margin-right: 25px;
  padding: 10px;
}

.store_link.bottom {
  width: 40px;
}

.store_link.bigger {
  width: 100px;
}

.image-3 {
  border: 5px solid #80699f;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .div-block {
    height: 75vw;
  }

  .page-header-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .menu-link {
    text-align: center;
  }

  .menu-divider {
    display: none;
  }

  .nav-menu {
    background-color: #755997e6;
  }

  .navbar {
    background-color: #755997;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #755997e6;
  }

  .menu-button.w--open {
    background-color: #755997;
  }
}

@media screen and (max-width: 767px) {
  .track-name {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  .audio-player-single-track-wrapper {
    flex-direction: column;
  }

  .track-info-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .cover {
    margin-right: 0;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 50vh;
    padding-top: 10vw;
  }

  .paragraph_heading {
    text-align: center;
  }

  .body_copy {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .audio-player-single-track-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .options-wrapper {
    margin-right: 0;
  }

  .av-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide {
    width: 20%;
  }

  .div-block-13 {
    justify-content: center;
  }

  .div-block-14 {
    padding-left: 0;
  }

  .div-block-16 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_9208debe-0328-4f20-cf96-c68478faecef-610d3279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c75f176-8161-3209-2e14-3f74f40d35de-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35e0-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35e2-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35e4-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35e6-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35e8-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35ea-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35ec-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35ee-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35f0-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35f2-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35f4-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35f6-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35f8-610d3279, #w-node-_5c75f176-8161-3209-2e14-3f74f40d35fa-610d3279, #w-node-_8fad295b-e768-b85a-15ca-e1bf6bd0d7e0-610d3279, #w-node-_27e3334f-e401-6e4d-24e2-a5c72d3781ab-610d3279, #w-node-_0a522814-0320-a279-2f3f-23767b414809-610d3279, #w-node-dbe5c29f-6cc7-0e88-406f-cd41ac9cd2f7-610d3279, #w-node-daca76b8-8f01-8caf-cbca-05dbbb321ee7-610d3279, #w-node-_2bab277f-5924-06da-3fca-06e9b59c4642-610d3279, #w-node-b2815c53-f028-2239-6322-b3c9b15534b5-610d3279, #w-node-_1572cda7-7a7e-3e52-0a77-7f31a8e97e3e-610d3279, #w-node-a0a89bec-4418-046a-8ca2-b80e46e543a3-610d3279, #w-node-_5d220123-b6ee-8761-143b-896855e72d56-610d3279, #w-node-_6018fa33-c32a-f8c6-ee86-006b3567bb61-610d3279, #w-node-_80082a52-162a-5e91-1a42-ed974e051898-610d3279, #w-node-_9d97803a-c6c7-e8f5-6961-2298951f74ff-610d3279 {
  place-self: center;
}


