@charset "UTF-8";
@import url(jquery.fancybox-1.3.4.css);
@import url(jquery-ui.min.css);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/*
Skin Name: EM Custom Theme
Skin URI: 
Description: A custom skin for EM
Version: 
Author: George
Author URI: 
Supports Thumbs: true
*/
.theme-custom.slider-wrapper {
  position: relative; }

.theme-custom.slider-wrapper.homepage-slider {
  min-height: 500px; }

.theme-custom .nivoSlider {
  position: relative;
  background: #fff url(/img/nivo-themes/custom/loading.gif) no-repeat 50% 50%;
  margin-bottom: 15px; }

.theme-custom .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

.theme-custom .nivoSlider a {
  border: 0;
  display: block; }

.theme-custom .nivo-controlNav {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1000; }

.theme-custom .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/img/nivo-themes/custom/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px; }

.theme-custom .nivo-controlNav a.active {
  background-position: 0 -22px; }

.theme-custom .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/img/nivo-themes/custom/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.theme-custom:hover .nivo-directionNav a {
  opacity: 1; }

.theme-custom a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

.theme-custom a.nivo-prevNav {
  left: 15px; }

.theme-custom .nivo-caption {
  font-family: Helvetica, Arial, sans-serif; }

.theme-custom .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff; }

.theme-custom .nivo-caption a:hover {
  color: #fff; }

.theme-custom .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

.theme-custom .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

.theme-custom .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }

.nivo-box img {
  display: block; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

html {
  background: #EEECEC;
  font-family: proxima-nova, helvetica, arial, sans-serif; }

body {
  line-height: 17px; }

#scheduled-maintenance-notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* CSS 3 */
/* Reusable styles */
cite {
  font-style: italic; }

.toggler {
  cursor: pointer;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  display: block;
  font-size: 19px;
  font-weight: normal;
  color: #508a9b;
  margin-bottom: 15px;
  line-height: 23px; }

button.toggler:focus {
  outline: none; }

.toggler_nested {
  cursor: pointer;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  display: block;
  font-size: 17px;
  font-weight: normal;
  color: #508a9b;
  margin-bottom: 15px;
  line-height: 23px; }

.toggler_qa {
  cursor: pointer;
  font-family: proxima-nova, helvetica, arial, sans-serif;
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #508a9b;
  margin: 0 0 5px 0;
  line-height: 18px; }

.expand_all, .collapse_all {
  cursor: pointer;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-size: 16px;
  font-weight: normal;
  color: #508a9b;
  margin-bottom: 15px; }

.multi_text {
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-weight: normal;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 13px; }

.multi_toggle_item.open .toggler {
  background: url(../img/orange_triangle_down_toggle.png) no-repeat left top;
  margin-left: -3px;
  padding-left: 19px; }

.multi_toggle_item.closed .toggler {
  background: url(../img/orange_triangle_toggle.png) no-repeat left top;
  padding-left: 16px; }

.multi_toggle_item.open .toggler.no_background_arrow {
  background: none;
  margin-left: 0;
  padding-left: 0; }

.multi_toggle_item.closed .toggler.no_background_arrow {
  background: none;
  margin-left: 0;
  padding-left: 0; }

.multi_main.open .toggler_nested {
  background: url(../img/orange_triangle_down_toggle.png) no-repeat left top;
  margin-left: -3px;
  padding-left: 19px;
  margin-left: 20px; }

.multi_main.closed .toggler_nested {
  background: url(../img/orange_triangle_toggle.png) no-repeat left top;
  padding-left: 16px;
  margin-left: 20px; }

.multi_main_qa.open .toggler_qa {
  background: url(../img/orange_triangle_down_toggle.png) no-repeat left top;
  margin-left: -3px;
  padding-left: 19px; }

.multi_main_qa.closed .toggler_qa {
  background: url(../img/orange_triangle_toggle.png) no-repeat left top;
  padding-left: 16px; }

.toggled_nested {
  margin-left: 20px; }

hr {
  border: 0;
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
  width: 100%;
  margin-bottom: 15px; }

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #990000;
  margin: 1.5em 0;
  padding: 0.5em 15px;
  quotes: "“" "”" "‘" "’"; }
  blockquote footer {
    font-size: 0.9em;
    line-height: 1.5em; }

.strong_italic {
  font-weight: bold;
  font-style: italic; }

cite.strong, em.strong {
  font-weight: bold; }

.tooltip_popup {
  position: absolute;
  top: 700px;
  left: 0;
  width: 500px;
  border: 1px solid #990000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 10px 0 #888;
  -moz-box-shadow: 0 0 10px 0 #888;
  -webkit-box-shadow: 0 0 10px 0 #888;
  padding: 25px;
  background: #ffffff;
  z-index: 10000; }
  .tooltip_popup h4 {
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: none;
    margin: 0 0 10px 0; }
  .tooltip_popup strong {
    font-weight: bold; }
  .tooltip_popup em, .tooltip_popup cite {
    font-style: italic; }
  .tooltip_popup *:first-child {
    margin-top: 0; }
  .tooltip_popup h1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    margin: 10px 0; }

a:link, a:visited {
  color: #990000; }

a:hover, a:active {
  color: #990000; }

div#content {
  font-size: 14px; }
  div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-weight: normal;
    display: block; }
  div#content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: normal;
    color: #3d3d3e;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative; }
  div#content h3 {
    font-size: 26px;
    line-height: 33px;
    font-weight: normal;
    color: #3d3d3e;
    margin-bottom: 4px; }
  div#content h4 {
    font-size: 1.3em;
    line-height: 23px;
    color: #3d3d3e;
    margin-bottom: 5px; }
  div#content h5 {
    font-size: 1.2em;
    color: #3d3d3e;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #F0F0F0; }
  div#content h6 {
    font-size: 18px;
    font-weight: normal;
    color: #3d3d3e;
    margin-bottom: 15px;
    line-height: 24px; }
  div#content h2#sample_games {
    font-size: 22px;
    font-weight: normal;
    color: #e57730;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative; }
  div#content h2.spiral {
    text-align: center;
    margin-bottom: 5px; }
  div#content h2.family_letters {
    font-size: 24px;
    color: #e57730;
    margin-top: -20px;
    margin-bottom: 20px; }
  div#content h4.standards {
    font-size: 1.2em;
    font-weight: normal;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    margin-bottom: 3px;
    padding-left: 38px; }
  div#content h3 span.standards {
    font-size: 14px;
    font-weight: normal;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    vertical-align: text-top; }
  div#content h3.spiral {
    text-align: center;
    margin-bottom: 40px; }
  div#content h3.garamond {
    font-size: 1.5em;
    font-family: adobe-garamond-pro, palatino, georgia, serif; }
  div#content h3.listserve {
    font-size: 1.2em;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    color: #333333; }
  div#content h3.solving_problem {
    font-size: 1.2em;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    color: black;
    margin-bottom: 20px; }
  div#content h3.computation_alg {
    font-size: 1.5em;
    padding-top: 10px; }
  div#content h3.games_table {
    margin-bottom: 12px;
    font-size: 1.5em;
    margin-top: 20px; }
  div#content h4.alternative_alg_h4 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 10px; }
  div#content h4.table_header {
    margin-top: 0px; }
  div#content h2 span#back {
    font-size: 12px;
    font-weight: normal; }
  div#content h2 span.superhead {
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #7D7D7D;
    text-transform: uppercase;
    display: block; }
  div#content a:link, div#content a:visited, div#content a:hover, div#content a:active {
    text-decoration: none; }
  div#content a:hover {
    text-decoration: underline; }
  div#content a.external {
    padding-right: 13px;
    background: url(../img/external_link.gif) no-repeat right center; }
  div#content a.external_white {
    padding-right: 13px;
    background: url(../img/external_link_white.png) no-repeat right center; }
  div#content a.pdf, div#content span.pdf {
    padding-left: 18px;
    background: url(../img/pdf.gif) no-repeat left top; }
  div#content a.vid, div#content span.vid {
    padding-left: 18px;
    background: url(/img/vid.gif) no-repeat left top; }
  div#content a.vid_em_at_home, div#content span.vid_em_at_home {
    display: block;
    padding-left: 18px;
    background: url(/img/vid.gif) no-repeat left top; }
  div#content a img {
    border: none; }
  div#content p {
    line-height: 22px;
    margin-bottom: 18px; }
  div#content p.sample_games {
    margin-bottom: 5px; }
  div#content p.standards {
    padding-left: 38px;
    margin-bottom: 20px; }
  div#content p.standards_pdf {
    padding-left: 20px;
    margin-bottom: 12px;
    margin-top: -5px; }
  div#content p.spiral_question {
    font-size: 17px;
    margin-bottom: 7px;
    font-style: italic; }
  div#content h3.bigger_headline {
    font-size: 21px;
    font-family: adobe-garamond-pro, palatino, georgia, serif; }
  div#content h3.bigger_headline_parents {
    font-size: 21px;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    margin-top: 10px; }
  div#content div#new_section {
    font-size: 21px;
    margin-bottom: 5px;
    color: #508a9b; }
  div#content div#event_new {
    border-bottom: 1px solid #508a9b; }
    div#content div#event_new span {
      background-color: #508a9b;
      color: #fff;
      font-size: 22px;
      padding: 2px 4px 1px 4px;
      font-family: adobe-garamond-pro, palatino, georgia, serif; }
  div#content div#event_date {
    font-size: 20px;
    color: #e57730;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    margin-top: 5px; }
  div#content div#event_headline {
    font-size: 20px;
    color: #508a9b;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    margin-bottom: 10px; }
    div#content div#event_headline span {
      color: #e57730;
      font-size: 20px;
      font-family: proxima-nova, helvetica, arial, sans-serif; }
  div#content span.event_more_important {
    color: #e57730;
    font-size: 1.1em; }
  div#content p.event_moved {
    margin: 0 0 8px 20px; }
  div#content h3.new_section {
    color: #508a9b;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: proxima-nova, helvetica, arial, sans-serif; }
  div#content div#listserv_tab h3 {
    padding-top: 15px; }
  div#content div#listserv_tab h3.archive {
    font-size: 21px;
    padding-top: 10px;
    line-height: 11px; }
  div#content div#listserv_tab p {
    padding-top: 10px;
    padding-bottom: 6px; }
  div#content div#listserv_tab div#listserv_image {
    float: left;
    display: block;
    padding: 5px 8px 5px 0; }
  div#content ul.parents_section {
    padding-left: 0px;
    margin-bottom: 10px;
    margin-top: 25px; }
    div#content ul.parents_section li {
      height: 15px;
      padding: 0 0 2px 0;
      color: #e57730;
      list-style-type: disc;
      list-style-position: inside; }
      div#content ul.parents_section li span {
        color: #6A6B6D;
        font-size: 13px; }
  div#content p.parents_section {
    font-size: 13px;
    width: 230px; }
  div#content ul {
    list-style: disc outside;
    margin-left: 15px; }
  div#content ul#strand_list {
    list-style: disc outside;
    margin-left: 35px; }
  div#content ul#pdf_list {
    list-style-type: none; }
  div#content li {
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 20px; }
    div#content li ul li {
      list-style: circle outside; }
  div#content strong {
    font-weight: bold; }
  div#content em, div#content cite {
    font-style: italic; }
  div#content table.data {
    border-spacing: 4px; }
    div#content table.data td {
      padding: 6px 10px;
      font-size: 11px; }
    div#content table.data tr.even td {
      background: #ffffff;
      border: 1px solid #e5e5e1; }
    div#content table.data tr.odd td {
      background: #ffffff;
      border: 1px solid #e5e5e1; }
  div#content dl.teasers dt {
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-size: 13px;
    margin-top: 18px;
    color: #505050; }
  div#content dl.teasers dd {
    margin-top: 4px;
    margin-bottom: 12px;
    margin-left: 0;
    padding: 0;
    line-height: 20px; }
  div#content dl.teasers dd.with_icon img {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 50px; }
  div#content dl.teasers dd.with_icon p {
    margin-left: 62px; }
  div#content dl.glossary dt {
    float: left;
    margin: 0 8px 0px 0;
    padding: 0;
    font-weight: bold; }
  div#content dl.glossary dd {
    margin: 0 0 8px 0;
    padding: 0; }
  div#content div.inner_menu {
    float: right;
    width: 225px;
    padding: 8px;
    border: 3px solid #d8e2f8;
    list-style-type: none;
    margin-left: 12px;
    margin-bottom: 5px;
    margin-top: -20px; }
    div#content div.inner_menu h4 {
      text-align: center;
      margin-top: 0px;
      border-bottom: 1px solid #d8e2f8; }
    div#content div.inner_menu ul, div#content div.inner_menu li {
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
  div#content p.computation_text {
    margin-bottom: 8px; }
  div#content div.assessment_subhead {
    font-size: 13px;
    font-weight: bold; }
  div#content ul.link_array {
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* 63 + 87 = 150 */ }
    div#content ul.link_array > li {
      float: left;
      width: 250px;
      list-style-type: none; }
    div#content ul.link_array li.even {
      margin-right: 30px; }
    div#content ul.link_array li.even_ordering, div#content ul.link_array .odd_ordering {
      height: 50px;
      vertical-align: middle; }
    div#content ul.link_array li.goals {
      height: 12px;
      vertical-align: middle; }
    div#content ul.link_array li.goals_head {
      height: 15px;
      vertical-align: middle; }
    div#content ul.link_array img.icon, div#content ul.link_array a.icon {
      float: left;
      width: 100px;
      height: 87px;
      margin: 0 16px 50px 7px; }
    div#content ul.link_array img.small_icon {
      float: left;
      width: 50px;
      height: 50px;
      margin: 0 16px 63px 7px; }
    div#content ul.link_array img.ordering_icon {
      float: left;
      width: 30px;
      height: 30px;
      margin: 5px 10px 63px 7px; }
    div#content ul.link_array h4 {
      font-size: 18px;
      margin: 0 0 10px 0;
      padding: 0 0 5px 7px;
      border-bottom: 1px solid #dddbda;
      color: #e57730;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-weight: normal; }
    div#content ul.link_array h5 {
      font-size: 1.2em;
      font-weight: normal;
      color: #e57730;
      padding-bottom: 9px;
      border-bottom: none; }
    div#content ul.link_array ul.list_of_links li {
      list-style-type: none;
      margin: 0; }
    div#content ul.link_array p {
      margin: 6px 0; }
  div#content img.ordering_icon {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    padding-left: 10px; }
  div#content p.ordering {
    padding-top: 6px;
    padding-bottom: 6px; }
  div#content hr.ordering {
    border: 0;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    width: 100%; }
  div#content ul#em_at_home_lp {
    margin: 5px 0 20px 0;
    overflow: hidden; }
    div#content ul#em_at_home_lp h3 {
      text-transform: uppercase;
      color: #E38539;
      margin: 0;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 20px;
      line-height: 22px; }
    div#content ul#em_at_home_lp li {
      width: 185px;
      height: 120px;
      margin-right: 5px;
      float: left;
      background-color: #E38539;
      list-style: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: relative; }
      div#content ul#em_at_home_lp li a {
        display: block;
        width: 100%;
        height: 100%; }
      div#content ul#em_at_home_lp li h4 {
        position: absolute;
        top: 10px;
        width: 185px;
        height: 25px;
        overflow: hidden;
        background-color: #F05677;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 18px;
        line-height: 25px; }
        div#content ul#em_at_home_lp li h4 a:link, div#content ul#em_at_home_lp li h4 a:visited, div#content ul#em_at_home_lp li h4 a:hover, div#content ul#em_at_home_lp li h4 a:active {
          color: #FFFFFF;
          font-family: proxima-nova, helvetica, arial, sans-serif;
          font-size: 18px;
          text-decoration: none; }
      div#content ul#em_at_home_lp li p {
        position: absolute;
        top: 45px;
        width: 145px;
        margin: 0 20px;
        overflow: hidden;
        color: #FFFFFF;
        text-align: center;
        font-size: 16px;
        line-height: 18px; }
        div#content ul#em_at_home_lp li p a:link, div#content ul#em_at_home_lp li p a:visited, div#content ul#em_at_home_lp li p a:hover, div#content ul#em_at_home_lp li p a:active {
          color: #FFFFFF;
          font-family: proxima-nova, helvetica, arial, sans-serif;
          font-size: 16px;
          text-decoration: none; }
  div#content div.password_box {
    min-height: 100px;
    border: 1px solid #990000;
    padding: 10px;
    position: relative; }
    div#content div.password_box p {
      margin: 10px 0; }
    div#content div.password_box div.learn_more {
      position: absolute;
      right: 10px;
      bottom: 5px; }

div.split_content {
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
  width: 580px; }
  div.split_content div.section {
    width: 260px;
    overflow: hidden; }
  div.split_content div.left {
    float: left; }
  div.split_content div.right {
    float: right; }

div.fact_family img {
  width: 275px;
  margin: 5px; }

ul.student_galleries {
  display: block; }
  ul.student_galleries li {
    list-style-type: none;
    margin-left: 0px; }
  ul.student_galleries h4 {
    margin-left: 0px;
    padding-bottom: 25px; }

