/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}

.panel-pane {
  margin-bottom: 2em;
}
@media all and (min-width: 481px) {
  .panel-pane {
    margin-bottom: 1.66667em;
  }
}
.front .panel-pane {
  margin-bottom: 1.13333em;
}
@media all and (min-width: 481px) {
  .front .panel-pane {
    margin-bottom: 1.33333em;
  }
}

.node-type-resource a.search-results {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 3.33333em;
  line-height: 2.33333em;
  margin-bottom: 0.83333em;
}
.node-type-resource .ui-tabs {
  background: none;
  margin-bottom: 1.33333em;
  border: none;
}
.node-type-resource .ui-tabs .title {
  display: none;
}
.node-type-resource .ui-tabs .ui-tabs-nav {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

li.first.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active,
li.last.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
  background: #1c2b58;
}

.node-type-resource .ui-tabs .ui-tabs-nav li {
  background: #afb4bb;
  margin: 0 1px 0 0;
}
.fontface .node-type-resource .ui-tabs .ui-tabs-nav li {
  font-family: "Gotham", Helvetica, sans-serif;
}
.node-type-resource .ui-tabs .ui-tabs-nav li a {
  color: #fff;
  font-size: 0.86667em;
  font-weight: 500;
  padding: 0.76923em;
}
.lt-ie9 .node-type-resource .ui-tabs .ui-tabs-nav li a {
  font-size: 13px;
}
.node-type-resource .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #fff;
  border-left: 1px solid #d5d6d6;
  border-top: 1px solid #d5d6d6;
  border-right: 1px solid #d5d6d6;
  border-bottom: none;
}
.node-type-resource .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #1c2b58;
}
.node-type-resource .ui-tabs .ui-tabs-panel {
  background-color: #fff;
  font-size: 0.86667em;
  line-height: 1.38462em;
  border: 1px solid #d5d6d6;
  margin-top: 0;
  padding: 1.92308em 7.0922%;
  min-height: 1.53846em;
  max-height: 27.30769em;
  overflow: auto;
  margin-right: 1px;
}
@media all and (min-width: 481px) {
  .node-type-resource .ui-tabs .ui-tabs-panel {
    padding: 1.92308em 1.33333em;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .ui-tabs .ui-tabs-panel {
    padding: 1.92308em 7.0922%;
  }
}
.borderradius .node-type-resource .ui-tabs .ui-tabs-panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.lt-ie9 .node-type-resource .ui-tabs .ui-tabs-panel {
  font-size: 0.8em;
}
.node-type-resource .ui-widget-content {
  color: #595a5c;
}
.node-type-resource .ui-widget-content .item {
  margin-bottom: 1.33333em;
}
.node-type-resource .ui-widget-content .item:last-child {
  margin-bottom: 0;
}
.node-type-resource .ui-widget-content .description {
  font-size: 1.06667em;
  font-weight: bold;
  margin-bottom: 0.625em;
}
.lt-ie9 .node-type-resource .ui-widget-content .description {
  font-size: 0.86667em;
}
.node-type-resource .ui-widget-content .link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 40.42553%;
  margin-bottom: 0.66667em;
}
.lt-ie9 .node-type-resource .ui-widget-content .link {
  font-size: 0.8em;
}
.node-type-resource .ui-widget-content .link.odd {
  border-left: 1px dotted #a6a6a6;
  padding-left: 6.38298%;
  margin-left: 6.38298%;
}
.node-type-resource .ui-widget-content a {
  color: #C10230;
  font-weight: bold;
  line-height: 1.2em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.node-type-resource .ui-widget-content .field-resource-file-header-text p {
  margin-bottom: 0.66667em;
}
.node-type-resource .ui-widget-content .field-resource-file-footer-text p {
  margin-bottom: 0;
}
.node-type-resource .ui-widget-content.set-height {
  height: 200px;
  overflow: auto;
}
.node-type-resource .item-list + .ui-widget-content a {
  padding-left: 1.2em;
  position: relative;
}
.node-type-resource .item-list + .ui-widget-content a img {
  position: absolute;
  left: 0;
  top: 2px;
}
.node-type-resource .sharethis-buttons {
  margin: 0 auto;
  width: 7.46667em;
}
@media all and (min-width: 481px) {
  .node-type-resource .sharethis-buttons {
    float: right;
    clear: right;
    margin: 0;
    width: auto;
  }
}
.node-type-resource .sharethis-buttons span {
  float: left;
  margin-right: 0.33333em;
}
.node-type-resource .left {
  /* padding-left: 45px; */
  padding-left:0;
  margin-bottom: 1.46667em;
}
@media all and (min-width: 481px) {
  .node-type-resource .left {
    margin-bottom: 0;
    padding-left: 2%;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .left {
    float: left;
    width: 61.33333%;
    padding-left: 1.44444%;
  }
}
.node-type-resource .right {
  overflow: hidden;
  *zoom: 1;
  width: auto;
  float: none;
  padding-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 481px) {
  .node-type-resource .right {
    margin-top: 2.33333em;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .right {
    margin-top: 0;
    float: right;
    width: 31.33333%;
  }
}
.node-type-resource .format {
  font-size: 0.86667em;
  padding-top: 0.61538em;
  border-top: 1px dotted #9c9c9a;
  margin-right: 5.2em;
}
@media all and (min-width: 481px) {
  .node-type-resource .format {
    white-space: nowrap;
    width: 13.07692em;
    margin-right: 0;
  }
}
.node-type-resource .format .field-label {
  padding-right: 0.33333em;
}
.node-type-resource .field-description {
  font-size: 0.86667em;
}
@media all and (min-width: 481px) {
  .node-type-resource .field-description {
    font-size: 0.93333em;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .field-description {
    font-size: 1em;
  }
}
.node-type-resource .field-resource-type-of-content {
  font-weight: bold;
}
.node-type-resource .similar-resources {
  overflow: hidden;
  *zoom: 1;
  margin-top: 1em;
}
@media all and (min-width: 481px) {
  .node-type-resource .similar-resources {
    margin-top: 2.33333em;
  }
}
.node-type-resource .similar-resources .title {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-weight: bold;
  font-style: italic;
  color: #2d2d2d;
  margin-bottom: 1em;
}
.node-type-resource .similar-resources a {
  display: block;
  float: left;
  clear: left;
  font-size: 0.86667em;
  font-weight: bold;
}
.lt-ie8 .node-type-resource .similar-resources a {
  width: 100%;
}
@media all and (min-width: 481px) {
  .node-type-resource .similar-resources a {
    font-size: 1em;
    line-height: 1.26667em;
    margin-bottom: 0.33333em;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .similar-resources a {
    font-size: 0.93333em;
    line-height: 1.35714em;
    margin-bottom: 0.35714em;
  }
}
@media all and (min-width: 961px) {
  .node-type-resource .similar-resources a {
    font-size: 1em;
    line-height: 1.26667em;
    margin-bottom: 0.33333em;
  }
}
.node-type-resource .similar-resources a span {
  color: #f58025;
}
@media all and (min-width: 481px) {
  .node-type-resource .similar-resources .column-one {
    float: left;
    width: 42.85714%;
    border-right: 1px dotted #9c9c9a;
    padding-right: 5.35714%;
    margin-right: 5.35714%;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .similar-resources .column-one {
    width: 41.07143%;
  }
}
@media all and (min-width: 481px) {
  .node-type-resource .similar-resources .column-two {
    float: left;
    width: 42.85714%;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .similar-resources .column-two {
    width: 37.5%;
  }
}
.node-type-resource .submit-classroom-idea {
  border-top: 1px dotted #9c9c9a;
  padding-top: 0.53333em;
  margin-top: 0.93333em;
  /* margin-left: -45px; */
  margin-left:0;
}
@media all and (min-width: 481px) {
  .node-type-resource .submit-classroom-idea {
    width: auto;
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  .node-type-resource .submit-classroom-idea {
    width: 89.28571%;
  }
}
.node-type-resource .submit-classroom-idea a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0.8em;
  padding-left: 5.5em;
  line-height: 4.83333em;
}
@media all and (min-width: 481px) {
  .node-type-resource .submit-classroom-idea a {
    font-size: 1.13333em;
    padding-left: 3.86667em;
    line-height: 3.46667em;
  }
}
.node-type-resource .pane-resource-icon-legend {
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (min-width: 481px) {
  .node-type-resource .pane-resource-icon-legend {
    margin: 0 -3.40426%;
    background: white;
    padding: 0 1.66667em;
  }
}

.resource-sticky-header {
  display: none;
}
@media all and (min-width: 961px) {
  .resource-sticky-header {
    display: block;
    margin-left: -10px;
  }
}
.resource-sticky-header .inner {
  overflow: hidden;
  *zoom: 1;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3.19149%;
  padding-right: 3.19149%;
}
.resource-sticky-header .pane-title {
  margin-left: 3.19149% !important;
  margin-right: 3.19149% !important;
}

.resource-sticky-header,
.pane-resource-header {
  background: #f0f0ed;
}
.resource-sticky-header .resource-header-header,
.pane-resource-header .resource-header-header {
  overflow: hidden;
  *zoom: 1;
}
.lt-ie8 .resource-sticky-header .resource-header-header, .lt-ie8
.pane-resource-header .resource-header-header {
  *zoom: 1;
}
.resource-sticky-header .field-image,
.pane-resource-header .field-image {
  display: none;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .field-image,
  .pane-resource-header .field-image {
    display: block;
    width: 13.33333%;
    float: left;
    margin-bottom: 2.66667em;
  }
}
@media all and (min-width: 961px) {
  .resource-sticky-header .field-image,
  .pane-resource-header .field-image {
    width: 14.44444%;
  }
}
.resource-sticky-header .field-image img,
.pane-resource-header .field-image img {
  display: block;
  margin-left: 11.42857%;
  border: 1px solid #fff;
}
.boxshadow .resource-sticky-header .field-image img, .boxshadow
.pane-resource-header .field-image img {
  -webkit-box-shadow: #5d5d5d 0 0 8px;
  -moz-box-shadow: #5d5d5d 0 0 8px;
  box-shadow: #5d5d5d 0 0 8px;
}
.resource-sticky-header .right,
.pane-resource-header .right {
  position: relative;
  z-index: 2;
  display: block !important;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .right,
  .pane-resource-header .right {
    margin-top: 0;
    padding-top: 1em;
    width: 82.22222%;
    float: right;
    display: block !important;
  }
}
@media all and (min-width: 769px) {
  .resource-sticky-header .right,
  .pane-resource-header .right {
    width: 83.33333%;
    display: block !important;
  }
}
.resource-sticky-header .flag-link,
.pane-resource-header .flag-link {
  float: left;
}
.resource-sticky-header .resource-title,
.pane-resource-header .resource-title {
  font-size: 1.2em;
  line-height: 1.22222em;
  font-weight: 600;
  color: #1c2b58;
  margin-bottom: 0.27778em;
  /* padding-left:45px; */
  padding-left: 0;
  padding-right: 35px;
}
.fontface .resource-sticky-header .resource-title, .fontface
.pane-resource-header .resource-title {
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .resource-title,
  .pane-resource-header .resource-title {
    font-size: 1.73333em;
    line-height: 1.23077em;
    margin-bottom: 0.57692em;
    /* padding-left: 1.84615em; */
    padding-left: 0.5em;;
    padding-right: 8.15789%;
  }
}
@media all and (min-width: 769px) {
  .resource-sticky-header .resource-title,
  .pane-resource-header .resource-title {
    font-size: 2.26667em;
    line-height: 1.17647em;
    margin-bottom: 0.44118em;
    /* padding-left: 1.41176em; */
    padding-left: 0.5em;
  }
}
.resource-sticky-header .resource-title .divider,
.pane-resource-header .resource-title .divider {
  display: none;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .resource-title .divider,
  .pane-resource-header .resource-title .divider {
    display: block;
    height: 1px;
    width: 8.15789%;
    background: #c6c9cf;
    margin-top: 0.64706em;
  }
}
.resource-sticky-header .resource-title:hover,
.pane-resource-header .resource-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.resource-sticky-header .field-resource-teaser,
.pane-resource-header .field-resource-teaser {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-style: italic;
  font-size: 0.93333em;
  color: #5c5c5c;
  /* padding-left: 45px; */
  padding-left: 0;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .field-resource-teaser,
  .pane-resource-header .field-resource-teaser {
    font-size: 0.93333em;
    /* padding-left: 3.42857em; */
    padding-left: 1em;
  }
}
@media all and (min-width: 769px) {
  .resource-sticky-header .field-resource-teaser,
  .pane-resource-header .field-resource-teaser {
    font-size: 1.06667em;
    /* padding-left: 3em; */
    padding-left: 1em;
  }
}

.resource-sticky-header h3.pane-title,
.pane-resource-table-of-contents h3.pane-title,
.pane-my-resources h3.pane-title,
.pane-resource-icon-legend h3.pane-title {
  margin-top: 0;
  margin-bottom: 0;
}
.resource-sticky-header .resource-icon-legend,
.pane-resource-table-of-contents .resource-icon-legend,
.pane-my-resources .resource-icon-legend,
.pane-resource-icon-legend .resource-icon-legend {
  overflow: hidden;
  *zoom: 1;
  background: #1c2b58;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0.8em 15px 0.53333em 15px;
  margin: 0;
  clear: both;
}
.fontface .resource-sticky-header .resource-icon-legend, .fontface
.pane-resource-table-of-contents .resource-icon-legend, .fontface
.pane-my-resources .resource-icon-legend, .fontface
.pane-resource-icon-legend .resource-icon-legend {
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
@media all and (min-width: 481px) {
  .resource-sticky-header .resource-icon-legend,
  .pane-resource-table-of-contents .resource-icon-legend,
  .pane-my-resources .resource-icon-legend,
  .pane-resource-icon-legend .resource-icon-legend {
    padding: 1em 1.66667% 0.46667em 1.66667%;
  }
  .panel-eca-one-third-two-third-strata .resource-sticky-header .resource-icon-legend, .panel-eca-one-third-two-third-strata
  .pane-resource-table-of-contents .resource-icon-legend, .panel-eca-one-third-two-third-strata
  .pane-my-resources .resource-icon-legend, .panel-eca-one-third-two-third-strata
  .pane-resource-icon-legend .resource-icon-legend {
    padding: 1em 3.22581% 0.46667em 3.22581%;
  }
}
.resource-sticky-header .resource-icon-legend-title,
.pane-resource-table-of-contents .resource-icon-legend-title,
.pane-my-resources .resource-icon-legend-title,
.pane-resource-icon-legend .resource-icon-legend-title {
  margin-bottom: 0.66667em;
}
@media all and (min-width: 769px) {
  .resource-sticky-header .resource-icon-legend-title,
  .pane-resource-table-of-contents .resource-icon-legend-title,
  .pane-my-resources .resource-icon-legend-title,
  .pane-resource-icon-legend .resource-icon-legend-title {
    margin-bottom: 0;
    float: left;
  }
}

.pane-resource-header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0 !important;
  border-top: 1px solid #d5d6d6;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (min-width: 481px) {
  .pane-resource-header {
    margin-left: -1.06383%;
    margin-right: -1.06383%;
    padding-left: 3.19149%;
    padding-right: 3.19149%;
  }
}
.pane-resource-header .resource-header {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  background: #f0f0ed;
  padding-top: 0.93333em;
  padding-bottom: 1.33333em;
}
@media all and (min-width: 481px) {
  .pane-resource-header .resource-header {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media all and (min-width: 481px) {
  .pane-resource-header .resource-header .node .right {
    padding-top: 0;
    width: auto;
    float: none;
  }
}
@media all and (min-width: 769px) {
  .pane-resource-header .resource-header .node .right {
    float: right;
    width: 31.33333%;
  }
}
.pane-resource-header a.expand {
  position: absolute;
  top: 0.13333em;
  right: 0;
  z-index: 1;
}
.pane-resource-header .resource-header-content {
  clear: both;
  padding-top: 1em;
}
@media all and (min-width: 481px) {
  .pane-resource-header .resource-header-content {
    padding-top: 2.66667em;
  }
}

.pane-resource-table-of-contents {
  margin-bottom: 0;
  background: #f0f0ed;
  margin-left: -15px;
  margin-right: -15px;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents {
    margin-left: -1.06383%;
    margin-right: -1.06383%;
    padding-left: 3.19149%;
    padding-right: 3.19149%;
  }
}
.pane-resource-table-of-contents .pane-content {
  background: #fff;
  margin: 0 -2em;
  padding: 0 2em 0 2em;
}
.pane-resource-table-of-contents .accordion-item {
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  padding: 0.66667em 15px 0.66667em 15px;
  border-bottom: 1px solid #d5d6d6;
}
.fontface .pane-resource-table-of-contents .accordion-item {
  font-family: "Proxima Nova", Helvetica, sans-serif;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-item {
    padding: 0.66667em 1.59574% 0.66667em 1.06383%;
  }
}
.pane-resource-table-of-contents .accordion-item .flag-library {
  float: left;
  margin: 0 0.66667em 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.pane-resource-table-of-contents .accordion-item .flag-throbber {
  display: none;
}
.pane-resource-table-of-contents .accordion-item .expand {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0.33333em;
  float: none;
}
.pane-resource-table-of-contents .accordion-item:first-child,
.pane-resource-table-of-contents .accordion-item.expanded:first-child {
  padding-top: 1.66667em;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-item:first-child,
  .pane-resource-table-of-contents .accordion-item.expanded:first-child {
    padding-top: 2em;
  }
}
.pane-resource-table-of-contents .accordion-item:last-child {
  border-bottom: none;
}
.pane-resource-table-of-contents .accordion-item.expanded {
  background: #f0f0ed;
  margin: 0;
  padding: 0.66667em 15px 1em 15px;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-item.expanded {
    margin: 0 -3.29787%;
    padding: 0.66667em 3.19149% 2em 4.25532%;
    border-bottom: none;
  }
}
.pane-resource-table-of-contents .accordion-item.expanded .right {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-item.expanded .expand {
    right: 1.70213%;
  }
}
.pane-resource-table-of-contents .accordion-header {
  font-size: 1.2em;
  line-height: 1.44444em;
  font-weight: 600;
  /* padding-left: 45px; */
  padding-left: 0;
  padding-right: 35px;
  position: relative;
  color: #1c2b58;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-header {
    font-size: 1.06667em;
    line-height: 1.5em;
    /* padding-left: 50px; */
    padding-left: 12px;
    padding-right: 50px;
  }
}
@media all and (min-width: 769px) {
  .pane-resource-table-of-contents .accordion-header {
    font-size: 1.33333em;
    line-height: 1.5em;
  }
}
.pane-resource-table-of-contents .hover .accordion-header {
  text-decoration: underline;
  cursor: pointer;
}
.pane-resource-table-of-contents .accordion-body {
  margin-top: 0.66667em;
}
@media all and (min-width: 481px) {
  .pane-resource-table-of-contents .accordion-body {
    margin-top: 2em;
  }
}

.node-type-modular-component-page h1.title,
.node-type-rich-text-page h1.title {
  padding-top: 0;
}
@media all and (min-width: 481px) {
  .node-type-modular-component-page h1.title,
  .node-type-rich-text-page h1.title {
    padding-top: 1.46667em;
  }
}
@media all and (min-width: 481px) {
  .node-type-modular-component-page #highlighted + h1.title,
  .node-type-rich-text-page #highlighted + h1.title {
    padding-top: 0;
  }
}
.node-type-modular-component-page h2.headline,
.node-type-rich-text-page h2.headline {
  margin-top: 0;
}
@media all and (min-width: 481px) {
  .node-type-modular-component-page h2.headline,
  .node-type-rich-text-page h2.headline {
    margin-top: 1.5em;
  }
}
.node-type-modular-component-page h3.subheadline,
.node-type-rich-text-page h3.subheadline {
  margin-bottom: 0.26667em;
}
