/****************/
/* Vocab Slides */
/****************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');

/* Repositions click_and_hide objects outside of slide frame to allow next object to float in line */
[class*="click_and_reveal"] { visibility: hidden; position: absolute; }
.has_fx[style*="visibility: visible;"] { position: relative; }
.has_fx[style*="visibility: hidden;"] { position: absolute; }
.slide[style*="visibility: hidden;"] .animated { display: none; }

#slide_reel .vocab_term_origin p, .interactive .vocab_term_origin p {
  margin-bottom: 7%;
}

.dd_dropzone div.wrong_icon i.fa-times-circle, .dd_dropzone div.wrong_icon i.fa-check-circle, .dd_dropzone div.right_icon i.fa-times-circle, .dd_dropzone div.right_icon i.fa-check-circle {
  margin-left: -0.1em;
  margin-top: 0.03em;
}

.slide .vocab_definition_block ol li, .interactive .vocab_definition_block ol li {
  min-height: 2.4em;
  margin-bottom: 1em;
  float: left;
  width: 64%;
  position: relative;
  clear: none;
  list-style-position: outside;
}

.vocab_definition_block_2 ol li {
  list-style-position: outside;
  margin-left: 4%;
  font-size: .9em;
}


/*********/
/* OTHER */
/*********/

.matching_box {
  height: 270px;
  width: 400px;
}
.image_popup {
  padding: 1%;
  box-shadow: rgb(119, 119, 119) 0.05em 0.05em 0.3em;
  margin-bottom: 0.5em;
  position: absolute;
  background-color: #fff;
  z-index: 101;
  height: auto;
  width: 57%;
}
.image_popup img {
  width:100%;
  margin-bottom: 1%;
}

.full_popup_div {
  background-color: #FFFFFF;
  width: 84.5%;
  padding: 0 0 2%;
  margin: 0 7%;
  top: 7%;
  height: auto;
  border-left-color: #F39020;
  border-left-width: 1em;
  border-left-style: solid;
  display: none;
  position: absolute;
  box-shadow: .5em .5em 1em #323232;
  z-index: 1000;
}

div .full_popup_close,
.orange_popup .full_popup_close,
.ela_popup .full_popup_close {
  position: absolute;
  right: -0.9em !important;
  top: -0.7em !important;
}

span.fa-stack.full_popup_close {
  position: absolute;
  right: -1em !important;
  top: -1em !important;
}

.full_popup_div .full_popup_close {
  position: absolute;
  right: -0.8em !important;
  top: -0.7em !important;
}

.dd_answer.stack {
  position: absolute !important;
}

.dd_answer_img {
  box-shadow: 0 0.3em 0 0 #444;
  border-radius: .5em;
  cursor: pointer;
}

.dd_answer:not(.dd_answer_img):not(.dd_answer_text) {
  box-shadow: 0 .2em 0 .1em #006370;
  cursor: pointer;
}

.destination {
  box-shadow: inset 0 0 .9em #999999;
  border: .2em solid #ffffff;
}
.destination .dd_answer:not(.dd_answer_img) {
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 0;
}

.dd_origin {
  position: relative;
}
.dd_origin .dd_answer:not(.dd_answer_img) {
  margin-bottom: 3%;
  margin-top: 3%;
}