/* Teaching Topics - Computation design, 2nd version */
div.computation_header {
  /*background: url("../img/button_orange_big.jpg") no-repeat center top;*/
  border-top: 1px solid #3d3d3e;
  border-bottom: 1px solid #3d3d3e;
  margin-bottom: 20px; }
  div.computation_header a {
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 56px;
    letter-spacing: 0.25px; }

div#content div.computation_box {
  width: 540px;
  margin-bottom: 30px;
  	/*
    .first {
  		background: url("../img/computation/computation_header_addition.png") no-repeat center top;
    }
    .second {
  		background: url("../img/computation/computation_header_multiplication.png") no-repeat center top;
    }
    .third {
  		background: url("../img/computation/computation_header_substraction.png") no-repeat center top;
    }
    .fourth {
  		background: url("../img/computation/computation_header_division.png") no-repeat center top;
    }
    */ }
  div#content div.computation_box div.computation_header {
    width: 544px; }
    div#content div.computation_box div.computation_header h3 {
      padding: 5px 0 4px 0;
      margin: 0;
      color: #3d3d3e;
      font-size: 18px;
      text-transform: uppercase; }
    div#content div.computation_box div.computation_header h3.alternative_algorithms {
      text-transform: none; }
  div#content div.computation_box div.computation_content {
    width: 544px;
    min-height: 85px;
    /*background: url("../img/computation/computation_content.png") repeat-y center top;*/ }
    div#content div.computation_box div.computation_content div.alternative_alg_first {
      padding: 10px 15px 0 25px;
      width: 280px;
      float: left; }
    div#content div.computation_box div.computation_content div.alternative_alg_second {
      padding: 10px 15px 10px 0;
      width: 190px;
      float: right; }
    div#content div.computation_box div.computation_content div.computation_content_header {
      color: #e57730;
      font-size: 1.4em;
      padding: 7px 0 7px 18px;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      text-align: left; }
    div#content div.computation_box div.computation_content div.computation_content_right {
      float: right;
      margin-right: 40px; }
      div#content div.computation_box div.computation_content div.computation_content_right div.computation_video a img {
        margin-left: 0px; }
    div#content div.computation_box div.computation_content div.computation_content_left {
      float: left;
      margin-left: 20px; }
      div#content div.computation_box div.computation_content div.computation_content_left div.computation_video a img {
        margin-left: 0px; }
    div#content div.computation_box div.computation_content div.computation_video {
      margin-left: 15px;
      color: #fff;
      font-size: 1.22em;
      float: left;
      width: 133px;
      min-height: 25px; }
      div#content div.computation_box div.computation_content div.computation_video img {
        margin-bottom: 10px; }
    div#content div.computation_box div.computation_content div.computation_examples {
      margin-left: 0px;
      float: left;
      width: 220px;
      /* margin-left: 0px; float: left; width: 210px; */ }
      div#content div.computation_box div.computation_content div.computation_examples ul.computation_list li.computation_video_title {
        color: #990000;
        text-transform: uppercase;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 14px;
        line-height: 14px;
        padding-top: 3px; }
      div#content div.computation_box div.computation_content div.computation_examples ul.computation_list li.computation_content_header {
        color: #e57730;
        font-size: 1.4em;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        text-align: center;
        list-style-type: none;
        padding-top: 15px; }
      div#content div.computation_box div.computation_content div.computation_examples ul.computation_list li.powerpoint {
        color: #990000;
        font: proxima-nova, helvetica, arial, sans-serif;
        font-size: 13px;
        padding-top: 10px;
        margin-left: 8px; }
      div#content div.computation_box div.computation_content div.computation_examples ul.computation_list li {
        margin-top: 0;
        margin-bottom: 5px;
        list-style-type: none;
        line-height: 10px; }
    div#content div.computation_box div.computation_content div.computation_examples_small {
      margin-left: 0px;
      float: left;
      width: 210px; }
      div#content div.computation_box div.computation_content div.computation_examples_small ul.computation_list li.computation_video_title {
        color: #990000;
        text-transform: uppercase;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 14px;
        line-height: 14px;
        padding-top: 3px; }
      div#content div.computation_box div.computation_content div.computation_examples_small ul.computation_list li.computation_content_header {
        color: #e57730;
        font-size: 1.4em;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        text-align: center;
        list-style-type: none;
        padding-top: 15px; }
      div#content div.computation_box div.computation_content div.computation_examples_small ul.computation_list li.powerpoint {
        color: #990000;
        font: proxima-nova, helvetica, arial, sans-serif;
        font-size: 13px;
        padding-top: 10px;
        margin-left: 0px; }
      div#content div.computation_box div.computation_content div.computation_examples_small ul.computation_list li {
        margin-top: 0;
        margin-bottom: 5px;
        list-style-type: none;
        line-height: 10px; }
    div#content div.computation_box div.computation_content div.computation_exercises {
      width: 195px;
      float: right;
      margin-right: 30px;
      /* width: 185px;  float: right; */ }
      div#content div.computation_box div.computation_content div.computation_exercises ul.computation_list li.computation_video_title {
        color: #990000;
        text-transform: uppercase;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 14px;
        line-height: 14px;
        padding-top: 3px; }
      div#content div.computation_box div.computation_content div.computation_exercises ul.computation_list li.computation_content_header {
        color: #e57730;
        font-size: 1.4em;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        text-align: center;
        list-style-type: none;
        padding-top: 15px; }
      div#content div.computation_box div.computation_content div.computation_exercises ul.computation_list li.powerpoint {
        color: #990000;
        font: proxima-nova, helvetica, arial, sans-serif;
        font-size: 13px;
        padding-top: 10px;
        margin-left: -8px;
        margin-right: 0px; }
      div#content div.computation_box div.computation_content div.computation_exercises ul.computation_list li {
        margin-top: 0;
        margin-bottom: 5px;
        list-style-type: none;
        line-height: 10px; }
    div#content div.computation_box div.computation_content div.computation_exercises_small {
      width: 185px;
      float: right;
      margin-right: 35px; }
      div#content div.computation_box div.computation_content div.computation_exercises_small ul.computation_list li.computation_video_title {
        color: #990000;
        text-transform: uppercase;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 14px;
        line-height: 14px;
        padding-top: 3px; }
      div#content div.computation_box div.computation_content div.computation_exercises_small ul.computation_list li.computation_content_header {
        color: #e57730;
        font-size: 1.4em;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        text-align: center;
        list-style-type: none;
        padding-top: 15px; }
      div#content div.computation_box div.computation_content div.computation_exercises_small ul.computation_list li.powerpoint {
        color: #990000;
        font: proxima-nova, helvetica, arial, sans-serif;
        font-size: 13px;
        padding-top: 10px;
        margin-left: 0px; }
      div#content div.computation_box div.computation_content div.computation_exercises_small ul.computation_list li.powerpoint_long {
        color: #990000;
        font: proxima-nova, helvetica, arial, sans-serif;
        font-size: 13px;
        padding-top: 10px;
        margin-left: -14px;
        margin-right: 0px; }
      div#content div.computation_box div.computation_content div.computation_exercises_small ul.computation_list li {
        margin-top: 0;
        margin-bottom: 5px;
        list-style-type: none;
        line-height: 10px; }
    div#content div.computation_box div.computation_content ul.computation_content_list {
      margin-top: 15px;
      /* margin-top: -15px; */
      /* margin-left: 150px; */ }
      div#content div.computation_box div.computation_content ul.computation_content_list li {
        margin-left: 0px;
        list-style-type: none;
        line-height: 10px; }
  div#content div.computation_box div.computation_footer {
    width: 544px;
    height: 13px;
    /*background: url("../img/computation/computation_footer.png") repeat-y center top;*/
    margin-top: -5px; }
  div#content div.computation_box div.computation_line {
    width: 544px;
    height: 1px;
    background: url("../img/computation/computation_clear.png") no-repeat center top; }
  div#content div.computation_box div.computation_clear {
    clear: both; }

p.computation_alg_column {
  padding-left: 10px; }

/* New design for Parents & Teachers */
div#ucsmp_content {
  float: right;
  margin-top: 0px;
  margin-left: 10px; }
  div#ucsmp_content div.orange_border {
    border-top: 2px solid #ee6d23;
    border-right: 2px solid #ee6d23;
    border-bottom: 2px solid #ee6d23;
    border-left: 2px solid #ee6d23;
    width: 180px;
    margin-bottom: 0px;
    padding: 5px;
    margin-right: 40px; }
    div#ucsmp_content div.orange_border p {
      float: center;
      margin: 0;
      padding: 3px 3px 3px 0; }
  div#ucsmp_content div.gray_border {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    width: 160px;
    margin-bottom: 15px;
    margin-right: 40px;
    margin-left: 25px;
    padding: 7px 0; }
    div#ucsmp_content div.gray_border p {
      float: center;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 17px;
      text-align: center; }

div#small_array {
  float: right;
  margin-top: 6px;
  margin-left: 10px; }
  div#small_array div.orange_button_big_webinar {
    float: center;
    background: url("../img/button_orange_big.jpg") no-repeat center top;
    width: 150px;
    height: 18px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 5px; }
    div#small_array div.orange_button_big_webinar a {
      color: white;
      font-weight: normal;
      font-size: 12px;
      letter-spacing: 0.25px; }
  div#small_array div.partial_area {
    background-color: #990000;
    width: 182px;
    height: 4px; }
  div#small_array div.webinar_content {
    border-right: 1px solid #bbb8b8;
    border-bottom: 1px solid #bbb8b8;
    border-left: 1px solid #bbb8b8;
    width: 160px;
    margin-bottom: 25px;
    padding: 10px; }
    div#small_array div.webinar_content h3 {
      font-size: 11px;
      color: #757474;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      margin-bottom: 5px;
      margin-top: -5px;
      text-align: center;
      text-transform: uppercase; }
    div#small_array div.webinar_content h2 {
      text-align: center;
      margin-bottom: 10px;
      margin-top: -8px;
      color: #990000; }
    div#small_array div.webinar_content p.content {
      text-align: center;
      margin-bottom: 7px; }
    div#small_array div.webinar_content table.webinar {
      width: 220px; }
      div#small_array div.webinar_content table.webinar th {
        margin: 0;
        color: #e57730;
        font-size: 14px;
        font-weight: bold; }
      div#small_array div.webinar_content table.webinar th.centered {
        text-align: center;
        width: 85px; }
      div#small_array div.webinar_content table.webinar td {
        margin: 0;
        vertical-align: top;
        padding: 3px 3px 3px 0; }
        div#small_array div.webinar_content table.webinar td p {
          margin: 0;
          padding: 3px 3px 3px 0; }
      div#small_array div.webinar_content table.webinar td.download_cells {
        width: 85px; }

div.parent_home_display_right {
  float: right;
  overflow: hidden;
  display: block;
  margin-top: -95px;
  margin-right: 50px; }

div#parent_array div.entire_area {
  background-color: #ee6d23;
  width: 552px;
  height: 4px; }
div#parent_array div.enclosed_content {
  border-right: 1px solid #bbb8b8;
  border-bottom: 1px solid #bbb8b8;
  border-left: 1px solid #bbb8b8;
  width: 530px;
  height: 320px;
  margin-bottom: 25px;
  padding: 10px; }
  div#parent_array div.enclosed_content h3 {
    margin-bottom: 10px; }
  div#parent_array div.enclosed_content table.family_letters {
    width: 515px; }
    div#parent_array div.enclosed_content table.family_letters th {
      margin: 0;
      color: #e57730;
      font-size: 14px;
      font-weight: bold; }
    div#parent_array div.enclosed_content table.family_letters th.centered {
      text-align: center;
      width: 85px; }
    div#parent_array div.enclosed_content table.family_letters td {
      margin: 0;
      vertical-align: top;
      padding: 3px 3px 3px 0; }
      div#parent_array div.enclosed_content table.family_letters td p {
        margin: 0; }
    div#parent_array div.enclosed_content table.family_letters td.download_cells {
      width: 85px; }

div#big_array {
  /* Teachers >> Family Letters */
  /* Teachers >> Games */
  /* Teachers >> Math Messages */
  /* Teachers >> Glossary */
  /* Parents >> EM at Home */
  /* Parents >> Family Letters */
  /* Parents >> Do Anytime */
  /* About >> Timeline */ }
  div#big_array div.whole_area {
    background-color: #ee6d23;
    width: 540px;
    height: 4px; }
  div#big_array div.whole_area_letters {
    background-color: #ee6d23;
    width: 567px;
    height: 4px; }
  div#big_array .box_bg_famletters_1 {
    background-image: url(/img/bg_box_design/family_letter_straight_1.jpg); }
  div#big_array .box_bg_famletters_2 {
    background-image: url(/img/bg_box_design/family_letter_straight_2.jpg); }
  div#big_array .box_bg_famletters_3 {
    background-image: url(/img/bg_box_design/family_letter_straight_3.jpg); }
  div#big_array .box_bg_famletters_4 {
    background-image: url(/img/bg_box_design/family_letter_straight_4.jpg); }
  div#big_array .box_bg_famletters_5 {
    background-image: url(/img/bg_box_design/family_letter_straight_5.jpg); }
  div#big_array .box_bg_famletters_6 {
    background-image: url(/img/bg_box_design/family_letter_straight_6.jpg); }
  div#big_array .box_bg_famletters_7 {
    background-image: url(/img/bg_box_design/family_letter_straight_7.jpg); }
  div#big_array .box_bg_famletters_8 {
    background-image: url(/img/bg_box_design/family_letter_straight_8.jpg); }
  div#big_array .box_bg_games {
    background-image: url(/img/bg_box_design/games.jpg); }
  div#big_array .box_bg_mm {
    background-image: url(/img/bg_box_design/math_messages.jpg); }
  div#big_array .box_bg_glossary {
    background-image: url(/img/bg_box_design/glossary.jpg); }
  div#big_array .box_bg_emhome_1 {
    background-image: url(/img/bg_box_design/em_home_1.jpg); }
  div#big_array .box_bg_emhome_2 {
    background-image: url(/img/bg_box_design/em_home_2.jpg); }
  div#big_array .box_bg_emhome_3 {
    background-image: url(/img/bg_box_design/em_home_3.jpg); }
  div#big_array .box_bg_emhome_4 {
    background-image: url(/img/bg_box_design/em_home_4.jpg); }
  div#big_array .box_bg_emhome_5 {
    background-image: url(/img/bg_box_design/em_home_5.jpg); }
  div#big_array .box_bg_emhome_6 {
    background-image: url(/img/bg_box_design/em_home_6.jpg); }
  div#big_array .box_bg_famletters_side_1 {
    background-image: url(/img/bg_box_design/family_letter_1.jpg); }
  div#big_array .box_bg_famletters_side_2 {
    background-image: url(/img/bg_box_design/family_letter_2.jpg); }
  div#big_array .box_bg_famletters_side_3 {
    background-image: url(/img/bg_box_design/family_letter_3.jpg); }
  div#big_array .box_bg_famletters_side_4 {
    background-image: url(/img/bg_box_design/family_letter_4.jpg); }
  div#big_array .box_bg_famletters_side_5 {
    background-image: url(/img/bg_box_design/family_letter_5.jpg); }
  div#big_array .box_bg_famletters_side_6 {
    background-image: url(/img/bg_box_design/family_letter_6.jpg); }
  div#big_array .box_bg_famletters_side_7 {
    background-image: url(/img/bg_box_design/family_letter_7.jpg); }
  div#big_array .box_bg_famletters_side_8 {
    background-image: url(/img/bg_box_design/family_letter_8.jpg); }
  div#big_array .box_bg_do_anytime_1 {
    background-image: url(/img/bg_box_design/do_anytime_1.jpg); }
  div#big_array .box_bg_do_anytime_2 {
    background-image: url(/img/bg_box_design/do_anytime_2.jpg); }
  div#big_array .box_bg_do_anytime_3 {
    background-image: url(/img/bg_box_design/do_anytime_3.jpg); }
  div#big_array .box_bg_do_anytime_4 {
    background-image: url(/img/bg_box_design/do_anytime_4.jpg); }
  div#big_array .box_bg_do_anytime_5 {
    background-image: url(/img/bg_box_design/do_anytime_5.jpg); }
  div#big_array .box_bg_do_anytime_6 {
    background-image: url(/img/bg_box_design/do_anytime_6.jpg); }
  div#big_array .box_bg_timeline {
    background-image: url(/img/bg_box_design/timeline.jpg); }
  div#big_array div.scalable_content {
    border-right: 1px solid #bbb8b8;
    border-bottom: 1px solid #bbb8b8;
    border-left: 1px solid #bbb8b8;
    width: 545px;
    margin-bottom: 25px;
    padding: 10px; }
    div#big_array div.scalable_content h3 {
      margin-bottom: 10px; }
    div#big_array div.scalable_content table.family_letters {
      width: 540px; }
      div#big_array div.scalable_content table.family_letters th {
        margin: 0;
        color: #e57730;
        font-size: 14px;
        font-weight: bold; }
      div#big_array div.scalable_content table.family_letters th.centered {
        text-align: center;
        width: 90px; }
      div#big_array div.scalable_content table.family_letters td {
        margin: 0;
        vertical-align: top;
        padding: 5px 3px 5px 0; }
        div#big_array div.scalable_content table.family_letters td p {
          margin: 0;
          line-height: 20px; }
        div#big_array div.scalable_content table.family_letters td p span.indent {
          margin-left: 18px; }
      div#big_array div.scalable_content table.family_letters td.download_cells {
        width: 85px;
        padding-right: 10px; }
      div#big_array div.scalable_content table.family_letters td:first-child {
        padding-right: 20px; }
  div#big_array div.big_content_odd, div#big_array div.big_content_even {
    border-right: 1px solid #bbb8b8;
    border-bottom: 1px solid #bbb8b8;
    border-left: 1px solid #bbb8b8;
    width: 518px;
    height: 185px;
    margin-bottom: 25px;
    padding: 10px; }
    div#big_array div.big_content_odd .h3, div#big_array div.big_content_even .h3 {
      color: #e57730;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: 0.5px;
      margin-bottom: 4px; }
    div#big_array div.big_content_odd .h4_alone, div#big_array div.big_content_even .h4_alone {
      margin-top: 20px; }
    div#big_array div.big_content_odd .p_alone, div#big_array div.big_content_even .p_alone {
      margin-top: 20px; }
    div#big_array div.big_content_odd div.cont, div#big_array div.big_content_even div.cont {
      text-align: right;
      width: 230px; }
      div#big_array div.big_content_odd div.cont p, div#big_array div.big_content_even div.cont p {
        text-align: left;
        width: 245px;
        margin-bottom: 10px;
        line-height: 18px; }
      div#big_array div.big_content_odd div.cont div.orange_button_small, div#big_array div.big_content_even div.cont div.orange_button_small {
        background: url("../img/button_orange_small.jpg") no-repeat center top;
        width: 83px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_small a, div#big_array div.big_content_even div.cont div.orange_button_small a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
      div#big_array div.big_content_odd div.cont div.orange_button_middle, div#big_array div.big_content_even div.cont div.orange_button_middle {
        background: url("../img/button_orange_middle.jpg") no-repeat center top;
        width: 88px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_middle a, div#big_array div.big_content_even div.cont div.orange_button_middle a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
      div#big_array div.big_content_odd div.cont div.orange_button_middle2, div#big_array div.big_content_even div.cont div.orange_button_middle2 {
        background: url("../img/button_orange_middle2.jpg") no-repeat center top;
        width: 100px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_middle2 a, div#big_array div.big_content_even div.cont div.orange_button_middle2 a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
      div#big_array div.big_content_odd div.cont div.orange_button_middle3, div#big_array div.big_content_even div.cont div.orange_button_middle3 {
        background: url("../img/button_orange_middle3.jpg") no-repeat center top;
        width: 150px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_middle3 a, div#big_array div.big_content_even div.cont div.orange_button_middle3 a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
      div#big_array div.big_content_odd div.cont div.orange_button_middle4, div#big_array div.big_content_even div.cont div.orange_button_middle4 {
        background: url("../img/button_orange_middle4.jpg") no-repeat center top;
        width: 200px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_middle4 a, div#big_array div.big_content_even div.cont div.orange_button_middle4 a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
      div#big_array div.big_content_odd div.cont div.orange_button_big, div#big_array div.big_content_even div.cont div.orange_button_big {
        background: url("../img/button_orange_big.jpg") no-repeat center top;
        width: 200px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 5px; }
        div#big_array div.big_content_odd div.cont div.orange_button_big a, div#big_array div.big_content_even div.cont div.orange_button_big a {
          color: white;
          font-weight: normal;
          letter-spacing: 0.25px; }
  div#big_array div.small_box_content {
    height: 150px; }
  div#big_array div.big_content_odd {
    background-position: 265px bottom;
    background-repeat: no-repeat; }
    div#big_array div.big_content_odd div.cont div.orange_button_odd {
      float: right; }
    div#big_array div.big_content_odd .teachers_moved_half_up {
      margin-top: -5px; }
    div#big_array div.big_content_odd .teachers_moved_up {
      margin-top: -10px; }
    div#big_array div.big_content_odd .teachers_moved_up_up {
      margin-top: -15px; }
    div#big_array div.big_content_odd .teachers_moved_down {
      margin-top: 10px; }
  div#big_array div.big_content_even {
    background-position: left bottom;
    background-repeat: no-repeat; }
    div#big_array div.big_content_even div.cont div.orange_button_odd {
      float: right; }
    div#big_array div.big_content_even h4 {
      color: #e57730;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-size: 16px;
      text-align: left;
      font-weight: normal;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
      text-transform: uppercase; }
    div#big_array div.big_content_even div.cont {
      padding-left: 275px;
      margin-top: -18px; }

