section#testimonials, section#programPitch {
  overflow-x: visible;
  background: #dedede;
  position: relative;
}
section#testimonials:before, section#programPitch:before, section#testimonials:after, section#programPitch:after {
  position: absolute;
  left: -1%;
  width: 100%;
  height: 36px;
  background: #dedede;
}

section#testimonials:before, section#programPitch:before {
  content: "";
  top: -13px;
  transform: rotateZ(1.6deg);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideIn {
  animation: slide 500ms;
}

.slideOut {
  animation: slide 500ms reverse;
}

.fadeOut {
  animation: fade 500ms;
}

.fadeIn, section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  animation: fade 500ms reverse;
}

section#about {
  display: flex;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-evenly;
  position: relative;
  background-image: url("/roche-pepito/assets/img/lineup.jpg");
}
@media (max-width: 450px) {
  section#about {
    padding: 4% 10px 8%;
  }
}
@media (min-width: 451px) {
  section#about {
    padding: 4% 10px 8%;
  }
}
@media (min-width: 600px) {
  section#about {
    padding: 4% 25px 8%;
  }
}
section#about > *.pic {
  background-size: contain;
  background-repeat: no-repeat;
}
section#about > *.pitch {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 3% 3%;
  box-sizing: border-box;
  line-height: 1.6;
}
@media (max-width: 450px) {
  section#about > *.pitch {
    padding: 6% 3% 12%;
  }
}
section#about > *.pitch .button {
  margin-top: 6%;
  font-size: 1em;
}
@media (max-width: 450px) {
  section#about {
    flex-direction: column;
  }
}
@media (max-width: 450px) and (max-width: 450px) {
  section#about {
    padding: 0 10px 8%;
  }
}
@media (max-width: 450px) and (min-width: 451px) {
  section#about {
    padding: 0 10px 8%;
  }
}
@media (max-width: 450px) and (min-width: 600px) {
  section#about {
    padding: 0 25px 8%;
  }
}
@media (max-width: 450px) {
  section#about ul {
    text-align: left;
  }
}
@media (max-width: 450px) {
  section#about > * {
    width: 100%;
    text-align: center;
  }
  section#about > *.pic {
    height: 60vh;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 451px) {
  section#about > * {
    width: 49%;
  }
}
@media (min-width: 800px) {
  section#about > * {
    width: 45%;
  }
}
section#about .pic {
  background-position: center top;
  background-size: cover;
  min-height: 50vw;
  max-height: 100vh;
}
@media (max-width: 450px) {
  section#about.page {
    flex-direction: column-reverse;
  }
}

section#testimonials, section#programPitch {
  overflow-x: visible;
  background: #dedede;
  position: relative;
}
section#testimonials:before, section#programPitch:before, section#testimonials:after, section#programPitch:after {
  position: absolute;
  left: -1%;
  width: 100%;
  height: 36px;
  background: #dedede;
}

section#testimonials:before, section#programPitch:before {
  content: "";
  top: -13px;
  transform: rotateZ(1.6deg);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideIn {
  animation: slide 500ms;
}

.slideOut {
  animation: slide 500ms reverse;
}

.fadeOut {
  animation: fade 500ms;
}

.fadeIn, section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  animation: fade 500ms reverse;
}

section#contact,
section.program.intro,
section.program.contact {
  display: flex;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-evenly;
  position: relative;
}
@media (max-width: 450px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 4% 10px 8%;
  }
}
@media (min-width: 451px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 4% 10px 8%;
  }
}
@media (min-width: 600px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 4% 25px 8%;
  }
}
section#contact > *.pic,
section.program.intro > *.pic,
section.program.contact > *.pic {
  background-size: contain;
  background-repeat: no-repeat;
}
section#contact > *.pitch,
section.program.intro > *.pitch,
section.program.contact > *.pitch {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 3% 3%;
  box-sizing: border-box;
  line-height: 1.6;
}
@media (max-width: 450px) {
  section#contact > *.pitch,
  section.program.intro > *.pitch,
  section.program.contact > *.pitch {
    padding: 6% 3% 12%;
  }
}
section#contact > *.pitch .button,
section.program.intro > *.pitch .button,
section.program.contact > *.pitch .button {
  margin-top: 6%;
  font-size: 1em;
}
@media (max-width: 450px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    flex-direction: column;
  }
}
@media (max-width: 450px) and (max-width: 450px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 0 10px 8%;
  }
}
@media (max-width: 450px) and (min-width: 451px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 0 10px 8%;
  }
}
@media (max-width: 450px) and (min-width: 600px) {
  section#contact,
  section.program.intro,
  section.program.contact {
    padding: 0 25px 8%;
  }
}
@media (max-width: 450px) {
  section#contact ul,
  section.program.intro ul,
  section.program.contact ul {
    text-align: left;
  }
}
@media (max-width: 450px) {
  section#contact > *,
  section.program.intro > *,
  section.program.contact > * {
    width: 100%;
    text-align: center;
  }
  section#contact > *.pic,
  section.program.intro > *.pic,
  section.program.contact > *.pic {
    height: 60vh;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 451px) {
  section#contact > *,
  section.program.intro > *,
  section.program.contact > * {
    width: 49%;
  }
}
@media (min-width: 800px) {
  section#contact > *,
  section.program.intro > *,
  section.program.contact > * {
    width: 45%;
  }
}

section#contact {
  background-image: url("/roche-pepito/assets/img/groupPic02.jpg");
}
@media (max-width: 450px) {
  section#contact {
    flex-direction: column-reverse;
  }
}
section#contact .pic {
  background-image: url("/roche-pepito/assets/img/rochePic.png");
  box-shadow: 0 -49px 22px 8px black;
}
@media (max-width: 800px) {
  section#contact .pic {
    box-shadow: none;
  }
}
section#contact .pitch {
  position: relative;
}
section#contact .pitch .socIcons svg {
  fill: none;
  cursor: pointer;
  color: #004c9a;
  margin-right: 15px;
}