/***************/
/* INTERACTIVE SLIDE STYLES */
/***************/

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd) {
  color: #ffffff;
  background-color: #008C94;
  position: relative;
  line-height: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: center;
  float: left;
  width: 97%;
  font-size: 1em;
  clear: left;
  padding: .3em .2em;
  background-image: linear-gradient(bottom, #026370 0%, #008C94 100%);
  background-image: -o-linear-gradient(bottom, #026370 0%, #008C94 100%);
  background-image: -moz-linear-gradient(bottom, #026370 0%, #008C94 100%);
  background-image: -webkit-linear-gradient(bottom, #026370 0%, #008C94 100%);
  background-image: -ms-linear-gradient(bottom, #026370 0%, #008C94 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #026370), color-stop(1, #008C94));
  -webkit-border-radius: .25em;
  -moz-border-radius: .25em;
  border-radius: .25em;
  -webkit-box-shadow: inset 0 .05em 0 #008C94, 0 .25em 0 0 #014E56, 0 .5em .25em #999;
  -moz-box-shadow: inset 0 .05em 0 #2ab7ec, 0 .25em 0 0 #156785, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #2ab7ec, 0 .25em 0 0 #156785, 0 .5em .25em #999;
  box-shadow: inset 0 .05em 0 #008C94, 0 .25em 0 0 #014E56, 0 .5em .25em #999;
}

.dd_dropzone {
  width: 28%;
  position: relative;
  margin: 0 6% 0 1%;
  float: left;
  left: 0;
  display: inline-block;
  font-size: .75em;
  min-height: 2.2em;
  clear: none;
  -webkit-border-radius: .45em;
  -moz-border-radius: .45em;
  border-radius: .45em;
  background-color: #a2a2a2;
  -webkit-box-shadow: inset 0 .24em .05em #909193;
  -moz-box-shadow: inset 0 .24em .05em #909193;
  -o-box-shadow: inset 0 .24em .05em #909193;
  box-shadow: inset 0 .24 dm .05em #909193;
}
.dd_dropzone div.wrong_icon, .dd_dropzone div.right_icon {
  display: none;
  position: absolute;
  right: -.5em;
  top: -.5em;
  z-index: 100;
  margin-right: 0%;
  box-shadow: 0 .15em .3em #555555;
  font-size: 1.2em;
  line-height: 1.2em;
  background-color: #ffffff;
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  text-align: center;
}
.dd_dropzone div.wrong_icon i.fa-times-circle, .dd_dropzone div.wrong_icon i.fa-check-circle, .dd_dropzone div.right_icon i.fa-times-circle, .dd_dropzone div.right_icon i.fa-check-circle {
  color: #C10211;
  position: relative;
  font-size: 1.2em;
  height: 1.2em;
  width: 1.2em;
}
.dd_dropzone div.wrong_icon i.fa-check-circle, .dd_dropzone div.right_icon i.fa-check-circle {
  color: #079B3C;
}

.dd_dropzone_type_2,
.dd_dropzone_type_2_extended {
  width: 25%;
  position: relative;
  margin: 0;
  float: none;
  left: 0;
  display: inline-block;
  font-size: .75em;
  min-height: 2.2em;
  clear: none;
  -webkit-border-radius: .45em;
  -moz-border-radius: .45em;
  border-radius: .45em;
  background-color: #bbbbbb;
  -webkit-box-shadow: inset 0 .24 dm .05em #909193;
  moz-box-shadow: inset 0 .24 dm .05em #909193;
  o-box-shadow: inset 0 .24 dm .05em #909193;
  box-shadow: inset 0 .24 dm .05em #909193;
  top: .8em;
}
.dd_dropzone_type_2 span,
.dd_dropzone_type_2_extended span {
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  left: 45%;
  color: #3C3C3C;
  text-shadow: 0 1px #cccccc;
}

.dd_dropzone_type_2_extended {
  width: 40%;
  position: relative;
  margin: 0;
  float: none;
  left: 0;
  display: inline-block;
  font-size: .75em;
  min-height: 2.2em;
  clear: none;
  -webkit-border-radius: .45em;
  -moz-border-radius: .45em;
  border-radius: .45em;
  background-color: #bbbbbb;
  -webkit-box-shadow: inset 0 .24 dm .05em #909193;
  moz-box-shadow: inset 0 .24 dm .05em #909193;
  o-box-shadow: inset 0 .24 dm .05em #909193;
  box-shadow: inset 0 .24 dm .05em #909193;
  top: .8em;
}

.dd_origin .dd_answer:not(.dd_answer_img) {
  margin-top: 0;
  margin-bottom: 3%;
}

.dd_dropzone span.fa-stack {
  display: none;
  float: left;
  position: absolute;
  right: -1.1em;
  bottom: 1.2em;
  z-index: 100;
  margin-right: 0%;
}

div.slide[style*="visibility: hidden;"] .dd_dropzone, div.slide[style*="visibility: hidden;"] .ui-droppable {
  display: none;
}

.slide .dd_dropzone .dd_answer, .interactive .dd_dropzone .dd_answer {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  z-index: 1;
  left: 0px;
  top: 0px;
  height: 1.09em;
  width: 100%;
  padding: 0.3em 0;
  font-size: 1.3em;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.dd_dropzone_type_2 .dd_answer {
  width: 96.2%;
  margin-bottom: 0;
  height: 1.1em;
}

.check_answer_btn {
  color: #FFF !important;
  margin-top: 10%;
  margin-left: 3%;
  margin-right: 10%;
  background-color: #B3BB35;
  padding: .6em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  border: solid 1px #B3BB35;
  background-image: linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -o-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -moz-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -webkit-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -ms-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #78A240), color-stop(1, #B3BB35));
  -webkit-box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  -moz-box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
}

.check_answer_btn::before {
  background-color: rgba(219, 219, 219, .5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .6em;
  left: -.6em;
  top: -.6em;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.check_answer_btn:active {
  padding-bottom: .52em;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .7em;
  top: .1em;
  background-image: linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -o-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -moz-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -webkit-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -ms-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B3BB35), color-stop(1, #78A240));
}

.reset_btn {
  color: #FFF !important;
  margin-top: 10%;
  background-color: #78499D;
  padding: .6em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  border: solid 1px #78499D;
  background-image: linear-gradient(bottom, #522e91 0%, #78499D 100%);
  background-image: -o-linear-gradient(bottom, #522e91 0%, #78499D 100%);
  background-image: -moz-linear-gradient(bottom, #522e91 0%, #78499D 100%);
  background-image: -webkit-linear-gradient(bottom, #522e91 0%, #78499D 100%);
  background-image: -ms-linear-gradient(bottom, #522e91 0%, #78499D 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #522e91), color-stop(1, #78499D));
  -webkit-box-shadow: inset 0px 1px 0px #78499D, 0px 1px 0px #000;
  -moz-box-shadow: inset 0px 1px 0px #78499D, 0px 1px 0px #000;
  box-shadow: inset 0px 1px 0px #78499D, 0px 1px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
}

.reset_btn::before {
  background-color: rgba(219, 219, 219, .5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .6em;
  left: -.6em;
  top: -.6em;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.reset_btn:active {
  padding-bottom: .52em;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .7em;
  top: .1em;
  background-image: linear-gradient(bottom, #78499D 0%, #522e91 100%);
  background-image: -o-linear-gradient(bottom, #78499D 0%, #522e91 100%);
  background-image: -moz-linear-gradient(bottom, #78499D 0%, #522e91 100%);
  background-image: -webkit-linear-gradient(bottom, #78499D 0%, #522e91 100%);
  background-image: -ms-linear-gradient(bottom, #78499D 0%, #522e91 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #78499D), color-stop(1, #522e91));
}
.dd_answer_no_shadow {
  box-shadow: none !important;
}

/* VOCAB BLOCK INTERACTION CODE */
#slide_reel .slide .vocab_term_origin_v2 p {
  width: 42%;
  display: inline-block;
  position: relative;
  margin: 0.45em 0.5em 0.45em 0;
  padding: 0.5em;
  clear: none;
  font-size: 1em;
  line-height: 1em;
}
.slide .vocab_term_block_abs {

}
.slide .vocab_term_origin_v2 {
  float: left;
  width: 100%;
  height: 6em;
  margin: 0;
  padding: 0;
}
.slide .check_answer_block_v2 {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
  margin-top: 1em;
  clear: left;
}
.slide .dd_dropzone.dz_flt {
  width: 8em;
  min-height: 2em;
  margin: 0.5em 1em;
  display: inline-block;
  position: relative;
  font-size: 1em;
  background-color: rgba(221,221,221,0.85);
  -webkit-border-radius: .45em;
  -moz-border-radius: .45em;
  border-radius: .45em;
  -webkit-box-shadow: inset 0 0.24em 0.05em #909193;
  -moz-box-shadow: inset 0 .24em .05em #909193;
  -o-box-shadow: inset 0 .24em .05em #909193;
  box-shadow: inset 0 .24 dm .05em #909193;
}
.slide .dd_dropzone.dz_flt .dd_answer {
  font-size: 1em;
  width: 100%;
  padding: 0.5em 0;
  height: auto;
}
.slide .dd_dropzone.dz_abs {
  width: 8em;
  min-height: 2em;
  margin: 0;
  position: absolute;
  float: none;
  font-size: 1em;
  background-color: rgba(221,221,221,0.85);
  -webkit-border-radius: 0.45em;
  -moz-border-radius: 0.45em;
  border-radius: 0.45em;
  -webkit-box-shadow: inset 0 0.24em 0.05em #909193;
  -moz-box-shadow: inset 0 .24em .05em #909193;
  -o-box-shadow: inset 0 .24em .05em #909193;
  box-shadow: inset 0 .24 dm .05em #909193;
  z-index: 2;
}
.slide .dd_dropzone.dz_abs .dd_answer {
  font-size: 1em;
  line-height: 1em;
  width: 94%;
  padding: 0.5em 3%;
  height: auto;
}
.slide .dd_dropzone.dz_abs.para .dd_answer {
  font-size: 0.75em;
  line-height: 1em;
  width: 94%;
  padding: 0.5em 3%;
  height: auto;
}
.slide .dd_dropzone.dz_abs_img {
  width: 8em;
  min-height: 5em;
  margin: 0;
  position: absolute;
  float: none;
  font-size: 1em;
  line-height: 0em;
  background-color: rgba(221,221,221,0.85);
  -webkit-border-radius: 0.45em;
  -moz-border-radius: 0.45em;
  border-radius: 0.45em;
  webkit-box-shadow: inset 0 0.24em 0.05em #909195;
  -moz-box-shadow: inset 0 0.24em 0.05em #909193;
  -o-box-shadow: inset 0 0.24em 0.05em #909193;
  box-shadow: inset 0 0.24em 0.05em #909193;
  z-index: 0;
}
.slide .dd_dropzone.dz_abs_img img.dd_answer {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  z-index: 1;
}
.slide img.dd_answer_img {
  box-shadow: 0 0.3em 0 0 #444;
  border-radius: 0.25em;
  margin: 1%;
  cursor: pointer;
  z-index: 1;
}


/*******************/
/* NEW DEMO STYLES */
/*******************/

.slide, .interactive {
  /* ASED */
  /* slide title classes */
  /* slide lesson title classes */
}
.slide p, .interactive p {
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.slide p.purple_sub, .interactive p.purple_sub, .slide h2.purple_sub, .interactive h2.purple_sub {
  color: #522e91;
  font-weight: bold;
}
.slide p.red_sub, .interactive p.red_sub {
  color: #D2232A;
  font-weight: bold;
}
.slide .full_img_bkg, .interactive .full_img_bkg {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 0;
}
.slide .expand-pt5, .interactive .expand-pt5 {
  clear: left;
  padding-top: 0em;
}
/* UPDATE 2/17 */
.slide .plus_minus, .interactive .plus_minus {
  margin-left: 0.35em;
  float: none;
  cursor: pointer;
  color: #F38F1D;
  width: auto;
  height: auto;
}
.slide p.has_fx.expandable_js,
.slide p.expandable_js  {
  float: none !important;
  margin-bottom: 1em !important;
  margin-top: 0em !important;
  padding-top: 0em !important;
}
.slide ul li.has_fx.expandable_js,
.slide ul li.expandable_js {
  float: none !important;
  margin-bottom: 0.5em !important;
  margin-top: 0em !important;
  padding-top: 0em !important;
}
.slide p.expandable_answer + div.has_fx.expandable_js p.expandable_js,
.slide p.expandable_answer + p.has_fx.expandable_js {
  padding-top: 0.5em !important;
}
.slide li.expandable_js + p.expandable_answer {
  float: none;
  clear: left;
  margin-bottom: 1em;
  color: blue;
  margin-left: 0 !important;
  margin-top: 0em;
}
.slide p.expandable_js + p.expandable_answer {
  float: none;
  clear: left;
  margin-bottom: 1em;
  color: blue;
  margin-left: 0 !important;
  margin-top: -0.5em;
}
.slide p.expandable_js + ul.expandable_answer li,
.slide p.expandable_js + ol.expandable_answer li {
  color: blue;
}
.slide p.expandable_js + p.expandable_answer + ul.expandable_answer li,
.slide p.expandable_js + p.expandable_answer + ol.expandable_answer li {
  color: blue;
}
.slide ul li.expandable_js ul.expandable_answer li {
  color: blue;
  line-height: 1.2em !important;
  list-style-position: outside !important;
  list-style-type: disc !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-size: 1em !important;
}
.slide ul li.expandable_js ol.expandable_answer li {
  color: blue;
  line-height: 1.2em !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-size: 1em !important;
}
ul p.expandable_answer,
ol p.expandable_answer {
  font-size: 1.2em;
}
.slide .orange_alpha_bar, .interactive .orange_alpha_bar {
  background-image: url("https://s3.amazonaws.com/platoproduction20160712/system/slide_images/18506/original/orange_80opacity.png?1459273170");
  background-size: auto 100%;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1.1%;
  position: absolute;
  bottom: 4%;
  right: 0;
}
.slide .blue_alpha_bar, .interactive .blue_alpha_bar {
  background-image: url("https://s3.amazonaws.com/platoproduction20160712/system/slide_images/18505/original/blue_80opacity.png?1459272424");
  background-size: auto 100%;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1.1%;
  position: absolute;
  bottom: 4%;
  right: 0;
}
.slide .green_alpha_bar, .interactive .green_alpha_bar {
  background-image: url("https://s3.amazonaws.com/platoproduction20160712/system/slide_images/18504/original/green_80opacity.png?1459272424");
  background-size: auto 100%;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1.1%;
  position: absolute;
  bottom: 4%;
  right: 0;
}
.slide .title_slide_lg, .interactive .title_slide_lg {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 3.7em;
  color: #FFFFFF;
  padding-left: 3%;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: .02em;
}

.slide .title_slide_lg_loel, .interactive .title_slide_lg_loel {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3em;
  color: #FFFFFF;
  padding-left: 3%;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: 0;
}
.slide .pre_left_content {
  float: left;
  width: 34%;
  height: 100%;
}
.slide .pre_question_block_vert {
  background-color: rgba(0,0,0,0.6);
  width: 50%;
  max-height: 89.5%;
  height: 100%;
  padding: 19% 8% 0 8%;
  letter-spacing: -.05em;
  z-index: -2;
  float: left;
  overflow: hidden;
}
.slide .pre_question_block_horz, .interactive .pre_question_block_horz {
  background-image: url("https://s3.amazonaws.com/platoproduction20160712/system/slide_images/18502/original/60percent.png?1459272424");
  background-size: auto 100%;
  width: 96%;
  max-height: 89.5%;
  height: 20%;
  padding: 2% 2% 0 2%;
  position: absolute;
  letter-spacing: -.05em;
  z-index: 100;
  float: left;
  overflow: hidden;
  bottom: 5%;
  left: 0;
}
.slide .pre_question_block_horz .question_block_cont, .interactive .pre_question_block_horz .question_block_cont {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.slide p.pre_questions, .interactive p.pre_questions {
  font-size: 1.3em;
  color: #fff;
  line-height: 1.3em;
  padding-bottom: 5%;
  margin-bottom: 0;
  padding-top: 20%;
}
.slide .pre_questions:first-child, .interactive .pre_questions:first-child {
  padding-top: 0;
}
.slide .pre_reveal_btn, .interactive .pre_reveal_btn {
  color: #FFF !important;
  left: .5em;
}
.slide .pre_popup, .interactive .pre_popup {
  position: absolute;
  background-color: #fff;
  padding: 1.5%;
  font-size: 1.2em;
  width: 25%;
  -moz-box-shadow: 0 0 0.4em #000000;
  -webkit-box-shadow: 0 0 0.4em #000000;
  box-shadow: 0 0 0.4em #000000;
  color: #008C94;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: -.05em;
}
.slide .std_bkg, .interactive .std_bkg {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
}
.slide .oto_lft, .interactive .oto_lft {
  clear: both;
  padding-left: 0;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  float: left;
}
.slide .oto_rt, .interactive .oto_rt {
  padding-left: 0;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  height: 77%;
  overflow: hidden;
  float: left;
}
.slide .oto_lft.prep_slide h2, .interactive .oto_lft.prep_slide h2 {
  font-size: 3em;
  margin-bottom: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
.slide .prep_slide p,
.slide .prep_slide_n p {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.slide .oto_rt .video_iframe, .interactive .oto_rt .video_iframe {
  margin-left: 0;
  width: 100%;
  height: 58%;
}
.slide .oto_rt img, .slide .ott_rt img, .slide .tto_rt img, .slide .fw img, .interactive .oto_rt img, .interactive .ott_rt img, .interactive .tto_rt img, .interactive .fw img {
  width: 100%;
}
.slide .ott_lft, .interactive .ott_lft {
  clear: both;
  padding-left: 0;
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  float: left;
}
.slide .ott_rt, .interactive .ott_rt {
  padding-left: 0;
  width: 60%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  height: 77%;
  overflow: hidden;
  float: left;
}
.slide .ott_rt .video_iframe, .interactive .ott_rt .video_iframe {
  margin-left: 0;
  width: 100%;
  height: 76%;
}
.slide .tto_lft, .interactive .tto_lft {
  clear: both;
  padding-left: 0;
  width: 60%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  float: left;
}
.slide .tto_rt, .interactive .tto_rt {
  padding-left: 0;
  width: 32%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  height: 77%;
  overflow: hidden;
  float: left;
}
.slide .tto_rt .video_iframe, .interactive .tto_rt .video_iframe {
  margin-left: 0;
  width: 100%;
  height: 41%;
}
.slide .fw, .interactive .fw {
  clear: both;
  padding-left: 0;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 1%;
  height: 86%;
  float: left;
}


/* UPDATED: UL */
.slide .oto_lft > ul, .slide .oto_lft div ul, .slide .oto_lft div.purple_box ul,
.slide .oto_rt > ul, .slide .oto_rt div ul, .slide .oto_rt div.purple_box ul,
.slide .tto_lft > ul, .slide .tto_lft div ul, .slide .tto_lft div.purple_box ul,
.slide .tto_rt > ul, .slide .tto_rt div ul, .slide .tto_rt div.purple_box ul,
.slide .ott_lft > ul, .slide .ott_lft div ul, .slide .ott_lft div.purple_box ul,
.slide .ott_rt > ul, .slide .ott_rt div ul, .slide .ott_rt div.purple_box ul,
.slide .fw > ul, .slide .fw div ul, .slide .fw div.purple_box ul {
  line-height: 1.2em !important;
  margin-left: 1.5em !important;
  margin-bottom: 1em !important;
  list-style-position: outside !important;
  list-style-type: disc !important;
  font-size: 1em !important;
}
/* UPDATED: OL */
.slide .oto_lft > ol, .slide .oto_lft div ol, .slide .oto_lft div.purple_box ol,
.slide .oto_rt > ol, .slide .oto_rt div ol, .slide .oto_rt div.purple_box ol,
.slide .tto_lft > ol, .slide .tto_lft div ol, .slide .tto_lft div.purple_box ol,
.slide .tto_rt > ol, .slide .tto_rt div ol, .slide .tto_rt div.purple_box ol,
.slide .ott_lft > ol, .slide .ott_lft div ol, .slide .ott_lft div.purple_box ol,
.slide .ott_rt > ol, .slide .ott_rt div ol, .slide .ott_rt div.purple_box ol,
.slide .fw > ol, .slide .fw div ol, .slide .fw div.purple_box ol {
  line-height: 1.2em !important;
  margin-left: 1.5em !important;
  margin-bottom: 1em !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
  font-size: 1em !important;
}
/* UPDATED: OL-LOWER ALPHA */
.slide .oto_lft > ol.alpha, .slide .oto_lft div ol.alpha, .slide .oto_lft div.purple_box ol.alpha,
.slide .oto_rt > ol.alpha, .slide .oto_rt div ol.alpha, .slide .oto_rt div.purple_box ol.alpha,
.slide .tto_lft > ol.alpha, .slide .tto_lft div ol.alpha, .slide .tto_lft div.purple_box ol.alpha,
.slide .tto_rt > ol.alpha, .slide .tto_rt div ol.alpha, .slide .tto_rt div.purple_box ol.alpha,
.slide .ott_lft > ol.alpha, .slide .ott_lft div ol.alpha, .slide .ott_lft div.purple_box ol.alpha,
.slide .ott_rt > ol.alpha, .slide .ott_rt div ol.alpha, .slide .ott_rt div.purple_box ol.alpha,
.slide .fw > ol.alpha, .slide .fw div ol.alpha, .slide .fw div.purple_box ol.alpha {
  line-height: 1.2em !important;
  margin-left: 1.5em !important;
  margin-bottom: 1em !important;
  list-style-position: outside !important;
  list-style-type: lower-alpha !important;
  font-size: 1em !important;
}
/* UPDATED: UL/OL LI */
.slide .oto_lft > ul li, .slide .oto_lft div ul li, .slide .oto_lft div.purple_box ul li,
.slide .oto_rt > ul li, .slide .oto_rt div ul li, .slide .oto_rt div.purple_box ul li,
.slide .tto_lft > ul li, .slide .tto_lft div ul li, .slide .tto_lft div.purple_box ul li,
.slide .tto_rt > ul li, .slide .tto_rt div ul li, .slide .tto_rt div.purple_box ul li,
.slide .ott_lft > ul li, .slide .ott_lft div ul li, .slide .ott_lft div.purple_box ul li,
.slide .ott_rt > ul li, .slide .ott_rt div ul li, .slide .ott_rt div.purple_box ul li,
.slide .fw > ul li, .slide .fw_lft div ul li, .slide .fw_lft div.purple_box ul li,
.slide .oto_lft > ol li, .slide .oto_lft div ol li, .slide .oto_lft div.purple_box ol li,
.slide .oto_rt > ol li, .slide .oto_rt div ol li, .slide .oto_rt div.purple_box ol li,
.slide .tto_lft > ol li, .slide .tto_lft div ol li, .slide .tto_lft div.purple_box ol li,
.slide .tto_rt > ol li, .slide .tto_rt div ol li, .slide .tto_rt div.purple_box ol li,
.slide .ott_lft > ol li, .slide .ott_lft div ol li, .slide .ott_lft div.purple_box ol li,
.slide .ott_rt > ol li, .slide .ott_rt div ol li, .slide .ott_rt div.purple_box ol li,
.slide .fw > ol li, .slide .fw div ol li, .slide .fw div.purple_box ol li {
  line-height: 1.2em !important;
  list-style-position: outside !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em;
  font-size: 1.2em !important;
}
/* UPDATED: OL LI UL & UL LI UL */
.slide .oto_lft > ol li ul, .slide .oto_lft .orange_popup > ol li ul, .slide .oto_lft div.purple_box ol li ul,
.slide .oto_rt > ol li ul, .slide .oto_rt .orange_popup > ol li ul, .slide .oto_rt div.purple_box ol li ul,
.slide .tto_lft > ol li ul, .slide .tto_lft .orange_popup > ol li ul, .slide .tto_lft div.purple_box ol li ul,
.slide .tto_rt > ol li ul, .slide .tto_rt .orange_popup > ol li ul, .slide .tto_rt div.purple_box ol li ul,
.slide .ott_lft > ol li ul, .slide .ott_lft .orange_popup > ol li ul, .slide .ott_lft div.purple_box ol li ul,
.slide .ott_rt > ol li ul, .slide .ott_rt .orange_popup > ol li ul, .slide .ott_rt div.purple_box ol li ul,
.slide .fw > ol li ul, .slide .fw .orange_popup > ol li ul, .slide .fw div.purple_box ol li ul,
.slide .oto_lft > ul li ul, .slide .oto_lft .orange_popup > ul li ul, .slide .oto_lft div.purple_box ul li ul,
.slide .oto_rt > ul li ul, .slide .oto_rt .orange_popup > ul li ul, .slide .oto_rt div.purple_box ul li ul,
.slide .tto_lft > ul li ul, .slide .tto_lft .orange_popup > ul li ul, .slide .tto_lft div.purple_box ul li ul,
.slide .tto_rt > ul li ul, .slide .tto_rt .orange_popup > ul li ul, .slide .tto_rt div.purple_box ul li ul,
.slide .ott_lft > ul li ul, .slide .ott_lft .orange_popup > ul li ul, .slide .ott_lft div.purple_box ul li ul,
.slide .ott_rt > ul li ul, .slide .ott_rt .orange_popup > ul li ul, .slide .ott_rt div.purple_box ul li ul,
.slide .fw > ul li ul, .slide .fw .orange_popup > ul li ul, .slide .fw div.purple_box ul li ul {
  line-height: 1.2em !important;
  margin-bottom: 0.5em !important;
  margin-left: 1.1em !important;
  list-style-position: outside !important;
  list-style-type: circle !important;
}
/* UPDATED: OL LI OL & UL LI OL */
.slide .oto_lft > ol li ol, .slide .oto_lft .orange_popup > ol li ol, .slide .oto_lft div.purple_box ol li ol,
.slide .oto_rt > ol li ol, .slide .oto_rt .orange_popup > ol li ol, .slide .oto_rt div.purple_box ol li ol,
.slide .tto_lft > ol li ol, .slide .tto_lft .orange_popup > ol li ol, .slide .tto_lft div.purple_box ol li ol,
.slide .tto_rt > ol li ol, .slide .tto_rt .orange_popup > ol li ol, .slide .tto_rt div.purple_box ol li ol,
.slide .ott_lft > ol li ol, .slide .ott_lft .orange_popup > ol li ol, .slide .ott_lft div.purple_box ol li ol,
.slide .ott_rt > ol li ol, .slide .ott_rt .orange_popup > ol li ol, .slide .ott_rt div.purple_box ol li ol,
.slide .fw > ol li ol, .slide .fw .orange_popup > ol li ol, .slide .fw div.purple_box ol li ol,
.slide .oto_lft > ul li ol, .slide .oto_lft .orange_popup > ul li ol, .slide .oto_lft div.purple_box ul li ol,
.slide .oto_rt > ul li ol, .slide .oto_rt .orange_popup > ul li ol, .slide .oto_rt div.purple_box ul li ol,
.slide .tto_lft > ul li ol, .slide .tto_lft .orange_popup > ul li ol, .slide .tto_lft div.purple_box ul li ol,
.slide .tto_rt > ul li ol, .slide .tto_rt .orange_popup > ul li ol, .slide .tto_rt div.purple_box ul li ol,
.slide .ott_lft > ul li ol, .slide .ott_lft .orange_popup > ul li ol, .slide .ott_lft div.purple_box ul li ol,
.slide .ott_rt > ul li ol, .slide .ott_rt .orange_popup > ul li ol, .slide .ott_rt div.purple_box ul li ol,
.slide .fw > ul li ol, .slide .fw .orange_popup > ul li ol, .slide .fw div.purple_box ul li ol {
  line-height: 1.2em !important;
  margin-bottom: 0.5em !important;
  margin-left: 1.1em !important;
  list-style-position: outside !important;
  list-style-type: decimal !important;
}
/* UPDATED: UL/OL LI UL/OL LI */
.slide .oto_lft > ul li ul li, .slide .oto_lft .orange_popup > ul li ul li, .slide .oto_lft div.purple_box ul li ul li,
.slide .oto_rt > ul li ul li, .slide .oto_rt .orange_popup > ul li ul li, .slide .oto_rt div.purple_box ul li ul li,
.slide .tto_lft > ul li ul li, .slide .tto_lft .orange_popup > ul li ul li, .slide .tto_lft div.purple_box ul li ul li,
.slide .tto_rt > ul li ul li, .slide .tto_rt .orange_popup > ul li ul li, .slide .tto_rt div.purple_box ul li ul li,
.slide .ott_lft > ul li ul li, .slide .ott_lft .orange_popup > ul li ul li, .slide .ott_lft div.purple_box ul li ul li,
.slide .ott_rt > ul li ul li, .slide .ott_rt .orange_popup > ul li ul li, .slide .ott_rt div.purple_box ul li ul li,
.slide .fw > ul li ul li, .slide .fw .orange_popup > ul li ul li, .slide .fw div.purple_box ul li ul li,
.slide .oto_lft > ul li ol li, .slide .oto_lft .orange_popup > ul li ol li, .slide .oto_lft div.purple_box ul li ol li,
.slide .oto_rt > ul li ol li, .slide .oto_rt .orange_popup > ul li ol li, .slide .oto_rt div.purple_box ul li ol li,
.slide .tto_lft > ul li ol li, .slide .tto_lft .orange_popup > ul li ol li, .slide .tto_lft div.purple_box ul li ol li,
.slide .tto_rt > ul li ol li, .slide .tto_rt .orange_popup > ul li ol li, .slide .tto_rt div.purple_box ul li ol li,
.slide .ott_lft > ul li ol li, .slide .ott_lft .orange_popup > ul li ol li, .slide .ott_lft div.purple_box ul li ol li,
.slide .ott_rt > ul li ol li, .slide .ott_rt .orange_popup > ul li ol li, .slide .ott_rt div.purple_box ul li ol li,
.slide .fw > ul li ol li, .slide .fw .orange_popup > ul li ol li, .slide .fw div.purple_box ul li ol li,
.slide .oto_lft > ol li ol li, .slide .oto_lft .orange_popup > ol li ol li, .slide .oto_lft div.purple_box ol li ol li,
.slide .oto_rt > ol li ol li, .slide .oto_rt .orange_popup > ol li ol li, .slide .oto_rt div.purple_box ol li ol li,
.slide .tto_lft > ol li ol li, .slide .tto_lft .orange_popup > ol li ol li, .slide .tto_lft div.purple_box ol li ol li,
.slide .tto_rt > ol li ol li, .slide .tto_rt .orange_popup > ol li ol li, .slide .tto_rt div.purple_box ol li ol li,
.slide .ott_lft > ol li ol li, .slide .ott_lft .orange_popup > ol li ol li, .slide .ott_lft div.purple_box ol li ol li,
.slide .ott_rt > ol li ol li, .slide .ott_rt .orange_popup > ol li ol li, .slide .ott_rt div.purple_box ol li ol li,
.slide .fw > ol li ol li, .slide .fw .orange_popup > ol li ol li, .slide .fw div.purple_box ol li ol li,
.slide .oto_lft > ol li ul li, .slide .oto_lft .orange_popup > ol li ul li, .slide .oto_lft div.purple_box ol li ul li,
.slide .oto_rt > ol li ul li, .slide .oto_rt .orange_popup > ol li ul li, .slide .oto_rt div.purple_box ol li ul li,
.slide .tto_lft > ol li ul li, .slide .tto_lft .orange_popup > ol li ul li, .slide .tto_lft div.purple_box ol li ul li,
.slide .tto_rt > ol li ul li, .slide .tto_rt .orange_popup > ol li ul li, .slide .tto_rt div.purple_box ol li ul li,
.slide .ott_lft > ol li ul li, .slide .ott_lft .orange_popup > ol li ul li, .slide .ott_lft div.purple_box ol li ul li,
.slide .ott_rt > ol li ul li, .slide .ott_rt .orange_popup > ol li ul li, .slide .ott_rt div.purple_box ol li ul li,
.slide .fw > ol li ul li, .slide .fw .orange_popup > ol li ul li, .slide .fw div.purple_box ol li ul li  {
  line-height: 1.2em !important;
  list-style-position: outside !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  font-size: 1em !important;
}
/* UPDATED: UL/OL LI for PREP SLIDES */
.slide .oto_lft.prep_slide > ul li,
.slide .tto_lft.prep_slide > ul li,
.slide .ott_lft.prep_slide > ul li,
.slide .oto_lft.prep_slide > ol li,
.slide .tto_lft.prep_slide > ol li,
.slide .ott_lft.prep_slide > ol li,
.slide .oto_lft.prep_slide_n > ul li,
.slide .tto_lft.prep_slide_n > ul li,
.slide .ott_lft.prep_slide_n > ul li,
.slide .oto_lft.prep_slide_n > ol li,
.slide .tto_lft.prep_slide_n > ol li,
.slide .ott_lft.prep_slide_n > ol li {
  font-size: 1.1em !important;
}
/* UPDATED: UL/OL LI UL/OL LI for PREP SLIDES */
.slide .oto_lft.prep_slide > ul li ul li,
.slide .tto_lft.prep_slide > ul li ul li,
.slide .ott_lft.prep_slide > ul li ul li,
.slide .oto_lft.prep_slide > ul li ol li,
.slide .tto_lft.prep_slide > ul li ol li,
.slide .ott_lft.prep_slide > ul li ol li,
.slide .oto_lft.prep_slide > ol li ul li,
.slide .tto_lft.prep_slide > ol li ul li,
.slide .ott_lft.prep_slide > ol li ul li,
.slide .oto_lft.prep_slide > ol li ol li,
.slide .tto_lft.prep_slide > ol li ol li,
.slide .ott_lft.prep_slide > ol li ol li,
.slide .oto_lft.prep_slide_n > ul li ul li,
.slide .tto_lft.prep_slide_n > ul li ul li,
.slide .ott_lft.prep_slide_n > ul li ul li,
.slide .oto_lft.prep_slide_n > ul li ol li,
.slide .tto_lft.prep_slide_n > ul li ol li,
.slide .ott_lft.prep_slide_n > ul li ol li,
.slide .oto_lft.prep_slide_n > ol li ul li,
.slide .tto_lft.prep_slide_n > ol li ul li,
.slide .ott_lft.prep_slide_n > ol li ul li,
.slide .oto_lft.prep_slide_n > ol li ol li,
.slide .tto_lft.prep_slide_n > ol li ol li,
.slide .ott_lft.prep_slide_n > ol li ol li {
  font-size: 1em !important;
}
/* UPDATED */
.slide .ott_lft div ul li.numbered,
.slide .ott_rt div ul li.numbered,
.interactive .ott_lft div ul li.numbered,
.interactive .ott_rt div ul li.numbered,
.slide .tto_lft div ul li.numbered,
.slide .tto_rt div ul li.numbered,
.interactive .tto_lft div ul li.numbered,
.interactive .tto_rt div ul li.numbered,
.slide .oto_lft div ul li.numbered,
.slide .oto_rt div ul li.numbered,
.interactive .oto_lft div ul li.numbered,
.interactive .oto_rt div ul li.numbered,
.slide .fw div ul li.numbered,
.interactive .fw div ul li.numbered {
  margin-left: 1.2em !important;
  list-style-position: outside !important;
}


/* UPDATED: UL LI "Numbered" aka...old "OL" */
.slide .oto_lft > ul li.numbered,
.slide .oto_lft .activity_steps ul li.numbered,
.slide .oto_rt > ul li.numbered,
.slide .oto_rt .activity_steps ul li.numbered,
.slide .tto_lft > ul li.numbered,
.slide .tto_lft .activity_steps ul li.numbered,
.slide .tto_rt > ul li.numbered,
.slide .tto_rt .activity_steps ul li.numbered,
.slide .ott_lft > ul li.numbered,
.slide .ott_lft .activity_steps ul li.numbered,
.slide .ott_rt > ul li.numbered,
.slide .ott_rt .activity_steps ul li.numbered,
.slide .fw > ul li.numbered,
.slide .fw .activity_steps ul li.numbered {
  list-style-type: decimal !important;
  margin-bottom: 0.5em !important;
  font-size: 1.2em;
  line-height: 1.2em !important;
  list-style-position: outside !important;
}
/* UL LI special class "tto.li" */
.slide .oto_lft > ul li.tto_li,
.slide .oto_lft .activity_steps ul li.tto_li,
.slide .oto_rt > ul li.tto_li,
.slide .oto_rt .activity_steps ul li.tto_li,
.slide .tto_lft > ul li.tto_li,
.slide .tto_lft .activity_steps ul li.tto_li,
.slide .tto_rt > ul li.tto_li,
.slide .tto_rt .activity_steps ul li.tto_li,
.slide .ott_lft > ul li.tto_li,
.slide .ott_lft .activity_steps ul li.tto_li,
.slide .ott_rt > ul li.tto_li,
.slide .ott_rt .activity_steps ul li.tto_li,
.slide .fw > ul li.tto_li,
.slide .fw .activity_steps ul li.tto_li {
  list-style-type: disc !important;
  margin-bottom: 0.5em !important;
  margin-left: 2% !important;
  font-size: 1.1em !important;
  line-height: 1.2em !important;
}
/* UL LI UL special class "tto.li" */
.slide .oto_lft > ul li.tto_li ul,
.slide .oto_lft .activity_steps ul li.tto_li ul,
.slide .oto_rt > ul li.tto_li ul,
.slide .oto_rt .activity_steps ul li.tto_li ul,
.slide .tto_lft > ul li.tto_li ul,
.slide .tto_lft .activity_steps ul li.tto_li ul,
.slide .tto_rt > ul li.tto_li ul,
.slide .tto_rt .activity_steps ul li.tto_li ul,
.slide .ott_lft > ul li.tto_li ul,
.slide .ott_lft .activity_steps ul li.tto_li ul,
.slide .ott_rt > ul li.tto_li ul,
.slide .ott_rt .activity_steps ul li.tto_li ul,
.slide .fw > ul li.tto_li ul,
.slide .fw .activity_steps ul li.tto_li ul {
  line-height: 1.2em !important;
  margin-left: 2% !important;
  margin-bottom: 1em !important;
}
/* UL LI UL LI special class "tto.li" */
.slide .oto_lft > ul li.tto_li ul li,
.slide .oto_lft .activity_steps ul li.tto_li ul li,
.slide .oto_rt > ul li.tto_li ul li,
.slide .oto_rt .activity_steps ul li.tto_li ul li,
.slide .tto_lft > ul li.tto_li ul li,
.slide .tto_lft .activity_steps ul li.tto_li ul li,
.slide .tto_rt > ul li.tto_li ul li,
.slide .tto_rt .activity_steps ul li.tto_li ul li,
.slide .ott_lft > ul li.tto_li ul li,
.slide .ott_lft .activity_steps ul li.tto_li ul li,
.slide .ott_rt > ul li.tto_li ul li,
.slide .ott_rt .activity_steps ul li.tto_li ul li,
.slide .fw > ul li.tto_li ul li,
.slide .fw .activity_steps ul li.tto_li ul li {
  list-style-type: disc !important;
  margin-bottom: 0.5em !important;
  margin-left: 1.5em !important;
  font-size: 1.1em !important;
  line-height: 1.2em !important;
}
/* UL LI special class "ott.li" */
.slide .oto_lft > ul li.ott_li,
.slide .oto_lft .activity_steps ul li.ott_li,
.slide .oto_rt > ul li.ott_li,
.slide .oto_rt .activity_steps ul li.ott_li,
.slide .tto_lft > ul li.ott_li,
.slide .tto_lft .activity_steps ul li.ott_li,
.slide .tto_rt > ul li.ott_li,
.slide .tto_rt .activity_steps ul li.ott_li,
.slide .ott_lft > ul li.ott_li,
.slide .ott_lft .activity_steps ul li.ott_li,
.slide .ott_rt > ul li.ott_li,
.slide .ott_rt .activity_steps ul li.ott_li,
.slide .fw > ul li.ott_li,
.slide .fw .activity_steps ul li.ott_li {
  list-style-type: disc !important;
  margin-bottom: 0.5em !important;
  margin-left: 5% !important;
  font-size: 1.1em !important;
  line-height: 1.2em !important;
}
/* UL LI UL LI special class "ott.li" */
.slide .oto_lft > ul li.ott_li ul li,
.slide .oto_lft .activity_steps ul li.ott_li ul li,
.slide .oto_rt > ul li.ott_li ul li,
.slide .oto_rt .activity_steps ul li.ott_li ul li,
.slide .tto_lft > ul li.ott_li ul li,
.slide .tto_lft .activity_steps ul li.ott_li ul li,
.slide .tto_rt > ul li.ott_li ul li,
.slide .tto_rt .activity_steps ul li.ott_li ul li,
.slide .ott_lft > ul li.ott_li ul li,
.slide .ott_lft .activity_steps ul li.ott_li ul li,
.slide .ott_rt > ul li.ott_li ul li,
.slide .ott_rt .activity_steps ul li.ott_li ul li,
.slide .fw > ul li.ott_li ul li,
.slide .fw .activity_steps ul li.ott_li ul li {
  list-style-type: disc !important;
  margin-bottom: 0.5em !important;
  margin-left: 1.5em !important;
  font-size: 1.1em !important;
  line-height: 1.2em !important;
}
.slide .oto_lft table, .slide .oto_rt table,
.slide .tto_lft table, .slide .tto_rt table,
.slide .ott_lft table, .slide .ott_rt table, .slide .fw table, .interactive .oto_lft table, .interactive .oto_rt table,
.interactive .tto_lft table, .interactive .tto_rt table,
.interactive .ott_lft table, .interactive .ott_rt table, .interactive .fw table {
  border: .1em solid #008C94;
  width: 32%;
  margin-bottom: 1em;
  bottom: 1%;
  position: absolute;
  right: 3%;
  display: table;
}
.slide .oto_lft table thead tr, .slide .oto_rt table thead tr,
.slide .tto_lft table thead tr, .slide .tto_rt table thead tr,
.slide .ott_lft table thead tr, .slide .ott_rt table thead tr, .slide .fw table thead tr, .interactive .oto_lft table thead tr, .interactive .oto_rt table thead tr,
.interactive .tto_lft table thead tr, .interactive .tto_rt table thead tr,
.interactive .ott_lft table thead tr, .interactive .ott_rt table thead tr, .interactive .fw table thead tr {
  background-color: #008C94;
  color: #ffffff;
  font-family: 'Roboto Condensed';
  font-size: .8em;
}
.slide .oto_lft table thead tr th, .slide .oto_rt table thead tr th,
.slide .tto_lft table thead tr th, .slide .tto_rt table thead tr th,
.slide .ott_lft table thead tr th, .slide .ott_rt table thead tr th, .slide .fw table thead tr th, .interactive .oto_lft table thead tr th, .interactive .oto_rt table thead tr th,
.interactive .tto_lft table thead tr th, .interactive .tto_rt table thead tr th,
.interactive .ott_lft table thead tr th, .interactive .ott_rt table thead tr th, .interactive .fw table thead tr th {
  text-align: center;
  padding: 3%;
}
.slide .oto_lft table tbody tr, .slide .oto_rt table tbody tr,
.slide .tto_lft table tbody tr, .slide .tto_rt table tbody tr,
.slide .ott_lft table tbody tr, .slide .ott_rt table tbody tr, .slide .fw table tbody tr, .interactive .oto_lft table tbody tr, .interactive .oto_rt table tbody tr,
.interactive .tto_lft table tbody tr, .interactive .tto_rt table tbody tr,
.interactive .ott_lft table tbody tr, .interactive .ott_rt table tbody tr, .interactive .fw table tbody tr {
  text-align: center;
  background-color: #EAF1F2;
}
.slide .oto_lft table tbody tr th, .slide .oto_rt table tbody tr th,
.slide .tto_lft table tbody tr th, .slide .tto_rt table tbody tr th,
.slide .ott_lft table tbody tr th, .slide .ott_rt table tbody tr th, .slide .fw table tbody tr th, .interactive .oto_lft table tbody tr th, .interactive .oto_rt table tbody tr th,
.interactive .tto_lft table tbody tr th, .interactive .tto_rt table tbody tr th,
.interactive .ott_lft table tbody tr th, .interactive .ott_rt table tbody tr th, .interactive .fw table tbody tr th {
  border: .1em solid #008C94;
  padding: 3% 0;
  font-family: 'Roboto Condensed';
  color: #000000;
  font-size: .8em;
}
.slide .oto_lft table tbody tr td, .slide .oto_rt table tbody tr td,
.slide .tto_lft table tbody tr td, .slide .tto_rt table tbody tr td,
.slide .ott_lft table tbody tr td, .slide .ott_rt table tbody tr td, .slide .fw table tbody tr td, .interactive .oto_lft table tbody tr td, .interactive .oto_rt table tbody tr td,
.interactive .tto_lft table tbody tr td, .interactive .tto_rt table tbody tr td,
.interactive .ott_lft table tbody tr td, .interactive .ott_rt table tbody tr td, .interactive .fw table tbody tr td {
  border: .1em solid #008C94;
  padding: 3% 0;
  font-family: 'Roboto Condensed';
  color: #000000;
  font-size: .8em;
}


.slide .material_slide_full, .interactive .material_slide_full {
  border: .1em solid #b1b1b1;
  width: 93.5%;
  padding: 1%;
  box-shadow: .05em .05em .3em #777;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  height: 74%;
  float: left;
  margin-left: 2%;
}
.slide .material_slide_full p, .interactive .material_slide_full p {
  margin-bottom: .5%;
  font-size: 1.2em;
  line-height: 1.2em;
}
.slide .material_slide_full .single_material_full, .interactive .material_slide_full .single_material_full {
  float: left;
  width: 49%;
  margin-top: 1%;
}
.slide .material_slide_full .single_material_full img, .interactive .material_slide_full .single_material_full img {
  float: left;
  width: 2.7em;
  margin-right: 4%;
}
.slide .material_slide_full .single_material_full p {
  display: inline-block;
  width: auto;
  max-width: 19em;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0em;
}
.slide .material_slide_half, .interactive .material_slide_half {
  border: .1em solid #b1b1b1;
  width: 44.5%;
  padding: 1%;
  box-shadow: .05em .05em .3em #777;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  height: 74%;
  margin-left: 2%;
  float: left;
}
.slide .material_slide_half p, .interactive .material_slide_half p {
  margin-bottom: .5%;
  font-size: 1.2em;
  line-height: 1.2em;
}
.slide .material_slide_half .single_material {
  float: left;
  width: 100%;
  margin-top: 2%;
}
.slide .material_slide_half .single_material img {
  float: left;
  width: 2.7em;
  margin-right: 4%;
}
.slide .material_slide_half .single_material p {
  display: inline-block;
  width: auto;
  max-width: 18.5em;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0em;
}
.slide .material_slide_quarter {
  border: .1em solid #B1B1B1;
  width: 95%;
  padding: 2%;
  box-shadow: .05em .05em .3em #777;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  height: auto;
  float: left;
}
.slide .material_slide_quarter p {
  margin-bottom: 0.5%;
  font-size: 1.2em;
  line-height: 1.2em;
}
.slide .material_slide_quarter .single_material {
  float: left;
  width: 100%;
  margin-top: 2%;
}
.slide .material_slide_quarter .single_material img {
  float: left;
  width: 2.7em;
  margin-right: 4%;
}
.slide .material_slide_quarter .single_material p {
  display: inline-block;
  width: auto;
  max-width: 19em;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0em;
}
.slide .material_slide_half .single_material a,
.slide .material_slide_quarter .single_material a,
.slide .material_slide_full .single_material_full a {
  text-decoration: underline;
}
.slide .material_quarter_wrapper, .interactive .material_quarter_wrapper {
  float: left;
  width: 47%;
  margin-left: 2%;
  height: 74%;
  padding: 0;
}
.slide .material_slide_half .single_material a.inline_link,
.slide .material_slide_quarter .single_material a.inline_link,
.slide .material_slide_full .single_material_full a.inline_link  {
  font-size: 1em;
  text-decoration: underline;
  margin-bottom: 0;
  display: inline;
}
.slide .material_slide_paging, .interactive .material_slide_paging {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  margin-right: 2%;
  font-size: 1.2em;
}
.slide .prac_type_block, .interactive .prac_type_block {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 100%;
}
.slide .prac_type_block img, .interactive .prac_type_block img {
  width: 4%;
  float: right;
}
.slide .prac_type_block p, .interactive .prac_type_block p {
  font-size: 1em;
  color: #949CA1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  float: right;
  margin-right: .5%;
  margin-top: 1.3%;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.slide .vocab_top_content, .interactive .vocab_top_content {
  width: 100%;
  padding-left: 0;
  margin-left: 2%;
  margin-top: 1%;
}
.slide .vocab_top_content p, .interactive .vocab_top_content p {
  margin-bottom: .5em;
}
.slide .vocab_term_block, .interactive .vocab_term_block {
  width: 16%;
  height: 100%;
  margin: 1% 3% 0 2%;
  float: left;
}
.slide .vocab_term_origin, .interactive .vocab_term_origin {
  height: 30%;
  padding: 10%;
  background-color: #D4E3F4;
  -moz-box-shadow: .1em .1em .1em #999999;
  -webkit-box-shadow: .1em .1em .1em #999999;
  box-shadow: .1em .1em .1em #999999;
  float: left;
  width: 100%;
}
.slide .vocab_term_origin .vocab_origin_title, .interactive .vocab_term_origin .vocab_origin_title {
  font-size: 1em;
  margin-bottom: 1em;
  color: #D2232A;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: bold;
}
.slide .check_answer_block, .interactive .check_answer_block {
  float: left;
  width: 110%;
  height: 30%;
  margin-top: 15%;
  white-space: nowrap;
}
.slide .vocab_definition_block_1, .interactive .vocab_definition_block_1 {
  width: 75%;
  margin: 1% 2% 0 1%;
  float: left;
  font-size: 1.3em;
  line-height: 1.3em;
  height: 100%;
}
.slide .vocab_definition_block, .interactive .vocab_definition_block {
  width: 75%;
  margin: 1% 2% 0 1%;
  float: left;
  font-size: 1.3em;
  line-height: 1.3em;
  height: 100%;
}
.slide .vocab_definition_block ul, .interactive .vocab_definition_block ul {
  list-style-type: decimal;
}
.slide .vocab_definition_block ul li, .interactive .vocab_definition_block ul li {
  min-height: 2.4em;
  margin-bottom: 1em;
  float: left;
  width: 64%;
  position: relative;
  clear: none;
}

.slide .eola_boxes, .interactive .eola_boxes,
.slide .eola_boxes_tto, .interactive .eola_boxes_tto,
.slide .eola_boxes_ott, .interactive .eola_boxes_ott,
.slide .eola_boxes_fw, .interactive .eola_boxes_fw {
  height: 0.6em !important;
  width: 0.55em !important;
  display: inline-block;
  float: none !important;
}
.slide .eola_boxes + .eola_boxes,
.slide .eola_boxes_tto + .eola_boxes_tto,
.slide .eola_boxes_ott + .eola_boxes_ott,
.slide .eola_boxes_fw + .eola_boxes_fw {
  margin-left: 0em !important;
}
.slide div .eola_boxes, .interactive div .eola_boxes,
.slide div .eola_boxes_tto, .interactive div .eola_boxes_tto,
.slide div .eola_boxes_ott, .interactive div .eola_boxes_ott,
.slide div .eola_boxes_fw, .interactive div .eola_boxes_fw {
  clear: both;
}

p.DCI_color {
  color: #dc7027;
}
p.CCC_color {
  color: #93b020;
}
p.SEP_color {
  color: #383681;
}
p.TCI_purple {
  color: #522E91;
}
.slide .bkg_color_orange, .slide .sci_orange, .interactive .bkg_color_orange, .interactive .sci_orange {
  background-color: #F38F1D;
}
.slide .bkg_color_blue, .slide .sci_blue, .interactive .bkg_color_blue, .interactive .sci_blue {
  background-color: #00A4E3;
}
.slide .bkg_color_green, .slide .sci_green, .interactive .bkg_color_green, .interactive .sci_green {
  background-color: #3FAE2A;
}
.slide .text_color_orange, .interactive .text_color_orange {
  color: #F38F1D;
}
.slide .text_color_blue, .interactive .text_color_blue {
  color: #00A4E3;
}
.slide .text_color_green, .interactive .text_color_green {
  color: #3FAE2A;
}
.slide .nggs_slide_w, .interactive .nggs_slide_w {
  width: 44%;
}
.slide .material_slide_w, .interactive .material_slide_w {
  width: 75%;
}
.slide .priorprep_slide_w, .interactive .priorprep_slide_w {
  width: 72%;
}
.slide .video_slide_w, .interactive .video_slide_w {
  width: 80%;
}
.slide .classsetup_slide_w, .interactive .classsetup_slide_w {
  width: 66%;
}
.slide .investigation_slide_w, .interactive .investigation_slide_w {
  width: 70%;
}
.slide .student_notebook_w, .interactive .student_notebook_w {
  width: 64.5%;
}
.slide .student_text_slide_w, .interactive .student_text_slide_w {
  width: 71%;
}
.slide .processing_slide_w, .interactive .processing_slide_w {
  width: 73%;
}
.slide .vocab_slide_w, .interactive .vocab_slide_w {
  width: 73%;
}
.slide .standing_link, .interactive .standing_link {
  margin-bottom: 1em;
  line-height: 1.2em;
  margin-bottom: 5%;
  text-decoration: underline;
  font-size: 1.2em;
}
.slide #mozSpacing, .interactive #mozSpacing {
  letter-spacing: .0em;
  font-family: "Roboto Condensed", sans-serif;
}
.slide .fw.ngss_block p.ngss-sub-title, .interactive .fw.ngss_block p.ngss-sub-title {
  font-size: 1.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: .2em;
}
.slide .fw.ngss_block p.ngss-text-secondary, .interactive .fw.ngss_block p.ngss-text-secondary {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: .2em;
  font-size: 1em;
}
.slide .fw.ngss_block p.ngss-text, .interactive .fw.ngss_block p.ngss-text {
  font-size: 1em;
  margin-bottom: .5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.slide .fw.ngss_block ul, .interactive .fw.ngss_block ul {
  line-height: 1.2em !important;
  list-style-type: disc;
  margin-bottom: .5em !important;
}
.slide .fw.ngss_block li, .interactive .fw.ngss_block li {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: .5em;
  list-style-type: disc;
  margin-left: 1%;
  font-size: 1em !important;
}
.slide .video_iframe, .interactive .video_iframe {
  margin-left: 10.5%;
  width: 76%;
  height: 90%;
}
.slide .classroom_setup_item, .interactive .classroom_setup_item {
  float: left;
  width: 100%;
}
.slide .classroom_setup_item img, .interactive .classroom_setup_item img {
  float: left;
  width: 10%;
  margin-right: 4%;
}
.slide .classroom_setup_item p, .interactive .classroom_setup_item p {
  float: left;
  margin-top: 2%;
  width: 78%;
  font-size: 1.1em;
  margin-bottom: 0;
}
.slide .classroom_setup_item p a, .interactive .classroom_setup_item p a {
  text-decoration: underline;
}
.slide .vocab_definition_block ul li, .interactive .vocab_definition_block ul li {
  min-height: 2.4em;
  margin-bottom: 1em;
  float: left;
  width: 64%;
  position: relative;
  clear: none;
}
.slide .vocab_definition_block_2, .interactive .vocab_definition_block_2 {
  width: 75%;
  margin: 1% 2% 0 2%;
  font-size: 1.4em;
  line-height: 1.6em;
  float: left;
}
.slide p.sc_popup_title, .interactive p.sc_popup_title {
  color: #D2232A;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1.1em;
  left: 0;
  padding: 0;
  margin: 3% 3% 2% 3%;
  width: 94%;
  line-height: 1.2em;
  border-bottom: dotted 2px #949CA1;
  letter-spacing: .1em;
}
.slide p.sc_popup_text, .interactive p.sc_popup_text {
  margin-left: 3%;
  margin-right: 4%;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.slide p.sc_popup_body, .interactive p.sc_popup_body {
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 8% 3% 4%;
  clear: left;
}
.slide .fa-stack, .interactive .fa-stack {
  font-size: .8em;
}
.slide .fa-times-circle, .interactive .fa-times-circle {
  font-size: 1.7em;
}
.slide .fa-circle, .interactive .fa-circle {
  color: #fff;
  text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.4);
}
.slide .vimeo_video, .interactive .vimeo_video {
  margin-left: 10.5%;
  width: 76%;
  height: 90%;
}
.slide .pre_slide_title {
  color: #FFFFFF;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  left: 0;
  padding: 2% 2% 0 7%;
  width: auto;
  position: absolute;
  -moz-box-shadow: .05em .05em .3em #444;
  -webkit-box-shadow: .05em .05em .3em #444;
  box-shadow: .05em .05em .3em #444;
  letter-spacing: .24em;
  line-height: 1.65em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.slide .main_slide_title, .interactive .main_slide_title {
  color: #FFFFFF;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  left: 0;
  padding: 2% 2% 0 7%;
  width: auto;
  position: absolute;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  box-shadow: .05em .05em .3em #777;
  letter-spacing: .24em;
  line-height: 1.65em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.slide .main_slide_title_prev, .interactive .main_slide_title_prev {
  background-color: #F39020;
  color: #FFFFFF;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  left: 0;
  padding: 2% 2% 0 7%;
  width: auto;
  position: absolute;
  -moz-box-shadow: .1em .1em .1em #000;
  -webkit-box-shadow: .1em .1em .1em #000;
  box-shadow: .1em .1em .1em #000;
  letter-spacing: .24em;
  line-height: 1.65em;
  margin-bottom: 0.5em;
}
.slide .pre_lesson_title {
  float: right;
  right: 0;
  margin-right: 2%;
  border-bottom: dotted 2px #949CA1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding: 1.7% 0 .5%;
  width: 61%;
  text-align: right;
  letter-spacing: .04em;
  -moz-text-shadow: 0.05em 0.05em 0.05em #444;
  -webkit-text-shadow: 0.05em 0.05em 0.05em #444;
  text-shadow: 0.05em 0.05em 0.05em #444;
}
.slide .slide_lesson_title_prev, .interactive .slide_lesson_title_prev {
  float: right;
  right: 0;
  margin-right: 2%;
  border-bottom: dotted 2px #949CA1;
  color: #F39020;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding: 1.7% 0 .5%;
  text-align: right;
  letter-spacing: .04em;
  margin-bottom: 0.5em;
  -moz-text-shadow: .05em .05em .09em #000;
  -webkit-text-shadow: .05em .05em .09em #000;
  text-shadow: .05em .05em .09em #000;
}
.slide .slide_lesson_title, .interactive .slide_lesson_title {
  float: right;
  right: 0;
  margin-right: 2%;
  border-bottom: dotted 2px #949CA1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding: 1.7% 0 .5%;
  text-align: right;
  letter-spacing: .04em;
  margin-bottom: 0.5em;
}
.slide .science_concept_btn, .interactive .science_concept_btn {
  background-color: #B3BB35;
  padding: .6em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #B3BB35;
  background-image: linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -o-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -moz-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -webkit-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -ms-linear-gradient(bottom, #78A240 0%, #B3BB35 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #78A240), color-stop(1, #B3BB35));
  -webkit-box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  -moz-box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  box-shadow: inset 0px 1px 0px #B3BB35, 0px 1px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
}
.slide .science_concept_btn::before, .interactive .science_concept_btn::before {
  background-color: rgba(219, 219, 219, 0.5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .6em;
  left: -.6em;
  top: -.6em;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  -o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
  box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}
.slide .science_concept_btn:active, .interactive .science_concept_btn:active {
  padding-bottom: .52em;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .7em;
  top: .1em;
  background-image: linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -o-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -moz-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -webkit-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -ms-linear-gradient(bottom, #B3BB35 0%, #78A240 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B3BB35), color-stop(1, #78A240));
}
.slide .handouts-container, .interactive .handouts-container {
  width: 30%;
}
.slide .handouts-container p, .interactive .handouts-container p {
  font-size: .9em;
  margin-bottom: .5em;
  font-weight: bold;
}
.slide .ss_orange_alpha_bar, .interactive .ss_orange_alpha_bar {
  background-image: url("https://s3.amazonaws.com/platoproduction20160712/system/slide_images/18506/original/orange_80opacity.png?1459273170");
  background-size: auto 100%;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1.1%;
  position: absolute;
  bottom: 7%;
  right: 0;
}
.slide .title_slide_eq_t1, .interactive .title_slide_eq_t1 {
  font-size: 2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-top: 5px;
  color: #FFF;
  padding-left: 3%;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: .02em;
}
.slide .title_slide_eq_t2, .interactive .title_slide_eq_t2 {
  font-size: 1.7em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-top: 10px;
  color: #FFF;
  padding-left: 3%;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: .02em;
}
.slide .ss_main_slide_title, .interactive .ss_main_slide_title {
  color: #FFF;
  z-index: 3;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  left: 0;
  padding: 2% 2% 0 7%;
  width: auto;
  position: relative;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  box-shadow: .05em .05em .3em #777;
  letter-spacing: .24em;
  line-height: 1.65em;
  margin-bottom: 1.5%;
  text-transform: uppercase;
}
.slide .wht_divider, .interactive .wht_divider {
  background-color: #FFF;
  height: 8%;
  padding-left: 3%;
  float: left;
  z-index: 1;
  position: relative;
}
.slide .ss_slide_lesson_title, .interactive .ss_slide_lesson_title {
  float: right;
  right: 0;
  margin-right: 2%;
  border-bottom: dotted 2px #949CA1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  text-align: right;
  letter-spacing: .04em;
  margin-bottom: 0.5em;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 0;
  padding: .5% .5%;
  margin-top: .5%;
}
.slide .ss_slide_lesson_subhead, .interactive .ss_slide_lesson_subhead {
  float: left;
  width: auto;
  padding: 2.3% 1.3% .28% 1.3%;
  background-color: #FFF;
  border-left: #ecb66f 1em solid;
  font-size: .92em;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #444;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  box-shadow: .05em .05em .3em #777;
  z-index: 3;
  position: relative;
}
.slide .centered, .interactive .centered {
  text-align: center;
}
.slide .activity_steps, .interactive .activity_steps {
  padding: 3% 2%;
  border-color: #522e91;
  border-width: .5em 0.025em 0.025em 0.025em;
  border-style: solid;
  box-shadow: .05em .05em .3em #777;
  margin-bottom: .5em;
}

.preview_button {
  background-color: #F2AF49;
  padding: .6em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: .5em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F2AF49;
  background-image: linear-gradient(bottom, #EB7339 0%, #F2AF49 100%);
  background-image: -o-linear-gradient(bottom, #EB7339 0%, #F2AF49 100%);
  background-image: -moz-linear-gradient(bottom, #EB7339 0%, #F2AF49 100%);
  background-image: -webkit-linear-gradient(bottom, #EB7339 0%, #F2AF49 100%);
  background-image: -ms-linear-gradient(bottom, #EB7339 0%, #F2AF49 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EB7339), color-stop(1, #F2AF49));
  -webkit-box-shadow: inset 0px 1px 0px #F2AF49, 0px 1px 0px #000;
  -moz-box-shadow: inset 0px 1px 0px #F2AF49, 0px 1px 0px #000;
  box-shadow: inset 0px 1px 0px #F2AF49, 0px 1px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
  letter-spacing: 0;
}
.preview_button:before {
  background-color: rgba(68, 68, 68, 0.5);
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .6em;
  left: -.6em;
  top: -.6em;
  z-index: -1;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  -o-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: inset 0 .1em .1em #909193, 0 .1em 0 #000;
  -moz-box-shadow: inset 0 .1em .1em #909193, 0 .1em 0 #000;
  -o-box-shadow: inset 0 .1em .1em #909193, 0 .1em 0 #000;
  box-shadow: inset 0 .1em .1em #909193, 0 .1em 0 #000;
}
.preview_button:active {
  padding: .52em;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .7em;
  top: .1em;
  background-image: linear-gradient(bottom, #F2AF49 0%, #EB7339 100%);
  background-image: -o-linear-gradient(bottom, #F2AF49 0%, #EB7339 100%);
  background-image: -moz-linear-gradient(bottom, #F2AF49 0%, #EB7339 100%);
  background-image: -webkit-linear-gradient(bottom, #F2AF49 0%, #EB7339 100%);
  background-image: -ms-linear-gradient(bottom, #F2AF49 0%, #EB7339 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F2AF49), color-stop(1, #EB7339));
}


.slide {
  /* Margins */
}
.slide .slide_ml0 {
  margin-left: 0;
}
.slide .slide_mlhalf {
  margin-left: .5%;
}
.slide .slide_ml1 {
  margin-left: 1%;
}
.slide .slide_ml1andhalf {
  margin-left: 1.5%;
}
.slide .slide_ml2 {
  margin-left: 2%;
}
.slide .slide_ml3 {
  margin-left: 3%;
}
.slide .slide_ml4 {
  margin-left: 4%;
}
.slide .slide_ml5 {
  margin-left: 5%;
}
.slide .slide_mr0 {
  margin-right: 0;
}
.slide .slide_mr1 {
  margin-right: 1%;
}
.slide .slide_mr2 {
  margin-right: 2%;
}
.slide .slide_mr3 {
  margin-right: 3%;
}
.slide .slide_mr4 {
  margin-right: 4%;
}
.slide .slide_mt0 {
  margin-top: 0;
}
.slide .slide_mt1 {
  margin-top: 1%;
}
.slide .slide_mt2 {
  margin-top: 2%;
}
.slide .slide_mt3 {
  margin-top: 3%;
}
.slide .slide_mt4 {
  margin-top: 4%;
}
.slide .slide_mt5 {
  margin-top: 5%;
}
.slide .slide_mt6 {
  margin-top: 6%;
}
.slide .slide_mb0 {
  margin-bottom: 0;
}
.slide .slide_mb1 {
  margin-bottom: 1%;
}
.slide .slide_mb2 {
  margin-bottom: 2%;
}
.slide .slide_mb3 {
  margin-bottom: 3%;
}
.slide .slide_mb4 {
  margin-bottom: 4%;
}
.slide .slide_mb5 {
  margin-bottom: 5%;
}
.slide .slide_mb1e {
  margin-bottom: 1em;
}
.slide .overview_lft {
  margin-right: 0;
  width: 69%;
}
.slide .overview_lft .text_clm_lft {
  float: left;
  width: 21%;
}
.slide .overview_lft .text_clm_rt {
  float: left;
  width: 74%;
  margin-left: 5%;
}
.slide .overview_rt {
  width: 25%;
  height: 70%;
}
.slide .overview_rt img {
  height: 100%;
  width: auto;
}

.mb_point5em {
  margin-bottom: .5em;
}

.clear {
  clear: both;
}

.border_left_orange {
  border-left-color: #F38F1D;
}

.border_left_blue {
  border-left-color: #00A4E3;
}

.border_left_green {
  border-left-color: #3FAE2A;
}

.inline_link {
  line-height: 1.2em;
  text-decoration: underline;
  font-size: 1em;
  display: inline-block;
}

.overview_slide_w {
  width: 75%;
}

.slide_show_popup_div {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 4px 3px #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  padding: 0;
}
.slide_show_popup_div .popup_close {
  position: absolute;
  right: 1%;
  top: 1%;
  cursor: pointer;
  font-size: 2em;
  color: #bbbbbb;
  text-shadow: 1px 1px #222;
}
.slide_show_popup_div img {
  margin: 0;
  vertical-align: bottom;
}

.slide_show_overlay {
  position: absolute;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .6);
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}



.mejs-audio {
  margin-top: 0;
}


/***************************/
/* MISC BUTTONS AND POPUPS */
/***************************/
a.orange_btn {
  background-color: #F6A405;
  padding: 0.6em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.7em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F67C05;
  background-image: linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -o-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -moz-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -ms-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F67C05), color-stop(1, #F6A405));
  -webkit-box-shadow: 0 0.1em 0.2em #888888;
  -moz-box-shadow: 0 .1em 0.2em #888888;
  box-shadow: 0 0.1em 0.2em #888888;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
  margin: 0.5em 0em 0.5em;
  float: none;
  display: inline-block;
}
p a.orange_btn, li a.orange_btn {
  background-color: #F6A405;
  padding: 0em 0.6em !important;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F67C05;
  background-image: linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -o-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -moz-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -ms-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F67C05), color-stop(1, #F6A405));
  -webkit-box-shadow: 0 0.1em 0.2em #888888;
  -moz-box-shadow: 0 .1em 0.2em #888888;
  box-shadow: 0 0.1em 0.2em #888888;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
  margin: 0em 0em 0em .5em !important;
  float: none;
  display: inline-block;
}
.orange_popup {
  padding: 0.75em 0.75em 0em 0.75em;
  border: 0.15em solid #f6a405;
  box-shadow: #777777 0.05em 0.05em 0.3em;
  position: absolute;
  background-color: #fff;
  z-index: 101;
  width: 43%;
}
.purple_popup {
  padding: 0.75em 0.75em 0em 0.75em;
  border: 0.15em solid #522e91;
  box-shadow: #777777 0.05em 0.05em 0.3em;
  position: absolute;
  background-color: #fff;
  z-index: 101;
  width: 43%;
}
.ela_popup {
  width: 43.5%;
  right: 2%;
  padding: 1% 1% 0;
  border: 0.15em solid #522e91;
  box-shadow: #777777 0.05em 0.05em 0.3em;
  margin-bottom: 0.5em;
  position: absolute;
  background-color: #fff;
  z-index: 101;
  bottom: 9%;
}
.ela_btn {
  position: absolute;
  right: 2%;
  bottom: 4%;
  background-color: #522e91;
  padding: .7em;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: solid 1px #361277;
  background-image: linear-gradient(bottom, #361277 0%, #522e91 100%);
  background-image: -o-linear-gradient(bottom, #361277 0%, #522e91 100%);
  background-image: -moz-linear-gradient(bottom, #361277 0%, #522e91 100%);
  background-image: -webkit-linear-gradient(bottom, #361277 0%, #522e91 100%);
  background-image: -ms-linear-gradient(bottom, #361277 0%, #522e91 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #361277), color-stop(1, #522e91));
  -webkit-box-shadow: 0 .1em 0.2em #888888;
  -moz-box-shadow: 0 .1em 0.2em #888888;
  box-shadow: 0 .1em 0.2em #888888;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
}
.orange_popup p,
.purple_popup p,
.image_popup p,
.full_popup_div p,
.ela_popup p,
.purple_box p {
  margin-bottom: 0.5em;
}
.orange_popup p:last-child,
.purple_popup p:last-child,
.image_popup p:last-child,
.full_popup_div p:last-child,
.ela_popup p:last-child,
.purple_box p:last-child {
  margin-bottom: 0;
}
/*  original orange circle btn code  */
.orange_cir_btn {
  background-color: #F6A405;
  padding: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F67C05;
  background-image: linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -o-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -moz-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -ms-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F67C05), color-stop(1, #F6A405));
  box-shadow: 0 .1em 0.2em #444444;
  -webkit-box-shadow: 0 .1em 0.2em #444444;
  -moz-box-shadow: 0.1em 0.2em #444444;
  border-radius: 1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  z-index: 5;
}

/*  NEW/UPDATED orange circle  code  */
.orng_cir_btn {
  position: absolute;
  background-color: #F6A405;
  padding: 1.25em;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F67C05;
  background-image: linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -o-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -moz-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -ms-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F67C05), color-stop(1, #F6A405));
  box-shadow: 0 .1em 0.2em #444444;
  -webkit-box-shadow: 0 .1em 0.2em #444444;
  -moz-box-shadow: 0.1em 0.2em #444444;
  border-radius: 1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  z-index: 5;
}
.orng_cir_btn_ico {
  position: absolute;
  background-color: #F6A405;
  padding: 0.6em 0.7em 0.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: .6em;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border: solid 1px #F67C05;
  background-image: linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -o-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -moz-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -ms-linear-gradient(bottom, #F67C05 0%, #F6A405 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F67C05), color-stop(1, #F6A405));
  box-shadow: 0 .1em 0.2em #444444;
  -webkit-box-shadow: 0 .1em 0.2em #444444;
  -moz-box-shadow: 0.1em 0.2em #444444;
  border-radius: 1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  z-index: 5;
}
.orng_cir_btn_ico p {
  font-size: 1.25em;
  margin-bottom: 0;
  line-height: 1.2em;
}
.orng_cir_btn_ico .fa {
  font-size: 1.5em;
}

/*  -----------   */


.slide .default {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #3C3C3C;
}
.slide .gui_lesson_title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 3.7em;
  letter-spacing: .02em;
  line-height: 1em;
  color: #FFFFFF;
}
.slide .gui_lesson_eq {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  letter-spacing: 0em;
  line-height: 1.2em;
  color: #3c3c3c;
}
.slide .gui_lesson_title_in_top_right {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  letter-spacing: .04em;
  line-height: 1.2em;
  color: #F38F1D;
}
.slide .gui_slide_title_in_top_left {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  letter-spacing: .24em;
  line-height: 1.65em;
  text-transform: uppercase;
  color: #FFF;
}
.slide .gui_slide_subhead_title {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .92em;
  line-height: 1.2em;
  color: #444;
}
.slide .gui_bold_text_grey {
  font-family: arial, helvetica, clean, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  color: #3C3C3C;
}
.slide .gui_bold_text_purple {
  font-family: arial, helvetica, clean, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  color: #522E91;
}
.slide .gui_standard_text {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #3C3C3C;
}
.slide .gui_small_text {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #3C3C3C;
}
.slide .gui_blue_answer_text {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #0000FF;
}

.slide_type {
  position: absolute;
  right: -45px;
  width: 40px;
}

.ss_main_slide_title.gui_alt, .teacher_prep_slide.gui_alt {
  box-shadow: none;
  padding-left: 10%;
  padding-right: 1%;
  padding-top: 1.9%;
  padding-bottom: 0.2%;
}

.ss_slide_lesson_subhead.gui_alt {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 1.2%;
}

.ss_slide_lesson_title.gui_alt {
  padding-top: 0.7%;
}

.slide .oto_lft .eola_boxes_gui,
.interactive .oto_lft .eola_boxes_gui,
.slide .ott_lft .eola_boxes_gui,
.interactive .ott_lft .eola_boxes_gui,
.slide .tto_lft .eola_boxes_gui,
.interactive .tto_lft .eola_boxes_gui,
.slide .fw .eola_boxes_gui,
.interactive .fw .eola_boxes_gui {
  height: 0.6em;
  width: 0.55em;
  display: inline-block;
}
.slide .oto_lft .eola_boxes_gui + .eola_boxes_gui,
.interactive .oto_lft .eola_boxes_gui + .eola_boxes_gui,
.slide .ott_lft .eola_boxes_gui + .eola_boxes_gui,
.interactive .ott_lft .eola_boxes_gui + .eola_boxes_gui,
.slide .tto_lft .eola_boxes_gui + .eola_boxes_gui,
.interactive .tto_lft .eola_boxes_gui + .eola_boxes_gui,
.slide .fw .eola_boxes_gui + .eola_boxes_gui,
.interactive .fw .eola_boxes_gui + .eola_boxes_gui {
  margin-left: 0.2em;
}

.slide .teacher_prep_slide, .interactive .teacher_prep_slide {
  width: 97%;
  padding-left: 2%;
  z-index: 0;
  background-color: #522E91;
  letter-spacing: .24em;
  line-height: 1.65em;
  margin-bottom: 1.5%;
  text-transform: uppercase;
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: .9em;
  left: 0;
  color: #FFF;
}

.slide .lesson_title, .interactive .lesson_title {
  z-index: 1;
  color: white;
  border: none;
  font-size: .9em;
  letter-spacing: normal;
  margin-top: 1.5%;
  right: -1.5%;
  font-family: arial;
  width: auto;
  margin-bottom: 0.5em;
  position: absolute;
  top: 0;
  float: right;
  margin-right: 2%;
  padding: 0.7% 0.5%;
}

.tp_content_cont {
  width: 76%;
  float: left;
  margin-left: 2%;
  margin-top: 1%;
}

.tp_content_cont h2 {
  font-size: 1.5em;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: .5em;
}

.tp_content_cont .tp_content {
  width: 100%;
}

.tp_content_cont .tp_content p {
  color: #3c3c3c;
  position: relative;
  line-height: 1.3em;
  letter-spacing: 0em;
  font-size: 1.3em;
  margin-bottom: .75em;
}

.tp_content_cont .tp_content span.eng_logo, .uopa_student span.eng_logo {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-Test.svg);
  background-size: 1.15em;
  padding: 1.2em .8em;
  background-repeat: no-repeat;
  float: left;
  margin-top: 1%;
  margin-right: 0.7%;
}

.tp_content_cont .tp_content i.pa_logo, .uopa_student i.pa_logo {
  float: left;
  font-size: 0.8em;
  padding-top: 0.6%;
  margin-right: 2%;
  margin-bottom: 5%;
  color: #522E91;
}

img.tp_lo_image {
  margin-left: 2%;
  height: 44%;
  float: left;
  margin-top: 1%;
}

img.tp_3d_logo_lg {
  width: 13%;
  position: absolute;
  right: 3%;
  top: 74%;
}

img.tp_3d_logo_ngss {
  float: left;
  width: 8%;
}

.tp_content_cont p.tp_eq {
  font-size: 1em;
  color: #3c3c3c;
  margin-bottom: 1em;
  line-height: 1.2em;
}

.tp_content p.obj {
  color: #3c3c3c;
  position: relative;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.tp_content ul {
  margin-left: 3%;
  list-style: none;
}

.tp_content ul li {
  color: #3c3c3c;
  padding: 0%;
  line-height: 1.2em;
  letter-spacing: 0em;
  font-size: 1em;
  margin-bottom: .5em;
  list-style-type: disc;
}

.ngss_cont {
  position: absolute;
  bottom: -1%;
  left: 0;
}

.tab_cont {
  border-bottom: 0.2em solid #777;
  width: 100%;
  position: relative;
}

.tab_cont p.tab_content {
  background-color: #C7C7C7;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding: 0.5% 1%;
  font-size: 0.9em;
  width: 22%;
  margin-bottom: 0;
}

.ngss_cont .ngss_content_cont {
  width: 96%;
  padding: 2% 2% 5% 2%;
  clear: left;
  background-color: #eeeeee;
  display: inline-block;
  bottom: 0;
}

.ngss_cont .ngss_content_cont .column {
  float: left;
  width: 28.5%;
  margin-right: 2%;
}

.ngss_cont .ngss_content_cont .column p.PE {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.ngss_cont .ngss_content_cont .column p.SEP {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #383681;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.ngss_cont .ngss_content_cont .column p.CCC {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #93b020;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.ngss_cont .ngss_content_cont .column p.DCI {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #dc7027;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}

.ngss_cont .ngss_content_cont .column p {
  margin-top: -1%;
  color: #222222;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  margin-bottom: 0.75em;
}

.ngss_cont .ngss_content_cont .column p span {
  color: #555555;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-right: 1%;
}

.tp_content_cont span.engr_chlg {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color.svg);
  background-size: 1.5em;
  padding: 1em 0.8em;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0.4%;
  margin-right: 0.5em;
}

.tp_content_cont.lesson_plan h2,
.ngss_block h2,
.slide .oto_lft.prep_slide_n h2,
.slide .tto_lft.prep_slide_n h2,
.slide .ott_lft.prep_slide_n h2 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2em;
}
h2.materials {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-left: 2%;
  clear: both;
}

.tp_content_cont.lesson_plan p, .ngss_block p {
  font-size: 1em;
  margin-bottom: 0.75em;
  line-height: 1.1em;
}

.tp_content_cont.lesson_plan span.eng_logo {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-Test.svg);
  background-size: 1.15em;
  padding: 1.2em .8em;
  background-repeat: no-repeat;
  float: left;
  margin-top: 1%;
}

.tp_content_cont.lesson_plan p i.pa_logo {
  float: left;
  font-size: 1em;
  padding-top: 0.6%;
  margin-right: 1.5%;
  margin-bottom: 5%;
  color: #522E91;
}

.slide_mb0, p.slide_mb0, .lesson_plan p.slide_mb0 {
  margin-bottom: 0;
}

.tp_content_cont.lesson_plan .no_icon_bucket {
  margin-left: 5%;
}

.tp_content_cont.lesson_plan .icon_bucket {
  margin-left: 2%;
}

.tp_content_cont.lesson_plan .icon_bucket span {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color-top-sm.svg);
  background-size: 1.15em;
  padding: 1.2em 0.8em;
  background-repeat: no-repeat;
  float: left;
  margin-top: 1%;
  margin-right: 0.7%;
}
.tp_content_cont.lesson_plan .icon_bucket span.eng_top {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color-top-sm.svg);
}

.tp_content_cont.lesson_plan .icon_bucket span.eng_rt {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color-right-sm.svg);
}

.tp_content_cont.lesson_plan .icon_bucket span.eng_lft {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color-left-sm.svg);
}

.uopa_student .student_title_slide {
  top: 5%;
  height: auto;
  position: relative;
  padding: 2% 2% 2% 3%;
  width: 54%;
  margin-bottom: 6%;
}
.lesson_student .student_title_slide {
  top: 5%;
  height: auto;
  position: relative;
  padding: 2% 1%;
  width: 68%;
  margin-bottom: 4%;
  left: 2%;
}
.lesson_student .student_title_slide h2.title_slide_lg {
  font-size: 3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 3%;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.uopa_student p {
  color: #3c3c3c;
  position: relative;
  width: 52%;
  padding: 0% 2% 0% 3%;
  margin-left: 1.5%;
  line-height: 1.2em;
  font-size: 1.3em;
  margin-bottom: 0.75em;
}
.uopa_student img {
  position: absolute;
  top: 5%;
  right: 2%;
  height: 91%;
}
.lesson_student img.lo {
  position: absolute;
  top: 5%;
  right: 2%;
  height: 59%;
}
.lesson_student img.student_3d_logo {
  position: absolute;
  top: 70%;
  right: 6%;
  width: 15%;
}
.lesson_student .student_cont_cont {
  width: 64%;
  padding-top: 2%;
  margin-left: 5%;
}
.lesson_student .student_cont_cont p.eq {
  color: #3c3c3c;
  position: relative;
  line-height: 1.3em;
  font-size: 1.5em;
  font-weight: bold;
}
.lesson_student .student_cont_cont p {
  color: #3c3c3c;
  position: relative;
  line-height: 1.2em;
  font-size: 1.3em;
  margin-bottom: 0.75em;
}
.lesson_student .student_cont_cont ul {
  margin-left: 3%;
}
.lesson_student .student_cont_cont ul li {
  color: #3c3c3c;
  padding: 0%;
  line-height: 1.2em;
  font-size: 1.3em;
  margin-bottom: .5em;
  list-style-type: disc;
}
.student_title_slide span.eng_logo {
  background-image: url(https://cdn100.teachtci.com/Eng-Logo-color.svg);
  background-size: 2.5em;
  padding: 1.3em;
  background-repeat: no-repeat;
  float: left;
  margin-top: 1.3%;
  margin-right: 2%;
  margin-left: 1%;
}
p img.sci_wrap_up {
  width: 2em;
  float: left;
  margin-top: -0.35em;
  margin-right: 0.35em;
}
img.safety_sign {
  float:left;
  width: 15%;
  margin-right: 5%;
}
.purple_box {
  padding: 0.5em;
  border-color: #522E91;
  border-width: 1em 0.05em 0.05em 0.05em;
  border-style: solid;
  box-shadow: 0.05em 0.05em 0.3em #777;
  margin-bottom: 1em;
}
p.engr_icon img {
  width: 1.5em;
  display: inline-block;
  position: absolute;
  margin-left: 0.1em;
  margin-top: -0.15em;
}
p.z2_white {
  position: absolute;
  top: 44%;
  left: 18%;
  color: white;
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  z-index: 2;
}
.cleanup_half {
  margin: .5% 2% 2%;
  width: 93.8%;
  min-height: 32%;
  height: auto;
  float: left;
  clear: left;
  box-shadow: .05em .05em .3em #777;
  -moz-box-shadow: .05em .05em .3em #777;
  -webkit-box-shadow: .05em .05em .3em #777;
  border: 0.1em solid #b1b1b1;
  padding: 0.75em;
}
.cleanup_half ol {
  font-size: 1.2em;
  list-style-position: outside;
  margin-left: 1em;
}
.cleanup_half ol li {
  font-size: 1em;
  line-height: 1.2em;
}
.cleanup_material {
  float: left;
  width: 46%;
  margin: 1% 2% 0%;
}
.cleanup_material img {
  width: 10%;
  float: left;
}
.cleanup_material p {
  padding: 2% 0%;
  float: left;
}
p.cleanup_note {
  float: left;
  width: 96%;
  margin: 0% 2% 2%;
  font-size: 1em;
  font-style: italic;
}
.cleanup_note a {
  text-decoration: underline;
}
.cleanup_note i {
  font-size: 0.8em;
  color: #522e91;
}
div.phenom_img_cont_3,
div.phenom_img_cont_4 {
  margin-top: 2%;
  position: relative;
}
div.phenom_img_cont_3 .img_cont {
  position: absolute;
  width: 30%;
}
div.phenom_img_cont_4 .img_cont {
  position: absolute;
  width: 22%;
}
div.phenom_img_cont_3 .orange_cir_btn,
div.phenom_img_cont_4 .orange_cir_btn {
  position: absolute;
  top: 2.5em;
}




/* White Transparent Background box with Black Text */
div.trans_white_z2 {
  position: absolute;
  width: auto;
  box-shadow: .05em .05em .3em #444;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  z-index:2;
}
div.trans_white_z2_aio {
  position: absolute;
  width: auto;
  box-shadow: .05em .05em .3em #444;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5em 1em;
  z-index:2;
  margin-top: 3%;
  left: 40%;
}
div.trans_white_z2_aio p {
  color: black;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0;
  font-size: 2em;
}
div.trans_white_z2 p {
  color: black;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0;
  font-size:2em;
}
div.trans_white {
  position: absolute;
  width: auto;
  box-shadow: .05em .05em .3em #444;
  background: rgba(255, 255, 255, 0.9);
  padding: 1% 2%;
  z-index:0;
}
div.trans_white p {
  color: black;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 0;
  width: auto;
}

/* Black Transparent Background box with White Text */
div.trans_black_z2 {
  position: absolute;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
  z-index: 2;
}
div.trans_black_z2 p {
  color: white;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0;
  font-size: 2em;
}
div.trans_black {
  position: absolute;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 1em;
  z-index:0
}
div.trans_black p {
  color: white;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 0;
}
.black_centered_title {
  width: 100%;
  text-align: center;
  margin-bottom: 2%;
}
p.fadeOut.wht_text_aio,
p.wht_text_aio {
  color: white;
  font-size: 2em;
  width: auto;
  line-height: 2em;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 44%;
  left: 18%;
}
.tp_content_cont .tp_content p.pa_pacing {
  margin-top: 5%;
  font-size: 1em;
}

/* EDIT SLIDE STYLING */
.slide svg p, .interactive svg p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.2em;
}

/* TEACHER NOTE STYLING */
div.teacher_slideshow_notes div.note p {
  line-height: 1.2em;
  font-size: 1em;
  margin-bottom: 1em;
}
div.teacher_slideshow_notes div.note ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1.25em;
}
div.teacher_slideshow_notes div.note ol.alpha {
  list-style-position: outside;
  list-style-type: lower-alpha;
  margin-bottom: 1em;
  margin-left: 1.25em;
}
div.teacher_slideshow_notes div.note ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.25em;
}
div.teacher_slideshow_notes div.note ol li,
div.teacher_slideshow_notes div.note ul li {
  line-height: 1.2em;
  font-size: 1em;
}
div.teacher_slideshow_notes div.note p + ul,
div.teacher_slideshow_notes div.note p + ol {
  margin-top: -0.75em;
}
div.teacher_slideshow_notes div.note a {
  color: #522E91;
  text-decoration: underline;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}



/* CURTAIN CALL INTERACTION */

@charset "UTF-8";
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
div.slideOutLeft,
.slideOutLeft {
  background-color: black;
  opacity: 0.85;
  position:absolute;
  left:0;
  z-index:1;
  width: 50%;
  height: 100%;
}
div.slideOutRight,
.slideOutRight {
  background-color: black;
  opacity: 0.85;
  position:absolute;
  right:0;
  z-index:1;
  width: 50%;
  height: 100%;
}



/* DATAFICATION STYLING CODE */
.std_bkg.datafied .ott_lft,
.std_bkg.datafied .oto_lft,
.std_bkg.datafied .ott_rt,
.std_bkg.datafied .oto_rt {
  padding-top: 2%;
}
.std_bkg.datafied .ott_lft p,
.std_bkg.datafied .oto_lft p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.main_cont {
  width:84%;
  float:left;
}

.no-sidebar .std_bkg .main_cont {
  width: 100%;
}

.oto_lft.text_cont {
  width: 36%;
  padding: 1em 2% 0;
  margin: 0;
  clear: both;
  float: left;
}
.oto_rt.img_cont {
  width: 58%;
  margin-right: 2%;
  margin-left: 0;
  height: 31em;
  padding: 1em 0 0;
  overflow: hidden;
  float: left;
}
.oto_rt.img_cont h2 {
  margin-bottom: 0.25em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
}
.ott_lft.text_cont {
  padding: 1em 2% 1em;
  width: 96%;
  margin: 0;
  clear: both;
  position: relative;
  background-color: white;
  z-index: 1;
}
.ott_rt.img_cont {
  width: 84%;
  margin-right: 0%;
  margin-left: 0%;
  height: 87%;
  padding-top: 0;
  position: absolute;
  top: 17%;
  z-index: 0;
  overflow: hidden;
}
.side_bar,
.inv_side_bar {
  width: 12.35%;
  padding: 1.1em;
  text-align: center;
  background-color: #444;
  margin-right: 0em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.orange_btn.info_btn,
.orange_btn.materials_btn,
.orange_btn.isn_btn,
.orange_btn.handout_btn,
.orange_btn.teachnote_btn,
.orange_btn.teachprep_btn,
.orange_btn.ngss_btn,
.orange_btn.stutext_btn {
  margin: 0 0 1em 0;
  text-align: center;
  width: 88%;
  display: block;
  -moz-box-shadow: 0em 0.2em 0.5em rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0em 0.2em 0.5em rgba(0, 0, 0, 0.5);
  box-shadow: 0em 0.2em 0.5em rgba(0, 0, 0, 0.5);
  line-height: 1.2em;
}
a.orange_btn.isn_btn {
  background-image: linear-gradient(bottom, #0e7a8e 0%, #3fa0b2 100%);
  background-image: -o-linear-gradient(bottom, #0e7a8e 0%, #3fa0b2 100%);
  background-image: -moz-linear-gradient(bottom, #0e7a8e 0%, #3fa0b2 100%);
  background-image: -webkit-linear-gradient(bottom, #0e7a8e 0%, #3fa0b2 100%);
  background-image: -ms-linear-gradient(bottom, #0e7a8e 0%, #3fa0b2 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e7a8e), color-stop(1, #3fa0b2));
  border: solid 1px #0e7a8e;
}
.static_popup {
  width: 43.5%;
  right: 2%;
  bottom: 6%;
  padding: 1em;
  border: 0.15em solid rgb(246, 164, 5);
  box-shadow: #777777 0.05em 0.05em 0.3em;
  margin-bottom: 0.5em;
  position: absolute;
  background-color: #fff;
  z-index: 500;
}
.static_popup ul,
.static_popup ol {
  list-style-position: outside;
  margin-left: 1.1em;
}
.static_popup ul li,
.static_popup ol li {
  font-size: 1.2em;
  line-height: 1.2em;
}
.text_cont p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.static_popup p,
.static_popup ul li,
.static_popup ol li,
.text_cont ul li,
.text_cont ul li ul li,
.text_cont ul li ol li,
.text_cont ol li,
.text_cont ol li ul li,
.text_cont ol li ol li,
.orange_popup.new p,
.slide .std_bkg.datafied .ott_lft ul li,
.slide .std_bkg.datafied .ott_lft ol li,
.slide .std_bkg.datafied .ott_lft ul li ul li,
.slide .std_bkg.datafied .ott_lft ol li ul li,
.slide .std_bkg.datafied .ott_lft ul li ol li,
.slide .std_bkg.datafied .ott_lft ol li ol li,
.slide .std_bkg.datafied .oto_lft ul li,
.slide .std_bkg.datafied .oto_lft ol li,
.slide .std_bkg.datafied .oto_lft ul li ul li,
.slide .std_bkg.datafied .oto_lft ol li ul li,
.slide .std_bkg.datafied .oto_lft ul li ol li,
.slide .std_bkg.datafied .oto_lft ol li ol li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.2em;
}
.static_popup ul li {
  list-style-type: disc;
}
.text_cont p+p {
  margin-top: 1em;
}
.static_popup p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.static_popup p+p {
  margin-top: 1em;
}
div.trans_white_z2_aio.new.lesson_plan,
div.trans_white_z2_aio.new {
  padding: 1em;
  width: 44.5em;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 3%;
  left: 3%;
  max-height: 27em;
  overflow-y: auto;
}
div.trans_white_z2_aio.overlay_btm {
  padding: 1em;
  width: 54em;
  background: rgba(255, 255, 255, 0.95);
  bottom: 9%;
  left: 3%;
  max-height: 9.5em;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0.05em 0.05em 0.3em #444;
  z-index: 2;
}
div.trans_white_z2_aio.new p,
div.trans_white_z2_aio.overlay_btm p {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.new.wrap_up p,
div.trans_white_z2_aio.overlay_btm.wrap_up p {
  margin-bottom: 1em;
}
div.trans_white_z2_aio.new ol li,
div.trans_white_z2_aio.overlay_btm ol li {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #444;
  list-style-position: outside;
  margin-left: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.new ul li,
div.trans_white_z2_aio.overlay_btm ul li  {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #444;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.new ol li+li,
div.trans_white_z2_aio.new ul li+li,
div.trans_white_z2_aio.overlay_btm ol li+li,
div.trans_white_z2_aio.overlay_btm ul li+li  {
  margin-top: 0.25em;
  list-style-position: outside;
  margin-left: 1.2em;
}
div.trans_white_z2_aio.new ol li ul,
div.trans_white_z2_aio.new ul li ul,
div.trans_white_z2_aio.overlay_btm ol li ul,
div.trans_white_z2_aio.overlay_btm ul li ul  {
  margin-top: 0.25em;
}
div.trans_white_z2_aio.new ol li ul li,
div.trans_white_z2_aio.new ul li ul li,
div.trans_white_z2_aio.overlay_btm ol li ul li,
div.trans_white_z2_aio.overlay_btm ul li ul li {
  margin-bottom: 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.new ol+p,
div.trans_white_z2_aio.new ul+p,
div.trans_white_z2_aio.overlay_btm ol+p,
div.trans_white_z2_aio.overlay_btm ul+p {
  margin-top: 0.75em;
}
.slide .main_cont .ss_main_slide_title {
  box-shadow: none;
  padding: 0.5em 1.5em 0.25em 1.75em;
  bottom: 0em;
  right: 0em;
  color: #FFF;
  z-index: 300;
  font-family: lato;
  font-size: 0.8em;
  font-weight: 900;
  width: auto;
  letter-spacing: 0.25em;
  line-height: 2em;
  text-transform: uppercase;
  left: initial;
  top: initial;
  position: absolute;
  margin-bottom: 0;
}
.slide .main_cont .ss_slide_lesson_subhead,
.slide .main_cont .ss_slide_lesson_subhead.gui_alt {
  float: left;
  width: auto;
  padding: 1.2em 1em 0;
  font-size: 0.8em;
  margin-bottom: 0;
}
.slide .main_cont .ss_slide_dash_line {
  position: absolute;
  width: 81.1%;
  padding: 2.4em 1em 0;
  font-size: 0.8em;
  border-bottom: dashed .05em #ccc;
  z-index: 0;
  left: 0;
}
.slide .oto_rt img.single_tall {
  width: initial;
  height: 31em;
  margin: 0 auto;
  display: block;
}
div.main_cont.title_slide {
  width: 100%;
}
div.trans_black_bkg {
  position: relative;
  padding: 1.5em;
  width: fit-content;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 3%;
  margin-left: 3%;
  min-width: 42em;
  max-width: 44em;
}
div.trans_black_bkg.el_slides {
  min-width: 42em;
  max-width: 53em;
}
div.inv_title_slide {
  width: auto;
  float: left;
  max-width: 44em;
  position: relative;
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 3%;
  margin-left: 3%;
}
.trans_black_bkg p.prog_title_slide {
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.trans_black_bkg p.unit_title_slide {
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 2em;
  margin-bottom: 0.25em;
}
.trans_black_bkg p.lesson_title_slide {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2.75em;
  margin-bottom: 0;
  width: auto;
}
.hs_id_004.static_popup {
  font-size: 0.85em;
}
.hs_id_005.static_popup {
  width: 67%;
}
.slide .ott_rt img.single_wide {
  width: auto;
  height: 26em;
  display: block;
  margin: 0 auto;
}
.text_cont p+p.expandable_js {
  margin-top: 1em !important;
}
div.trans_white_z2_aio.new p.purple_sub,
div.trans_white_z2_aio.new h2.purple_sub {
  color: #522e91;
  font-weight: bold;
}
a.info_btn,
a.isn_btn,
a.stutext_btn {
  background-color: #388ca5;
  border: solid 0.1em #1d708c;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.6em 0.4em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
  margin: 0.5em 0em 0.5em;
  float: none;
  display: inline-block;
  transition: background-color 0.5s ease;
  width: 90%;
  line-height: 1.3em;
}
a.materials_btn,
a.handout_btn,
a.teachprep_btn,
a.teachnote_btn,
a.ngss_btn,
a.safety_btn {
  background-color: #89a225;
  border: solid 0.1em #5f8229;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0.6em 0.4em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
  margin: 0.5em 0em 0.5em;
  float: none;
  display: inline-block;
  transition: background-color 0.5s ease;
  width: 90%;
  line-height: 1.3em;
}
a.info_btn:hover,
a.isn_btn:hover,
a.stutext_btn:hover {
  background-color: #66abbf;
}
a.materials_btn:hover,
a.handout_btn:hover,
a.teachprep_btn:hover,
a.teachnote_btn:hover,
a.ngss_btn:hover {
  background-color: #acc34d;
}
.static_popup.isn_popup {
  width: 92%;
  height: 82%;
  top: 3%;
  border-color: #388ca5;
  z-index: 500;
}
.static_popup.text_popup {
  border-color: #388ca5;
}
.static_popup.text_popup img,
.static_popup.teachernote_popup img,
.static_popup.ngss_popup img,
.static_popup.teacherprep_popup img,
.static_popup.safetytip_popup img {
  width: 100%;
}
.static_popup.teachernote_popup,
.static_popup.ngss_popup,
.static_popup.teacherprep_popup,
.static_popup.safetytip_popup {
  border-color: #89a225;
}
p a.n_purple_btn, li a.n_purple_btn {
  border: solid 1px #391479;
  background-color: #522E91;
  padding: 0.3em 0.5em;
  padding: 0em 0.5em 0.1em;
  font-size: 0.7em;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0.1em 0.2em #888888;
  -moz-box-shadow: 0 .1em 0.2em #888888;
  box-shadow: 0 0.1em 0.2em #888888;
  -webkit-border-radius: 5px;
  -moz-border-radius: .2em;
  -o-border-radius: .2em;
  border-radius: .2em;
  z-index: 100;
  margin: 0em 0em 0em .5em !important;
  float: none;
  display: inline-block;
}
.slide .plus_minus.purplefa {
  color: #522E91;
}
.side_bar hr,
.inv_side_bar hr {
  border-top: 0.11em solid #555;
  border-bottom: 0.15em solid #333;
  margin: 1.25em 0;
}
.static_popup.n_purple_popup {
  border: 0.15em solid #522E91;
}
/* Tooltip Icon */
.slide [data-tooltip-builder].tooltip_wrapper {
  position: absolute;
  bottom: 7%;
  right: 4%;
}
.slide [data-tooltip-builder].tooltip_wrapper i {
  color: #777;
  font-size: 1.25em;
  transition: color 0.5s ease;
}
.slide [data-tooltip-builder].tooltip_wrapper i:hover {
  color: #999;
}
.datafied .dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd) {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

/* DATAFICATION STYLING FOR VOCAB SLIDES */

#slide_reel .slide .vocab_term_origin.vocab_new {
  width: 10em;
  height: auto;
  min-height: 17.75em;
  margin: 3% 0%;
  padding: 1em 1.5em;
  position: relative;
  float: left;
  background-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#slide_reel .slide .vocab_term_origin.vocab_new p {
  margin-bottom: 0.75em;
  font-size: 1.2em;
  line-height: 1em;
}
#slide_reel .slide .vocab_term_origin.vocab_new p.vocab_origin_title {
  color: #522E91;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1em;
  font-family: lato;
  font-weight: 900;
  text-align: center;
}
.slide .ott_lft.text_cont .vocab_definition_block ol li,
.slide .ott_lft.text_cont .vocab_definition_block ul li {
  font-size: 1em !important;
  margin-bottom: 1em;
  margin-top: 0.25em !important;
}
.slide .ott_lft.text_cont .vocab_definition_block .dd_dropzone {
  margin: 0 6% 0 0;
}
.slide .ott_lft.text_cont .vocab_definition_block.vocab_new {
  width: 34em;
  margin-top: 3%;
  font-size: 1.3em;
  line-height: 1.3em;
  height: 100%;
  display: inline-block;
  position: absolute;
  float: none;
}
.slide .ott_lft.text_cont .check_answer_block.vocab_new {
  width: 11em;
  height: 2em;
  white-space: nowrap;
  display: block;
  float: none;
  margin-top: 2%;
  clear: both;
}
.slide .full_img_bkg.with_sidebar {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 85%;
  height: 100%;
  z-index: 0;
}
.slide .tp_content_cont.datafied {
  width: 96%;
  float: left;
  margin: 0;
  margin-top: 1%;
}
.slide .datafied p.purple_sub {
  color: #522e91;
  font-weight: bold;
}
.slide p.teacher_prep_slide.datafied {
  width: 97%;
  padding-left: 2%;
  z-index: 0;
  background-color: #522E91;
  letter-spacing: .25em;
  line-height: 1.65em;
  margin-bottom: 1.5%;
  text-transform: uppercase;
  font-family: 'lato', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
.tp_content_cont.lesson_plan.datafied .no_icon_bucket {
  margin-left: 3%;
}
.slide .tp_content_cont.lesson_plan.datafied p {
  font-size: 1em;
  margin-bottom: 0.25em;
  line-height: 1.1em;
  font-family: 'open sans', sans-serif;
}
.slide .tp_content_cont.lesson_plan.datafied p.sm {
  font-size: 1em;
  margin-bottom: 0.25em;
  line-height: 1.1em;
  font-family: 'open sans', sans-serif;
}
.slide .tp_content_cont.lesson_plan.datafied p.sm,
.tp_content_cont.lesson_plan p.sm {
  font-size: 0.9em;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.slide .tp_content_cont.lesson_plan.datafied .no_icon_bucket p {
  margin-bottom: 0.25em;
}
.slide .tp_content_cont.lesson_plan.datafied .no_icon_bucket,
.slide .tp_content_cont.lesson_plan.datafied p.slide_mb1e {
  margin-bottom: 1em;
}
.slide .material_slide_paging.datafied {
  position: absolute;
  bottom: 1.5em;
  left: 1em;
  font-family: 'lato';
  margin-right: 2%;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.slide .ott_lft.text_cont .vocab_definition_block.vocab_new ol li {
  font-size: 0.9em !important;
}

.slide .vocab_definition_block.vocab_new .dd_dropzone .dd_answer {
  font-size: 1.1em;
  padding: 0.45em 0;
}
.slide .fw.datafied {
  margin-top: 1%;
}
.slide .fw.datafied p {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'open sans', sans-serif;
}
p.prog_title_slide:empty {
  display: none;
}
p.unit_title_slide:empty {
  margin: 0;
}

/* Program Specific CSS */
.trans_black_bkg.ss_pai p.ss_lesson_title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2.35em;
  margin-bottom: 0.5em;
  width: auto;
}
.trans_black_bkg.ss_pai p.ss_lesson_eq {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 0.25em;
  font-style: italic;
  font-size: 1.75em;
  text-transform: initial;
  letter-spacing: 0.1em;
}

.main_cont .dropzone-label {
  width: 8em;
  height: 8em;
  position: absolute;
  display: flex;
  align-items: center;
}

.main_cont .dropzone-label span {
  font-size: 1.2em;
  color: grey;
  text-align: center;
  width: 100%;
}

.std_bkg .dropzone-label {
  width: 8em;
  height: 8em;
  position: absolute;
  display: flex;
  align-items: center;
}
.std_bkg .dropzone-label span {
  font-size: 1.2em;
  color: grey;
  text-align: center;
  width: 100%;
}

.main_cont .dropzone-label span.large-font {
  font-size: 3em;
}
.main_cont.mc_flex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hor_btm.text_cont {
  width: 96.75%;
  max-height: 7em;
  flex-shrink: 0;
  padding: 1em;
  margin-bottom: 3.5em;
  overflow: scroll;
}
.hor_btm.img_cont {
  width: 100%;
  height: 100%;
  padding-top: 0;
  margin-right: 0%;
  margin-left: 0%;
  flex-grow: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hor_btm.img_cont img.wide {
  width: 100%;
  position: absolute;
}
.hor_btm.img_cont img.tall {
  height: 100%;
  width: initial;
  margin: 0 auto;
  display: block;
}
.vert_lft_oto.text_cont {
  width: 46%;
}
.vert_rt_oto.img_cont {
  width: 48%;
}

.main_cont.mc_flex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hor_btm.text_cont {
  width: 96.75%;
  max-height: 7em;
  flex-shrink: 0;
  padding: 1em;
  margin-bottom: 3.5em;
  overflow: scroll;
}
.hor_btm.img_cont {
  width: 100%;
  height: 100%;
  padding-top: 0;
  margin-right: 0%;
  margin-left: 0%;
  flex-grow: 1;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hor_btm.img_cont img.wide {
  width: 100%;
  position: absolute;
}
.hor_btm.img_cont img.tall {
  height: 100%;
  width: initial;
  margin: 0 auto;
  display: block;
}

div.trans_white_z2_aio.overlay_btm {
  padding: 1em;
  width: 54em;
  background: rgba(255, 255, 255, 0.95);
  bottom: 9%;
  left: 3%;
  max-height: 9.5em;
  overflow-y: auto;
  position: absolute;
  box-shadow: 0.05em 0.05em 0.3em #444;
  z-index: 2;
  top: unset;
}

div.trans_white_z2_aio.overlay_btm p {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.overlay_btm ol li {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #444;
  list-style-position: outside;
  margin-left: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
div.trans_white_z2_aio.overlay_btm ul li+li {
  margin-top: 0.25em;
  list-style-position: outside;
  margin-left: 1.2em;
}
div.trans_white_z2_aio.overlay_btm ul li ul li {
  margin-bottom: 0;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* K-5 ss 2022 Revision */
.main_cont .dropzone-label.vocab_slide {
  width: 100%;
  height: auto;
  padding: 2% 0%;
}
.main_cont .dropzone-label.vocab_slide span {
  font-size: 1.8em;
}
.act_overview {
  width: 100%;
  padding: 3%;
  border: 0.4em #00a4e4 solid;
  border-radius: 1em;
  margin-bottom: 4%;
}

/* K-5 SS Red */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_red {
  background-image: linear-gradient(bottom, #bd2529 0%, #ea363b 100%);
  background-image: -o-linear-gradient(bottom, #bd2529 0%, #ea363b 100%);
  background-image: -moz-linear-gradient(bottom, #bd2529 0%, #ea363b 100%);
  background-image: -webkit-linear-gradient(bottom, #bd2529 0%, #ea363b 100%);
  background-image: -ms-linear-gradient(bottom, #bd2529 0%, #ea363b 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bd2529), color-stop(1, #ea363b));
  -webkit-box-shadow: inset 0 0.05em 0 #ea363b, 0 0.25em 0 0 #750003, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #ea363b, 0 .25em 0 0 #750003, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #ea363b, 0 .25em 0 0 #750003, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #ea363b, 0 0.25em 0 0 #750003, 0 0.5em 0.25em #999;
}

/* K-5 SS Teal */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_teal {
  background-image: linear-gradient(bottom, #1a94a2 0%, #26b9ca 100%);
  background-image: -o-linear-gradient(bottom, #1a94a2 0%, #26b9ca 100%);
  background-image: -moz-linear-gradient(bottom, #1a94a2 0%, #26b9ca 100%);
  background-image: -webkit-linear-gradient(bottom, #1a94a2 0%, #26b9ca 100%);
  background-image: -ms-linear-gradient(bottom, #1a94a2 0%, #26b9ca 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1a94a2), color-stop(1, #26b9ca));
  -webkit-box-shadow: inset 0 0.05em 0 #26b9ca, 0 0.25em 0 0 #05626d, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #26b9ca, 0 .25em 0 0 #05626d, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #26b9ca, 0 .25em 0 0 #05626d, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #26b9ca, 0 0.25em 0 0 #05626d, 0 0.5em 0.25em #999;
}

/* K-5 SS Blue */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_blue {
  background-image: linear-gradient(bottom, #024f82 0%, #0072bc 100%);
  background-image: -o-linear-gradient(bottom, #024f82 0%, #0072bc 100%);
  background-image: -moz-linear-gradient(bottom, #024f82 0%, #0072bc 100%);
  background-image: -webkit-linear-gradient(bottom, #024f82 0%, #0072bc 100%);
  background-image: -ms-linear-gradient(bottom, #024f82 0%, #0072bc 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #024f82), color-stop(1, #0072bc));
  -webkit-box-shadow: inset 0 0.05em 0 #0072bc, 0 0.25em 0 0 #013c63, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #0072bc, 0 .25em 0 0 #013c63, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #0072bc, 0 .25em 0 0 #013c63, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #0072bc, 0 0.25em 0 0 #013c63, 0 0.5em 0.25em #999;
}

/* K-5 SS Green */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_green {
  background-image: linear-gradient(bottom, #19732d 0%, #269a40 100%);
  background-image: -o-linear-gradient(bottom, #19732d 0%, #269a40 100%);
  background-image: -moz-linear-gradient(bottom, #19732d 0%, #269a40 100%);
  background-image: -webkit-linear-gradient(bottom, #19732d 0%, #269a40 100%);
  background-image: -ms-linear-gradient(bottom, #19732d 0%, #269a40 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #19732d), color-stop(1, #269a40));
  -webkit-box-shadow: inset 0 0.05em 0 #269a40, 0 0.25em 0 0 #0d4c1b, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #269a40, 0 .25em 0 0 #0d4c1b, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #269a40, 0 .25em 0 0 #0d4c1b, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #269a40, 0 0.25em 0 0 #0d4c1b, 0 0.5em 0.25em #999;
}

/* K-5 SS Purple */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_purple {
  background-image: linear-gradient(bottom, #592796 0%, #8445d3 100%);
  background-image: -o-linear-gradient(bottom, #592796 0%, #8445d3 100%);
  background-image: -moz-linear-gradient(bottom, #592796 0%, #8445d3 100%);
  background-image: -webkit-linear-gradient(bottom, #592796 0%, #8445d3 100%);
  background-image: -ms-linear-gradient(bottom, #592796 0%, #8445d3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #592796), color-stop(1, #8445d3));
  -webkit-box-shadow: inset 0 0.05em 0 #8445d3, 0 0.25em 0 0 #32036d, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #8445d3, 0 .25em 0 0 #32036d, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #8445d3, 0 .25em 0 0 #32036d, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #8445d3, 0 0.25em 0 0 #32036d, 0 0.5em 0.25em #999;
}

/* K-5 SS Orange */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_orange {
  background-image: linear-gradient(bottom, #d06711 0%, #f88222 100%);
  background-image: -o-linear-gradient(bottom, #d06711 0%, #f88222 100%);
  background-image: -moz-linear-gradient(bottom, #d06711 0%, #f88222 100%);
  background-image: -webkit-linear-gradient(bottom, #d06711 0%, #f88222 100%);
  background-image: -ms-linear-gradient(bottom, #d06711 0%, #f88222 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d06711), color-stop(1, #f88222));
  -webkit-box-shadow: inset 0 0.05em 0 #f88222, 0 0.25em 0 0 #863c00, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #f88222, 0 .25em 0 0 #863c00, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #f88222, 0 .25em 0 0 #863c00, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #f88222, 0 0.25em 0 0 #863c00, 0 0.5em 0.25em #999;
}

/* K-5 SS Pink */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_pink {
  background-image: linear-gradient(bottom, #d4518d 0%, #f37ab1 100%);
  background-image: -o-linear-gradient(bottom, #d4518d 0%, #f37ab1 100%);
  background-image: -moz-linear-gradient(bottom, #d4518d 0%, #f37ab1 100%);
  background-image: -webkit-linear-gradient(bottom, #d4518d 0%, #f37ab1 100%);
  background-image: -ms-linear-gradient(bottom, #d4518d 0%, #f37ab1 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d4518d), color-stop(1, #f37ab1));
  -webkit-box-shadow: inset 0 0.05em 0 #f37ab1, 0 0.25em 0 0 #a0235d, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #f37ab1, 0 .25em 0 0 #a0235d, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #f37ab1, 0 .25em 0 0 #a0235d, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #f37ab1, 0 0.25em 0 0 #a0235d, 0 0.5em 0.25em #999;
}

/* K-5 SS Yellow */

.dd_answer:not(.dd_answer_img):not(.dd_answer_text_cdnd).dd_ss_yellow {
  background-image: linear-gradient(bottom, #d29d00 0%, #fcc521 100%);
  background-image: -o-linear-gradient(bottom, #d29d00 0%, #fcc521 100%);
  background-image: -moz-linear-gradient(bottom, #d29d00 0%, #fcc521 100%);
  background-image: -webkit-linear-gradient(bottom, #d29d00 0%, #fcc521 100%);
  background-image: -ms-linear-gradient(bottom, #d29d00 0%, #fcc521 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d29d00), color-stop(1, #fcc521));
  -webkit-box-shadow: inset 0 0.05em 0 #fcc521, 0 0.25em 0 0 #9e7701, 0 0.5em 0.25em #999;
  -moz-box-shadow: inset 0 .05em 0 #fcc521, 0 .25em 0 0 #9e7701, 0 .5em .25em #999;
  -o-box-shadow: inset 0 .05em 0 #fcc521, 0 .25em 0 0 #9e7701, 0 .5em .25em #999;
  box-shadow: inset 0 0.05em 0 #fcc521, 0 0.25em 0 0 #9e7701, 0 0.5em 0.25em #999;
}

/* K-5 SS Color tiles - remove color in dropzone */

.destination .dd_answer:not(.dd_answer_img).dd_ss_red,
.destination .dd_answer:not(.dd_answer_img).dd_ss_yellow,
.destination .dd_answer:not(.dd_answer_img).dd_ss_blue,
.destination .dd_answer:not(.dd_answer_img).dd_ss_pink,
.destination .dd_answer:not(.dd_answer_img).dd_ss_teal,
.destination .dd_answer:not(.dd_answer_img).dd_ss_green,
.destination .dd_answer:not(.dd_answer_img).dd_ss_orange,
.destination .dd_answer:not(.dd_answer_img).dd_ss_purple {
  padding: 0.5em;
  height: auto;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* Temporary New slide editor styles */
.slide .fr-view p {
  font-size: 16px;
}

.slide .fr-view ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.slide .fr-view ol{
  list-style-type: decimal;
  margin-left: 1.5em;
}

.slide .fr-view ol li, .slide .fr-view ul li {
  list-style-position: outside;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
}

.slide .fr-view * {
  line-height: normal;
}

.slide .fr-box.fr-basic .fr-wrapper {
  background-color: transparent;
}

/* Added 12/7/22 for inconsistent scroll bar */
.slide .fr-box.fr-basic .fr-element {
  min-height: 16px;
}

/* Added 1/24/22 for Froala slide paragraph styles */
.builder_lesson_title {
  font-weight: 700;
  letter-spacing: 0.18em;
}

.builder_lesson_eq {
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
}

.builder_unit_title {
  font-weight: 300;
  letter-spacing: 0.2em;
}

.builder_trans_black_bkg {
  width: fit-content;
  background: rgba(0, 0, 0, 0.7);
}

p.builder_trans_black_bkg, div.builder_trans_black_bkg {
  padding: 1.5em;
  width: 640px;
}

.builder_trans_white_bkg {
  background: rgba(255, 255, 255, 0.9);
}

p.builder_trans_white_bkg, div.builder_trans_white_bkg {
  margin-bottom: 0;
  padding: 1em;
}

/* Updated 2/16/23 to handle default blue border on questions without iframes */
div[class*="slideTemplateObject"] iframe, div[class*="slideTemplateObject"] div:has(> .notebook-preview)  {
  border: solid 10px #247F99;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Updated 7/27/23 to handle PhET iframe in a notebook question */
div[class*="slideTemplateObject"] [class*="popup"] iframe, div[class*="slideTemplateObject"] [class*="popup"] div:has(> .notebook-preview), div[class*="slideTemplateObject"] [class*="notebook-question-text"] iframe {
  border: none;
  border-radius: unset;
}

div[class*="Slide-module__textEditContainer"], .fr-view {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  overflow-wrap: break-word;
}

[class*="Slide-module__textEditContainer"] p {
  font-size: 16px;
}

[class*="Slide-module__textEditContainer"] ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

[class*="Slide-module__textEditContainer"] ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

[class*="Slide-module__textEditContainer"] ol li, [class*="Slide-module__textEditContainer"] ul li {
  list-style-position: outside;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

[class*="Slide-module__textEditContainer"] * {
  line-height: normal;
}

[class*="Slide-module__textEditContainer"] {
  background-color: transparent;
}