/* Section Index Pages */
div#content ul#index_boxes {
  margin: 0;
  padding: 0; }
  div#content ul#index_boxes li {
    border: 4px solid #F1F1EA;
    padding: 10px;
    width: 267px;
    list-style-type: none;
    float: left;
    min-height: 130px; }
  div#content ul#index_boxes li.even {
    clear: left;
    margin-right: 20px; }
  div#content ul#index_boxes p {
    margin: 0; }

/* Layout elements */
div#container {
  width: 1010px;
  margin: 10px auto 20px auto;
  position: relative;
  border-top: 3px solid #777;
  padding: 25px 35px 20px 35px;
  box-shadow: 0 3px 5px 0 black;
  -moz-box-shadow: 0 3px 5px 0 black;
  -webkit-box-shadow: 0 3px 5px 0 black;
  background-color: #fff; }

div#wordmarks {
  height: 80px;
  position: relative;
  background: #fff; }
  div#wordmarks a#site_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 759px;
    height: 59px; }
    div#wordmarks a#site_title img {
      display: block; }
  div#wordmarks a#ucsmp_wordmark {
    padding: 0;
    margin: 0; }
    div#wordmarks a#ucsmp_wordmark img {
      display: block;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0;
      width: 220px;
      height: 64px; }

ul#main_nav {
  border-top: 3px double #3d3d3e;
  border-bottom: 3px double #3d3d3e;
  margin-bottom: 15px;
  padding-left: 10px; }
  ul#main_nav li {
    display: inline; }
  ul#main_nav a, ul#main_nav span.selected {
    color: #3d3d3e;
    display: inline-block;
    margin: 9px 52px 9px 0;
    font-size: 14px;
    text-transform: uppercase; }
  ul#main_nav a:link, ul#main_nav a:visited {
    text-decoration: none; }
  ul#main_nav span.selected, ul#main_nav a:hover, ul#main_nav a:active, ul#main_nav a.above-selected:link, ul#main_nav a.above-selected:visited {
    display: inline-block;
    color: #990000;
    text-decoration: underline; }

img#section_banner {
  padding: 0;
  margin: 0;
  border: 0;
  height: 413px; }

div#main {
  background: white; }

div#main_inner {
  overflow: hidden;
  background: white; }
  div#main_inner div.three_column_content {
    overflow: hidden;
    background: white url(/img/bg_three_column_content.png) repeat-y;
    margin-top: 10px; }

div#main_popup {
  overflow: hidden;
  background: white;
  padding: 20px;
  border-bottom: 5px solid #ee6d23; }

div.left_column {
  float: left;
  width: 175px;
  margin: 13px 20px 0 0; }
  div.left_column a.external::after {
    content: url(../img/external_link.gif);
    padding-left: 5px;
    display: inline; }
  div.left_column ul#secondary_nav, div.left_column ul.secondary_nav {
    max-width: 167px;
    /* All these styles pertain to top-level links. They'll be inherited by descendant links by default but may be overridden below */
    /* Overrides for descendant links */ }
    div.left_column ul#secondary_nav li, div.left_column ul.secondary_nav li {
      clear: left; }
    div.left_column ul#secondary_nav a, div.left_column ul#secondary_nav span.selected, div.left_column ul.secondary_nav a, div.left_column ul.secondary_nav span.selected {
      float: left;
      padding: 8px 6px;
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase; }
    div.left_column ul#secondary_nav a:link, div.left_column ul#secondary_nav a:visited, div.left_column ul.secondary_nav a:link, div.left_column ul.secondary_nav a:visited {
      text-decoration: none;
      color: #990000; }
    div.left_column ul#secondary_nav a:hover, div.left_column ul#secondary_nav a:active, div.left_column ul.secondary_nav a:hover, div.left_column ul.secondary_nav a:active {
      text-decoration: underline;
      color: #990000; }
    div.left_column ul#secondary_nav span.selected, div.left_column ul#secondary_nav a.above-selected, div.left_column ul.secondary_nav span.selected, div.left_column ul.secondary_nav a.above-selected {
      text-decoration: underline; }
    div.left_column ul#secondary_nav ul, div.left_column ul.secondary_nav ul {
      /* This applies to the second level and everything below */
      padding-left: 18px;
      clear: left;
      /* Outdented for the orange triangle */ }
      div.left_column ul#secondary_nav ul a, div.left_column ul#secondary_nav ul span.selected, div.left_column ul.secondary_nav ul a, div.left_column ul.secondary_nav ul span.selected {
        text-transform: none;
        padding: 4px 0; }
      div.left_column ul#secondary_nav ul a:link, div.left_column ul#secondary_nav ul a:visited, div.left_column ul#secondary_nav ul a:hover, div.left_column ul#secondary_nav ul a:active, div.left_column ul.secondary_nav ul a:link, div.left_column ul.secondary_nav ul a:visited, div.left_column ul.secondary_nav ul a:hover, div.left_column ul.secondary_nav ul a:active {
        color: #7e7d7c; }
      div.left_column ul#secondary_nav ul span.selected, div.left_column ul#secondary_nav ul a.above-selected, div.left_column ul.secondary_nav ul span.selected, div.left_column ul.secondary_nav ul a.above-selected {
        color: #7e7d7c;
        padding-left: 16px;
        margin-left: -16px;
        background: url(../img/red_triangle.png) no-repeat left center; }

div.center_column {
  float: left;
  width: 580px;
  margin: 13px 20px 0 20px; }

div.center_column_timeline {
  float: left;
  width: 950px;
  margin: 50px 30px 15px 20px; }
  div.center_column_timeline table#emtimeline {
    color: #ffffff;
    border-spacing: 1px;
    text-align: center;
    border-collapse: separate; }
    div.center_column_timeline table#emtimeline td {
      font-size: 12px;
      width: 60px;
      border-style: 1px solid white;
      padding: 5px; }
    div.center_column_timeline table#emtimeline td#last_row {
      padding: 0; }
    div.center_column_timeline table#emtimeline tr.years {
      background-color: #000000; }
    div.center_column_timeline table#emtimeline tr.prek {
      color: #000000; }

div.right_column {
  float: left;
  width: 175px;
  margin: 13px 0 0 20px; }
  div.right_column h2 {
    color: #3d3d3e;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-size: 20px;
    margin: 0 0 12px 0; }
  div.right_column h3 {
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 3px;
    margin: 16px 0 3px 0; }
  div.right_column p {
    font-size: 13px;
    line-height: 17px; }
  div.right_column a:link, div.right_column a:visited, div.right_column a:hover, div.right_column a:active {
    font-weight: normal;
    text-decoration: none; }

div#feedback_form {
  width: 424px;
  margin: 15px 0;
  padding: 15px 63px;
  background: #F6F7FD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  div#feedback_form ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    div#feedback_form ul li {
      margin: 0 0 10px 0;
      padding: 0; }
    div#feedback_form ul li.yes_no {
      text-align: center; }
      div#feedback_form ul li.yes_no span.desc {
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-style: italic;
        font-size: 22px;
        line-height: 24px;
        font-weight: normal;
        margin: 0 25px 0 0; }
      div#feedback_form ul li.yes_no label.choice {
        margin: 0 5px 0 0;
        text-transform: uppercase;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 14px; }
      div#feedback_form ul li.yes_no input.radio {
        margin: 0 15px 0 0; }
      div#feedback_form ul li.yes_no input.radio.last {
        margin-right: 0; }
    div#feedback_form ul li.comments textarea {
      width: 414px;
      height: 75px;
      margin-top: 10px;
      padding: 5px; }
    div#feedback_form ul li.comments div.buttons {
      text-align: right; }
  div#feedback_form .hide {
    display: none; }

div#footer {
  clear: both; }
  div#footer a {
    padding: 0;
    margin: 0; }
  div#footer .uchicago-stem-ed-logo {
    display: block;
    max-width: 250px;
    height: auto;
    margin-left: -15px;
    margin-top: -10px;
    margin-bottom: -10px; }

div#footer_line {
  clear: left;
  background: #C8C7C2;
  height: 2px;
  margin: 15px 0 20px 0; }

div#google_search {
  z-index: 1000;
  position: absolute;
  top: 116px;
  right: 35px;
  margin: 0; }
  div#google_search input[type=text] {
    width: 143px;
    height: 13px;
    padding: 2px;
    vertical-align: text-bottom; }
  div#google_search input[type=submit] {
    background: white;
    color: #3d3d3e;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold; }

/* Specific pages */
body.search h1 {
  font-size: 24px;
  margin: 20px 0; }
