body {
  background-color: #fff;
  overflow-x: hidden !important;
}
/* PAGE LAYOUT */
.zimbabwe-container {
  margin: 0 auto;
  max-width: 90%;
  padding: 0 1.5rem;
}

.fp-section > .fp-tableCell {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 2s ease-in-out;
}
.fp-section.active > .fp-tableCell {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "pt_serifregular", Georgia, serif;
  font-weight: 700;
  text-align: left;
}
h1 {
  color: #ffffff;
  font-size: 2.5rem;
  position: relative;
  z-index: 100;
  padding-top: 200px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f64646;
}
h2 {
  font-size: 3rem;
}
p {
  font-family: "montserratregular", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  text-align: left;
}
p.zimbabwe-intro-text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  margin: 40px 0;
}
p.zimbabwe-intro-text > span {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #f64646;
  float: left;
  top: 0px;
  padding: 0 5px 0px 0;
  position: relative;
  margin-bottom: -15px;
}

/* BLOCKQUOTE */
.zimbabwe-blockquote {
  position: relative;
  padding: 0 1rem 40px;
  margin: 0;
  border-bottom: 1px solid #c6c6c6;
}
.zimbabwe-blockquote blockquote {
  border-left: none;
}
.zimbabwe-blockquote:before {
  content: "“";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 40px;
  font-family: "Domine", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: rgb(0, 0, 0);
  font-size: 73px;
  line-height: 73px;
  display: block;
  z-index: 1;
  background: rgb(255, 255, 255);
}
.zimbabwe-blockquote:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 40px;
  width: 5px;
  height: calc(100% - 75px);
  background: #f64646;
  display: block;
}
.zimbabwe-blockquote > blockquote {
  font-family: "Merriweather Sans", "Open Sans", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 1rem 1.4rem;
}
.zimbabwe-blockquote > span {
  font-family: "Merriweather Sans", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0;
  font-style: normal;
  margin-left: 1.4rem;
  display: block;
}

/* SECTIONS */
#zimbabwe-hero {
  background-image: url("../images/illustrations/Mugabe_lead_final.gif");
  background-color: #000;
  background-position: top center;
  background-size: cover;
}
#zimbabwe-hero .zimbabwe-container {
  max-width: 900px;
}
#zimbabwe-hero:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 41%, #000000 83%);
  top: 30%;
}
#zimbabwe-intro {
  background: #fff;
}
#zimbabwe-intro .zimbabwe-container {
  padding: 100px 0;
}

.zimbabwe-timeline {
  background: #fff;
}
.zimbabwe-timeline h2,
.zimbabwe-timeline p {
  color: #000;
}
.zimbabwe-timeline h2 {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.zimbabwe-timeline-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center top;

  padding-top: 115.6%;
}

@media screen and (min-width: 640px) {
  .zimbabwe-timeline-image {
    padding: 0;
  }
}

.zimbabwe-timeline-text {
  width: 80%;
  display: block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
}

.zimbabwe-timeline-image img {
  width: 100%;
  height: auto;
  margin-top: -7%;
}

.zimbabwe-timeline-text__center {
  width: 80%;
  margin: 0 auto;
}

.zimbabwe-timeline-text > .zimbabwe-timeline-text-container {
  margin: 0 auto;
  padding: 2rem 0;
  display: block;
}
.zimbabwe-timeline-text
  > .zimbabwe-timeline-text-container
  > .zimbabwe-blockquote {
  position: relative;
  padding: 0 1rem 40px;
  margin: 0;
  border-bottom: 1px solid transparent;
}

.zimbabwe-timeline-text
  > .zimbabwe-timeline-text-container
  > .zimbabwe-blockquote
  blockquote {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: -10px;
}
.zimbabwe-timeline-text
  > .zimbabwe-timeline-text-container
  > .zimbabwe-blockquote
  blockquote.small {
  font-size: 0.98rem;
}

.zimbabwe-timeline-text
  > .zimbabwe-timeline-text-container
  > .zimbabwe-blockquote:before {
  content: "“";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 40px;
  font-family: "Domine", Georgia, serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 73px;
  line-height: 73px;
  display: block;
  z-index: 1;
  background: #fff;
}

