/*
$card-width: 190px;
$card-height: 190px;
*/

/*
$card-front-background-color: white;
$card-back-background-color: #ddd;
*/

/**
* fonts
*/

@font-face {
  font-family: 'quicksand';
  src: url("fonts/quicksand/quicksand-bold-webfont.woff2") format("woff2"), url("fonts/quicksand/quicksand-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'quicksand';
  src: url("fonts/quicksand/quicksand-light-webfont.woff2") format("woff2"), url("fonts/quicksand/quicksand-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'quicksand';
  src: url("fonts/quicksand/quicksand-medium-webfont.woff2") format("woff2"), url("fonts/quicksand/quicksand-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'quicksand';
  src: url("fonts/quicksand/quicksand-regular-webfont.woff2") format("woff2"), url("fonts/quicksand/quicksand-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'sassoon';
  src: url("fonts/sassoon/SassoonInfant.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'sassoon';
  src: url("fonts/sassoon/sassoinfmed.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.yp-flash-cards {
  font-family: "sassoon", sans-serif;
}

.yp-activity__background {
  z-index: -1;
}

.yp-btn {
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
}

.yp-btn-rounded {
    width: 102px;
    height: 105px;
}

.yp-btn-audio {
  background-image: url("imgs/queAudioBtn.png");
}

.yp-btn-play {
  background-image: url("imgs/playPause.png");
}

.yp-btn-mute {
  background-image: url("imgs/muteBtn.png");
}

.yp-btn-flip {
  background-image: url("imgs/flipBtn.png");
}

.yp-btn-reset {
  background-image: url("imgs/resetAnswer.png");
  width: 108px;
  height: 108px;
}

.yp-btn-close {
  background-image: url("imgs/closeBtn.png");
  position: absolute;
  top: -10px;
  right: 1%;
  bottom: auto;
  left: auto;
  z-index: 600;
  width: 71px;
  height: 71px;
}

.yp-btn-submit {
  background-image: url("imgs/submitAnswer.png");
  width: 253px;
  height: 105px;
}

.yp-btn-answer {
  background-image: url("imgs/showAnswer.png");
  width: 374px;
  height: 105px;
}

.yp-btn-answer-toggle {
  background-image: url("imgs/showHideAnswer.png");
  width: 345px;
  height: 105px;
}

.yp-btn-extra {
  background-image: url("imgs/extraBtn.png");
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1%;
  left: 800px;
  z-index: 0;
  width: 215px;
  height: 90px;
}

.yp-btn-extra-next {
  background-image: url("imgs/extraNext.png");
  position: absolute;
  top: auto;
  right: auto;
  bottom: 1%;
  left: 800px;
  z-index: 0;
  width: 225px;
  height: 105px;
}

.yp-btn-prev {
  background-image: url("imgs/prevBtn.png");
  width: 141px;
  height: 141px;
}

.yp-btn-next {
  background-image: url("imgs/nextBtn.png");
  width: 141px;
  height: 141px;
}

.yp-btn-toggle {
  background-position: top right;
}

.yp-btn--footer-btm-left {
  left: 0;
  top: auto;
  bottom: 0;
}

.yp-btn--footer-btm-right {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}

.yp-btn--footer-center-1 {
  left: 480px;
  top: auto;
  bottom: 1%;
}

.yp-btn--footer-center-2 {
  left: 586px;
  top: auto;
  bottom: 1%;
}

.yp-btn--footer-center-3 {
  left: 692px;
  top: auto;
  bottom: 1%;
}

.yp-feedback {
  position: absolute;
  top: -65px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.yp-feedback-anim {
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  /*
  $card-width: 190px;
  $card-height: 190px;
  */
  /*
  $card-front-background-color: white;
  $card-back-background-color: #ddd;
  */
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.yp-feedback-anim--correct {
  width: 540px;
  height: 540px;
  /* background-image: url("imgs/happybee.png"); */
}

.yp-feedback-anim--correct.yp-animate {
  animation: FrameAnimWaldoCorrect 4.2s steps(119) normal;
}

.fade-animation {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

@keyframes FrameAnimWaldoCorrect {
  100% {
    background-position: -64260px 0;
  }
}

.yp-feedback-anim--incorrect {
  width: 540px;
  height: 540px;
  /* background-image: url("imgs/sadbee.png"); */
}

.yp-feedback-anim--incorrect.yp-animate {
  animation: FrameAnimWaldoInCorrect 4.2s steps(119) normal;
}

@keyframes FrameAnimWaldoInCorrect {
  100% {
    background-position: -64260px 0;
  }
}

.yp-after-correct-anim {
  position: absolute;
  width: 290px;
  height: 290px;
  background-image: url("imgs/spriteStars.png");
}

.yp-after-correct-anim-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
}

.yp-after-correct-anim-container.yp-animate-children .yp-after-correct-anim {
  -webkit-animation: CorrectItemAnim 2s steps(28) forwards;
  animation: CorrectItemAnim 2s steps(28) forwards;
}

@-webkit-keyframes CorrectItemAnim {
  100% {
    background-position: -8394px 0;
  }
}

@keyframes CorrectItemAnim {
  100% {
    background-position: -8394px 0;
  }
}

.yp-label {
  background-color: #fff;
  border: 4px solid #6FB54B;
  border-radius: 15px;
  font-size: 1.65rem;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
  padding: 5px 20px 10px;
  margin: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.yp-label-center {
  text-align: center;
}

.yp-img-highlight-item {
  box-shadow: none;
  transform: scale(1);
}

.yp-img-highlight-item-active-noscale {
  box-shadow: 0px 0px 20px 5px orange;
  transform: scale(1);
  z-index: 1000;
}

.yp-img-highlight-item-active-noscale.yp-anim-throb {
  box-shadow: none;
  animation: glow-throb 500ms infinite;
}

.yp-img-highlight-item-active {
  box-shadow: 0px 0px 20px 5px orange;
  transform: scale(1.3);
  z-index: 1000;
}

.yp-img-highlight-item-active.yp-anim-throb {
  box-shadow: none;
  animation: glow-throb 500ms infinite;
}

.yp-img-highlight-item-no-colour-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1000;
}

.yp-img-highlight-item-no-colour-active.yp-anim-throb {
  box-shadow: none;
  animation: glow-throb 500ms infinite;
}

@-webkit-keyframes glow-throb {
  0% {
    box-shadow: 0 0 -10px 5px orange;
  }
  40% {
    box-shadow: 0 0 20px 5px orange;
  }
  60% {
    box-shadow: 0 0 20px 5px orange;
  }
  100% {
    box-shadow: 0 0 -10px 5px orange;
  }
}

@keyframes glow-throb {
  0% {
    box-shadow: 0 0 -10px 5px orange;
  }
  40% {
    box-shadow: 0 0 20px 5px orange;
  }
  60% {
    box-shadow: 0 0 20px 5px orange;
  }
  100% {
    box-shadow: 0 0 -10px 5px orange;
  }
}

.yp-flip-card__text {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.yp-flashcards-flip-card .yp-flip-card__text {
  font-size: 17rem;
  font-weight: 700;
}

.yp-flip-card__smalltext {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.yp-flashcards-flip-card .yp-flip-card__smalltext {
  font-size: 11rem;
  font-weight: 700;
  color: #3FA9F5;
}

.yp-flashcards-flip-card .yp-flip-card__tinytext {
  font-size: 8rem;
  font-weight: 700;
  color: #3FA9F5;
}

.yp-pelmanism-flip-card-text-color {
  color: #3FA9F5;
}

.yp-pelmanism-flip-card {
  width: 230px;
  height: 254px;
}

.yp-pelmanism-flip-card .yp-flip-card__text {
  line-height: 254px;
}

.yp-pelmanism-flip-card .yp-flip-card__front {
  background-color: transparent;
  border-radius: 0;
}

.yp-pelmanism-flip-card .yp-flip-card__back {
  background-color: white;
  text-align: center;
  font-weight: 700;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.yp-pelmanism-flip-card .yp-flip-card__text {
  margin: 0;
  height: 100%;
  line-height: 254px;
  font-size: 2rem;
}

.yp-pelmanism-flip-card .yp-flip-card__audio {
  background: transparent url("imgs/cardAudio.png") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.yp-pelmanism-flip-card.yp-correct img {
  opacity: 0.75;
}

.yp-pelmanism-flip-card:nth-child(1) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(7) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(12) .yp-flip-card__front {
  background-image: url("imgs/flower-red.png");
}

.yp-pelmanism-flip-card:nth-child(3) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(5) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(10) .yp-flip-card__front {
  background-image: url("imgs/flower-blue.png");
}

.yp-pelmanism-flip-card:nth-child(2) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(8) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(9) .yp-flip-card__front {
  background-image: url("imgs/flower-yellow.png");
}

.yp-pelmanism-flip-card:nth-child(4) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(6) .yp-flip-card__front, .yp-pelmanism-flip-card:nth-child(11) .yp-flip-card__front {
  background-image: url("imgs/flower-navy.png");
}

.yp-pelmanism-flip-card:nth-child(1), .yp-pelmanism-flip-card:nth-child(5), .yp-pelmanism-flip-card:nth-child(9) {
  left: 89px;
}

.yp-pelmanism-flip-card:nth-child(2), .yp-pelmanism-flip-card:nth-child(6), .yp-pelmanism-flip-card:nth-child(10) {
  left: 385px;
}

.yp-pelmanism-flip-card:nth-child(3), .yp-pelmanism-flip-card:nth-child(7), .yp-pelmanism-flip-card:nth-child(11) {
  left: 675px;
}

.yp-pelmanism-flip-card:nth-child(4), .yp-pelmanism-flip-card:nth-child(8), .yp-pelmanism-flip-card:nth-child(12) {
  left: 970px;
}

.yp-pelmanism-flip-card:nth-child(1), .yp-pelmanism-flip-card:nth-child(2), .yp-pelmanism-flip-card:nth-child(3), .yp-pelmanism-flip-card:nth-child(4) {
  top: 25px;
}

.yp-pelmanism-flip-card:nth-child(5), .yp-pelmanism-flip-card:nth-child(6), .yp-pelmanism-flip-card:nth-child(7), .yp-pelmanism-flip-card:nth-child(8) {
  top: 290px;
}

.yp-pelmanism-flip-card:nth-child(9), .yp-pelmanism-flip-card:nth-child(10), .yp-pelmanism-flip-card:nth-child(11), .yp-pelmanism-flip-card:nth-child(12) {
  top: 555px;
}

.yp-draggable-container {
  position: relative;
  z-index: 10;
}

.yp-draggable {
  cursor: move;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: white;
  width: 235px;
  height: 133px;
  border: 4px solid #3FA9F5;
  border-radius: 10px;
  padding: 10px 0;
}

.yp-draggable:nth-child(odd) {
  left: 650px;
}

.yp-draggable:nth-child(even) {
  left: 910px;
}

.yp-draggable:nth-child(1), .yp-draggable:nth-child(2) {
  top: 30px;
}

.yp-draggable:nth-child(3), .yp-draggable:nth-child(4) {
  top: 210px;
}

.yp-draggable:nth-child(5), .yp-draggable:nth-child(6) {
  top: 390px;
}

.yp-draggable.is-dragging {
  z-index: 1000;
  box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.3);
}

.yp-draggable-drop-container {
  position: relative;
  z-index: 1;
}

.yp-draggable-drop {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  width: 235px;
  height: 153px;
  line-height: 153px;
  border: 4px solid #ccc;
  border-radius: 10px;
  background: #F2F2F2;
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.yp-draggable-drop:nth-child(odd) {
  left: 30px;
}

.yp-draggable-drop:nth-child(even) {
  left: 285px;
}

.yp-draggable-drop:nth-child(1), .yp-draggable-drop:nth-child(2) {
  top: 30px;
}

.yp-draggable-drop:nth-child(3), .yp-draggable-drop:nth-child(4) {
  top: 210px;
}

.yp-draggable-drop:nth-child(5), .yp-draggable-drop:nth-child(6) {
  top: 390px;
}

.yp-animated-story-reordering__reset-btn {
  bottom: 0.5%;
  left: 1.5%;
  top: auto;
}

.yp-animated-story-reordering__submit-btn {
  left: 55%;
  bottom: 1%;
  top: auto;
}

.yp-animated-story-reordering__submit-btn.yp-u-disable {
  opacity: .8;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.yp-animated-story-reordering__answer-btn {
  left: 26%;
  bottom: 1%;
  top: auto;
}

.yp-flashcards__menu {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 25px;
  z-index: 0;
  margin: 0;
  padding: 0 20px 0 0;
  width: 230px;
  height: 780px;
  list-style: none;
  overflow: auto;
}

.yp-flashcards__menu-item {
  padding: 15px 0;
  border-bottom: 2px solid #6FB54B;
}

.yp-flashcards__menu-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.yp-flashcards__menu-item:first-child {
  padding-top: 0;
}

.yp-flashcards__menu-item.yp-u-disable .yp-flashcards__menu-item-link {
  opacity: 0.5;
}

.yp-flashcards__menu-item-link {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  color: #6FB54B;
  border-radius: 10px;
  padding: 10px 15px 5px;
}

.yp-flashcards__menu-item-link.yp-active {
  background-color: #6FB54B;
  color: white;
}

.yp-flashcards__cards {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 300px;
  z-index: 0;
  width: 965px;
  height: 790px;
  padding: 20px 0;
  overflow: auto;
}

.yp-flashcards__collection-title {
  font-size: 2rem;
  margin: 14px 15px;
  float: left;
  width: 90%;
}

.yp-flashcard {
  position: relative;
  margin: 0 13px 13px;
  background-color: white;
  border: 10px solid #6FB54B;
  width: 190px;
  height: 190px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.2);
}

.yp-flashcard:hover, .yp-flashcard:focus {
  border-color: orange;
}

.yp-poster-flashcard {
  position: relative;
  margin: 0 13px 13px;
  float: left;
  top: 200px;
  left: 220px;
  background-color: white;
  border: 10px solid #6FB54B;
  width: 450px;
  height: 320px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.2);
}

.yp-poster-flashcard:hover, .yp-poster-flashcard:focus {
  border-color: orange;
}

.yp-flashcard__img {
  /*    andy added*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 80%;
  /*	@include absolute(0,0);*/
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
}

.yp-flashcard__img.yp-v-center {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yp-flashcard__text {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 206px;
  text-align: center;
  font-size: 4rem;
}

.yp-flashcard__caption {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5px;
  left: auto;
  z-index: 0;
}

.yp-flashcards__modal__img {
  /*	max-width: 80%;*/
  height: 75%;
  padding-top: 45px;
}

.yp-flashcards__modal__img--poster {
  height: 100%;
  padding-top: 0px;
}

.yp-flashcard__footer {
  text-align: center;
  font-weight: 700;
  width: 100%;
  font-size: 1.6rem;
  color: #3FA9F5;
}

.yp-flashcard-container {
  position: relative;
  float: left;
  height: 270px;
}

.yp-flashcard-container--shallow {
  height: 260px;
}

.yp-flashcards__cards--large {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.yp-flashcards__cards--large .yp-flashcard-container {
  width: 50%;
}

.yp-flashcards__cards--large .yp-flashcard {
  width: 350px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  height: auto;
  box-sizing: border-box;
}

.yp-flashcards__cards--large .yp-flashcard__img {
  max-height: 100%;
  position: relative;
  transform: none;
  left: 0;
}

.yp-dragdrop-draggable {
  cursor: move;
  position: absolute;
  z-index: 0;
}

.yp-dragdrop-dropzone {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  line-height: 153px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.yp-dropzone-border {
  border: 4px solid #ccc;
  border-radius: 5px;
}

.yp-dragdrop-caption-text {
  position: absolute;
  text-align: center;
  font-size: 1rem;
  color: #3FA9F5;
  font-weight: 700;
}

.yp-dragdrop-caption-text-med {
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  color: #3FA9F5;
  font-weight: 500;
}

.yp-act__tracing .yp-slideshow {
  display: flex;
  flex-flow: column wrap;
}

.yp-act__tracing .yp-lightbox__btn {
  left: 132px;
}

/*.chartrace-container {
	@include absolute-center();
}*/

/*.yp-tracing-overlay {
	max-width: 500px;
     height: 500px; 
    max-height: 540px;
}*/

.yp-player-token {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  transition: all 300ms ease-out;
}

.yp-place {
  transition: all 300ms ease-out;
}

.yp-place-visited {
  opacity: 0.5;
}

.yp-drag-item {
  z-index: 500;
}

.yp-drag-item--current {
  z-index: 600;
}

.yp-drop-zone {
  border: 10px solid #3FA9F5;
  border-radius: 10px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
}

.yp-drop-zone__title {
  font-size: 4rem;
  margin: 0;
  color: #3FA9F5;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.first-letter-coloured {
  color: #000000;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

img.spin {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.rotate_60 {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.rotate_120 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.rotate_180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate_240 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.rotate_300 {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.yp-url-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
}

.yp-url-holder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 100;
}

.yp-url-holder__close-btn {
  top: 30px;
  right: 20px;
  z-index: 110;
  transform: translateZ(0);
}

/**
*
*/

.yp-player {
  font-family: "quicksand", sans-serif;
}

.yp-player__header {
  /* background-color: #d7d7d7; */
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.yp-player__header:before {
  content: "";
  /* background-image: url("imgs/bee.png"); */
  background-repeat: none;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 15px;
  z-index: 0;
  width: 88px;
  height: 126px;
  background-size: contain;
}

.yp-player__header--primary .yp-player__header-badge {
  background: #6FB54B;
}

.yp-player__header--secondary .yp-player__header-badge {
  background: #6FB54B;
}

.font1 {
  font-family: "sassoon";
  font-size: 1.2em;
  vertical-align: 66px;
}

.yp-player__header-title {
  font-size: 2.5rem;
  padding: 0 0 0 125px;
  line-height: 75px;
}

.yp-player__header-badge {
  background: #38E086;
  background: -webkit-radial-gradient(center, ellipse cover, #38E086 0%, #38E086 100%);
  background: radial-gradient(ellipse at center, #38E086 0%, #38E086 100%);
  text-shadow: 1px 2px 9px #000;
  border: none;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  text-align: center;
  line-height: 75px;
}

.yp-player__footer {
  /* background: transparent url("imgs/footerBG.png") no-repeat top left; */
  background-size: cover;
  opacity: 0.9;
}

.yp-player--flashcards .yp-player__header-badge {
  background: #3FA9F5;
}

/**
*
*/

.yp-modal {
  border-radius: 20px;
  border: 4px solid #6FB54B;
  height: 669px;
}

.yp-modal--tall {
  height: 799px;
}

.yp-modal--poster {
  height: 898px;
}

.yp-modal__btn--bottom-left {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.yp-modal__btn--bottom-left-2 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 125px;
  z-index: 1001;
}

/**
*
*/

.yp-flip-card__caption {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5px;
  left: auto;
  z-index: 0;
}

.yp-flip-card__img-caption, .yp-flashcards__modal__img-caption {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 0;
  z-index: 20;
  width: 100%;
  font-weight: 700;
  font-size: 5rem;
  margin: 0;
  color: #3FA9F5;
}

.yp-flip-card__title-text {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 10;
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
}

.yp-flip-card__contents img {
  max-height: 90%;
}

/**
*	Slideshow
*/

.yp-slide {
  width: 1190px;
}

.yp-slideshow-arrow {
  position: absolute;
  top: calc(50% - 40px);
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 100;
  background: transparent url("imgs/slideshow-arrow-left.svg") no-repeat center center;
  background-size: 100%;
  width: 80px;
  height: 80px;
  display: block;
}

.yp-slideshow-arrow--left {
  left: 20px;
}

.yp-slideshow-arrow--right {
  right: 20px;
  left: auto;
  background-image: url("imgs/slideshow-arrow-right.svg");
}

/**
*	video player base (any look/feel overide should be within theme)
*/

.yp-video-player {
  top: 70px;
  left: 240px;
  width: 800px;
  height: 600px;
  border-radius: 15px;
  border: 3px solid #6FB54B;
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.5);
}

.yp-video-player video {
  margin-top: 10px;
}

.yp-video-player__play-btn {
  top: 80%;
  left: 20%;
}

.yp-video-player__mute-btn {
  top: 80%;
  right: 5%;
  left: auto;
}

.yp-video-player__reset-btn {
  top: 80%;
  left: 5%;
}

.yp-video-player__close-btn {
  z-index: 750;
  right: -30px;
  top: -30px;
  left: auto;
}

/**
*	lightbox scss
*/

.yp-lightbox__content {
  border: 4px solid #6FB54B;
  border-radius: 20px;
}

.yp-lightbox__btn {
  bottom: -120px;
  top: auto;
  left: 62px;
  right: auto;
}

/**
*	tracer scss
*/