body.search div.search-result {
  max-width: 750px; }
  body.search div.search-result .gsc-search-box {
    margin: 0 0 15px 0;
    padding: 0; }
    body.search div.search-result .gsc-search-box .gsc-search-button input {
      background-color: #ee6d23;
      padding: 7px 7px 6px 7px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      box-shadow: 1px 1px 2px 0 #888888;
      -moz-box-shadow: 1px 1px 2px 0 #888888;
      -webkit-box-shadow: 1px 1px 2px 0 #888888;
      border: none;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 14px;
      line-height: 14px;
      font-weight: 300; }
  body.search div.search-result .gsc-control-cse {
    border: none !important;
    padding: 0 !important;
    /* Keyword Matches*/
    /* Regular Search Results*/
    /* Pagination */ }
    body.search div.search-result .gsc-control-cse * {
      font-family: proxima-nova, helvetica, arial, sans-serif !important;
      font-size: 14px !important;
      line-height: 19px !important;
      font-weight: 100 !important; }
    body.search div.search-result .gsc-control-cse .gsc-search-box,
    body.search div.search-result .gsc-control-cse .gsc-orderby-container,
    body.search div.search-result .gsc-control-cse .gcsc-branding {
      display: none;
      visibility: hidden; }
    body.search div.search-result .gsc-control-cse .gsc-above-wrapper-area {
      border-bottom: none;
      padding: 0; }
    body.search div.search-result .gsc-control-cse .gsc-result-info {
      color: #45423c;
      padding: 0;
      margin: 0; }
    body.search div.search-result .gsc-control-cse .gs-result .gs-spelling,
    body.search div.search-result .gsc-control-cse .gs-result .gs-spelling-original {
      font-size: 1em;
      margin-bottom: 1.25em;
      display: inline-flex;
      margin-right: 20px; }
      body.search div.search-result .gsc-control-cse .gs-result .gs-spelling a,
      body.search div.search-result .gsc-control-cse .gs-result .gs-spelling-original a {
        margin-left: 5px; }
        body.search div.search-result .gsc-control-cse .gs-result .gs-spelling a b,
        body.search div.search-result .gsc-control-cse .gs-result .gs-spelling-original a b {
          font-weight: bold; }
    body.search div.search-result .gsc-control-cse .gs-result .gs-spelling-original {
      margin-bottom: 1.5em; }
    body.search div.search-result .gsc-control-cse .gs-result .gs-title,
    body.search div.search-result .gsc-control-cse .gs-result .gs-title * {
      text-decoration: none;
      font-size: inherit; }
    body.search div.search-result .gsc-control-cse .gs-result .gs-title {
      height: auto; }
    body.search div.search-result .gsc-control-cse .gs-result a.gs-title {
      font-size: 16px !important;
      font-weight: 300 !important;
      margin-bottom: 0;
      clear: both; }
      body.search div.search-result .gsc-control-cse .gs-result a.gs-title strong b {
        font-weight: 300; }
    body.search div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl,
    body.search div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl,
    body.search div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl,
    body.search div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl {
      font-size: .875em;
      font-weight: 100;
      color: #45423c;
      font-style: italic;
      line-height: 2em; }
      body.search div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl b,
      body.search div.search-result .gsc-control-cse .gs-webResult div.gs-visibleUrl b,
      body.search div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl b,
      body.search div.search-result .gsc-control-cse .gs-imageResult div.gs-visibleUrl b {
        font-size: inherit !important;
        font-style: inherit !important; }
    body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result:hover, body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result:focus {
      border: none; }
    body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result,
    body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion {
      background: none;
      border: none;
      margin-top: 0;
      margin-bottom: -2px;
      padding: 0; }
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-snippet,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet {
        line-height: 2em; }
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-title b,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result .gs-snippet b,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-title b,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion .gs-snippet b {
        font-weight: 300;
        font-size: inherit; }
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
      a.gs-title:visited,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
      a.gs-title:visited,
      body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited * {
        color: #990000 !important;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:hover, body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a:visited:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
        a.gs-title:visited:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:link b
        a.gs-title:visited:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result a.gs-title:visited *:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a:visited:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
        a.gs-title:visited:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:link b
        a.gs-title:visited:focus,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited *:hover,
        body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result.gsc-promotion a.gs-title:visited *:focus {
          color: #660000 !important;
          text-decoration: underline; }
    body.search div.search-result .gsc-control-cse .gsc-webResult.gsc-result:not(.gsc-promotion) {
      margin-top: 2em; }
    body.search div.search-result .gsc-control-cse .gs-promotion {
      background: #f7f7f7;
      padding: 10px;
      border-left: none;
      border-right: none;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef; }
    body.search div.search-result .gsc-control-cse .gsc-expansionArea .gs-webResult.gs-result {
      background: none;
      border: none;
      padding: 0;
      line-height: 2em; }
    body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box {
      margin: 20px 0;
      padding: 0; }
      body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
        margin: 0;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        border: 1px solid #efefef;
        border-left-width: 0;
        font-size: .875em;
        color: #990000; }
        body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
          color: #999;
          background-color: #f5f5f5;
          color: #660000; }
        body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:first-child {
          border-left-width: 1px;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child {
          border-right-width: 1px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
          cursor: default;
          color: #999;
          background-color: #f5f5f5;
          text-shadow: none;
          font-weight: 100; }
    body.search div.search-result .gsc-control-cse .gsc-results .gsc-cursor {
      line-height: 2em;
      margin: 0;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

body.home div#home {
  overflow: hidden; }
  body.home div#home div#home_left_column {
    height: 745px;
    overflow: hidden;
    float: left;
    width: 760px;
    margin: 5px 10px 0 0;
    position: relative; }
    body.home div#home div#home_left_column img#home_banner {
      display: block;
      height: 501px;
      width: 760px;
      margin-bottom: 15px; }
    body.home div#home div#home_left_column ul#home_features li {
      float: left;
      width: 350px;
      position: relative;
      padding-bottom: 15px; }
    body.home div#home div#home_left_column ul#home_features li.alpha {
      padding-right: 17px;
      padding-top: 0;
      width: 370px; }
      body.home div#home div#home_left_column ul#home_features li.alpha ul {
        list-style-type: none;
        font-size: 14px;
        line-height: 18px; }
        body.home div#home div#home_left_column ul#home_features li.alpha ul li {
          list-style-type: none;
          padding: 0;
          float: none; }
      body.home div#home div#home_left_column ul#home_features li.alpha ul.link_list {
        font-style: italic; }
      body.home div#home div#home_left_column ul#home_features li.alpha p.small {
        font-size: 12px;
        margin-top: -15px; }
      body.home div#home div#home_left_column ul#home_features li.alpha a, body.home div#home div#home_left_column ul#home_features li.alpha a:link, body.home div#home div#home_left_column ul#home_features li.alpha a:visited, body.home div#home div#home_left_column ul#home_features li.alpha a:hover, body.home div#home div#home_left_column ul#home_features li.alpha a:active {
        color: #79BEE0;
        text-decoration: none; }
      body.home div#home div#home_left_column ul#home_features li.alpha a:hover {
        text-decoration: underline; }
      body.home div#home div#home_left_column ul#home_features li.alpha h5 {
        color: #3d3d3e;
        font-size: 14px;
        line-height: 15px;
        margin: 5px 0 8px 0px;
        text-decoration: underline; }
      body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list {
        float: left;
        margin: 0;
        width: 70px; }
        body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li {
          list-style: none;
          height: 25px;
          padding: 0;
          display: inline;
          margin: 0; }
          body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li a {
            text-transform: uppercase;
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
            display: block; }
          body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li a:link, body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li a:visited {
            text-decoration: none; }
          body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li a:hover, body.home div#home div#home_left_column ul#home_features li.alpha div.em-grade-list li a:active {
            text-decoration: underline; }
      body.home div#home div#home_left_column ul#home_features li.alpha div.right-list {
        float: right;
        padding-right: 210px; }
    body.home div#home div#home_left_column ul#home_features li.omega {
      border-left: 1px solid #C8C7C2;
      padding-top: 0;
      padding-left: 18px;
      height: 200px; }
      body.home div#home div#home_left_column ul#home_features li.omega h3 {
        color: #E57730;
        margin-top: -5px;
        margin-bottom: 2px;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 16px; }
        body.home div#home div#home_left_column ul#home_features li.omega h3 span {
          color: #508a9b;
          font-size: 16.5px; }
      body.home div#home div#home_left_column ul#home_features li.omega p.small {
        font-size: 12px;
        margin-top: -15px; }
      body.home div#home div#home_left_column ul#home_features li.omega ul.left-list {
        float: left;
        width: 235px; }
        body.home div#home div#home_left_column ul#home_features li.omega ul.left-list li {
          height: 17px;
          padding: 0 0 2px 0;
          color: #e57730;
          list-style-type: disc;
          list-style-position: inside;
          width: 220px; }
          body.home div#home div#home_left_column ul#home_features li.omega ul.left-list li span {
            color: #6A6B6D;
            font-size: 14px; }
      body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list {
        float: left;
        width: 120px; }
        body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list h5 {
          color: #3d3d3e;
          font-size: 13px;
          line-height: 15px;
          margin: 5px 0 2px 0;
          text-decoration: underline; }
        body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li {
          list-style: none;
          height: 18px;
          padding: 0;
          display: inline; }
          body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li a {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: normal;
            display: block;
            width: 50px; }
          body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li a:link, body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li a:visited {
            text-decoration: none; }
          body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li a:hover, body.home div#home div#home_left_column ul#home_features li.omega div.em-grade-list li a:active {
            text-decoration: underline; }
      body.home div#home div#home_left_column ul#home_features li.omega div.right-list {
        float: right;
        margin-right: 100px; }
      body.home div#home div#home_left_column ul#home_features li.omega div.learn_more {
        clear: both;
        font-size: 14px;
        /*margin-left: 240px;*/
        position: relative;
        /*position: relative; left: 240px; top:-15px; font-size: 14px; border: 5px solid red; z-index: 49;*/ }
        body.home div#home div#home_left_column ul#home_features li.omega div.learn_more a {
          text-decoration: none; }
        body.home div#home div#home_left_column ul#home_features li.omega div.learn_more a:hover {
          text-decoration: none;
          color: #abafb1; }
    body.home div#home div#home_left_column ul#home_features h2 {
      font-size: 26px;
      line-height: 26px;
      font-weight: normal;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      color: #990000;
      margin-bottom: 18px; }
      body.home div#home div#home_left_column ul#home_features h2 a {
        text-decoration: none; }
      body.home div#home div#home_left_column ul#home_features h2 a:hover {
        text-decoration: underline; }
    body.home div#home div#home_left_column ul#home_features h2 span.superhead {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 12px;
      line-height: 17px;
      font-weight: normal;
      color: #7D7D7D;
      text-transform: uppercase;
      display: block; }
    body.home div#home div#home_left_column ul#home_features h2 cite {
      font-weight: normal; }
    body.home div#home div#home_left_column ul#home_features p {
      font-size: 14px;
      line-height: 18px;
      color: #444242; }
    body.home div#home div#home_left_column ul#home_features div.bottom_links {
      position: absolute;
      bottom: 16px;
      left: 20px;
      width: 335px;
      font-size: 12px; }
      body.home div#home div#home_left_column ul#home_features div.bottom_links a {
        display: block; }
      body.home div#home div#home_left_column ul#home_features div.bottom_links a.more {
        position: absolute;
        right: 0;
        bottom: 0; }
      body.home div#home div#home_left_column ul#home_features div.bottom_links a.pdf {
        position: absolute;
        left: 0;
        bottom: 0; }
      body.home div#home div#home_left_column ul#home_features div.bottom_links a:link, body.home div#home div#home_left_column ul#home_features div.bottom_links a:visited {
        text-decoration: none; }
      body.home div#home div#home_left_column ul#home_features div.bottom_links a:hover, body.home div#home div#home_left_column ul#home_features div.bottom_links a:active {
        text-decoration: underline; }
  body.home div#home div#home_right_column {
    height: 735px;
    overflow: hidden;
    float: right;
    width: 213px;
    margin: 0;
    padding-left: 24px;
    color: #6a6b6d;
    font-size: 13px;
    line-height: 16px;
    border-left: 1px solid #dddbda; }
    body.home div#home div#home_right_column > ul.events > li {
      list-style-type: none;
      border-bottom: 1px solid #dddbda; }
      body.home div#home div#home_right_column > ul.events > li a, body.home div#home div#home_right_column > ul.events > li a:link, body.home div#home div#home_right_column > ul.events > li a:visited, body.home div#home div#home_right_column > ul.events > li a:hover, body.home div#home div#home_right_column > ul.events > li a:active {
        color: #990000; }
      body.home div#home div#home_right_column > ul.events > li .bottom_line {
        position: relative;
        margin-top: 8px; }
        body.home div#home div#home_right_column > ul.events > li .bottom_line .date {
          font-family: proxima-nova, helvetica, arial, sans-serif;
          font-weight: normal;
          font-size: 14px;
          line-height: 18px;
          color: #67a0b0; }
        body.home div#home div#home_right_column > ul.events > li .bottom_line a {
          position: absolute;
          right: 0;
          top: 0;
          /*color: #fa5c60;*/
          color: #990000;
          text-transform: uppercase; }
        body.home div#home div#home_right_column > ul.events > li .bottom_line a:hover, body.home div#home div#home_right_column > ul.events > li .bottom_line a:active {
          text-decoration: none; }
    body.home div#home div#home_right_column > ul.events li.more_top_margin {
      margin-top: 25px; }
    body.home div#home div#home_right_column > ul.events li.event_group_item h3 {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 15px;
      line-height: 20px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      color: #67a0b0;
      line-height: 14px;
      letter-spacing: 1px;
      /*padding: 0 0 7px 0;*/
      padding: 0;
      /*margin: 10px 0;*/
      margin: 0; }
      body.home div#home div#home_right_column > ul.events li.event_group_item h3 span.superhead {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        letter-spacing: normal;
        text-transform: none;
        color: #67a0b0; }
        body.home div#home div#home_right_column > ul.events li.event_group_item h3 span.superhead span.first_line {
          display: block;
          /*color: #fa5c60;*/
          color: #990000;
          font-family: adobe-garamond-pro, palatino, georgia, serif;
          font-size: 18px;
          line-height: 22px; }
        body.home div#home div#home_right_column > ul.events li.event_group_item h3 span.superhead span.second_line {
          display: block;
          color: #6a6b6d; }
    body.home div#home div#home_right_column > ul.events li.event_group_item h3:first-child {
      margin-top: 0; }
    body.home div#home div#home_right_column > ul.events li.event_group_item .divider {
      border-bottom: 1px solid #dddbda;
      width: 50%;
      margin: 5px auto;
      height: 2px; }
    body.home div#home div#home_right_column > ul.events li.event_group_item ul li {
      /*border-bottom: 1px solid #dddbda; */
      padding: 5px 0; }
      body.home div#home div#home_right_column > ul.events li.event_group_item ul li h4 {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333333; }
        body.home div#home div#home_right_column > ul.events li.event_group_item ul li h4 .subhead {
          display: block;
          text-transform: uppercase;
          color: #555555;
          font-weight: bold;
          font-size: 14px;
          line-height: 20px; }
    body.home div#home div#home_right_column > ul.events li.event_group_item ul li:last-child {
      border-bottom: none; }
    body.home div#home div#home_right_column > ul.events li.event_group_item ul:last-child {
      margin-bottom: 0; }
    body.home div#home div#home_right_column > ul.events li:last-child {
      border-bottom: none; }
    body.home div#home div#home_right_column h3 {
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      padding: 0;
      margin: 8px 0 3px 0;
      font-size: 18px;
      font-weight: normal;
      color: #990000;
      line-height: 20px; }
      body.home div#home div#home_right_column h3 span.superhead, body.home div#home div#home_right_column h3 span.subhead {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #7D7D7D;
        text-transform: uppercase;
        display: block; }
        body.home div#home div#home_right_column h3 span.superhead .small, body.home div#home div#home_right_column h3 span.subhead .small {
          text-transform: none; }
    body.home div#home div#home_right_column h4 {
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      padding: 0;
      margin: 8px 0 3px 0;
      font-size: 16px;
      font-weight: normal;
      color: #990000;
      line-height: 18px; }
      body.home div#home div#home_right_column h4 span.superhead, body.home div#home div#home_right_column h4 span.subhead {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
        color: #7D7D7D;
        text-transform: uppercase;
        display: block; }
        body.home div#home div#home_right_column h4 span.superhead .small, body.home div#home div#home_right_column h4 span.subhead .small {
          text-transform: none; }
    body.home div#home div#home_right_column last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    body.home div#home div#home_right_column h3.webinar {
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      padding: 0 0 6px 0;
      margin: 15px 15px 0 0;
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase;
      color: #e57730;
      line-height: 14px;
      border-bottom: 1px solid #dddbda; }
    body.home div#home div#home_right_column h3.no_underline {
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      padding: 0 0 4px 0;
      margin: 6px 15px 0 0;
      border: 0; }
    body.home div#home div#home_right_column h3.space_top {
      margin-top: 24px; }
    body.home div#home div#home_right_column span.orange {
      font-weight: normal;
      text-transform: uppercase;
      color: #e57730;
      line-height: 14px; }
      body.home div#home div#home_right_column span.orange a:link, body.home div#home div#home_right_column span.orange a:visited {
        color: #e57730; }
      body.home div#home div#home_right_column span.orange a:hover, body.home div#home div#home_right_column span.orange a:active {
        color: #508a9b; }
    body.home div#home div#home_right_column strong {
      font-weight: bold; }
    body.home div#home div#home_right_column em {
      font-style: italic; }
    body.home div#home div#home_right_column p {
      padding: 0 15px 10px 0; }
      body.home div#home div#home_right_column p .date {
        font-weight: bold;
        line-height: 20px; }
    body.home div#home div#home_right_column p.stand_out_text {
      text-transform: uppercase;
      font-size: 15px;
      color: black;
      margin-top: 8px;
      margin-bottom: 5px;
      padding-bottom: 0px; }
    body.home div#home div#home_right_column p.description {
      line-height: 20px;
      padding-bottom: 0px;
      margin-bottom: 12px; }
    body.home div#home div#home_right_column a:link, body.home div#home div#home_right_column a:visited, body.home div#home div#home_right_column a:hover, body.home div#home div#home_right_column a:active {
      font-weight: normal;
      text-decoration: none; }
    body.home div#home div#home_right_column a:hover {
      text-decoration: underline; }
    body.home div#home div#home_right_column a.external {
      padding-right: 13px;
      background: url(../img/external_link.gif) no-repeat right center; }
    body.home div#home div#home_right_column a.external_white {
      padding-right: 13px;
      background: url(../img/external_link_white.png) no-repeat right center; }
    body.home div#home div#home_right_column p.index_contact {
      margin-bottom: 5px; }
    body.home div#home div#home_right_column div#vlc_image {
      float: left;
      margin-right: 10px; }
    body.home div#home div#home_right_column ul {
      list-style-type: none;
      font-size: 12px;
      margin: 0 0 18px 0; }
      body.home div#home div#home_right_column ul li {
        list-style-type: none; }
        body.home div#home div#home_right_column ul li a, body.home div#home div#home_right_column ul li a:link, body.home div#home div#home_right_column ul li a:visited, body.home div#home div#home_right_column ul li a:hover, body.home div#home div#home_right_column ul li a:active {
          color: #79BEE0; }
    body.home div#home div#home_right_column .fixed_width_75 {
      width: 75px;
      display: inline-block; }

body.for_parents div.right_column .parent_book {
  margin: 0 0 25px 0; }
  body.for_parents div.right_column .parent_book strong {
    font-weight: bold; }
  body.for_parents div.right_column .parent_book p {
    margin: 8px 0; }
body.for_parents .games-wrap {
  margin: 35px 0;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-size: 24px;
  line-height: 28px; }
  body.for_parents .games-wrap img {
    vertical-align: middle;
    margin-right: 10px; }

body.for_parents_games_videos .video-wrap {
  margin: 0 0 35px 0; }
  body.for_parents_games_videos .video-wrap .iframe-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    body.for_parents_games_videos .video-wrap .iframe-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

dl.related_links {
  padding-bottom: 4px; }
  dl.related_links dt {
    font-weight: bold;
    font-size: .9em;
    padding-bottom: 5px; }
  dl.related_links dd {
    margin-left: 20px;
    font-size: .9em;
    padding-bottom: 5px; }

table.goals_table td {
  font-size: 11px; }
  table.goals_table td p {
    margin-top: -2px;
    margin-left: -1px; }
table.goals_table td#goals_cell {
  font-size: .65em; }

/* Teachers home page */
div#listserv_info {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  div#listserv_info h3 {
    padding-top: 15px; }
  div#listserv_info h3.archive {
    font-size: 21px;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    line-height: 11px; }
  div#listserv_info p {
    padding-top: 10px;
    padding-bottom: 6px; }
  div#listserv_info div#listserv_image {
    float: left;
    display: block;
    padding: 5px 8px 5px 0; }

