/**
 * Styles for the 60 anniversary pages.
 */

/**
 * Voices page styles.
 */
.page-voices__header {
  background-color: #3B0343;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.page-voices__header__title {}

.page-voices__header__title h1 {
  font-size: 3.75em;
  color: #fff;
}

.page-voices__header__share-links {}

.page-voices__header__share-links .a2a_cruse_style {
  float: none;
}

.page-voices__header__share-links .a2a_kit {
  margin-top: 0;
}

.page-voices__block {
  margin-bottom: 20px;
}

.page-voices__block,
.page-voices__block img {
  border-radius: 10px;
}

.page-voices__block-inner {
  position: relative;
}

.page-voices__block .field-name-field-voices-block-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .page-voices__block .field-name-field-voices-block-image img {
    height: 340px;
    width: 340px;
  }
}

@media (min-width: 980px) {
  .page-voices__block .field-name-field-voices-block-image img {
    height: 293px;
    width: 293px;
  }
}

@media (min-width: 1200px) {
  .page-voices__block-wrapper {
    width: 20% !important;
  }
  .page-voices__block .field-name-field-voices-block-image img {
    height: 220px;
    width: 220px;
  }
}

@media (min-width: 768px) {
  .page-voices__block {
    height: 340px;
  }
}

@media (min-width: 980px) {
  .page-voices__block {
    height: 293px;
  }
}

@media (min-width: 1200px) {
  .page-voices__block {
    height: 220px;
  }
}

.page-voices__block--intro {
  background-color: #F2F2F2;
  border: 2px dashed #C4BBC5;
  padding: 20px;
  display: table;
}

.page-voices__block--intro .page-voices__block-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.page-voices__block--intro .page-voices__block-inner p {
  color: #8a6f8e;
  font-size: 18px;
}

.page-voices__block--intro .page-voices__block-inner .a2a_cruse_style {
  float: none;
  margin-top: 0;
}