section#testimonials, section#programPitch {
  overflow-x: visible;
  background: #dedede;
  position: relative;
}
section#testimonials:before, section#programPitch:before, section#testimonials:after, section#programPitch:after {
  position: absolute;
  left: -1%;
  width: 100%;
  height: 36px;
  background: #dedede;
}

section#testimonials:before, section#programPitch:before {
  content: "";
  top: -13px;
  transform: rotateZ(1.6deg);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideIn {
  animation: slide 500ms;
}

.slideOut {
  animation: slide 500ms reverse;
}

.fadeOut {
  animation: fade 500ms;
}

.fadeIn, section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  animation: fade 500ms reverse;
}

section#jumbotron {
  font-size: 1.2em;
  background: url("/roche-pepito/assets/img/R01_noBg.png") no-repeat top right, linear-gradient(#fff, #004c9a);
  background-size: contain;
}
@media (max-width: 450px) {
  section#jumbotron {
    padding: 0 10px 0;
  }
}
@media (min-width: 451px) {
  section#jumbotron {
    padding: 0 10px 0;
  }
}
@media (min-width: 600px) {
  section#jumbotron {
    padding: 0 25px 0;
  }
}
section#jumbotron > div {
  margin: 18vh 0 30vh;
  width: 60%;
  padding-left: 7%;
}
section#jumbotron > div > * {
  margin: 12px 0;
}
section#jumbotron > div .button {
  width: 80%;
  height: 55px;
}
@media (max-width: 800px) {
  section#jumbotron {
    background: linear-gradient(#fff, #004c9a);
  }
  section#jumbotron > div {
    margin: 18vh auto 30vh;
    width: 80%;
    padding-left: 0;
    text-align: center;
  }
  section#jumbotron > div .button {
    margin: 0 auto;
  }
}
@media (max-width: 450px) and (orientation: portrait) {
  section#jumbotron > div {
    margin: 8vh auto 10vh;
  }
}

section#testimonials, section#programPitch {
  overflow-x: visible;
  background: #dedede;
  position: relative;
}
section#testimonials:before, section#programPitch:before, section#testimonials:after, section#programPitch:after {
  position: absolute;
  left: -1%;
  width: 100%;
  height: 36px;
  background: #dedede;
}

section#testimonials:before, section#programPitch:before {
  content: "";
  top: -13px;
  transform: rotateZ(1.6deg);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideIn {
  animation: slide 500ms;
}

.slideOut {
  animation: slide 500ms reverse;
}

.fadeOut {
  animation: fade 500ms;
}

.fadeIn, section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  animation: fade 500ms reverse;
}

section#programPitch {
  text-align: center;
}
@media (max-width: 450px) {
  section#programPitch {
    padding: 5% 10px 4%;
  }
}
@media (min-width: 451px) {
  section#programPitch {
    padding: 5% 10px 4%;
  }
}
@media (min-width: 600px) {
  section#programPitch {
    padding: 5% 25px 4%;
  }
}
section#programPitch p {
  width: 70%;
}
section#programPitch .card {
  margin-bottom: 4%;
  text-align: left;
}

section#testimonials, section#programPitch {
  overflow-x: visible;
  background: #dedede;
  position: relative;
}
section#testimonials:before, section#programPitch:before, section#testimonials:after, section#programPitch:after {
  position: absolute;
  left: -1%;
  width: 100%;
  height: 36px;
  background: #dedede;
}

section#testimonials:before, section#programPitch:before {
  content: "";
  top: -13px;
  transform: rotateZ(1.6deg);
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.slideIn {
  animation: slide 500ms;
}

.slideOut {
  animation: slide 500ms reverse;
}

.fadeOut {
  animation: fade 500ms;
}

.fadeIn, section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  animation: fade 500ms reverse;
}

section#testimonials {
  text-align: center;
}
@media (max-width: 450px) {
  section#testimonials {
    padding: 5% 10px 4%;
  }
}
@media (min-width: 451px) {
  section#testimonials {
    padding: 5% 10px 4%;
  }
}
@media (min-width: 600px) {
  section#testimonials {
    padding: 5% 25px 4%;
  }
}
section#testimonials p {
  width: 70%;
}
@media (min-width: 451px) {
  section#testimonials .button {
    width: 50%;
  }
}
section#testimonials #testimonialsCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}
section#testimonials #testimonialsCont .testimonialsCardCont {
  width: calc(40% + 65px);
}
@media (max-width: 800px) {
  section#testimonials #testimonialsCont .testimonialsCardCont {
    width: auto;
  }
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard {
  width: calc(100% - 65px);
  margin-bottom: 4%;
  background: #fff;
  position: relative;
  padding: 15px 8px 5px 73px;
  text-align: left;
  min-height: 130px;
  box-sizing: border-box;
  border-bottom-right-radius: 8px;
  font-style: italic;
  color: #5e5e5e;
  margin-left: auto;
}
@media (max-width: 450px) {
  section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard {
    width: 100%;
    padding: 73px 7px 2px;
    margin-top: 73px;
    text-align: center;
  }
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard .pic {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  top: 0;
  left: -65px;
  border: 5px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 450px) {
  section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard .pic {
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
  }
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.more {
  color: blue;
  cursor: pointer;
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.more[data-hasMore=false] {
  display: none;
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.moreContent {
  display: none;
}
section#testimonials #testimonialsCont .testimonialsCardCont .testimonialsCard span.src {
  display: block;
  margin-top: 6px;
  font-style: normal;
  color: #000;
}