div#header_padding h3 {
  margin-top: 15px; }

/* How to Order */
div#how_to_order ul.link_array > li {
  height: 90px; }

div#error_report {
  height: 1050px; }

/* Program Goals page examples */
a.goal_sub_title {
  text-decoration: none;
  font-size: .9em;
  padding: 6px 448px 6px 15px;
  color: #3D4787;
  background-color: #EEEEEE; }

div.goal_example {
  padding: 10px;
  background-color: #EEEEEE; }

table.goals_by_strand {
  border: 1px solid black; }
  table.goals_by_strand td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px; }

p.toggler#strand_title {
  color: #508A9B; }

div#content div#faq h3 {
  font-size: 1.4em; }
div#content div#faq span.basic_facts {
  font-weight: bold;
  font-style: italic;
  font-size: 1.1em;
  font-family: adobe-garamond-pro, palatino, georgia, serif, serif;
  color: #505050; }
div#content div#faq div#algorithms {
  margin-left: 40px;
  padding-bottom: 20px; }
  div#content div#faq div#algorithms h4.h4_bigger {
    font-size: 1.25em; }
div#content div#faq h3.bigger_text {
  font-size: 18px;
  color: #e57730;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-weight: normal; }
div#content div#faq h3.bigger_text a {
  font-size: 18px;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-weight: normal; }
div#content div#faq h3.examples {
  font-size: 21px;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-weight: normal; }
div#content div#faq div#alt_algorithm {
  float: right;
  height: 300px;
  margin-right: 40px; }
  div#content div#faq div#alt_algorithm div#a_a_head {
    background: url(../img/a_a_header.jpg) no-repeat center top;
    width: 201px;
    height: 10px; }
  div#content div#faq div#alt_algorithm div#a_a_header {
    background-color: #e57730;
    text-align: center; }
    div#content div#faq div#alt_algorithm div#a_a_header h3 {
      color: #fff;
      margin-bottom: 0px;
      padding: 3px 0 0 0;
      font-size: 1.45em; }
    div#content div#faq div#alt_algorithm div#a_a_header h3 a {
      color: #fff;
      margin-bottom: 0px;
      padding: 3px 0 0 0; }
  div#content div#faq div#alt_algorithm div#a_a_body {
    background: url(../img/a_a_body.jpg) repeat-y center top;
    width: 201px;
    min-height: 250px; }
    div#content div#faq div#alt_algorithm div#a_a_body h3 {
      padding: 5px 0 2px 10px;
      font-size: 1.45em; }
    div#content div#faq div#alt_algorithm div#a_a_body p {
      margin-bottom: 2px;
      padding-left: 25px; }
    div#content div#faq div#alt_algorithm div#a_a_body p#last {
      margin-bottom: -5px; }
  div#content div#faq div#alt_algorithm div#a_a_footer {
    background: url(../img/a_a_footer.jpg) no-repeat center top;
    width: 201px;
    height: 15px; }

table.em_at_home_table {
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  border-spacing: 0px; }
  table.em_at_home_table th {
    padding: 3px;
    padding-top: 4px; }
  table.em_at_home_table td {
    font-size: 11px;
    padding: 3px;
    line-height: 17px; }
    table.em_at_home_table td span.for_problems {
      margin-left: 10px; }
    table.em_at_home_table td ul.problems {
      margin-top: 0px;
      margin-bottom: 3px;
      list-style: none;
      margin-top: -6px; }
      table.em_at_home_table td ul.problems li {
        margin-bottom: -20px;
        margin-top: -20px;
        line-height: 14px; }
    table.em_at_home_table td ul.without_links {
      margin-top: 0px;
      margin-bottom: 3px;
      list-style: none;
      margin-top: -6px; }
      table.em_at_home_table td ul.without_links li {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 11px;
        line-height: 14px; }

table.lit_list_table {
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 11px;
  width: 550px;
  margin-right: 5px; }
  table.lit_list_table th, table.lit_list_table td {
    padding: 4px; }

table.homelinks {
  border: 2px #ee6d23 solid;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 14px;
  width: 200px;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-top: 0px;
  margin-left: 0px; }
  table.homelinks td {
    padding: 2px 2px; }

/* quickfacts */
table#quickfacts_table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 575px;
  /*border: 1px solid #d9d9d6;*/ }
  table#quickfacts_table td {
    padding: 6px 10px;
    font-size: 95%; }
  table#quickfacts_table td {
    background: #ffffff;
    border: 1px solid #E5E5E1;
    width: 470; }
  table#quickfacts_table td.quickfacts_label {
    background: #eaeae2;
    font-weight: normal;
    color: #444444;
    text-transform: uppercase;
    width: 206px; }

/* authors */
table#author_nav {
  background-color: #F1F1EA;
  border-style: solid;
  border: 1px solid white;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: normal; }
  table#author_nav td {
    border-collapse: collapse;
    border-style: solid;
    border: 3px solid white;
    width: 290px;
    padding: 5px; }
    table#author_nav td h4 {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-weight: normal;
      cursor: pointer;
      margin: 0;
      color: #508A9B; }
  table#author_nav td.open {
    background-color: #E57730; }
    table#author_nav td.open h4 {
      color: white;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-weight: normal; }

dl.authors {
  margin-left: 30px;
  padding-bottom: 17px;
  font-size: 13px; }
  dl.authors dt {
    font-weight: bold;
    padding-top: 7px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 15px; }
  dl.authors dd {
    margin-left: 25px;
    padding: 4px 0; }
  dl.authors span.remote_toggler {
    color: #3d4787;
    font-weight: normal;
    text-decoration: none; }
  dl.authors span.remote_toggler:hover {
    text-decoration: underline;
    cursor: pointer; }

ul#indiv_authors {
  margin-left: 30px; }

div#authors_by_grade div.remote_toggled {
  padding: 5px; }
  div#authors_by_grade div.remote_toggled h5 {
    font-style: italic;
    background-color: #F1F1EA;
    padding: 5px 10px; }
  div#authors_by_grade div.remote_toggled li.remote_toggled {
    margin-left: 25px; }
  div#authors_by_grade div.remote_toggled li.remote_toggled p {
    line-height: 18px; }
div#authors_by_grade h2 {
  border-bottom: 1px solid #e0e0e0; }
div#authors_by_grade h4 {
  color: #505050; }

table#Index {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  position: relative;
  margin: -15px 0 -15px 0; }

table#Index td {
  padding: 5px;
  font-size: 12px; }

div#content div.teacher_advice {
  margin-bottom: 25px; }
  div#content div.teacher_advice h3 {
    font-size: 24px;
    line-height: 28px; }
  div#content div.teacher_advice ul li ol li {
    font-size: 1em; }

span#advice_from_teachers {
  font-size: .85em;
  color: #505050;
  font-weight: normal; }

span#family_letters {
  font-size: .85em;
  color: #505050;
  font-weight: normal; }

/* About: How It Works: Sample Grade Level Goal */
table#sample_grade_level_goal {
  width: 540px;
  border-collapse: separate;
  border-spacing: 1px; }
  table#sample_grade_level_goal th {
    background: #abcbdf;
    padding: 5px 1px 5px 1px;
    text-align: center;
    font-size: 14px;
    color: #0070b1; }
  table#sample_grade_level_goal td {
    background: #ffefbf;
    vertical-align: top;
    padding: 2px 1px 5px 1px;
    font-size: 11.5px; }
  table#sample_grade_level_goal td#title {
    background: #ffffff;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    color: #e57730;
    font-size: 18px;
    text-align: center; }
  table#sample_grade_level_goal td#subtitle {
    background: #ffffff;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #0070b1; }

table#sample_grade_level_goal2 {
  width: 540px;
  border-collapse: separate;
  border-spacing: 1px; }
  table#sample_grade_level_goal2 td {
    vertical-align: top;
    padding: 2px 3px 5px 3px;
    font-size: 11.5px; }
    table#sample_grade_level_goal2 td h3.subtitle {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      color: #0070b1; }
  table#sample_grade_level_goal2 td.title {
    background: #ffffff;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    color: #e57730;
    font-size: 18px;
    text-align: center;
    padding-bottom: 2px; }
  table#sample_grade_level_goal2 td.unit {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px; }
  table#sample_grade_level_goal2 td.blue {
    background: #abcbdf; }
  table#sample_grade_level_goal2 td.orange {
    background: #f1c4a0; }

/* Lesson lists */
div.teachers_grade_lesson_list table {
  margin-bottom: 25px; }
div.teachers_grade_lesson_list th {
  font-weight: bold;
  padding-bottom: 3px; }
div.teachers_grade_lesson_list td {
  padding: 5px 0; }
div.teachers_grade_lesson_list td.unit_lesson_nums {
  padding-right: 38px; }

table#em_at_home_lp {
  margin-top: -10px;
  margin-bottom: 35px; }
  table#em_at_home_lp h3#em_at_home {
    text-align: left;
    font-weight: normal;
    text-transform: none;
    margin-top: 30px;
    margin-left: 16px; }
  table#em_at_home_lp p#subhead {
    margin-left: 16px;
    line-height: 1.3; }
  table#em_at_home_lp td#left {
    width: 340px;
    height: 145px;
    vertical-align: top;
    background: url("/img/em_at_home_box3_left.png") no-repeat scroll 0 0 transparent; }
  table#em_at_home_lp td#right {
    width: 219px;
    height: 145px;
    vertical-align: top;
    text-align: left;
    background: url("/img/em_at_home_box3_right.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px; }
  table#em_at_home_lp table#units {
    margin-top: 12px;
    width: 156px;
    height: 121px; }
    table#em_at_home_lp table#units td.col {
      width: 52px; }
    table#em_at_home_lp table#units td.end-of-year {
      text-align: center;
      padding-right: 14px; }

/* Homework Help table */
div#tabular_problem_info {
  margin: -15px 0 0 0; }
  div#tabular_problem_info div#vocab {
    padding-left: 13px; }
    div#tabular_problem_info div#vocab div#definition {
      margin-top: 20px; }
      div#tabular_problem_info div#vocab div#definition h4 {
        font-size: 22px; }
    div#tabular_problem_info div#vocab img {
      margin-left: -2px; }
  div#tabular_problem_info h2#vocab_title {
    margin-top: 8px;
    margin-bottom: 4px; }
  div#tabular_problem_info table#em_at_home_header {
    margin-top: 10px; }
    div#tabular_problem_info table#em_at_home_header h1#em_at_home {
      font-size: 23px;
      text-align: left;
      color: #e57730;
      font-weight: normal;
      text-transform: none;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      margin-top: 5px;
      letter-spacing: 0.25px; }
    div#tabular_problem_info table#em_at_home_header h1#unit_title {
      font-size: 16px;
      text-align: left;
      color: #e57730;
      padding-left: 31px;
      margin-bottom: 0; }
    div#tabular_problem_info table#em_at_home_header h2#grade_unit {
      font-size: 16px;
      color: #585858;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-weight: bold;
      padding-left: 12px;
      line-height: 18px;
      letter-spacing: 0.5px; }
      div#tabular_problem_info table#em_at_home_header h2#grade_unit span#unit_title {
        font-weight: normal; }
    div#tabular_problem_info table#em_at_home_header td.left1 {
      width: 331px;
      height: 48px;
      vertical-align: top; }
      div#tabular_problem_info table#em_at_home_header td.left1 div#grade_units {
        margin: 10px 0 5px 12px;
        color: #585858; }
        div#tabular_problem_info table#em_at_home_header td.left1 div#grade_units a {
          padding: 0 3px; }
        div#tabular_problem_info table#em_at_home_header td.left1 div#grade_units a.selected {
          border: 1px #990000 solid; }
    div#tabular_problem_info table#em_at_home_header td.right1 {
      width: 215px;
      height: 48px;
      vertical-align: bottom;
      text-align: left;
      background: url("/img/em_at_home_box_top.jpg") no-repeat scroll 0 0 transparent;
      background-position: left bottom; }
    div#tabular_problem_info table#em_at_home_header td.left2 {
      width: 331px;
      height: 71px;
      text-align: left;
      background: url("/img/em_at_home_box_left.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#em_at_home_header td.left2_long {
      width: 331px;
      height: 71px;
      padding-bottom: 18px;
      text-align: left;
      background: url("/img/em_at_home_box_left.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#em_at_home_header td.right2 {
      width: 215px;
      height: 71px;
      text-align: left;
      background: url("/img/em_at_home_box_bot.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#em_at_home_header td.right2_long {
      width: 215px;
      height: 71px;
      text-align: left;
      background: url("/img/em_at_home_box_bot_long.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#em_at_home_header p#unit_resources {
      font-size: 13px;
      text-align: left;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      padding-left: 10px;
      line-height: 20px; }
    div#tabular_problem_info table#em_at_home_header p#unit_resources_long {
      font-size: 13px;
      text-align: left;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      padding-left: 10px;
      padding-top: 0;
      line-height: 19px; }
    div#tabular_problem_info table#em_at_home_header .edition {
      font-size: 12px;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      line-height: 16px; }
  div#tabular_problem_info table#homelink_help {
    border-collapse: separate;
    margin-top: 2px;
    border-spacing: 2px 0;
    padding-bottom: 20px; }
    div#tabular_problem_info table#homelink_help td {
      padding: 6px 0 10px 0;
      vertical-align: top;
      font-weight: normal;
      text-align: center;
      font-size: 13px;
      line-height: 1.0;
      color: #ffffff;
      width: 135px; }
      div#tabular_problem_info table#homelink_help td h1.lesson_number {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        margin-bottom: 2px;
        margin-top: -4px;
        font-size: 28px;
        text-align: center;
        color: #ffffff; }
      div#tabular_problem_info table#homelink_help td .lesson_name {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 14px;
        padding-left: 4px;
        padding-right: 4px; }
      div#tabular_problem_info table#homelink_help td span.edition {
        font-size: 12px;
        color: #c6dbe6; }
      div#tabular_problem_info table#homelink_help td p.digit_examples {
        font-weight: normal; }
      div#tabular_problem_info table#homelink_help td p.problems {
        margin-top: 1px;
        padding-left: 26px; }
      div#tabular_problem_info table#homelink_help td p.problems_icon {
        margin-top: 8px;
        padding-left: 8px;
        padding-bottom: 7px; }
      div#tabular_problem_info table#homelink_help td p.for_problems {
        color: #fbd0ad;
        font-size: 11px;
        padding-left: 8px; }
      div#tabular_problem_info table#homelink_help td p.vocab {
        padding-left: 8px;
        padding-right: 5px; }
      div#tabular_problem_info table#homelink_help td p.games {
        padding-left: 3px;
        padding-right: 3px; }
      div#tabular_problem_info table#homelink_help td p {
        line-height: 1.3;
        margin-bottom: 0; }
      div#tabular_problem_info table#homelink_help td p.vocab a:hover, div#tabular_problem_info table#homelink_help td p.vocab a:active {
        color: #dbe9bd; }
      div#tabular_problem_info table#homelink_help td p.problems_icon a:hover, div#tabular_problem_info table#homelink_help td p.problems_icon a:active {
        color: #fbd0ad; }
    div#tabular_problem_info table#homelink_help th {
      font-size: 18px;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-weight: normal;
      text-align: center;
      width: 135px;
      height: 51px; }
      div#tabular_problem_info table#homelink_help th p#col_header_text {
        margin-top: 20px;
        margin-bottom: -1px;
        font: adobe-garamond-pro, palatino, georgia, serif; }
    div#tabular_problem_info table#homelink_help th#lesson_th {
      color: #5f9ebe;
      background: url("/img/em_at_home_lesson.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#homelink_help th#vocab_th {
      color: #95b058;
      background: url("/img/em_at_home_vocab.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#homelink_help th#homework_help_th {
      color: #e38539;
      background: url("/img/em_at_home_study_link.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#homelink_help th#games_th {
      color: #f05677;
      background: url("/img/em_at_home_games.jpg") no-repeat scroll 0 0 transparent; }
    div#tabular_problem_info table#homelink_help td.lesson_cell {
      background-color: #5f9ebe;
      border-bottom: 1px solid #afcfdf;
      line-height: 1.3; }
    div#tabular_problem_info table#homelink_help td.vocab_cell {
      background-color: #95b058;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      text-align: left;
      border-bottom: 1px solid #cad8ac; }
      div#tabular_problem_info table#homelink_help td.vocab_cell a:link, div#tabular_problem_info table#homelink_help td.vocab_cell a:visited, div#tabular_problem_info table#homelink_help td.vocab_cell a:hover, div#tabular_problem_info table#homelink_help td.vocab_cell a:active {
        color: #ffffff; }
    div#tabular_problem_info table#homelink_help td.homework_help_cell {
      background-color: #e38539;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      border-bottom: 1px solid #f1c29c;
      text-align: left; }
      div#tabular_problem_info table#homelink_help td.homework_help_cell a:link, div#tabular_problem_info table#homelink_help td.homework_help_cell a:visited, div#tabular_problem_info table#homelink_help td.homework_help_cell a:hover, div#tabular_problem_info table#homelink_help td.homework_help_cell a:active {
        color: #ffffff; }
    div#tabular_problem_info table#homelink_help td.games_cell {
      background-color: #f05677;
      font-family: proxima-nova, helvetica, arial, sans-serif;
      border-bottom: 1px solid #f8abbb; }
      div#tabular_problem_info table#homelink_help td.games_cell a:link, div#tabular_problem_info table#homelink_help td.games_cell a:visited, div#tabular_problem_info table#homelink_help td.games_cell a:hover, div#tabular_problem_info table#homelink_help td.games_cell a:active {
        color: #ffffff; }