.page-voices__block .page-voices__block-inner__name {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.page-voices__block-inner__story_type {
  color: #C4BBC5;
  font-size: 16px;
  font-weight: 400;
}

.page-voices__block__overlay {
  background: rgba(94,16,105,0.85);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 10px;
}

.page-voices__block-inner__link:hover .page-voices__block__overlay {
  opacity: 1;
}

.page-voices__block-inner__details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-voices__block-inner__link:hover .page-voices__block-inner__details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

/**
 * Timeline
 */
/**
 *
 */
.page-timeline__header {
  background-color: #3B0343;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.page-timeline__header__title {}

.page-timeline__header__title h1 {
  font-size: 3.75em;
  color: #fff;
}

.page-timeline__header__share-links {}

.page-timeline__header__share-links .a2a_cruse_style {
  float: none;
}

.page-timeline__header__share-links .a2a_kit {
  margin-top: 0;
}

.page-timeline__wrapper {
  background-color: #F1F1F1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-timeline__wrapper + footer {
  margin-top: 0;
}

.timeline {
  list-style: none;
  padding: 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  left: 50%;
  margin-left: -2px;
  background-image: url(../images/timeline-centre-line.png);
}

.timeline__top-dot {
  border: 4px solid #A82FBA;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
  .timeline:before {
    left: 25px;
  }
}

/**
 * Timeline item
 */
.timeline__item {
  margin-bottom: 20px;
  position: relative;
}

.timeline__item:before,
.timeline__item:after {
  content: " ";
  display: table;
}

.timeline__item:after {
  clear: both;
}

.timeline__item:before,
.timeline__item:after {
  content: " ";
  display: table;
}

.timeline__item:after {
  clear: both;
}

.timeline__item .timeline__item__panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  z-index: 999;
}

.timeline__item .timeline__item__panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline__item .timeline__item__panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline__item--right .timeline__item__panel {
  float: right !important;
}

.timeline__item--right .timeline__item__panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline__item--right .timeline__item__panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

@media (max-width: 767px) {

  .timeline__item .timeline__item__panel {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    position: relative;
  }

  .timeline__item > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  .timeline__item .timeline__item__panel {
    float: right;
  }

  .timeline__item .timeline__item__panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline__item .timeline__item__panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media (min-width: 768px) {
  div[class*="timeline__item--offset-"] {

  }
  .timeline__item--offset-minus-10 {
    margin-top: -1000px;
  }
  .timeline__item--offset-minus-9 {
    margin-top: -900px;
  }
  .timeline__item--offset-minus-8 {
    margin-top: -800px;
  }
  .timeline__item--offset-minus-7 {
    margin-top: -700px;
  }
  .timeline__item--offset-minus-6 {
    margin-top: -600px;
  }
  .timeline__item--offset-minus-5 {
    margin-top: -500px;
  }
  .timeline__item--offset-minus-4 {
    margin-top: -400px;
  }
  .timeline__item--offset-minus-3 {
    margin-top: -300px;
  }
  .timeline__item--offset-minus-2 {
    margin-top: -200px;
  }
  .timeline__item--offset-minus-1 {
    margin-top: -100px;
  }
  .timeline__item--offset-minus-1 {
    margin-top: -100px;
  }
  .timeline__item--offset-plus-1 {
    margin-top: 100px;
  }
  .timeline__item--offset-plus-2 {
    margin-top: 200px;
  }
  .timeline__item--offset-plus-3 {
    margin-top: 300px;
  }
  .timeline__item--offset-plus-4 {
    margin-top: 400px;
  }
  .timeline__item--offset-plus-5 {
    margin-top: 500px;
  }
  .timeline__item--offset-plus-6 {
    margin-top: 600px;
  }
  .timeline__item--offset-plus-7 {
    margin-top: 700px;
  }
  .timeline__item--offset-plus-8 {
    margin-top: 800px;
  }
  .timeline__item--offset-plus-9 {
    margin-top: 900px;
  }
  .timeline__item--offset-plus-10 {
    margin-top: 1000px;
  }
  .timeline__item--full_width_arrow_up + .timeline__item {
    margin-top: 60px;
  }
}

/**
 * Timeline decade
 */
.timeline__wrapper--decade {}

.timeline__wrapper--decade--green .timeline__item--decade__intro__overlay ,
.timeline__wrapper--decade--green .timeline__item--decade__intro__content {
  background: #A1CD3A;
}

.timeline__wrapper--decade--purple .timeline__item--decade__intro__overlay,
.timeline__wrapper--decade--purple .timeline__item--decade__intro__content {
  background: #5E1069;
}

.timeline__wrapper--decade--purple-light .timeline__item--decade__intro__overlay,
.timeline__wrapper--decade--purple-light .timeline__item--decade__intro__content {
  background: #A82FBA;
}

.timeline__wrapper--decade--yellow .timeline__item--decade__intro__overlay,
.timeline__wrapper--decade--yellow .timeline__item--decade__intro__content {
  background: #DFC600;
  opacity: 0.9;
}

.timeline__wrapper--decade--blue-dark .timeline__item--decade__intro__overlay,
.timeline__wrapper--decade--blue-dark .timeline__item--decade__intro__content {
  background: #645CD2;
}

.timeline__wrapper--decade--blue .timeline__item--decade__intro__overlay,
.timeline__wrapper--decade--blue .timeline__item--decade__intro__content {
  background: #01B8CE;
}

@media (min-width: 768px) {
  .timeline__wrapper--decade {
    margin-top: 70px;
  }
}

/**
 * Timeline decade intro
 */
.timeline__item--decade__intro {
  position: relative;
}

.timeline__item--decade__intro .timeline__item__panel {
  padding: 0;
  border: 0;
}

.timeline__item--decade__intro .timeline__item__panel:before,
.timeline__item--decade__intro .timeline__item__panel:after {
  display: none !important;
}

.timeline__item--decade__intro__image img {
  border-radius: 10px 10px 0 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}

.timeline__item--decade__intro__overlay,
.timeline__item--decade__intro__content {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-radius: 0 0 10px 10px;
}

.timeline__item--decade__intro__content {
  padding: 20px;
}

.timeline__item--decade__intro__decade span {
  color: #fff;
  font-weight:900;
  font-size: 72px;
}

.timeline__item--decade__intro__content {}

.timeline__item--decade__intro__content p {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  .timeline__item--decade__intro {
    margin-bottom: 50px;
  }

  .timeline__item--decade__intro .timeline__item__panel {
    width: 100%;
  }

  .timeline__item--decade__intro .timeline__pointer {
    display: none;
  }

  .timeline__item--decade__intro__image img {
    border-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
  }
  .timeline__item--decade__intro__overlay,
  .timeline__item--decade__intro__content {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:0.85;
    background-color: transparent;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-radius: 10px 0 0 10px;
  }
  .timeline__item--decade__intro__overlay,
  .timeline__item--decade__intro__content {
    width: 285px;
    padding: 20px;
  }
  .timeline__item--decade__intro__content__text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
  }
  .timeline__item--decade__intro__content__title span {
    color: #fff;
    font-weight:900;
    font-size: 52px;
  }
}

@media (min-width: 980px) {
  .timeline__item--decade__intro__overlay,
  .timeline__item--decade__intro__content {
    width: 375px;
    padding: 40px;
  }
  .timeline__item--decade__intro__content__text p {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
  }
  .timeline__item--decade__intro__content__decade span {
    color: #fff;
    font-weight:900;
    font-size: 72px;
  }
}

@media (min-width: 1200px) {
  .timeline__item--decade__intro__overlay,
  .timeline__item--decade__intro__content {
    width: 480px;
    padding: 60px;
  }
}

.timeline__item--decade__intro__content {
  opacity: 1;
}

.timeline__item--decade__intro__content__decade {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .timeline__item--decade__intro__content {
    background-color: transparent !important;
  }
}

/**
 * Timeline item intro
 */
.timeline__item--intro {
  background: transparent;
  margin-bottom: 0;
}

.timeline__item--intro .timeline__item__panel {
  border: 0;
  background: #fff;
  border-radius: 10px;position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.timeline__item--intro .timeline__pointer {
  border: 4px solid #A82FBA;
}

.timeline__item--intro .timeline__item__panel:after{
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #fff;
  clear: both;
  margin-left: -14px;
}

.timeline__item--intro h2 {
  margin-top: 0;
  color: #7A6A7D;
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 42px;
}

.timeline__item--intro p {
  color: #7A6A7D;
  line-height: 32px;
  font-size: 18px;
}

.timeline__item--intro p strong {
  color: #443745;
  font-weight: 600;
  font-size: 22px;
}

@media (min-width: 768px) {
  .timeline__item--intro {
    margin-bottom: 40px;
    background: #F1F1F1;
  }

  .timeline__item--intro .timeline__pointer {
    display: none;
  }

  .timeline__item--intro .timeline__item__panel {
    padding: 40px 180px 60px 180px;
    width: 100%;
    margin-bottom: 40px;
  }

  .timeline__item--intro .timeline__item__panel:after {
    display: block;
  }

  .timeline__item--intro .timeline__item__panel:before {
    display: none;
  }

  .timeline__item--intro:before {
    border: 4px solid #A82FBA;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

/**
 * Timeline badge
 */
.timeline__pointer {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32px;
  left: 5px;
  margin-left: -10px;
  z-index: 100;
  background: #fff;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.timeline__wrapper--decade--green .timeline__pointer {
  border: 4px solid #A1CD3A;
}

.timeline__wrapper--decade--yellow .timeline__item .timeline__pointer {
  border: 4px solid #DFC600;
}

.timeline__wrapper--decade--purple .timeline__item .timeline__pointer {
  border: 4px solid #5E1069;
}

.timeline__wrapper--decade--purple-light .timeline__item .timeline__pointer {
  border: 4px solid #A82FBA;
}

.timeline__wrapper--decade--blue-dark .timeline__item .timeline__pointer {
  border: 4px solid #645CD2;
}

.timeline__wrapper--decade--blue .timeline__item .timeline__pointer {
  border: 4px solid #01B8CE;
}

@media (min-width: 768px) {
  .timeline__pointer {
    left: 50%;
  }
}

/**
 * Timeline item left
 */
.timeline__item--left {}

.timeline__item--left .timeline__item__panel {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.timeline__item--left__content > div {
  margin-bottom: 30px;
}

.timeline__item--left h1,
.timeline__item--left h2,
.timeline__item--left h3,
.timeline__item--left h4,
.timeline__item--left h5,
.timeline__item--left h6 {
  color: #7A6A7D;
  font-weight: 900;
  margin-top: 0;
  font-size: 42px;
}

.timeline__item--left p {
  color: #7A6A7D;
  line-height: 32px;
  font-size: 18px;
}

.timeline__item--left .timeline__item--left__content_heading p {
  color: #443745;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

.timeline__item--left img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .timeline__item--left .timeline__item__panel {
    text-align: right;
    padding: 30px;
  }
}

/**
 * Timeline item right
 */
.timeline__item--right {}

.timeline__item--right .timeline__item__panel {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.timeline__item--right__content > div {
  margin-bottom: 30px;
}

.timeline__item--right h1,
.timeline__item--right h2,
.timeline__item--right h3,
.timeline__item--right h4,
.timeline__item--right h5,
.timeline__item--right h6 {
  color: #7A6A7D;
  font-weight: 900;
  margin-top: 0;
  font-size: 42px;
}

.timeline__item--right p {
  color: #7A6A7D;
  line-height: 32px;
  font-size: 18px;
}

.timeline__item--right .timeline__item--right__content_heading p {
  color: #443745;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

.timeline__item--right img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .timeline__item--right .timeline__item__panel {
    text-align: left;
    padding: 30px;
  }
}

/**
 * Timeline item full width arrow up
 */
.timeline__item--full_width_arrow_up {}

.timeline__item--full_width_arrow_up .timeline__item__panel {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.timeline__item--full_width_arrow_up__content > div {
  margin-bottom: 30px;
}

.timeline__item--full_width_arrow_up h1,
.timeline__item--full_width_arrow_up h2,
.timeline__item--full_width_arrow_up h3,
.timeline__item--full_width_arrow_up h4,
.timeline__item--full_width_arrow_up h5,
.timeline__item--full_width_arrow_up h6 {
  color: #7A6A7D;
  font-weight: 900;
  margin-top: 0;
  font-size: 42px;
}

.timeline__item--full_width_arrow_up p {
  color: #7A6A7D;
  line-height: 32px;
  font-size: 18px;
}

.timeline__item--full_width_arrow_up .timeline__item--full_width_arrow_up__content_heading p {
  color: #443745;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

.timeline__item--full_width_arrow_up img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .timeline__item--full_width_arrow_up {
    padding: 55px 0 0 0;
    background: #F1F1F1;
    margin: 40px 0 0 0;
  }
  .timeline__item--full_width_arrow_up .timeline__item__panel {
    text-align: center;
    width: 100%;
    padding: 30px;
  }
  .timeline__item--full_width_arrow_up .timeline__item__panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    top: -40px;
    left: 50%;
    width: 20px;
  }
  .timeline__item--full_width_arrow_up .timeline__item__panel:before {
    display: none;
  }
  .timeline__item--full_width_arrow_up .timeline__pointer {
    margin-top: -40px;
  }
}

/**
 * Timeline item full width arrow down
 */
.timeline__item--full_width_arrow_down {}

.timeline__item--full_width_arrow_down .timeline__item__panel {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.timeline__item--full_width_arrow_down__content > div {
  margin-bottom: 30px;
}

.timeline__item--full_width_arrow_down h1,
.timeline__item--full_width_arrow_down h2,
.timeline__item--full_width_arrow_down h3,
.timeline__item--full_width_arrow_down h4,
.timeline__item--full_width_arrow_down h5,
.timeline__item--full_width_arrow_down h6 {
  color: #7A6A7D;
  font-weight: 900;
  margin-top: 0;
  font-size: 42px;
}

.timeline__item--full_width_arrow_down p {
  color: #7A6A7D;
  line-height: 32px;
  font-size: 18px;
}

.timeline__item--full_width_arrow_down .timeline__item--full_width_arrow_down__content_heading p {
  color: #443745;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}

.timeline__item--full_width_arrow_down img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .timeline__item--full_width_arrow_down {
    padding: 0 0 55px 0;
    background: #F1F1F1;
    margin: 40px 0 0 0;
  }
  .timeline__item--full_width_arrow_down .timeline__item__panel {
    text-align: center;
    width: 100%;
    padding: 30px;
  }
  .timeline__item--full_width_arrow_down .timeline__item__panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
    bottom: -20px;
    left: 50%;
    width: 20px;
  }
  .timeline__item--full_width_arrow_down .timeline__item__panel:before {
    display: none;
  }
  .timeline__item--full_width_arrow_down .timeline__pointer {
    margin-top: -40px;
    top: auto;
    bottom: 0;
  }
}

/**
 * Timeline item quote
 */
.timeline__item__content_quote {
  position: relative;
  margin: 0;
  padding: 0 40px;
}

.timeline__item__content_quote-after,
.timeline__item__content_quote-before {
  position: absolute;
  height: 25px !important;
  width: 25px !important;
}

.timeline__item__content_quote-before {
  top: 0;
  left: 0;
}

.timeline__item__content_quote-after {
  bottom: 0;
  right: 0;
}

.timeline__item__content_quote p {
  font-style: italic;
  text-transform: none;
  font-size: 18px;
}

.timeline__item--left__content .timeline__item__content_quote,
.timeline__item--right__content .timeline__item__content_quote {
  margin: 0;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .timeline__item__content_quote {
    position: relative;
    margin: 0 80px;
    padding: 0 40px;
  }
}