/* ANIMATION */
.fp-section > .fp-tableCell h2 {
  border-bottom: 3px solid #f64646;
  width: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
}
.fp-section.active > .fp-tableCell h2 {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition-delay: 0.4s;
}
.fp-section.zimbabwe-timeline > .fp-tableCell p,
.fp-section.zimbabwe-timeline > .fp-tableCell blockquote,
.fp-section.zimbabwe-timeline > .fp-tableCell .zimbabwe-blockquote:before,
.fp-section.zimbabwe-timeline > .fp-tableCell .zimbabwe-blockquote:after,
.fp-section.zimbabwe-timeline .zimbabwe-audio {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.fp-section.active.zimbabwe-timeline > .fp-tableCell p,
.fp-section.active.zimbabwe-timeline > .fp-tableCell blockquote,
.fp-section.active.zimbabwe-timeline
  > .fp-tableCell
  .zimbabwe-blockquote:before,
.fp-section.active.zimbabwe-timeline > .fp-tableCell .zimbabwe-blockquote:after,
.fp-section.active.zimbabwe-timeline .zimbabwe-audio {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

@media screen and (min-width: 768px) {
}
@media screen and (min-width: 900px) {
  .zimbabwe-timeline {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zimbabwe-timeline-image {
    width: 50%;
    height: 100vh;
    overflow: hidden;
    float: left;
    display: table-cell;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .zimbabwe-timeline-image img {
    width: auto;
    height: 100%;
    margin-top: 0%;
    margin-left: -12%;
  }
  .zimbabwe-timeline-text {
    width: 50%;
    display: table-cell;
    position: relative;
    height: 100vh;
    vertical-align: middle;
  }
  .zimbabwe-timeline-text__center {
    width: 50%;
    margin: 0 auto;
  }
  .zimbabwe-timeline-text > .zimbabwe-timeline-text-container {
    margin: 0 auto;
    padding: 2rem 4rem;
    vertical-align: middle;
    display: table-cell;
  }
  .zimbabwe-section {
    max-height: 100vh;
  }
  /* TYPOGRAPHY */
  h1 {
    font-size: 3.5rem;
    padding-top: 200px;
    padding-bottom: 30px;
  }
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.4;
  }
  p.zimbabwe-intro-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 40px 0;
  }
  p.zimbabwe-intro-text > span {
    font-size: 6.5rem;
    top: -5px;
    padding: 0 10px 0px 0;
    margin-bottom: -15px;
  }
  .zimbabwe-blockquote:before {
    font-size: 73px;
    line-height: 73px;
  }
  .zimbabwe-blockquote > blockquote {
    font-size: 1.5rem;
    margin: 0 0 1rem 1.4rem;
  }
  .zimbabwe-blockquote > span {
    font-size: 1rem;
    margin-left: 1.4rem;
  }
  .zimbabwe-container {
    margin: 0 auto;
    max-width: 750px;
    padding: 0 1.5rem;
  }
  /* ANIMATION */
  .fp-section > .fp-tableCell h2 {
    border-bottom: 6px solid #f64646;
    width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 1.5s ease-in-out;
    font-weight: 300;
  }
  .fp-section.active > .fp-tableCell h2 {
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition-delay: 0.1s;
  }
  .fp-section.zimbabwe-timeline > .fp-tableCell p,
  .fp-section.zimbabwe-timeline > .fp-tableCell blockquote,
  .fp-section.zimbabwe-timeline > .fp-tableCell .zimbabwe-blockquote:before,
  .fp-section.zimbabwe-timeline > .fp-tableCell .zimbabwe-blockquote:after,
  .fp-section.zimbabwe-timeline .zimbabwe-audio {
    visibility: hidden;
    opacity: 0;
    transition: all 2s ease-in-out;
  }
  .fp-section.active.zimbabwe-timeline > .fp-tableCell p,
  .fp-section.active.zimbabwe-timeline > .fp-tableCell blockquote,
  .fp-section.active.zimbabwe-timeline
    > .fp-tableCell
    .zimbabwe-blockquote:before,
  .fp-section.active.zimbabwe-timeline
    > .fp-tableCell
    .zimbabwe-blockquote:after,
  .fp-section.active.zimbabwe-timeline .zimbabwe-audio {
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
  }
}
@media screen and (min-width: 1280px) {
  .zimbabwe-timeline-image img {
    width: 100%;
    height: auto;
    margin-top: -7%;
    margin-left: 0;
  }
  .zimbabwe-timeline-image {
    width: 65%;
    height: 100vh;
    overflow: hidden;
    float: left;
    display: table-cell;
  }
  .zimbabwe-timeline-text {
    width: 35%;
    display: table-cell;
    position: relative;
    height: 100vh;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1920px) {
  .zimbabwe-timeline-image img {
    width: 100%;
    height: auto;
    margin-top: -15%;
    margin-left: 0;
  }
}

/* AUDIO PLAYER */
.zimbabwe-audio-button {
  background: url("../images/play-pause.png") top left no-repeat;
  width: 100%;
  height: 68px;
  display: block;
  position: relative;
  background-position: 0 0;
  font-family: "Merriweather Sans", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #f64646;
  padding-left: 80px;
  line-height: 70px;
}
.zimbabwe-audio-button.active {
  background-position: 0 100%;
}
.zimbabwe-audio > .zimbabwe-audio-file {
  height: 0;
  width: 0;
}

/* VBTK Fixes */

/*#fp-nav {
  transform: translate3d(0,0, 0) !important;
}*/

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #333 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #f64646 !important;
}

.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 600px;
  overflow: hidden;
  background: #fff;
  z-index: 9999;
  border-top: 4px solid #f64646;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  width: 90%;
  overflow: auto;
  display: none;
}

.popup-form-header {
  background: #333;
  padding: 60px;
  color: #fff;
  position: relative;
}

.popup-form-header .icon-cancel {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #dedede;
  transition: all 200ms;
}
.popup-form-header .icon-cancel:hover {
  color: #fff;
}

.popup-form-form {
  padding: 60px;
}

.popup-form-form label.gfield_label {
  display: none !important;
}

.popup-form-form .gform_wrapper textarea.large {
  height: 200px !important;
}

.popup-form-form .gform_wrapper .gform_footer input.button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 360px;
  border: 2px solid #f64646;
  color: #232323;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff !important;
}

.popup-form-form .gform_wrapper .gform_footer input.button:hover {
  background: #f64646 !important;
  color: #fff !important;
}

.your-view {
  padding-top: 30px;
}

.your-view-label {
  color: #f64646 !important;
  border-bottom: 2px solid #f64646;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
}

.your-view-question {
  font-weight: bold;
}

.your-view .your-view-link a {
  display: block;
  padding: 10px 30px;
  border-radius: 360px;
  border: 2px solid #f64646;
  color: #232323;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: #fff !important;
  width: 204px;
  margin: 10px auto 0;
  text-align: center;
}

.your-view a:hover {
  background: #f64646 !important;
  color: #fff !important;
}