/* EM4 Homework Help table */
body.em4_at_home div#tabular_problem_info {
  margin: -15px 0 0 0; }
  body.em4_at_home div#tabular_problem_info div#vocab {
    padding-left: 13px; }
    body.em4_at_home div#tabular_problem_info div#vocab div#definition {
      margin-top: 20px; }
      body.em4_at_home div#tabular_problem_info div#vocab div#definition h4 {
        font-size: 22px; }
    body.em4_at_home div#tabular_problem_info div#vocab img {
      margin-left: -2px; }
  body.em4_at_home div#tabular_problem_info h2#vocab_title {
    margin-top: 8px;
    margin-bottom: 4px; }
  body.em4_at_home div#tabular_problem_info div#em4_at_home_header {
    margin: 0;
    padding: 0;
    width: 547px;
    height: 156px; }
    body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner {
      margin: 0;
      padding: 0;
      width: 547px;
      height: 156px;
      position: relative; }
      body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner h1#em4_at_home {
        font-size: 25px;
        line-height: 25px;
        color: #ffffff;
        font-weight: normal;
        text-transform: none;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        letter-spacing: 0.25px;
        margin: 0 0 0 10px;
        padding: 22px 0 0 0; }
      body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner h2#unit_title {
        font-size: 18px;
        line-height: 20px;
        color: #25408d;
        font-weight: normal;
        text-transform: none;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        letter-spacing: 0.25px;
        margin: 2px 0 0 10px;
        width: 300px; }
      body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band {
        background: #25408d;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        margin: -4px 0 0 0;
        padding: 0; }
        body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units {
          color: #ffffff;
          margin: 0 0 0 10px;
          padding: 10px 0;
          overflow: hidden; }
          body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div {
            float: left;
            margin-right: 10px; }
          body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.grade, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units div.unit {
            text-transform: uppercase;
            font-family: proxima-nova, helvetica, arial, sans-serif;
            font-size: 14px;
            line-height: 14px;
            padding-top: 4px; }
          body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.grade {
            margin-left: 0; }
          body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units {
            overflow: hidden;
            width: 228px; }
            body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:link, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:visited, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:hover, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:active {
              display: block;
              color: #25408d;
              padding: 4px 0 3px 0;
              background: #ffffff;
              float: left;
              margin-right: 1px;
              margin-bottom: 1px;
              font-family: proxima-nova, helvetica, arial, sans-serif;
              font-size: 13px;
              line-height: 13px;
              width: 18px;
              text-align: center;
              text-decoration: none; }
            body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:hover, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a:active, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band > div.grade_unit_units > div.units a.selected {
              color: #ffffff;
              background: #db1544; }
      body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources {
        width: 160px;
        height: 111px;
        background: #ffffff;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px solid #25408d;
        position: absolute;
        top: 7px;
        right: 5px;
        margin: 0;
        padding: 10px; }
        body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources h3 {
          text-align: center;
          font-family: adobe-garamond-pro, palatino, georgia, serif;
          font-size: 18px;
          line-height: 20px;
          color: #25408d; }
        body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources hr {
          margin: 2px auto;
          width: 25px;
          height: 1px;
          background-color: #e57730; }
        body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources a, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources a:link, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources a:visited, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources a:hover, body.em4_at_home div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#unit_resources a:active {
          font-family: proxima-nova, helvetica, arial, sans-serif;
          font-size: 14px;
          line-height: 17px; }
  body.em4_at_home div#tabular_problem_info table#homelink_help {
    border-collapse: separate;
    margin-top: -5px;
    border-spacing: 2px 0;
    padding-bottom: 20px; }
    body.em4_at_home div#tabular_problem_info table#homelink_help td {
      padding: 6px 0 10px 0;
      vertical-align: top;
      font-weight: normal;
      text-align: center;
      font-size: 13px;
      line-height: 1.0;
      color: #3d3d3e;
      width: 135px;
      background-color: #eeeeee; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td h1.lesson_number {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        margin-bottom: 2px;
        margin-top: -4px;
        font-size: 28px;
        text-align: center;
        color: #3d3d3e; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td .lesson_name {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 14px;
        padding-left: 4px;
        padding-right: 4px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td span.edition {
        font-size: 12px;
        color: #c6dbe6; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.digit_examples {
        font-weight: normal; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.problems {
        margin-top: 1px;
        padding-left: 26px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.problems_icon {
        margin-top: 8px;
        padding-left: 8px;
        padding-bottom: 7px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.for_problems {
        color: #fbd0ad;
        font-size: 11px;
        padding-left: 8px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.vocab {
        padding-left: 8px;
        padding-right: 5px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.games {
        padding-left: 3px;
        padding-right: 3px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p {
        line-height: 1.3;
        margin-bottom: 0; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td p.vocab a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td p.vocab a:active, body.em4_at_home div#tabular_problem_info table#homelink_help td p.problems_icon a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td p.problems_icon a:active, body.em4_at_home div#tabular_problem_info table#homelink_help td p.games a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td p.games a:active {
        opacity: 0.65; }
    body.em4_at_home div#tabular_problem_info table#homelink_help th {
      font-size: 18px;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-weight: normal;
      text-align: center;
      width: 135px;
      height: 51px;
      border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px;
      -webkit-border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      -webkit-border-top-right-radius: 10px; }
      body.em4_at_home div#tabular_problem_info table#homelink_help th p.col_header_text {
        margin-top: 20px;
        margin-bottom: -1px;
        font: adobe-garamond-pro, palatino, georgia, serif;
        background: #ffffff;
        padding: 5px 0;
        color: #25408d; }
    body.em4_at_home div#tabular_problem_info table#homelink_help th#lesson_th {
      color: #5f9ebe;
      background: none;
      background-color: #eeeeee; }
    body.em4_at_home div#tabular_problem_info table#homelink_help th#vocab_th {
      color: #95b058;
      background: none;
      background-color: #eeeeee; }
    body.em4_at_home div#tabular_problem_info table#homelink_help th#homework_help_th {
      color: #e38539;
      background: none;
      background-color: #eeeeee; }
    body.em4_at_home div#tabular_problem_info table#homelink_help th#games_th {
      color: #f05677;
      background: none;
      background-color: #eeeeee; }
    body.em4_at_home div#tabular_problem_info table#homelink_help td.lesson_cell {
      border-bottom: 1px solid #ffffff;
      line-height: 1.3; }
    body.em4_at_home div#tabular_problem_info table#homelink_help td.vocab_cell {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      text-align: left;
      border-bottom: 1px solid #ffffff; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td.vocab_cell a:link, body.em4_at_home div#tabular_problem_info table#homelink_help td.vocab_cell a:visited, body.em4_at_home div#tabular_problem_info table#homelink_help td.vocab_cell a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td.vocab_cell a:active {
        color: #3d3d3e; }
    body.em4_at_home div#tabular_problem_info table#homelink_help td.homework_help_cell {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      border-bottom: 1px solid #ffffff;
      text-align: left; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td.homework_help_cell a:link, body.em4_at_home div#tabular_problem_info table#homelink_help td.homework_help_cell a:visited, body.em4_at_home div#tabular_problem_info table#homelink_help td.homework_help_cell a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td.homework_help_cell a:active {
        color: #3d3d3e; }
    body.em4_at_home div#tabular_problem_info table#homelink_help td.games_cell {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      border-bottom: 1px solid #ffffff; }
      body.em4_at_home div#tabular_problem_info table#homelink_help td.games_cell a:link, body.em4_at_home div#tabular_problem_info table#homelink_help td.games_cell a:visited, body.em4_at_home div#tabular_problem_info table#homelink_help td.games_cell a:hover, body.em4_at_home div#tabular_problem_info table#homelink_help td.games_cell a:active {
        color: #3d3d3e; }

/* GRADE K */
body.em4_at_home.grade_K div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/GK_background.jpg") no-repeat; }
  body.em4_at_home.grade_K div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_K div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_K div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #f9b737; }
body.em4_at_home.grade_K div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #f3f4f4; }
body.em4_at_home.grade_K div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #f3f4f4; }
body.em4_at_home.grade_K div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #f3f4f4; }
body.em4_at_home.grade_K div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #f3f4f4; }
body.em4_at_home.grade_K div#tabular_problem_info table#homelink_help td {
  background-color: #f3f4f4; }

/* GRADE 1 */
body.em4_at_home.grade_1 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G1_background2.png") no-repeat; }
body.em4_at_home.grade_1 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #f5f4f2; }
body.em4_at_home.grade_1 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #f5f4f2; }
body.em4_at_home.grade_1 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #f5f4f2; }
body.em4_at_home.grade_1 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #f5f4f2; }
body.em4_at_home.grade_1 div#tabular_problem_info table#homelink_help td {
  background-color: #f5f4f2; }

/* GRADE 2 */
body.em4_at_home.grade_2 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G2_background2.jpg") no-repeat; }
  body.em4_at_home.grade_2 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_2 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_2 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #84d286; }
body.em4_at_home.grade_2 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #f4f5f5; }
body.em4_at_home.grade_2 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #f4f5f5; }
body.em4_at_home.grade_2 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #f4f5f5; }
body.em4_at_home.grade_2 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #f4f5f5; }
body.em4_at_home.grade_2 div#tabular_problem_info table#homelink_help td {
  background-color: #f4f5f5; }

/* GRADE 3 */
body.em4_at_home.grade_3 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G3_background.jpg") no-repeat; }
  body.em4_at_home.grade_3 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_3 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_3 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #ffc019; }
body.em4_at_home.grade_3 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #f8f7f6; }
body.em4_at_home.grade_3 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #f8f7f6; }
body.em4_at_home.grade_3 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #f8f7f6; }
body.em4_at_home.grade_3 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #f8f7f6; }
body.em4_at_home.grade_3 div#tabular_problem_info table#homelink_help td {
  background-color: #f8f7f6; }

/* GRADE 4 */
body.em4_at_home.grade_4 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G4_background.jpg") no-repeat; }
  body.em4_at_home.grade_4 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_4 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_4 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #eeb422; }
body.em4_at_home.grade_4 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #eae7e9; }
body.em4_at_home.grade_4 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #eae7e9; }
body.em4_at_home.grade_4 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #eae7e9; }
body.em4_at_home.grade_4 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #eae7e9; }
body.em4_at_home.grade_4 div#tabular_problem_info table#homelink_help td {
  background-color: #eae7e9; }

/* GRADE 5 */
body.em4_at_home.grade_5 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G5_background.jpg") no-repeat; }
  body.em4_at_home.grade_5 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_5 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_5 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #c0d578; }
body.em4_at_home.grade_5 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #eef0f1; }
body.em4_at_home.grade_5 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #eef0f1; }
body.em4_at_home.grade_5 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #eef0f1; }
body.em4_at_home.grade_5 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #eef0f1; }
body.em4_at_home.grade_5 div#tabular_problem_info table#homelink_help td {
  background-color: #eef0f1; }

/* GRADE 6 */
body.em4_at_home.grade_6 div#tabular_problem_info div#em4_at_home_header {
  background: url("https://d1flhocjjhj0v5.cloudfront.net/images/em4/G6_background.jpg") no-repeat; }
  body.em4_at_home.grade_6 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:hover, body.em4_at_home.grade_6 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a:active, body.em4_at_home.grade_6 div#tabular_problem_info div#em4_at_home_header > div.em4_at_home_header_inner div#blue_band div.grade_unit_units div.units a.selected {
    background: #c0d578; }
body.em4_at_home.grade_6 div#tabular_problem_info table#homelink_help th#lesson_th {
  background-color: #f3f3f4; }
body.em4_at_home.grade_6 div#tabular_problem_info table#homelink_help th#vocab_th {
  background-color: #f3f3f4; }
body.em4_at_home.grade_6 div#tabular_problem_info table#homelink_help th#homework_help_th {
  background-color: #f3f3f4; }
body.em4_at_home.grade_6 div#tabular_problem_info table#homelink_help th#games_th {
  background-color: #f3f3f4; }
body.em4_at_home.grade_6 div#tabular_problem_info table#homelink_help td {
  background-color: #f3f3f4; }

body.em4_at_home_index div#content div.units {
  overflow: hidden;
  margin: 0 0 50px 0; }
  body.em4_at_home_index div#content div.units img {
    float: left;
    width: 160px;
    height: auto;
    border: none; }
  body.em4_at_home_index div#content div.units div.unit_list {
    margin-left: 160px; }
    body.em4_at_home_index div#content div.units div.unit_list h2 {
      background: #25408d;
      color: #ffffff;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-size: 22px;
      line-height: 24px;
      position: relative;
      margin: 12px 0 20px 0;
      padding: 12px 25px 10px 25px; }
      body.em4_at_home_index div#content div.units div.unit_list h2 span {
        position: absolute;
        right: 25px;
        bottom: 12px;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 20px;
        line-height: 20px;
        font-weight: 100; }
    body.em4_at_home_index div#content div.units div.unit_list div.left_padded {
      padding-left: 25px; }
      body.em4_at_home_index div#content div.units div.unit_list div.left_padded h3 {
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 22px;
        line-height: 24px;
        color: #25408d;
        margin: 0;
        padding: 0 0 7px 0;
        border-bottom: 2px solid #3d3d3e; }
      body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul li {
          position: relative;
          font-family: proxima-nova, helvetica, arial, sans-serif;
          font-size: 18px;
          line-height: 20px;
          margin: 15px 0;
          overflow: hidden; }
          body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul li a {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
          body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul li span.label {
            float: left; }
          body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul li span.text {
            margin-left: 70px;
            display: block; }
        body.em4_at_home_index div#content div.units div.unit_list div.left_padded ul li:hover {
          opacity: 0.5; }

div.goals table {
  border-collapse: collapse;
  margin: 20px 0; }
div.goals td, div.goals th {
  border: 1px solid #a0a0a0;
  padding: 5px; }
div.goals th {
  font-weight: bold; }
div.goals tr.first_head th {
  font-family: adobe-garamond-pro, palatino, georgia, serif; }
div.goals tr.second_head th {
  font-weight: bold;
  font-family: adobe-garamond-pro, palatino, georgia, serif; }
div.goals td {
  font-size: 11px; }
div.goals span.strand_1 {
  font-weight: bold; }

div.games_table_header {
  margin-bottom: 12px; }

div.toggled table.content_table {
  border: 0px black solid;
  margin-top: -5px;
  margin-bottom: 10px;
  margin-left: 15px; }
  div.toggled table.content_table .content_table_td {
    border: 0px black solid;
    vertical-align: top;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-size: 15px; }

div.toggled table.content_table table.content_table {
  border: 0px black solid;
  margin-top: -8px;
  margin-bottom: -5px;
  margin-left: 10px; }
  div.toggled table.content_table table.content_table .content_table_td {
    border: 0px black solid;
    vertical-align: top;
    font-family: adobe-garamond-pro, palatino, georgia, serif;
    font-size: 15px; }

/* listserv styles */
div.listserv {
  margin-bottom: 15px;
  border-bottom: 1px solid #d3dbde; }
  div.listserv h3 {
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 16px;
    padding-bottom: 5px; }
  div.listserv div.question {
    background-color: #ebf2f5;
    padding: 14px 17px 0 20px;
    border-top: 1px solid #d3dbde;
    border-bottom: 1px solid #ebf2f5;
    margin-bottom: 0; }
  div.listserv div.view_responses {
    background-color: #ebf2f5;
    padding: 0 14px 12px 20px; }
  div.listserv div.quotes_right {
    background-color: #f9f9f9;
    background-image: url(/img/listserv_quotes_right.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f9f9f9;
    min-height: 70px; }
  div.listserv div.quotes_right_first {
    border-top: 1px solid #d3dbde;
    background-color: #f9f9f9;
    background-image: url(/img/listserv_quotes_right.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f9f9f9;
    min-height: 60px; }
  div.listserv div.responses {
    background-image: url(/img/listserv_quotes_left.jpg);
    background-position: 16px 25px;
    background-repeat: no-repeat;
    padding: 26px 55px 6px 60px;
    min-height: 60px; }

.ui-auto-hidden-dialog {
  display: none; }

body.research img#section_banner {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
body.research div.center_column * {
  margin-top: 0; }
body.research div.one_column_content div.center_column {
  width: auto;
  margin: 0;
  float: none; }
body.research div.two_column_content div.center_column {
  width: 795px;
  margin-right: 0; }
body.research div.two_column_div {
  -webkit-columns: auto 2;
  /* Chrome, Safari, Opera */
  -moz-columns: auto 2;
  /* Firefox */
  columns: auto 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: none;
  -moz-column-rule: none;
  column-rule: none; }
body.research div.wufoo_form .wufoo header#header.info {
  display: none; }
body.research p.nsf {
  margin: 50px 0; }
  body.research p.nsf img {
    float: left;
    margin: 0 10px 10px 0; }
body.research div#content *:first-child {
  margin-top: 0; }
body.research div#content h1 {
  margin: 20px 0 10px 0;
  font-size: 36px;
  line-height: 46px; }
