

/*----------Hiding Page headers-------------*/

/*
.lesson-header {
    display: none;
    padding:0;
}
/*
.page__wrapper {
    background-color: #000;
}

.blocks-lesson {
    padding-top:0;
    background: none;
    padding-bottom: inherit;
}


.page__header {
    opacity:0;
    z-index: 0;
}

.progress-wrap {
    z-index: 0;
    display: none;
}

*/

/*----------------BESPOKE PAGE OR BLOCK ID EDITS------------------*/

/*Convert the embed window to full screen*/

.embed--iframe iframe {
    height: 100%;
    position:fixed;
}

.embed--iframe {
    position: static;

}

.block-embed {
    background: #fff;
    border: none;
    box-shadow: none !important;
}

.block-embed__item {
    border: none !important;
    background: none;
}

.block-embed--legacy .block-embed__item--border {
    border: 1px solid #000;
  }

.block-embed--legacy .block-embed__item {
  background: #000;
}


@keyframes nodeInserted {
 from {
   outline-color: #fff; }
 to {
   outline-color: #000; } }
@-moz-keyframes nodeInserted {
 from {
   outline-color: #fff; }
 to {
   outline-color: #000; } }
@-webkit-keyframes nodeInserted {
 from {
   outline-color: #fff; }
 to {
   outline-color: #000; } }
@-ms-keyframes nodeInserted {
 from {
   outline-color: #fff; }
 to {
   outline-color: #000; } }
@-o-keyframes nodeInserted {
 from {
   outline-color: #fff; }
 to {
   outline-color: #000; } }
iframe {
 animation-duration: 0.01s;
 -o-animation-duration: 0.01s;
 -ms-animation-duration: 0.01s;
 -moz-animation-duration: 0.01s;
 -webkit-animation-duration: 0.01s;
 animation-name: nodeInserted;
 -o-animation-name: nodeInserted;
 -ms-animation-name: nodeInserted;
 -moz-animation-name: nodeInserted;
 -webkit-animation-name: nodeInserted; }