body.research div#content h1.intro {
  text-align: center;
  margin-bottom: 50px; }
body.research div#content h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0 10px 0; }
body.research div#content h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 10px 0; }
body.research div#content p.learn_more {
  text-align: right;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px; }
body.research div#content h2.divider {
  height: 2px;
  background-color: #990000;
  text-align: left;
  margin: 50px 0;
  padding: 0;
  position: relative; }
  body.research div#content h2.divider span {
    position: absolute;
    padding-right: 10px;
    top: -11px;
    display: inline-block;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 22px;
    text-transform: none;
    line-height: 22px;
    letter-spacing: 1px;
    background-color: #ffffff; }
body.research div#content section {
  margin: 30px 0; }
body.research div#content section.side_by_side_articles {
  overflow: hidden;
  width: 1045px; }
  body.research div#content section.side_by_side_articles article {
    float: left;
    width: 230px;
    margin: 0 30px 30px 0;
    height: 400px; }
    body.research div#content section.side_by_side_articles article img {
      width: 230px;
      height: auto;
      margin-bottom: 15px; }
    body.research div#content section.side_by_side_articles article h3 {
      font-size: 18px;
      line-height: 22px;
      font-weight: normal; }
body.research div#content .multi_toggle {
  margin: 50px 0; }
  body.research div#content .multi_toggle .multi_toggle_item {
    margin: 50px 0; }
    body.research div#content .multi_toggle .multi_toggle_item .toggler.text_arrow {
      position: relative;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-size: 24px;
      line-height: 30px;
      border-bottom: 1px solid #3d3d3e; }
      body.research div#content .multi_toggle .multi_toggle_item .toggler.text_arrow span.arrow {
        position: absolute;
        right: 0; }
      body.research div#content .multi_toggle .multi_toggle_item .toggler.text_arrow span.text {
        padding-right: 35px; }
  body.research div#content .multi_toggle .multi_toggle_item:first-child {
    margin-top: 20px; }
body.research div#content h2 + .multi_toggle {
  margin-top: 10px; }
body.research div#content div.banners_on_left {
  margin: 20px 0;
  overflow: hidden; }
  body.research div#content div.banners_on_left div.left.banners {
    float: left;
    width: 180px;
    margin: 0;
    padding: 0; }
    body.research div#content div.banners_on_left div.left.banners ul.tabs {
      list-style-type: none;
      margin: 10px 0 0 0;
      padding: 0; }
      body.research div#content div.banners_on_left div.left.banners ul.tabs li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        border: 1px solid #cccccc;
        border-right: none;
        border-bottom: none;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 15px;
        line-height: 18px; }
        body.research div#content div.banners_on_left div.left.banners ul.tabs li h3 {
          font-family: adobe-garamond-pro, palatino, georgia, serif;
          font-size: 20px;
          line-height: 22px; }
        body.research div#content div.banners_on_left div.left.banners ul.tabs li a {
          display: block;
          padding: 16px 10px 15px 10px; }
        body.research div#content div.banners_on_left div.left.banners ul.tabs li a:hover {
          background: #f8f8f8; }
      body.research div#content div.banners_on_left div.left.banners ul.tabs li.label {
        border: none;
        padding: 16px 10px 15px 0; }
      body.research div#content div.banners_on_left div.left.banners ul.tabs li:last-child, body.research div#content div.banners_on_left div.left.banners ul.tabs li.border_bottom {
        border-bottom: 1px solid #cccccc; }
      body.research div#content div.banners_on_left div.left.banners ul.tabs li.selected {
        background: #f8f8f8; }
      body.research div#content div.banners_on_left div.left.banners ul.tabs li.selected a::before {
        content: '';
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        background: #f8f8f8;
        width: 1px; }
  body.research div#content div.banners_on_left div.right.tab-contents {
    margin: 0;
    padding: 0;
    width: 615px;
    float: left; }
    body.research div#content div.banners_on_left div.right.tab-contents div.tab-content {
      padding: 15px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #f8f8f8; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content h3 {
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 20px;
        line-height: 22px;
        margin: 20px 0 10px 0; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content h3:first-child, body.research div#content div.banners_on_left div.right.tab-contents div.tab-content h3.first {
        margin-top: 0; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content h4 {
        font-weight: bold; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings h4 {
        color: #e57730;
        text-transform: none;
        font-family: adobe-garamond-pro, palatino, georgia, serif;
        font-size: 20px;
        line-height: 22px; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li {
        margin: 0;
        border-top: 1px solid #cccccc;
        padding: 10px 5px 15px 55px;
        background: no-repeat 5px 0;
        min-height: 35px; }
        body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li h5 {
          font-size: 16px;
          line-height: 18px; }
        body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li div.split_heading {
          overflow: hidden; }
          body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li div.split_heading div.left {
            float: left;
            width: 47%;
            margin-right: 6%; }
          body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li div.split_heading div.right {
            float: right;
            width: 47%;
            text-align: right; }
          body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li div.split_heading div.small {
            font-family: proxima-nova, helvetica, arial, sans-serif;
            font-size: 14px;
            line-height: 16px; }
        body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li span.column_1 {
          min-width: 110px;
          display: inline-block;
          font-weight: 400; }
        body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > li span.column_2 {
          min-width: 120px;
          display: inline-block; }
      body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings > ul, body.research div#content div.banners_on_left div.right.tab-contents div.tab-content div.current_offerings ul.current_offerings ul:first-child {
        margin: 5px 0 0 15px; }
body.research div#content div.component {
  margin: 20px 0;
  padding: 10px 15px 10px 45px;
  border: 1px solid #cccccc;
  position: relative;
  min-height: 40px; }
  body.research div#content div.component > *:last-child {
    margin-bottom: 0; }
  body.research div#content div.component .grade_circle {
    position: absolute;
    top: 11px;
    left: 5px;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-top: 6px;
    border: 2px solid #cccccc;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; }
body.research div#content .highlighter {
  cursor: pointer;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  border: 1px solid #cccccc; }
body.research div#content .highlighter.active {
  background-color: #dddddd; }
body.research div#content .highlighter:focus {
  outline: none; }
body.research div#content table {
  border: 1px solid #333;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%; }
  body.research div#content table th, body.research div#content table td {
    padding: 5px 5px 10px 5px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #333; }
  body.research div#content table th {
    font-weight: bold;
    text-align: center; }
  body.research div#content table .center {
    text-align: center; }

body.research.development div#content h2 {
  font-size: 24px;
  line-height: 30px; }
body.research.development div#content blockquote {
  background: #ffffff;
  border-left: none;
  margin: 1.5em 0;
  padding: 0;
  font-family: adobe-garamond-pro, palatino, georgia, serif;
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.5em;
  overflow: hidden;
  height: 310px; }
  body.research.development div#content blockquote p {
    padding-top: 50px; }
  body.research.development div#content blockquote footer {
    text-align: right;
    font-style: normal; }
  body.research.development div#content blockquote img {
    float: right;
    width: 300px;
    height: auto;
    margin: 0 0 10px 50px;
    clear: both;
    position: relative;
    top: -50px; }

body.research.efficacy_research div#content ul.tags {
  overflow: hidden;
  list-style-type: none;
  margin: 10px 0;
  padding: 0; }
  body.research.efficacy_research div#content ul.tags li {
    cursor: pointer;
    float: left;
    padding: 6px 5px 5px 5px;
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 12px; }
  body.research.efficacy_research div#content ul.tags li:hover, body.research.efficacy_research div#content ul.tags li.active {
    background: #eee; }
body.research.efficacy_research div#content .multi_toggle {
  margin: 50px 0; }
  body.research.efficacy_research div#content .multi_toggle .multi_toggle_item {
    margin: 50px 0; }
    body.research.efficacy_research div#content .multi_toggle .multi_toggle_item .toggler {
      position: relative;
      font-family: adobe-garamond-pro, palatino, georgia, serif;
      font-size: 20px;
      line-height: 30px;
      border-bottom: 1px solid #3d3d3e;
      padding-right: 30px; }
      body.research.efficacy_research div#content .multi_toggle .multi_toggle_item .toggler span.arrow {
        position: absolute;
        right: 0; }
      body.research.efficacy_research div#content .multi_toggle .multi_toggle_item .toggler span.text {
        padding-right: 35px; }
    body.research.efficacy_research div#content .multi_toggle .multi_toggle_item .toggled p span.label {
      font-weight: bold;
      width: 100px;
      margin-right: 15px;
      display: inline-block; }

body.research.success_stories div#map_wrapper {
  margin: 50px 0; }
  body.research.success_stories div#map_wrapper div#map {
    position: relative;
    width: 689px;
    height: 485px; }
    body.research.success_stories div#map_wrapper div#map img {
      display: block; }
    body.research.success_stories div#map_wrapper div#map div.success_story {
      position: absolute;
      background: transparent;
      margin-left: -125px;
      left: -10000px; }
      body.research.success_stories div#map_wrapper div#map div.success_story a.red_dot > div {
        background-color: #990000;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        position: absolute;
        top: 0;
        left: 125px;
        z-index: 1; }
      body.research.success_stories div#map_wrapper div#map div.success_story div.description {
        position: relative;
        background: #ffffff;
        border: 1px solid #990000;
        display: none;
        width: 250px;
        margin-top: 4px;
        z-index: 1000000000; }
        body.research.success_stories div#map_wrapper div#map div.success_story div.description h2 {
          font-family: adobe-garamond-pro, palatino, georgia, serif;
          font-size: 18px;
          line-height: 20px;
          margin: 0 0 10px 0;
          padding: 10px;
          border: none;
          background: #eeeeee; }
        body.research.success_stories div#map_wrapper div#map div.success_story div.description p {
          padding: 0 10px; }
    body.research.success_stories div#map_wrapper div#map div#Alaska_Anckorage.success_story {
      left: 109px;
      top: 411px; }
    body.research.success_stories div#map_wrapper div#map div#Arkansas_Fayettville.success_story {
      left: 371px;
      top: 245px; }
    body.research.success_stories div#map_wrapper div#map div#California_Glendale.success_story {
      left: 61px;
      top: 262px; }
    body.research.success_stories div#map_wrapper div#map div#Florida_Citrus-County.success_story {
      left: 548px;
      top: 357px; }
    body.research.success_stories div#map_wrapper div#map div#Florida_Orange-County.success_story {
      left: 559px;
      top: 359px; }
    body.research.success_stories div#map_wrapper div#map div#Idaho_Lapwai.success_story {
      left: 112px;
      top: 54px; }
    body.research.success_stories div#map_wrapper div#map div#Illinois_Aurora-East.success_story {
      left: 442px;
      top: 147px; }
    body.research.success_stories div#map_wrapper div#map div#Illinois_Plainfield.success_story {
      left: 434px;
      top: 149px; }
    body.research.success_stories div#map_wrapper div#map div#Indiana_Michigan-City.success_story {
      left: 457px;
      top: 150px; }
    body.research.success_stories div#map_wrapper div#map div#Indiana_Penn-Harris-Madison.success_story {
      left: 466px;
      top: 150px; }
    body.research.success_stories div#map_wrapper div#map div#Indiana_Pike-Township.success_story {
      left: 464px;
      top: 176px; }
    body.research.success_stories div#map_wrapper div#map div#Kansas_Geary-County.success_story {
      left: 332px;
      top: 196px; }
    body.research.success_stories div#map_wrapper div#map div#Kansas_Geary.success_story {
      left: 340px;
      top: 196px; }
    body.research.success_stories div#map_wrapper div#map div#Kenbucky_Carroll-County.success_story {
      left: 482px;
      top: 202px; }
    body.research.success_stories div#map_wrapper div#map div#Kentucky_Arlie-Boggs-Elementary.success_story {
      left: 512px;
      top: 215px; }
    body.research.success_stories div#map_wrapper div#map div#Kentucky_Daviess-County.success_story {
      left: 464px;
      top: 213px; }
    body.research.success_stories div#map_wrapper div#map div#Kentucky_Lexington.success_story {
      left: 490px;
      top: 207px; }
    body.research.success_stories div#map_wrapper div#map div#Massachestts_Winchester.success_story {
      left: 637px;
      top: 102px; }
    body.research.success_stories div#map_wrapper div#map div#Michigan_Ann-Arbor.success_story {
      left: 487px;
      top: 133px; }
    body.research.success_stories div#map_wrapper div#map div#Michigan_Birmingham.success_story {
      left: 494px;
      top: 127px; }
    body.research.success_stories div#map_wrapper div#map div#Minnesota_Burnsville-Eagan-Savage.success_story {
      left: 368px;
      top: 111px; }
    body.research.success_stories div#map_wrapper div#map div#Minnesota_Edina.success_story {
      left: 374px;
      top: 105px; }
    body.research.success_stories div#map_wrapper div#map div#New-Hampshire_Nashua.success_story {
      left: 635px;
      top: 91px; }
    body.research.success_stories div#map_wrapper div#map div#New-Jersey_Woodbridge.success_story {
      left: 608px;
      top: 142px; }
    body.research.success_stories div#map_wrapper div#map div#New-York_New-York-City.success_story {
      left: 614px;
      top: 135px; }
    body.research.success_stories div#map_wrapper div#map div#North-Carolina_Wingate.success_story {
      left: 552px;
      top: 243px; }
    body.research.success_stories div#map_wrapper div#map div#Oklahoma_Norman.success_story {
      left: 324px;
      top: 257px; }
    body.research.success_stories div#map_wrapper div#map div#Oklahoma_Union-Public-Schools.success_story {
      left: 348px;
      top: 247px; }
    body.research.success_stories div#map_wrapper div#map div#Pennsylvania_Abington.success_story {
      left: 596px;
      top: 149px; }
    body.research.success_stories div#map_wrapper div#map div#Pennsylvania_Greensburg-Salem.success_story {
      left: 547px;
      top: 154px; }
    body.research.success_stories div#map_wrapper div#map div#Pennsylvania_Montgomery-Area.success_story {
      left: 577px;
      top: 139px; }
    body.research.success_stories div#map_wrapper div#map div#Pennsylvania_North-Penn.success_story {
      left: 589px;
      top: 146px; }
    body.research.success_stories div#map_wrapper div#map div#Pennsylvania_Phildelphia.success_story {
      left: 604px;
      top: 152px; }
    body.research.success_stories div#map_wrapper div#map div#South-Carolina_Horry-County.success_story {
      left: 567px;
      top: 260px; }
    body.research.success_stories div#map_wrapper div#map div#South-Carolina_Lexington-Richland.success_story {
      left: 544px;
      top: 259px; }
    body.research.success_stories div#map_wrapper div#map div#Tennessee_Hamilton.success_story {
      left: 489px;
      top: 247px; }
    body.research.success_stories div#map_wrapper div#map div#Texas_Dallas-ISD.success_story {
      left: 326px;
      top: 299px; }
    body.research.success_stories div#map_wrapper div#map div#Texas_El-Paso.success_story {
      left: 205px;
      top: 313px; }
    body.research.success_stories div#map_wrapper div#map div#Texas_Temple.success_story {
      left: 314px;
      top: 328px; }
    body.research.success_stories div#map_wrapper div#map div#Virginia_Montgomery.success_story {
      left: 548px;
      top: 211px; }
    body.research.success_stories div#map_wrapper div#map div#Virginia_Virginia-Beach.success_story {
      left: 590px;
      top: 205px; }
    body.research.success_stories div#map_wrapper div#map div#Washington_Green-Gables.success_story {
      left: 50px;
      top: 34px; }
    body.research.success_stories div#map_wrapper div#map div#Washington_Kent.success_story {
      left: 60px;
      top: 27px; }
    body.research.success_stories div#map_wrapper div#map div#Washington_Northshore.success_story {
      left: 50px;
      top: 25px; }
    body.research.success_stories div#map_wrapper div#map div.success_story:hover a.red_dot > div {
      background-color: #00aa00; }
    body.research.success_stories div#map_wrapper div#map div.success_story:hover div.description {
      display: block; }

body.research.implementation_measurement .colors_box {
  overflow: hidden;
  border: 1px solid #888;
  padding: 10px 0 10px 5px;
  width: 208px; }
  body.research.implementation_measurement .colors_box div.color {
    width: 49px;
    height: 150px;
    float: left;
    margin-right: 2px; }
  body.research.implementation_measurement .colors_box div.color.blue {
    background: #09b2c7; }
  body.research.implementation_measurement .colors_box div.color.green {
    background: #9ec740; }
  body.research.implementation_measurement .colors_box div.color.red {
    background: #ff6662; }
  body.research.implementation_measurement .colors_box div.color.orange {
    background: #fea026; }
body.research.implementation_measurement ul#breadcrumbs {
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin: 0 0 25px 0; }
  body.research.implementation_measurement ul#breadcrumbs li {
    float: left;
    margin: 0 4px 0 0;
    list-style-type: none; }
  body.research.implementation_measurement ul#breadcrumbs li.current {
    margin: 0 4px 0 0; }
  body.research.implementation_measurement ul#breadcrumbs li:after {
    content: " >"; }
  body.research.implementation_measurement ul#breadcrumbs li.current:after {
    content: ""; }
  body.research.implementation_measurement ul#breadcrumbs a:link, body.research.implementation_measurement ul#breadcrumbs a:visited, body.research.implementation_measurement ul#breadcrumbs a:hover, body.research.implementation_measurement ul#breadcrumbs a:active {
    color: #09b2c7;
    text-decoration: none; }
body.research.implementation_measurement div.section_divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #88888f;
  margin: 20px 0;
  padding: 0; }
body.research.implementation_measurement ul#main_nav {
  margin-bottom: 0; }
body.research.implementation_measurement div#footer_line {
  margin-top: 0; }
body.research.implementation_measurement a.button_with_arrow,
body.research.implementation_measurement a.button_with_arrow:link,
body.research.implementation_measurement a.button_with_arrow:visited,
body.research.implementation_measurement a.button_with_arrow:hover,
body.research.implementation_measurement a.button_with_arrow:active {
  border: 1px solid #888;
  padding: 5px 10px;
  background: #eeeef3;
  color: #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: bold; }
body.research.implementation_measurement a.button_with_arrow:hover {
  opacity: 0.7; }
body.research.implementation_measurement .split_content {
  width: auto;
  margin: 0;
  overflow: hidden; }
  body.research.implementation_measurement .split_content .left {
    float: left;
    width: 420px;
    margin-right: 21px; }
  body.research.implementation_measurement .split_content .right {
    float: left;
    width: 250px; }
    body.research.implementation_measurement .split_content .right p {
      font-size: 13px;
      text-align: center; }
    body.research.implementation_measurement .split_content .right .draggable_popup {
      cursor: pointer; }
      body.research.implementation_measurement .split_content .right .draggable_popup img {
        width: 280px; }
      body.research.implementation_measurement .split_content .right .draggable_popup p {
        color: #09b2c7;
        width: 282px;
        margin-left: -4px; }
body.research.implementation_measurement section {
  margin: 30px 0;
  overflow: hidden; }
body.research.implementation_measurement section.with_top_border {
  border-top: 2px solid #88888f;
  padding-top: 20px; }
body.research.implementation_measurement div.two_column_content {
  display: table;
  width: 100%; }
body.research.implementation_measurement div#content_wrapper {
  display: table-cell;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  box-shadow: 0 0 15px 0 #555;
  -moz-box-shadow: 0 0 15px 0 #555;
  -webkit-box-shadow: 0 0 15px 0 #555; }
  body.research.implementation_measurement div#content_wrapper #main_content {
    padding: 15px 20px 15px 10px; }
    body.research.implementation_measurement div#content_wrapper #main_content h1, body.research.implementation_measurement div#content_wrapper #main_content h2, body.research.implementation_measurement div#content_wrapper #main_content h3 {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-weight: 500; }
  body.research.implementation_measurement div#content_wrapper .highlighter_wrapper {
    display: none;
    /* jQuery will show it when document is ready */ }
    body.research.implementation_measurement div#content_wrapper .highlighter_wrapper .highlighters .label {
      display: inline-block;
      width: 130px;
      font-weight: bold; }
    body.research.implementation_measurement div#content_wrapper .highlighter_wrapper .select_em_version_text {
      margin-left: 10px; }
  body.research.implementation_measurement div#content_wrapper div.top_split_content {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative; }
    body.research.implementation_measurement div#content_wrapper div.top_split_content div.left {
      width: 25%;
      margin: 0;
      padding: 0 0 100px 0;
      display: table-cell;
      float: none;
      border-right: 1px dotted #dddddd;
      position: relative;
      box-shadow: 2px 0 3px -1px #cccccc;
      -moz-box-shadow: 2px 0 3px -1px #cccccc;
      -webkit-box-shadow: 2px 0 3px -1px #cccccc; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.left h1 {
        margin: 30px 0 20px 0;
        padding: 0 5px;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 19px;
        line-height: 25px;
        text-transform: none;
        letter-spacing: none;
        font-weight: 500;
        text-align: center; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #dddddd;
        width: 100%; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li {
          margin: 0 0 3px 0;
          border-top: 1px solid #dddddd;
          position: relative;
          width: 100%; }
          body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li span.toggler, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li button.toggler, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a.toggler {
            display: block;
            width: 100%;
            font-family: proxima-nova, helvetica, arial, sans-serif;
            font-size: 16px;
            line-height: 22px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 300;
            padding: 15px 14.5% 10px 3%;
            margin: 0;
            color: #333 !important;
            background: #ffffff;
            border: none;
            text-align: left; }
          body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a:link, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a:visited, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a:hover, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li a:active {
            text-decoration: none; }
          body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li p {
            padding: 0 14.5% 0 3%;
            margin: 0; }
          body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul {
            list-style-type: none;
            margin: 0;
            padding: 5px 0 20px 0; }
            body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link {
              margin: 5px 0;
              padding: 10px 14.5% 10px 6%;
              position: relative;
              font-family: proxima-nova, helvetica, arial, sans-serif;
              font-size: 14px;
              line-height: 18px;
              color: #990000; }
              body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a {
                display: block;
                margin: 0;
                padding: 0; }
              body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a:link, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a:visited, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a:hover, body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.tab_link a:active {
                text-decoration: none; }
            body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li ul li.selected {
              background-color: #f7f7f7; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li.multi_toggle_item .toggler {
          position: relative; }
          body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li.multi_toggle_item .toggler .arrow {
            position: absolute;
            top: 15px;
            right: 8.6%; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.left ul.tabs > li.no_border {
          border: none; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.left p.back {
        margin: 30px 0;
        font-size: 13px; }
    body.research.implementation_measurement div#content_wrapper div.top_split_content div.right {
      width: 75%;
      margin: 0;
      padding: 40px 25px;
      display: table-cell;
      float: none; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h2 {
        text-align: left;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #990000;
        font-weight: 400;
        margin: 30px 0;
        padding: 0 0 15px 0;
        border-bottom: 2px solid #990000; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h2 span.super_text {
          display: block;
          color: #7D7D7D;
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
          margin-bottom: 5px; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h2 span.sub_text {
          display: block;
          color: #7D7D7D;
          font-size: 14px;
          line-height: 16px;
          text-transform: none;
          margin: 15px 0 5px 0; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h1:first-child, body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h2:first-child {
        margin-top: 0; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.right h3 {
        text-align: left;
        font-family: proxima-nova, helvetica, arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #990000;
        font-weight: 400;
        margin: 30px 0 10px 0;
        padding: 0;
        text-transform: uppercase; }
      body.research.implementation_measurement div#content_wrapper div.top_split_content div.right .tab-content {
        margin-bottom: 50px;
        border-bottom: 3px solid #cccccc; }
        body.research.implementation_measurement div#content_wrapper div.top_split_content div.right .tab-content table td:first-child {
          width: 30%; }
  body.research.implementation_measurement div#content_wrapper li.multi_toggle {
    margin: 0 0 6px 0; }
    body.research.implementation_measurement div#content_wrapper li.multi_toggle .multi_toggle_item {
      margin: 0; }
      body.research.implementation_measurement div#content_wrapper li.multi_toggle .multi_toggle_item .toggler {
        font: inherit;
        line-height: inherit; }
body.research.implementation_measurement div#aside_wrapper {
  display: table-cell;
  width: 260px;
  margin: 0;
  padding: 20px 0;
  background: #f4f4f4;
  vertical-align: top; }
  body.research.implementation_measurement div#aside_wrapper #aside {
    padding: 10px 20px; }
    body.research.implementation_measurement div#aside_wrapper #aside h2 {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      text-transform: uppercase; }
    body.research.implementation_measurement div#aside_wrapper #aside h3 {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      text-transform: none; }
    body.research.implementation_measurement div#aside_wrapper #aside a > h3 {
      color: #990000; }
    body.research.implementation_measurement div#aside_wrapper #aside ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    body.research.implementation_measurement div#aside_wrapper #aside li.selected a {
      font-weight: bold; }

body.research.implementation_measurement.interactive_component_framework div#content h1 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 30px;
  line-height: 36px; }
body.research.implementation_measurement.interactive_component_framework div#content h2 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 26px;
  line-height: 32px; }
body.research.implementation_measurement.interactive_component_framework div#content h3 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 22px;
  line-height: 28px; }
body.research.implementation_measurement.interactive_component_framework div#content button {
  border: 1px solid gray;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  color: black;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px; }
body.research.implementation_measurement.interactive_component_framework div#content #component_groups {
  background: #f6f6f6;
  padding: 10px;
  margin: 20px 0; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border-left: 4px solid #333;
    padding-left: 5px; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group {
    margin: 15px 0;
    padding: 10px 10px 10px 53px;
    border-left: 10px solid #ccc;
    margin-left: -20px; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group h3 {
      font-size: 20px;
      line-height: 26px; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggler .arrow {
      display: none; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggler p {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      font-size: 14px;
      line-height: 22px;
      color: initial; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories {
      background: #ffffff;
      padding: 0;
      border: 1px solid #aaaaaa;
      border-bottom: none; }
      body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category {
        border-bottom: 1px solid #aaaaaa;
        padding: 0; }
        body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category * {
          font-family: proxima-nova, helvetica, arial, sans-serif; }
        body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggler {
          position: relative;
          padding: 10px 40px 7px 20px;
          margin: 0;
          font-size: 16px;
          line-height: 20px; }
          body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggler .arrow {
            position: absolute;
            top: 10px;
            right: 20px; }
        body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggler.selected {
          color: #ffffff; }
        body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggled {
          padding: 10px 20px; }
          body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggled .toggler {
            border: none;
            font-weight: normal; }
            body.research.implementation_measurement.interactive_component_framework div#content #component_groups .component_group > .toggled.component_categories .component_category .toggled .toggler .arrow {
              position: absolute;
              top: 10px;
              left: 0; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group {
    border-left-color: #09b2c7; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group h3 {
      color: #09b2c7; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group > .toggled.component_categories .component_category > .toggler .arrow {
      color: #09b2c7; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group > .toggled.component_categories .component_category > .toggler.selected {
      background: #09b2c7; }
      body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group > .toggled.component_categories .component_category > .toggler.selected .arrow {
        color: #ffffff; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group > .toggled.component_categories .component_category > .toggled .toggler {
      color: #09b2c7; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #structural_procedural_components.component_group > .toggled.component_categories .component_category .component .grade_circle {
      border-color: #09b2c7; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group {
    border-left-color: #9ec740; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group h3 {
      color: #9ec740; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group > .toggled.component_categories .component_category > .toggler .arrow {
      color: #9ec740; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group > .toggled.component_categories .component_category > .toggler.selected {
      background: #9ec740; }
      body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group > .toggled.component_categories .component_category > .toggler.selected .arrow {
        color: #ffffff; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group > .toggled.component_categories .component_category > .toggled .toggler {
      color: #9ec740; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #educative_components.component_group > .toggled.component_categories .component_category .component .grade_circle {
      border-color: #9ec740; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group {
    border-left-color: #ff6662; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group h3 {
      color: #ff6662; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group > .toggled.component_categories .component_category > .toggler .arrow {
      color: #ff6662; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group > .toggled.component_categories .component_category > .toggler.selected {
      background: #ff6662; }
      body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group > .toggled.component_categories .component_category > .toggler.selected .arrow {
        color: #ffffff; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group > .toggled.component_categories .component_category > .toggled .toggler {
      color: #ff6662; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #pedagogical_components.component_group > .toggled.component_categories .component_category .component .grade_circle {
      border-color: #ff6662; }
  body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group {
    border-left-color: #fea026; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group h3 {
      color: #fea026; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group > .toggled.component_categories .component_category > .toggler .arrow {
      color: #fea026; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group > .toggled.component_categories .component_category > .toggler.selected {
      background: #fea026; }
      body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group > .toggled.component_categories .component_category > .toggler.selected .arrow {
        color: #ffffff; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group > .toggled.component_categories .component_category > .toggled .toggler {
      color: #fea026; }
    body.research.implementation_measurement.interactive_component_framework div#content #component_groups #student_engagement_components.component_group > .toggled.component_categories .component_category .component .grade_circle {
      border-color: #fea026; }

body.popupWindow h3 {
  font-weight: 600;
  text-align: center;
  padding-top: 10px; }
body.popupWindow table#colors_box_table {
  clear: both;
  margin: 10px;
  border-collapse: initial; }
  body.popupWindow table#colors_box_table tr.top_header {
    background-color: #F3F3F3; }
    body.popupWindow table#colors_box_table tr.top_header th {
      text-align: center;
      height: 27x;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      body.popupWindow table#colors_box_table tr.top_header th h5 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        padding: 9px 0 4px 0; }
    body.popupWindow table#colors_box_table tr.top_header th:first-child {
      border: 2px solid #09b2c7;
      border-bottom: none; }
    body.popupWindow table#colors_box_table tr.top_header th:last-child {
      border: 2px solid #ff6662;
      border-bottom: none; }
  body.popupWindow table#colors_box_table tr.sub_header th {
    width: 20%;
    text-align: center;
    word-wrap: break-word; }
    body.popupWindow table#colors_box_table tr.sub_header th h6 {
      text-transform: uppercase;
      color: white;
      font-size: 13px;
      margin: 6px 3px; }
  body.popupWindow table#colors_box_table tr.sub_header th.blue {
    width: 40%;
    background-color: #09b2c7;
    border-right: 1px solid white;
    border-left: 2px solid #09b2c7; }
  body.popupWindow table#colors_box_table tr.sub_header th.green {
    background-color: #9ec740;
    border-right: 1px solid #E3E1E2; }
  body.popupWindow table#colors_box_table tr.sub_header th.red {
    background-color: #ff6662;
    border-left: 1px solid #E3E1E2;
    border-right: 1px solid white; }
  body.popupWindow table#colors_box_table tr.sub_header th.orange {
    background-color: #fea026;
    border-right: 2px solid #fea026; }
  body.popupWindow table#colors_box_table tr.content {
    background-color: white; }
    body.popupWindow table#colors_box_table tr.content td {
      padding: 5px 8px 15px 6px;
      vertical-align: top; }
      body.popupWindow table#colors_box_table tr.content td p {
        font-style: italic;
        font-weight: 700;
        font-size: 12px;
        margin: 10px 0 6px 0; }
      body.popupWindow table#colors_box_table tr.content td ul {
        list-style-type: none;
        padding-left: 10px; }
        body.popupWindow table#colors_box_table tr.content td ul li {
          font-size: 11px;
          padding: 2px 0; }
        body.popupWindow table#colors_box_table tr.content td ul li.highlighted {
          color: white; }
    body.popupWindow table#colors_box_table tr.content td.blue {
      border-right: 1px solid #B9B9B9; }
      body.popupWindow table#colors_box_table tr.content td.blue p {
        color: #09b2c7; }
      body.popupWindow table#colors_box_table tr.content td.blue li.highlighted {
        background-color: #09b2c7; }
    body.popupWindow table#colors_box_table tr.content td.blue:first-child {
      border-left: 2px solid #09b2c7; }
    body.popupWindow table#colors_box_table tr.content td.green {
      border-right: 2px solid #E3E1E2; }
      body.popupWindow table#colors_box_table tr.content td.green p {
        color: #9ec740; }
      body.popupWindow table#colors_box_table tr.content td.green li.highlighted {
        background-color: #9ec740; }
    body.popupWindow table#colors_box_table tr.content td.red {
      border-left: 2px solid #E3E1E2;
      border-right: 1px solid #B9B9B9; }
      body.popupWindow table#colors_box_table tr.content td.red p {
        color: #ff6662; }
      body.popupWindow table#colors_box_table tr.content td.red li.highlighted {
        background-color: #ff6662; }
    body.popupWindow table#colors_box_table tr.content td.orange {
      border-right: 2px solid #ff6662; }
      body.popupWindow table#colors_box_table tr.content td.orange p {
        color: #fea026; }
      body.popupWindow table#colors_box_table tr.content td.orange li.highlighted {
        background-color: #fea026; }
  body.popupWindow table#colors_box_table tr.footer {
    background-color: #F3F3F3; }
    body.popupWindow table#colors_box_table tr.footer p {
      font-size: 11px;
      text-align: left;
      padding-left: 20px; }
    body.popupWindow table#colors_box_table tr.footer td {
      text-align: center;
      height: 27px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
    body.popupWindow table#colors_box_table tr.footer td:first-child {
      border: 2px solid #09b2c7;
      border-top: none; }
    body.popupWindow table#colors_box_table tr.footer td:last-child {
      border: 2px solid #ff6662;
      border-top: none; }
