@import url("https://use.typekit.net/rvy6yhs.css");
/* ==========================================================================
	Variables
========================================================================== */
/* ==========================================================================
	Mixins
========================================================================== */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
	Boilerplate
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  background: #999;
  color: #fff;
  margin: 0;
  padding: 0.5em; }
  .browserupgrade a {
    color: #fff; }

.hidden {
  display: none !important; }

.visuallyhidden, .partner-page-assets .fieldset-legend, body.taxonomy-standards .view-taxonomy-listing .form-composite .fieldset-legend, .path-search #block-knowitall-page-title, .search-page .keyword-search label, .view-taxonomy-listing .views-exposed-form #edit-type--wrapper .fieldset-legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .partner-page-assets .focusable.fieldset-legend:active, body.taxonomy-standards .view-taxonomy-listing .form-composite .focusable.fieldset-legend:active, .path-search .focusable#block-knowitall-page-title:active, .search-page .keyword-search label.focusable:active, .view-taxonomy-listing .views-exposed-form #edit-type--wrapper .focusable.fieldset-legend:active, .visuallyhidden.focusable:focus, .partner-page-assets .focusable.fieldset-legend:focus, body.taxonomy-standards .view-taxonomy-listing .form-composite .focusable.fieldset-legend:focus, .path-search .focusable#block-knowitall-page-title:focus, .search-page .keyword-search label.focusable:focus, .view-taxonomy-listing .views-exposed-form #edit-type--wrapper .focusable.fieldset-legend:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
  DRUPAL 8 OVERRIDES
========================================================================== */
body.user-logged-in.toolbar-vertical .site-header {
  margin-top: 39px; }

body.user-logged-in .site-navigation.open {
  top: 130px; }

@media (min-width: 64.0625em) {
  body.user-logged-in ul.mainNavigation {
    margin-left: 7%; } }

@media (min-width: 64.0625em) {
  body.user-logged-in .site-search.open {
    top: 51px; } }

body.user-logged-in .paragraph--type--cw-main-marketing-area {
  margin-top: -55px; }
  @media (min-width: 64.0625em) {
    body.user-logged-in .paragraph--type--cw-main-marketing-area {
      margin-top: -60px; } }

body.user-logged-in #block-facesinc-local-tasks {
  position: absolute;
  z-index: 99;
  top: 190px;
  left: 0px;
  right: 00px; }
  @media (min-width: 64.0625em) {
    body.user-logged-in #block-facesinc-local-tasks {
      top: 295px; } }
  body.user-logged-in #block-facesinc-local-tasks > ul {
    background-color: rgba(255, 255, 255, 0.7);
    list-style: none;
    margin: 20px auto 10px;
    padding: 0;
    text-align: left;
    max-width: 64.0625em;
    border: solid 1px #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body.user-logged-in #block-facesinc-local-tasks > ul > li {
      padding: 0;
      margin: 0;
      display: inline-block; }
      body.user-logged-in #block-facesinc-local-tasks > ul > li a {
        border-right: solid 1px #dbdbdb;
        text-decoration: none;
        display: block;
        color: purple;
        padding: 0.5em 0.75em; }
        @media (min-width: 64.0625em) {
          body.user-logged-in #block-facesinc-local-tasks > ul > li a {
            padding: 0.5em 1em; } }
        body.user-logged-in #block-facesinc-local-tasks > ul > li a:hover {
          text-decoration: underline;
          background: #fff;
          color: #000; }

#block-knowitall-account-menu > ul,
#block-knowitall-local-tasks > ul {
  background-color: rgba(255, 255, 255, 0.7);
  list-style: none;
  margin: 20px auto 10px;
  padding: 0;
  text-align: left;
  max-width: 64.0625em;
  border: solid 1px #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #block-knowitall-account-menu > ul > li,
  #block-knowitall-local-tasks > ul > li {
    padding: 0;
    margin: 0;
    display: inline-block; }
    #block-knowitall-account-menu > ul > li a,
    #block-knowitall-local-tasks > ul > li a {
      border-right: solid 1px #dbdbdb;
      text-decoration: none;
      display: block;
      color: #731649;
      padding: 0.5em 0.75em; }
      @media (min-width: 64.0625em) {
        #block-knowitall-account-menu > ul > li a,
        #block-knowitall-local-tasks > ul > li a {
          padding: 0.5em 1em; } }
      #block-knowitall-account-menu > ul > li a:hover,
      #block-knowitall-local-tasks > ul > li a:hover {
        text-decoration: underline;
        background: #fff;
        color: #000; }

.drupal8-localTasks {
  padding: 10px 0;
  margin: 0 auto 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small; }
  .drupal8-localTasks ul {
    background: #f3f3f3;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    -webkit-box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.5);
    max-width: 64.0625em;
    border: solid 1px #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .drupal8-localTasks ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .drupal8-localTasks ul li a {
        border-right: solid 1px #dbdbdb;
        text-decoration: none;
        display: block;
        padding: 0.5em 1em;
        color: #565656; }
        .drupal8-localTasks ul li a:hover {
          text-decoration: underline;
          background: #e3e3e3;
          color: #000; }

.drupal8-statusMsg {
  padding: 0 0 5px;
  margin: 50px auto 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small; }
  .drupal8-statusMsg div[role="contentinfo"] {
    padding: 1em 1em;
    margin: 0 auto;
    max-width: 64.0625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #325e1c;
    background-color: #f3faef;
    border: solid 1px #c9e1bd; }
    .drupal8-statusMsg div[role="contentinfo"][aria-label*="Warning"] {
      color: #734c00;
      background-color: #fdf8ed;
      border: 1px solid #f4daa6; }
    .drupal8-statusMsg div[role="contentinfo"][aria-label*="Error"] {
      color: #a51b00;
      background-color: #fcf4f2;
      border: 1px solid #f9c9bf; }
    .drupal8-statusMsg div[role="contentinfo"] ul {
      margin: 0; }

.xdebug-var-dump {
  font-size: 12px;
  height: 350px;
  overflow: scroll;
  padding: 10px;
  border: 10px solid #aaa;
  margin: 0;
  text-align: left;
  background-color: #fff; }

.image-widget.form-managed-file.clearfix:after {
  clear: none; }

.contextual-region .contextual .contextual-links {
  width: 100%; }

.contextual-region .contextual .contextual-links li {
  display: block; }

.contextual-region .contextual .contextual-links a {
  text-transform: none; }

/* ==========================================================================
	Typography
========================================================================== */
html {
  color: #4a4a4a;
  background-color: transparent; }

body {
  font-family: nimbus-sans, sans-serif;
  position: relative; }
  body .layout-container {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

body.path-standard .layout-container {
  overflow: visible; }

h1,
.h1 {
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 0 auto 24px;
  line-height: 1; }
  @media (min-width: 48em) {
    h1,
    .h1 {
      font-size: 3.25rem; } }
  @media (min-width: 64.0625em) {
    h1,
    .h1 {
      font-size: 4.375rem; } }

h2,
.h2 {
  margin: 36px auto 8px;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 64.0625em) {
    h2,
    .h2 {
      font-size: 2.1875rem; } }

h3,
.h3,
.page-node-type-lesson .headline {
  margin: 38px auto 10px; }
  @media (min-width: 64.0625em) {
    h3,
    .h3,
    .page-node-type-lesson .headline {
      font-size: 1.875rem; } }

h4,
.h4 {
  margin: 40px auto 4px; }
  @media (min-width: 64.0625em) {
    h4,
    .h4 {
      font-size: 1.625rem; } }

p {
  margin: 0 auto 24px; }

a {
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #2d737e; }
  a:hover {
    text-decoration: none;
    color: #3a95a4; }

ul,
ol {
  margin: 0 0 24px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0; }

blockquote {
  font-size: 1.25rem;
  font-family: nimbus-sans-condensed, sans-serif;
  padding: 1.25rem;
  margin: 0 auto 1.375rem;
  background-color: #d3d367; }

table {
  width: 100%;
  margin: 0 auto 24px; }

tbody {
  border: none; }

th {
  text-align: left;
  text-transform: uppercase;
  padding: 0 1em;
  border: none; }

td {
  padding: 10px 1em 11px;
  border-bottom: 1px solid #fff; }

.swipeAction {
  background: #333;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  text-align: center; }

.tableWrapper {
  overflow: scroll; }

img {
  margin-bottom: 24px; }

figure img {
  margin-bottom: 14px; }

figure figcaption {
  font-style: italic;
  text-align: center; }

.intro, .view-taxonomy-listing .narrow-wrapper p {
  font-size: 1.125em; }

/* ==========================================================================
	Footer
========================================================================== */
.button {
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 8px 16px 8px 16px;
  border-radius: 6px;
  margin: 6px 12px 6px 0;
  display: inline-block;
  background-color: #3a95a4;
  background-repeat: no-repeat;
  background-position: right 8px center; }
  .button:hover {
    color: #fff;
    background-color: #50b1c1; }
  .button.share {
    background-color: #32818e;
    padding: 8px 40px 8px 16px;
    background-image: url("../img/icon-share.svg"); }
    .button.share:hover {
      color: #fff;
      background-color: #50b1c1; }
  .button.add {
    background-color: #731649;
    padding: 8px 40px 8px 16px;
    background-image: url("../img/icon-favorite.svg"); }
    .button.add:hover {
      color: #fff;
      background-color: #9e1e64; }
  .button.remove {
    background-color: #41042d;
    padding: 8px 40px 8px 16px;
    background-image: url("../img/icon-favorite.svg"); }
    .button.remove:hover {
      color: #fff;
      background-color: #71074e; }
  .button.download {
    color: #000;
    background-color: #d3d367;
    padding: 8px 40px 8px 16px;
    background-image: url("../img/icon-download-video.svg"); }
    .button.download:hover {
      background-color: #dede8f; }
  .button.transcript {
    background-color: #d04933;
    padding: 8px 40px 8px 16px;
    background-image: url("../img/icon-download-transcript.svg"); }
    .button.transcript:hover {
      color: #fff;
      background-color: #da6e5c; }

.button-tab, a.button-orange, a.button-green, a.button-cyan, .paragraph--type--announcement-layer a, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a, .series-description .views-field-field-external-url a,
.series-description .views-field-field-teacher-resource a, .search-page .keyword-search .form-actions input.button {
  display: block;
  padding: 10px 20px 18px 20px;
  margin: 10px auto 18px;
  max-width: 250px;
  border-radius: 8px 8px 0 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .5px;
  text-align: center;
  color: #000;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  background-color: #e8e8e8;
  position: relative; }
  .button-tab:after, a.button-orange:after, a.button-green:after, a.button-cyan:after, .paragraph--type--announcement-layer a:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:after, .series-description .views-field-field-external-url a:after,
  .series-description .views-field-field-teacher-resource a:after, .search-page .keyword-search .form-actions input.button:after {
    content: '';
    display: block;
    height: 8px;
    background: #b8b8b8;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  .button-tab:hover, a.button-orange:hover, a.button-green:hover, a.button-cyan:hover, .paragraph--type--announcement-layer a:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover, .series-description .views-field-field-external-url a:hover,
  .series-description .views-field-field-teacher-resource a:hover, .search-page .keyword-search .form-actions input.button:hover {
    background-color: white;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear; }
  .button-tab.orange, a.button-orange, a.orange.button-green, a.orange.button-cyan, .paragraph--type--announcement-layer a, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.orange, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-orange, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .paragraph--type--announcement-layer a, .paragraph--type--announcement-layer .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(2), .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .series-description .views-field-field-external-url a, .series-description .views-field-field-external-url .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a,
  .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .series-description .views-field-field-teacher-resource a, .series-description .views-field-field-teacher-resource .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a, .series-description .views-field-field-external-url a,
  .series-description .views-field-field-teacher-resource a, .search-page .keyword-search .form-actions input.button {
    color: #fff;
    background-color: #d04933;
    background-color: #c2422d; }
    .button-tab.orange:after, a.button-orange:after, a.orange.button-green:after, a.orange.button-cyan:after, .paragraph--type--announcement-layer a:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.orange:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-orange:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .paragraph--type--announcement-layer a:after, .paragraph--type--announcement-layer .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(2):after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .series-description .views-field-field-external-url a:after, .series-description .views-field-field-external-url .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:after,
    .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .series-description .views-field-field-teacher-resource a:after, .series-description .views-field-field-teacher-resource .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:after, .series-description .views-field-field-external-url a:after,
    .series-description .views-field-field-teacher-resource a:after, .search-page .keyword-search .form-actions input.button:after {
      background: #a93927; }
    .button-tab.orange:hover, a.button-orange:hover, a.orange.button-green:hover, a.orange.button-cyan:hover, .paragraph--type--announcement-layer a:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.orange:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-orange:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .paragraph--type--announcement-layer a:hover, .paragraph--type--announcement-layer .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover:nth-child(2), .series-description .views-field-field-external-url a:hover,
    .series-description .views-field-field-teacher-resource a:hover, .search-page .keyword-search .form-actions input.button:hover {
      background-color: #da6e5c;
      -webkit-transition: background-color 0.25s linear;
      transition: background-color 0.25s linear; }
  .button-tab.green, a.green.button-orange, a.button-green, a.green.button-cyan, .paragraph--type--announcement-layer a.green, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.green, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-green, .series-description .views-field-field-external-url a.green, .series-description .views-field-field-external-url a.button-green,
  .series-description .views-field-field-teacher-resource a.green, .series-description .views-field-field-teacher-resource a.button-green, .search-page .keyword-search .form-actions input.green.button {
    color: #000;
    background-color: #d3d367; }
    .button-tab.green:after, a.green.button-orange:after, a.button-green:after, a.green.button-cyan:after, .paragraph--type--announcement-layer a.green:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.green:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-green:after, .series-description .views-field-field-external-url a.green:after, .series-description .views-field-field-external-url a.button-green:after,
    .series-description .views-field-field-teacher-resource a.green:after, .series-description .views-field-field-teacher-resource a.button-green:after, .search-page .keyword-search .form-actions input.green.button:after {
      background: #c8c83f; }
    .button-tab.green:hover, a.green.button-orange:hover, a.button-green:hover, a.green.button-cyan:hover, .paragraph--type--announcement-layer a.green:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.green:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-green:hover, .series-description .views-field-field-external-url a.green:hover,
    .series-description .views-field-field-teacher-resource a.green:hover, .search-page .keyword-search .form-actions input.green.button:hover {
      background-color: #dede8f;
      -webkit-transition: background-color 0.25s linear;
      transition: background-color 0.25s linear; }
  .button-tab.cyan, a.cyan.button-orange, a.cyan.button-green, a.button-cyan, .paragraph--type--announcement-layer a.cyan, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.cyan, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-cyan, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(1), .series-description .views-field-field-external-url a.cyan, .series-description .views-field-field-external-url a.button-cyan,
  .series-description .views-field-field-teacher-resource a.cyan, .series-description .views-field-field-teacher-resource a.button-cyan, .search-page .keyword-search .form-actions input.cyan.button {
    color: #fff;
    background-color: #3a95a4;
    background-color: #32808d; }
    .button-tab.cyan:after, a.cyan.button-orange:after, a.cyan.button-green:after, a.button-cyan:after, .paragraph--type--announcement-layer a.cyan:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.cyan:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-cyan:after, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(1):after, .series-description .views-field-field-external-url a.cyan:after, .series-description .views-field-field-external-url a.button-cyan:after,
    .series-description .views-field-field-teacher-resource a.cyan:after, .series-description .views-field-field-teacher-resource a.button-cyan:after, .search-page .keyword-search .form-actions input.cyan.button:after {
      background: #2d737e; }
    .button-tab.cyan:hover, a.cyan.button-orange:hover, a.cyan.button-green:hover, a.button-cyan:hover, .paragraph--type--announcement-layer a.cyan:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.cyan:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.button-cyan:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover:nth-child(1), .series-description .views-field-field-external-url a.cyan:hover,
    .series-description .views-field-field-teacher-resource a.cyan:hover, .search-page .keyword-search .form-actions input.cyan.button:hover {
      background-color: #50b1c1;
      -webkit-transition: background-color 0.25s linear;
      transition: background-color 0.25s linear; }
  .button-tab.interactive, a.interactive.button-orange, a.interactive.button-green, a.interactive.button-cyan, .paragraph--type--announcement-layer a.interactive, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a.interactive, .series-description .views-field-field-external-url a.interactive,
  .series-description .views-field-field-teacher-resource a.interactive, .search-page .keyword-search .form-actions input.interactive.button {
    padding: 10px 30px 10px 30px;
    background-image: url("../img/icon-interactive.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
    max-width: 240px;
    text-align: left; }

.layout-content .button-wrapper .add {
  opacity: 0;
  display: none; }
  .layout-content .button-wrapper .add.hide {
    opacity: 1;
    display: inline-block; }

.layout-content .button-wrapper .remove {
  opacity: 0;
  display: none; }
  .layout-content .button-wrapper .remove.hide {
    opacity: 1;
    display: inline-block; }

/* ==========================================================================
  Slick Arrows
========================================================================== */
.slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 100%;
  padding: 10px;
  position: absolute;
  border: none;
  text-indent: -9999px;
  top: -48px; }
  @media (min-width: 48em) {
    .slick-arrow {
      background-size: 30px;
      top: -66px; } }
  @media (min-width: 64.0625em) {
    .slick-arrow {
      top: -72px; } }
  .slick-arrow.slick-disabled {
    opacity: 0.5; }

.slick-prev {
  background-image: url("../img/secondary-arrow-left.svg");
  opacity: 1;
  right: 50px; }
  @media (min-width: 48em) {
    .slick-prev {
      right: 60px; } }

.slick-next {
  background-image: url("../img/secondary-arrow.svg");
  right: 20px; }

/* ==========================================================================
	Header
========================================================================== */
.site-header {
  position: relative; }
  @media (min-width: 64.0625em) {
    .site-header {
      -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1); } }
  .site-header .logo {
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    z-index: 2;
    background-color: #fff;
    position: relative; }
    @media (min-width: 64.0625em) {
      .site-header .logo {
        -webkit-box-shadow: none;
                box-shadow: none;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 8px; } }
    .site-header .logo a {
      display: block;
      text-indent: -9999px;
      background-image: url("../img/logo-kia.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 90px;
      height: 37px;
      opacity: 1;
      -webkit-transition: opacity ease-in .125s;
      transition: opacity ease-in .125s; }
      .site-header .logo a:hover {
        opacity: 0.7; }
      @media (min-width: 64.0625em) {
        .site-header .logo a {
          width: 120px;
          background-position: center;
          height: 63px; } }
      @media (min-width: 1160px) {
        .site-header .logo a {
          width: 160px; } }
      @media (min-width: 79.375em) {
        .site-header .logo a {
          width: 200px;
          height: 63px; } }
  .site-header .menu-toggle {
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 10px; }
    .site-header .menu-toggle span {
      display: inline-block;
      width: 25px;
      height: 3px;
      background: #3a95a4;
      text-indent: -9999px;
      -webkit-transition: background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
      transition: background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
      transition: transform 0.2s ease, background 0.2s 0.23s ease;
      transition: transform 0.2s ease, background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
      position: relative;
      top: 11px; }
      .site-header .menu-toggle span:before, .site-header .menu-toggle span:after {
        display: inline-block;
        content: "";
        width: 25px;
        height: 3px;
        background: #3a95a4;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        position: absolute;
        left: 0;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
        transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
        transition: top 0.2s 0.2s ease, transform 0.2s ease;
        transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
      .site-header .menu-toggle span:before {
        top: 8px; }
      .site-header .menu-toggle span:after {
        top: -8px; }
    .site-header .menu-toggle.active:after {
      opacity: 0; }
    .site-header .menu-toggle.active span {
      background: transparent;
      -webkit-transition: background 0.2s 0s ease;
      transition: background 0.2s 0s ease; }
      .site-header .menu-toggle.active span:before, .site-header .menu-toggle.active span:after {
        -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.23s ease;
        transition: top 0.2s ease, -webkit-transform 0.2s 0.23s ease;
        transition: top 0.2s ease, transform 0.2s 0.23s ease;
        transition: top 0.2s ease, transform 0.2s 0.23s ease, -webkit-transform 0.2s 0.23s ease;
        top: 0;
        width: 25px; }
      .site-header .menu-toggle.active span:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg); }
      .site-header .menu-toggle.active span:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg); }
    @media (min-width: 64.0625em) {
      .site-header .menu-toggle {
        display: none; } }
  @media (min-width: 64.0625em) {
    .site-header .site-navigation {
      position: absolute;
      right: 530px; } }
  @media (min-width: 79.375em) {
    .site-header .site-navigation {
      right: 510px; } }
  .site-header .site-navigation #block-cyberwoven-unmasquerade-block {
    width: 100%; }
    @media (min-width: 64.0625em) {
      .site-header .site-navigation #block-cyberwoven-unmasquerade-block {
        position: fixed;
        left: 0;
        right: 0;
        top: 60px; } }
    .site-header .site-navigation #block-cyberwoven-unmasquerade-block a {
      padding: 1px 10px;
      background-color: #ff5722;
      color: #fff;
      display: block; }
      .site-header .site-navigation #block-cyberwoven-unmasquerade-block a:hover {
        background-color: #d65f4c; }
  .site-header .mega-menu {
    background-color: #e7f4f6;
    text-align: center;
    padding: 20px 30px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
    opacity: 0;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    @media (min-width: 64.0625em) {
      .site-header .mega-menu {
        padding: 0;
        width: 100%;
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 0;
        left: 0;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        z-index: 400;
        opacity: 1; } }
    .site-header .mega-menu.open {
      z-index: 9999;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s; }
    @media (min-width: 64.0625em) {
      .site-header .mega-menu .mega-menu-wrapper {
        position: absolute;
        right: 0;
        width: 600px; } }
    @media (min-width: 79.375em) {
      .site-header .mega-menu .mega-menu-wrapper {
        width: 500px; } }
  .site-header .options-toggle {
    display: block;
    padding: 10px 30px 16px 10px;
    margin: 0 auto 10px;
    background-color: #edb8af;
    background-image: url("../img/browse-tip.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    position: relative; }
    .site-header .options-toggle:after {
      content: '';
      display: block;
      height: 6px;
      background: #d04933;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    @media (min-width: 64.0625em) {
      .site-header .options-toggle {
        width: 260px;
        display: inline-block; }
        .site-header .options-toggle:hover {
          background-color: #d04933;
          -webkit-transition: ease-in-out all .25s;
          transition: ease-in-out all .25s;
          background-image: url("../img/browse-tip-white.svg");
          color: #fff; }
          .site-header .options-toggle:hover:after {
            background: #a93927; } }
    @media (min-width: 79.375em) {
      .site-header .options-toggle {
        width: 280px; } }
    .site-header .options-toggle.active {
      background-image: url("../img/browse-tip-white.svg");
      background-color: #d04933;
      margin-bottom: 0;
      color: #fff; }
  .site-header .options-menu {
    background-color: #d04933;
    background-color: rgba(208, 73, 51, 0.95);
    color: #fff;
    text-align: left;
    padding: 0;
    height: 0;
    opacity: 0;
    display: none; }
    .site-header .options-menu .column {
      display: inline-block;
      vertical-align: top; }
      .site-header .options-menu .column.by-grade {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        @media (min-width: 64.0625em) {
          .site-header .options-menu .column.by-grade {
            width: calc(45% - 20px);
            padding-right: 20px; }
            .site-header .options-menu .column.by-grade .form-checkboxes {
              -webkit-column-gap: 35px;
                 -moz-column-gap: 35px;
                      column-gap: 35px; } }
      .site-header .options-menu .column.by-subject {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        @media (min-width: 64.0625em) {
          .site-header .options-menu .column.by-subject {
            width: calc(55% - 20px);
            padding-left: 30px; } }
      .site-header .options-menu .column .form-checkboxes {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-width: 45%;
           -moz-column-width: 45%;
                column-width: 45%; }
      @media (min-width: 64.0625em) {
        .site-header .options-menu .column {
          padding: 20px 10px; } }
      .site-header .options-menu .column .form-wrapper {
        position: relative;
        padding-left: 20px;
        margin-top: 6px;
        margin-bottom: 4px; }
        .site-header .options-menu .column .form-wrapper label {
          position: relative; }
          @media (min-width: 64.0625em) {
            .site-header .options-menu .column .form-wrapper label {
              font-size: 1.125rem;
              line-height: 1; } }
        .site-header .options-menu .column .form-wrapper input[type=checkbox],
        .site-header .options-menu .column .form-wrapper input[type=radio] {
          position: absolute;
          top: 2px;
          height: 18px;
          width: 18px;
          margin-left: -25px; }
      .site-header .options-menu .column:nth-child(1) {
        border-bottom: 1px solid #eee; }
        @media (min-width: 64.0625em) {
          .site-header .options-menu .column:nth-child(1) {
            border-right: 1px solid #eee;
            border-bottom: none; } }
    .site-header .options-menu h4 {
      margin-top: 0;
      font-size: 1.125rem; }
    .site-header .options-menu .search-button {
      display: block;
      padding: 10px 20px 18px 20px;
      margin: 10px auto 18px;
      max-width: 250px;
      background-color: white;
      border: none;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      color: #000;
      letter-spacing: 1px;
      font-size: 1rem;
      cursor: pointer;
      position: relative; }
      .site-header .options-menu .search-button:after {
        content: '';
        display: block;
        height: 8px;
        background: #b8b8b8;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0; }
      .site-header .options-menu .search-button:hover {
        background-color: #d3d367;
        color: #fff;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear; }
        .site-header .options-menu .search-button:hover:after {
          background: #99992c; }
    .site-header .options-menu.open {
      display: block;
      margin-bottom: 10px;
      padding: 10px;
      height: auto;
      opacity: 1;
      -webkit-transition: ease-in-out opacity .25s;
      transition: ease-in-out opacity .25s; }
      @media (min-width: 64.0625em) {
        .site-header .options-menu.open {
          position: absolute;
          padding: 10px 20px;
          right: 201px;
          top: 51px;
          width: 780px; } }
  .site-header .search-wrapper {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 64.0625em) {
      .site-header .search-wrapper {
        width: auto; } }
  .site-header .search-toggle {
    display: none; }
    @media (min-width: 64.0625em) {
      .site-header .search-toggle {
        display: block;
        padding: 10px 20px 16px 20px;
        margin: 0 auto;
        max-width: 90px;
        background-color: #f5f5de;
        background-image: url("../img/search.svg");
        background-repeat: no-repeat;
        background-position: center center;
        text-decoration: none;
        font-weight: 700;
        color: #000;
        position: relative; }
        .site-header .search-toggle:after {
          content: '';
          display: block;
          height: 6px;
          background: #d3d367;
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0; }
        .site-header .search-toggle:hover {
          background-image: url("../img/search-w.svg");
          background-color: #d3d367;
          -webkit-transition: ease-in-out all .25s;
          transition: ease-in-out all .25s; }
          .site-header .search-toggle:hover:after {
            background: #c8c83f; }
        .site-header .search-toggle span {
          display: inline-block;
          width: 20px;
          height: 3px;
          background: transparent;
          text-indent: -9999px;
          -webkit-transition: background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
          transition: background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
          transition: transform 0.2s ease, background 0.2s 0.23s ease;
          transition: transform 0.2s ease, background 0.2s 0.23s ease, -webkit-transform 0.2s ease;
          position: relative;
          top: 11px; }
          .site-header .search-toggle span:before, .site-header .search-toggle span:after {
            display: inline-block;
            content: "";
            width: 25px;
            height: 3px;
            background: transparent;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            position: absolute;
            left: 0;
            -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
            -webkit-transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
            transition: top 0.2s 0.2s ease, -webkit-transform 0.2s ease;
            transition: top 0.2s 0.2s ease, transform 0.2s ease;
            transition: top 0.2s 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
          .site-header .search-toggle span:before {
            top: 8px; }
          .site-header .search-toggle span:after {
            top: -8px; }
        .site-header .search-toggle.active {
          background-image: none;
          background-color: #d3d367; }
          .site-header .search-toggle.active:after {
            opacity: 0; }
          .site-header .search-toggle.active span {
            background: transparent;
            -webkit-transition: background 0.2s 0s ease;
            transition: background 0.2s 0s ease; }
            .site-header .search-toggle.active span:before, .site-header .search-toggle.active span:after {
              background: #000;
              -webkit-transition: top 0.2s ease, -webkit-transform 0.2s 0.15s ease;
              transition: top 0.2s ease, -webkit-transform 0.2s 0.15s ease;
              transition: top 0.2s ease, transform 0.2s 0.15s ease;
              transition: top 0.2s ease, transform 0.2s 0.15s ease, -webkit-transform 0.2s 0.15s ease;
              top: 0;
              width: 20px; }
            .site-header .search-toggle.active span:before {
              -webkit-transform: rotate3d(0, 0, 1, 45deg);
                      transform: rotate3d(0, 0, 1, 45deg); }
            .site-header .search-toggle.active span:after {
              -webkit-transform: rotate3d(0, 0, 1, -45deg);
                      transform: rotate3d(0, 0, 1, -45deg); } }
  .site-header .site-search {
    background-color: #f5f5de;
    border-bottom: 6px solid #d3d367;
    margin-bottom: 10px; }
    @media (min-width: 64.0625em) {
      .site-header .site-search {
        display: none; }
        .site-header .site-search.open {
          display: block;
          position: absolute;
          width: 346px;
          right: 0px;
          top: 51px; } }
    .site-header .site-search .form-text {
      border: none;
      background-color: #f5f5de;
      padding: 10px 14px;
      width: 99%; }
    .site-header .site-search #searchForm_Menu {
      position: relative;
      z-index: 9; }
    .site-header .site-search .form-submit {
      border: none;
      background-image: url("../img/search.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      outline-color: #d3d367;
      width: 20%;
      padding: 10px;
      text-indent: -9999px;
      position: absolute;
      right: 0; }
      .site-header .site-search .form-submit:hover {
        background-color: #d3d367; }
  .site-header .sign-in {
    display: inline-block;
    padding: 10px 40px 16px 20px;
    margin: 0 auto;
    max-width: 90%;
    background-color: #c8e7ec;
    background-image: url("../img/girl.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    position: relative; }
    .site-header .sign-in:after {
      content: '';
      display: block;
      height: 6px;
      background: #3a95a4;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .site-header .sign-in:hover {
      background-color: #3a95a4;
      color: #fff;
      background-image: url("../img/girl-w.svg");
      -webkit-transition: ease-in-out all .25s;
      transition: ease-in-out all .25s; }
      .site-header .sign-in:hover:after {
        background: #2d737e; }
  .site-header .sign-out {
    display: inline-block;
    padding: 10px 20px 16px 20px;
    margin: 0 auto;
    max-width: 90%;
    background-color: #c8e7ec;
    text-decoration: none;
    font-weight: 700;
    color: #000;
    position: relative; }
    .site-header .sign-out:after {
      content: '';
      display: block;
      height: 6px;
      background: #3a95a4;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .site-header .sign-out:hover {
      background-color: #3a95a4;
      color: #fff;
      -webkit-transition: ease-in-out all .25s;
      transition: ease-in-out all .25s; }
      .site-header .sign-out:hover:after {
        background: #2d737e; }
  .site-header #block-footer,
  .site-header #block-knowitall-main-menu {
    margin-top: 20px;
    border-top: 1px solid #000; }
    @media (min-width: 64.0625em) {
      .site-header #block-footer,
      .site-header #block-knowitall-main-menu {
        margin-top: 0;
        border: none; } }
    .site-header #block-footer h2,
    .site-header #block-knowitall-main-menu h2 {
      line-height: 0; }
    .site-header #block-footer ul,
    .site-header #block-knowitall-main-menu ul {
      list-style: none;
      padding: 0;
      margin: 20px 40px;
      text-align: center; }
      @media (min-width: 64.0625em) {
        .site-header #block-footer ul,
        .site-header #block-knowitall-main-menu ul {
          margin: 10px 0px; } }
      @media (min-width: 79.375em) {
        .site-header #block-footer ul,
        .site-header #block-knowitall-main-menu ul {
          margin: 10px 10px; } }
      @media (min-width: 64.0625em) {
        .site-header #block-footer ul li,
        .site-header #block-knowitall-main-menu ul li {
          display: inline-block;
          margin: 0 10px 0 0; } }
      @media (min-width: 79.375em) {
        .site-header #block-footer ul li,
        .site-header #block-knowitall-main-menu ul li {
          margin: 0 10px; } }
      .site-header #block-footer ul li a,
      .site-header #block-knowitall-main-menu ul li a {
        color: #000;
        text-decoration: none; }
        .site-header #block-footer ul li a:hover,
        .site-header #block-knowitall-main-menu ul li a:hover {
          text-decoration: underline; }
  @media (min-width: 64.0625em) {
    .site-header #block-footer {
      display: none; } }

body.user-logged-in .site-header .options-menu.open {
  right: 218px; }

body.user-logged-in .site-header .sign-out {
  display: inline-block;
  padding: 10px 10px 16px;
  margin: 0 auto;
  max-width: 90%;
  background-color: #c8e7ec;
  background-image: none;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  position: relative; }
  body.user-logged-in .site-header .sign-out:after {
    content: '';
    display: block;
    height: 6px;
    background: #3a95a4;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
  body.user-logged-in .site-header .sign-out:hover {
    background-color: #3a95a4;
    color: #fff;
    -webkit-transition: ease-in-out all .25s;
    transition: ease-in-out all .25s; }
    body.user-logged-in .site-header .sign-out:hover:after {
      background: #2d737e; }

@media (min-width: 79.375em) {
  body.user-logged-in .site-header .mega-menu-wrapper {
    width: 600px; } }

@media (min-width: 64.0625em) {
  body.user-logged-in .site-navigation {
    position: absolute;
    right: 590px; }
    body.user-logged-in .site-navigation ul {
      width: 300px; }
      body.user-logged-in .site-navigation ul li {
        max-width: 100px; } }

@media (min-width: 1160px) {
  body.user-logged-in .site-navigation ul {
    width: auto; }
    body.user-logged-in .site-navigation ul li {
      max-width: initial; } }

/* ==========================================================================
	Footer
========================================================================== */
.site-footer {
  background-color: #3a95a4;
  background-color: #368b99;
  border-top: 0.625rem solid #0e495c;
  text-align: center; }
  .site-footer ul {
    list-style: none;
    padding: 0; }
    .site-footer ul a {
      color: #fff;
      font-weight: 700;
      text-decoration: none; }
      .site-footer ul a:hover {
        text-decoration: underline; }
  .site-footer p {
    color: #fff; }
    .site-footer p.funding {
      font-size: 1.375rem;
      line-height: 1.2;
      font-weight: 900;
      padding: 10px 6px;
      margin: 20px 30px;
      border-top: 1px solid #6ebecc;
      border-bottom: 1px solid #6ebecc; }
      @media (min-width: 64.0625em) {
        .site-footer p.funding {
          max-width: 1400px;
          margin: 20px auto;
          padding: 20px 20px; } }
  .site-footer .footer-logos {
    padding-top: 34px; }
    @media (min-width: 64.0625em) {
      .site-footer .footer-logos {
        padding-top: 50px; } }
    @media (min-width: 79.375em) {
      .site-footer .footer-logos {
        padding-top: 57px; } }
    .site-footer .footer-logos li {
      display: inline-block;
      margin: 0 10px; }
      @media (min-width: 64.0625em) {
        .site-footer .footer-logos li {
          margin: 0 25px; } }
      .site-footer .footer-logos li a {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        padding: 20px; }
        .site-footer .footer-logos li a.logo-etv {
          background-image: url("../img/logo-etv.svg");
          width: 90px;
          color: #000; }
          @media (min-width: 64.0625em) {
            .site-footer .footer-logos li a.logo-etv {
              width: 300px;
              height: 85px;
              background-size: 175px;
              background-position: 52px top; } }
        .site-footer .footer-logos li a.logo-kia {
          background-image: url("../img/logo-kia-w.svg");
          background-position: 0 bottom;
          width: 120px;
          background-size: 87%;
          color: #000; }
          @media (min-width: 64.0625em) {
            .site-footer .footer-logos li a.logo-kia {
              width: 300px;
              height: 87px;
              background-size: 190px;
              background-position: 30px bottom; } }
  .site-footer #block-knowitall-footer ul li {
    margin-bottom: 10px; }
    @media (min-width: 64.0625em) {
      .site-footer #block-knowitall-footer ul li {
        display: inline-block;
        margin: 1%; } }
    .site-footer #block-knowitall-footer ul li a {
      font-size: 1.25rem; }
      @media (min-width: 64.0625em) {
        .site-footer #block-knowitall-footer ul li a {
          font-size: 1.5rem; } }
  .site-footer .footer-meta {
    background-color: #0e495c;
    padding: 14px 20px;
    text-align: center;
    position: relative; }
    @media (min-width: 64.0625em) {
      .site-footer .footer-meta {
        text-align: left; } }
    .site-footer .footer-meta p {
      margin: 0 auto; }
      @media (min-width: 64.0625em) {
        .site-footer .footer-meta p {
          padding-left: 20px; }
          .site-footer .footer-meta p + p {
            position: absolute;
            right: 0;
            top: -3px; } }
    @media (min-width: 64.0625em) and (min-width: 79.375em) {
      .site-footer .footer-meta p + p {
        right: 20px; } }
      .site-footer .footer-meta p a {
        color: #fff;
        font-weight: 900;
        text-decoration: none; }
        .site-footer .footer-meta p a:hover {
          text-decoration: underline; }
        .site-footer .footer-meta p a.cyberwoven {
          font-weight: 400; }

/* ==========================================================================
	Page Title
========================================================================== */
#block-pagetitle,
#block-pagetitle-3 {
  background-color: #d04933;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#d04933), to(#e87e5a));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #d04933, #e87e5a);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-pagetitle:before,
  #block-pagetitle-3:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      #block-pagetitle:before,
      #block-pagetitle-3:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-pagetitle:before,
      #block-pagetitle-3:before {
        top: 50%;
        padding: 33px; } }
  #block-pagetitle .wrapper,
  #block-pagetitle-3 .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      #block-pagetitle .wrapper,
      #block-pagetitle-3 .wrapper {
        padding-top: 22px;
        padding-bottom: 30px; } }
  #block-pagetitle .back,
  #block-pagetitle .back-link,
  #block-pagetitle-3 .back,
  #block-pagetitle-3 .back-link {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    text-decoration: none; }
    @media (min-width: 64.0625em) {
      #block-pagetitle .back,
      #block-pagetitle .back-link,
      #block-pagetitle-3 .back,
      #block-pagetitle-3 .back-link {
        font-size: 1.125rem; } }
    #block-pagetitle .back:hover,
    #block-pagetitle .back-link:hover,
    #block-pagetitle-3 .back:hover,
    #block-pagetitle-3 .back-link:hover {
      text-decoration: underline; }
    #block-pagetitle .back::before,
    #block-pagetitle .back-link::before,
    #block-pagetitle-3 .back::before,
    #block-pagetitle-3 .back-link::before {
      content: '';
      font-size: 1px;
      height: 0;
      width: 0;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #fff;
      border-top: 5px solid transparent;
      position: absolute;
      top: 8px;
      left: 0; }

.path-blog #block-knowitall-page-title,
.path-blog #block-pagetitle,
.page-node-type-article #block-knowitall-page-title,
.page-node-type-article #block-pagetitle {
  background-color: #3a95a4;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#3a95a4), to(#64bdbd));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #3a95a4, #64bdbd);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .path-blog #block-knowitall-page-title:before,
  .path-blog #block-pagetitle:before,
  .page-node-type-article #block-knowitall-page-title:before,
  .page-node-type-article #block-pagetitle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
    opacity: .5; }
    @media (min-width: 48em) {
      .path-blog #block-knowitall-page-title:before,
      .path-blog #block-pagetitle:before,
      .page-node-type-article #block-knowitall-page-title:before,
      .page-node-type-article #block-pagetitle:before {
        background-image: url("../img/waves-white-full.svg");
        opacity: 1;
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .path-blog #block-knowitall-page-title:before,
      .path-blog #block-pagetitle:before,
      .page-node-type-article #block-knowitall-page-title:before,
      .page-node-type-article #block-pagetitle:before {
        top: 50%;
        padding: 33px; } }
  .path-blog #block-knowitall-page-title .wrapper,
  .path-blog #block-pagetitle .wrapper,
  .page-node-type-article #block-knowitall-page-title .wrapper,
  .page-node-type-article #block-pagetitle .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      .path-blog #block-knowitall-page-title .wrapper,
      .path-blog #block-pagetitle .wrapper,
      .page-node-type-article #block-knowitall-page-title .wrapper,
      .page-node-type-article #block-pagetitle .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }
    @media (min-width: 48em) {
      .path-blog #block-knowitall-page-title .wrapper h1,
      .path-blog #block-pagetitle .wrapper h1,
      .page-node-type-article #block-knowitall-page-title .wrapper h1,
      .page-node-type-article #block-pagetitle .wrapper h1 {
        padding-right: 165px; } }
    @media (min-width: 64.0625em) {
      .path-blog #block-knowitall-page-title .wrapper h1,
      .path-blog #block-pagetitle .wrapper h1,
      .page-node-type-article #block-knowitall-page-title .wrapper h1,
      .page-node-type-article #block-pagetitle .wrapper h1 {
        padding-right: 236px; } }
    @media (min-width: 110em) {
      .path-blog #block-knowitall-page-title .wrapper h1,
      .path-blog #block-pagetitle .wrapper h1,
      .page-node-type-article #block-knowitall-page-title .wrapper h1,
      .page-node-type-article #block-pagetitle .wrapper h1 {
        padding-right: 165px; } }

.path-blog .content-wrapper,
.page-node-type-article .content-wrapper {
  padding-top: 50px; }
  .path-blog .content-wrapper .missed-something,
  .page-node-type-article .content-wrapper .missed-something {
    margin-top: 20px; }

.path-taxonomy #block-pagetitle-5,
.path-taxonomy #block-knowitall-page-title,
.path-taxonomy #block-pagetitle,
.path-partners #block-pagetitle-5,
.path-partners #block-knowitall-page-title,
.path-partners #block-pagetitle,
.path-subject #block-pagetitle-5,
.path-subject #block-knowitall-page-title,
.path-subject #block-pagetitle {
  background-color: #d04933;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#d04933), to(#e97f5b));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #d04933, #e97f5b);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .path-taxonomy #block-pagetitle-5:before,
  .path-taxonomy #block-knowitall-page-title:before,
  .path-taxonomy #block-pagetitle:before,
  .path-partners #block-pagetitle-5:before,
  .path-partners #block-knowitall-page-title:before,
  .path-partners #block-pagetitle:before,
  .path-subject #block-pagetitle-5:before,
  .path-subject #block-knowitall-page-title:before,
  .path-subject #block-pagetitle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      .path-taxonomy #block-pagetitle-5:before,
      .path-taxonomy #block-knowitall-page-title:before,
      .path-taxonomy #block-pagetitle:before,
      .path-partners #block-pagetitle-5:before,
      .path-partners #block-knowitall-page-title:before,
      .path-partners #block-pagetitle:before,
      .path-subject #block-pagetitle-5:before,
      .path-subject #block-knowitall-page-title:before,
      .path-subject #block-pagetitle:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-5:before,
      .path-taxonomy #block-knowitall-page-title:before,
      .path-taxonomy #block-pagetitle:before,
      .path-partners #block-pagetitle-5:before,
      .path-partners #block-knowitall-page-title:before,
      .path-partners #block-pagetitle:before,
      .path-subject #block-pagetitle-5:before,
      .path-subject #block-knowitall-page-title:before,
      .path-subject #block-pagetitle:before {
        top: 50%;
        padding: 33px; } }
  .path-taxonomy #block-pagetitle-5 .wrapper,
  .path-taxonomy #block-knowitall-page-title .wrapper,
  .path-taxonomy #block-pagetitle .wrapper,
  .path-partners #block-pagetitle-5 .wrapper,
  .path-partners #block-knowitall-page-title .wrapper,
  .path-partners #block-pagetitle .wrapper,
  .path-subject #block-pagetitle-5 .wrapper,
  .path-subject #block-knowitall-page-title .wrapper,
  .path-subject #block-pagetitle .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-5 .wrapper,
      .path-taxonomy #block-knowitall-page-title .wrapper,
      .path-taxonomy #block-pagetitle .wrapper,
      .path-partners #block-pagetitle-5 .wrapper,
      .path-partners #block-knowitall-page-title .wrapper,
      .path-partners #block-pagetitle .wrapper,
      .path-subject #block-pagetitle-5 .wrapper,
      .path-subject #block-knowitall-page-title .wrapper,
      .path-subject #block-pagetitle .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

.path-taxonomy .back-link,
.path-partners .back-link,
.path-subject .back-link {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  text-decoration: none; }
  @media (min-width: 64.0625em) {
    .path-taxonomy .back-link,
    .path-partners .back-link,
    .path-subject .back-link {
      font-size: 1.125rem; } }
  .path-taxonomy .back-link:hover,
  .path-partners .back-link:hover,
  .path-subject .back-link:hover {
    text-decoration: underline; }
  .path-taxonomy .back-link::before,
  .path-partners .back-link::before,
  .path-subject .back-link::before {
    content: '';
    font-size: 1px;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    position: absolute;
    top: 8px;
    left: 0; }

@media (min-width: 64.0625em) {
  .taxonomy-standards #block-pagetitle-5 .wrapper {
    padding-top: 15px; } }

.path-taxonomy #block-pagetitle-6,
.path-taxonomy #block-pagetitle-2,
.path-user #block-pagetitle-6,
.path-user #block-pagetitle-2,
.page-node-type-partner #block-pagetitle-6,
.page-node-type-partner #block-pagetitle-2 {
  background-color: #727133;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#727133), to(#d3d367));
  background-image: linear-gradient(to right, #727133, #d3d367);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .path-taxonomy #block-pagetitle-6:after,
  .path-taxonomy #block-pagetitle-2:after,
  .path-user #block-pagetitle-6:after,
  .path-user #block-pagetitle-2:after,
  .page-node-type-partner #block-pagetitle-6:after,
  .page-node-type-partner #block-pagetitle-2:after {
    content: '';
    background-image: url("../img/dots-full.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 235px;
    height: 115px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -2; }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-6:after,
      .path-taxonomy #block-pagetitle-2:after,
      .path-user #block-pagetitle-6:after,
      .path-user #block-pagetitle-2:after,
      .page-node-type-partner #block-pagetitle-6:after,
      .page-node-type-partner #block-pagetitle-2:after {
        background-size: 140%;
        width: 335px;
        height: 215px; } }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-6:after,
      .path-taxonomy #block-pagetitle-2:after,
      .path-user #block-pagetitle-6:after,
      .path-user #block-pagetitle-2:after,
      .page-node-type-partner #block-pagetitle-6:after,
      .page-node-type-partner #block-pagetitle-2:after {
        width: 335px;
        height: 215px;
        background-size: 160%; } }
  .path-taxonomy #block-pagetitle-6:before,
  .path-taxonomy #block-pagetitle-2:before,
  .path-user #block-pagetitle-6:before,
  .path-user #block-pagetitle-2:before,
  .page-node-type-partner #block-pagetitle-6:before,
  .page-node-type-partner #block-pagetitle-2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 4%;
    z-index: 40;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
    z-index: 0; }
    @media (min-width: 48em) {
      .path-taxonomy #block-pagetitle-6:before,
      .path-taxonomy #block-pagetitle-2:before,
      .path-user #block-pagetitle-6:before,
      .path-user #block-pagetitle-2:before,
      .page-node-type-partner #block-pagetitle-6:before,
      .page-node-type-partner #block-pagetitle-2:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-6:before,
      .path-taxonomy #block-pagetitle-2:before,
      .path-user #block-pagetitle-6:before,
      .path-user #block-pagetitle-2:before,
      .page-node-type-partner #block-pagetitle-6:before,
      .page-node-type-partner #block-pagetitle-2:before {
        padding: 33px; } }
  .path-taxonomy #block-pagetitle-6 .wrapper,
  .path-taxonomy #block-pagetitle-2 .wrapper,
  .path-user #block-pagetitle-6 .wrapper,
  .path-user #block-pagetitle-2 .wrapper,
  .page-node-type-partner #block-pagetitle-6 .wrapper,
  .page-node-type-partner #block-pagetitle-2 .wrapper {
    padding-left: 20px;
    padding-right: 0px; }
    @media (min-width: 64.0625em) {
      .path-taxonomy #block-pagetitle-6 .wrapper,
      .path-taxonomy #block-pagetitle-2 .wrapper,
      .path-user #block-pagetitle-6 .wrapper,
      .path-user #block-pagetitle-2 .wrapper,
      .page-node-type-partner #block-pagetitle-6 .wrapper,
      .page-node-type-partner #block-pagetitle-2 .wrapper {
        padding-top: 25px;
        padding-bottom: 10px; } }

.path-taxonomy .layout-content,
.path-user .layout-content,
.page-node-type-partner .layout-content {
  padding: 0;
  margin: 0; }

#block-pagetitle-2 .wrapper:after,
#block-pagetitle-3 .wrapper:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 64.0625em) {
  #block-pagetitle-2 .header-content,
  #block-pagetitle-3 .header-content {
    float: left;
    clear: none;
    width: 60%; } }

@media (min-width: 64.0625em) {
  #block-pagetitle-2 .header-content h1,
  #block-pagetitle-3 .header-content h1 {
    font-size: 5.625rem; } }

#block-pagetitle-2 .content-wrapper,
#block-pagetitle-3 .content-wrapper {
  margin-bottom: 20px; }
  #block-pagetitle-2 .content-wrapper p,
  #block-pagetitle-3 .content-wrapper p {
    line-height: 1.1; }
  #block-pagetitle-2 .content-wrapper a,
  #block-pagetitle-3 .content-wrapper a {
    color: #fff; }
  @media (min-width: 64.0625em) {
    #block-pagetitle-2 .content-wrapper,
    #block-pagetitle-3 .content-wrapper {
      font-size: 1.4375rem;
      line-height: 1;
      margin-right: 4%; } }
  #block-pagetitle-2 .content-wrapper .button-tab, #block-pagetitle-2 .content-wrapper a.button-orange, #block-pagetitle-2 .content-wrapper a.button-green, #block-pagetitle-2 .content-wrapper a.button-cyan, #block-pagetitle-2 .content-wrapper .paragraph--type--announcement-layer a, .paragraph--type--announcement-layer #block-pagetitle-2 .content-wrapper a, #block-pagetitle-2 .content-wrapper .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons #block-pagetitle-2 .content-wrapper a, #block-pagetitle-2 .content-wrapper .series-description .views-field-field-external-url a, .series-description .views-field-field-external-url #block-pagetitle-2 .content-wrapper a,
  #block-pagetitle-2 .content-wrapper .series-description .views-field-field-teacher-resource a, .series-description .views-field-field-teacher-resource #block-pagetitle-2 .content-wrapper a, #block-pagetitle-2 .content-wrapper .search-page .keyword-search .form-actions input.button, .search-page .keyword-search .form-actions #block-pagetitle-2 .content-wrapper input.button,
  #block-pagetitle-3 .content-wrapper .button-tab,
  #block-pagetitle-3 .content-wrapper a.button-orange,
  #block-pagetitle-3 .content-wrapper a.button-green,
  #block-pagetitle-3 .content-wrapper a.button-cyan,
  #block-pagetitle-3 .content-wrapper .paragraph--type--announcement-layer a,
  .paragraph--type--announcement-layer #block-pagetitle-3 .content-wrapper a,
  #block-pagetitle-3 .content-wrapper .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a,
  .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons #block-pagetitle-3 .content-wrapper a,
  #block-pagetitle-3 .content-wrapper .series-description .views-field-field-external-url a,
  .series-description .views-field-field-external-url #block-pagetitle-3 .content-wrapper a,
  #block-pagetitle-3 .content-wrapper .series-description .views-field-field-teacher-resource a,
  .series-description .views-field-field-teacher-resource #block-pagetitle-3 .content-wrapper a,
  #block-pagetitle-3 .content-wrapper .search-page .keyword-search .form-actions input.button,
  .search-page .keyword-search .form-actions #block-pagetitle-3 .content-wrapper input.button {
    display: inline-block;
    color: #000; }
    #block-pagetitle-2 .content-wrapper .button-tab:hover, #block-pagetitle-2 .content-wrapper a.button-orange:hover, #block-pagetitle-2 .content-wrapper a.button-green:hover, #block-pagetitle-2 .content-wrapper a.button-cyan:hover, #block-pagetitle-2 .content-wrapper .paragraph--type--announcement-layer a:hover, .paragraph--type--announcement-layer #block-pagetitle-2 .content-wrapper a:hover, #block-pagetitle-2 .content-wrapper .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons #block-pagetitle-2 .content-wrapper a:hover, #block-pagetitle-2 .content-wrapper .series-description .views-field-field-external-url a:hover, .series-description .views-field-field-external-url #block-pagetitle-2 .content-wrapper a:hover,
    #block-pagetitle-2 .content-wrapper .series-description .views-field-field-teacher-resource a:hover, .series-description .views-field-field-teacher-resource #block-pagetitle-2 .content-wrapper a:hover, #block-pagetitle-2 .content-wrapper .search-page .keyword-search .form-actions input.button:hover, .search-page .keyword-search .form-actions #block-pagetitle-2 .content-wrapper input.button:hover,
    #block-pagetitle-3 .content-wrapper .button-tab:hover,
    #block-pagetitle-3 .content-wrapper a.button-orange:hover,
    #block-pagetitle-3 .content-wrapper a.button-green:hover,
    #block-pagetitle-3 .content-wrapper a.button-cyan:hover,
    #block-pagetitle-3 .content-wrapper .paragraph--type--announcement-layer a:hover,
    .paragraph--type--announcement-layer #block-pagetitle-3 .content-wrapper a:hover,
    #block-pagetitle-3 .content-wrapper .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:hover,
    .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons #block-pagetitle-3 .content-wrapper a:hover,
    #block-pagetitle-3 .content-wrapper .series-description .views-field-field-external-url a:hover,
    .series-description .views-field-field-external-url #block-pagetitle-3 .content-wrapper a:hover,
    #block-pagetitle-3 .content-wrapper .series-description .views-field-field-teacher-resource a:hover,
    .series-description .views-field-field-teacher-resource #block-pagetitle-3 .content-wrapper a:hover,
    #block-pagetitle-3 .content-wrapper .search-page .keyword-search .form-actions input.button:hover,
    .search-page .keyword-search .form-actions #block-pagetitle-3 .content-wrapper input.button:hover {
      background-color: #fff; }

@media (min-width: 64.0625em) {
  #block-pagetitle-2 img,
  #block-pagetitle-3 img {
    margin-bottom: 0;
    float: right;
    clear: none;
    max-width: 40%;
    max-height: 400px; } }

.path-lesson-outcomes #block-knowitall-page-title,
.path-lesson-outcomes #block-pagetitle {
  background-color: #5a083e;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#5a083e), to(#7a0f4b));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #5a083e, #7a0f4b);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .path-lesson-outcomes #block-knowitall-page-title:before,
  .path-lesson-outcomes #block-pagetitle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      .path-lesson-outcomes #block-knowitall-page-title:before,
      .path-lesson-outcomes #block-pagetitle:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .path-lesson-outcomes #block-knowitall-page-title:before,
      .path-lesson-outcomes #block-pagetitle:before {
        top: 50%;
        padding: 33px; } }
  .path-lesson-outcomes #block-knowitall-page-title .wrapper,
  .path-lesson-outcomes #block-pagetitle .wrapper {
    padding-left: 20px;
    padding-right: 10px;
    max-width: 77.5rem; }
    @media (min-width: 64.0625em) {
      .path-lesson-outcomes #block-knowitall-page-title .wrapper,
      .path-lesson-outcomes #block-pagetitle .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

.page-node-type-audio-asset #block-knowitall-page-title,
.page-node-type-video-asset #block-knowitall-page-title,
.page-node-type-photo-asset #block-knowitall-page-title,
.page-node-type-document-asset #block-knowitall-page-title,
.page-node-type-interactive-asset #block-knowitall-page-title {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 64.0625em) {
    .page-node-type-audio-asset #block-knowitall-page-title,
    .page-node-type-video-asset #block-knowitall-page-title,
    .page-node-type-photo-asset #block-knowitall-page-title,
    .page-node-type-document-asset #block-knowitall-page-title,
    .page-node-type-interactive-asset #block-knowitall-page-title {
      padding-top: 52px;
      padding-bottom: 10px; } }

.page-node-type-audio-asset h1,
.page-node-type-video-asset h1,
.page-node-type-photo-asset h1,
.page-node-type-document-asset h1,
.page-node-type-interactive-asset h1 {
  font-size: 2.6875rem;
  letter-spacing: 1px;
  padding-left: 0px;
  max-width: 1110px;
  margin-bottom: 0px;
  margin: 0; }
  @media (min-width: 64.0625em) {
    .page-node-type-audio-asset h1,
    .page-node-type-video-asset h1,
    .page-node-type-photo-asset h1,
    .page-node-type-document-asset h1,
    .page-node-type-interactive-asset h1 {
      font-size: 3.25rem; } }

#block-knowitall-page-title.background-purple {
  background-color: #5a083e;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#5a083e), to(#7a0f4b));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #5a083e, #7a0f4b);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-knowitall-page-title.background-purple:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      #block-knowitall-page-title.background-purple:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-purple:before {
        top: 50%;
        padding: 33px; } }
  #block-knowitall-page-title.background-purple .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-purple .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

#block-knowitall-page-title.background-orange {
  background-color: #d04933;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#d04933), to(#e87e5a));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #d04933, #e87e5a);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-knowitall-page-title.background-orange:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      #block-knowitall-page-title.background-orange:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-orange:before {
        top: 50%;
        padding: 33px; } }
  #block-knowitall-page-title.background-orange .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-orange .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

#block-knowitall-page-title.background-blue {
  background-color: #3a95a4;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#3a95a4), to(#64bdbd));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #3a95a4, #64bdbd);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-knowitall-page-title.background-blue:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      #block-knowitall-page-title.background-blue:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-blue:before {
        top: 50%;
        padding: 33px; } }
  #block-knowitall-page-title.background-blue .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-blue .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

#block-knowitall-page-title.background-grey {
  background-color: #7d7d7d;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#7d7d7d), to(#cccccc));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #7d7d7d, #cccccc);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-knowitall-page-title.background-grey:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      #block-knowitall-page-title.background-grey:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-grey:before {
        top: 50%;
        padding: 33px; } }
  #block-knowitall-page-title.background-grey .wrapper {
    padding-left: 20px;
    padding-right: 10px; }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title.background-grey .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }

.path-standard #block-pagetitle-7 {
  background-color: #d04933;
  color: #fff;
  background-image: url("../img/dots-white-standards.svg"), -webkit-gradient(linear, left top, right top, from(#d04933), to(#e97f5b));
  background-image: url("../img/dots-white-standards.svg"), linear-gradient(to right, #d04933, #e97f5b);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  @media (min-width: 64.0625em) {
    .path-standard #block-pagetitle-7 {
      padding: 25px 0 65px; } }
  .path-standard #block-pagetitle-7:before {
    content: '';
    display: none;
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      .path-standard #block-pagetitle-7:before {
        padding: 20px;
        display: block; } }
    @media (min-width: 64.0625em) {
      .path-standard #block-pagetitle-7:before {
        top: 40px;
        padding: 33px; } }
  .path-standard #block-pagetitle-7:after {
    content: '';
    position: absolute;
    right: 5%;
    top: 35%;
    padding: 10px;
    width: 80px;
    height: 80px;
    background-image: url("../img/column.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      .path-standard #block-pagetitle-7:after {
        right: 25%; } }
    @media (min-width: 64.0625em) {
      .path-standard #block-pagetitle-7:after {
        right: 25%;
        top: 25%;
        width: 120px;
        height: 120px; } }
    @media (min-width: 79.375em) {
      .path-standard #block-pagetitle-7:after {
        right: 25%;
        top: 20%;
        width: 200px;
        height: 200px; } }
  .path-standard #block-pagetitle-7 .wrapper {
    padding-left: 20px;
    padding-right: 10px;
    max-width: 76.25rem; }
    .path-standard #block-pagetitle-7 .wrapper p {
      font-size: 1.375rem;
      max-width: 60%;
      line-height: 1.1;
      text-align: left;
      margin: 0; }
    @media (min-width: 64.0625em) {
      .path-standard #block-pagetitle-7 .wrapper {
        padding-top: 55px;
        padding-bottom: 10px;
        padding-left: 20px; }
        .path-standard #block-pagetitle-7 .wrapper p {
          max-width: 50%; } }

.path-standard .back-link {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  text-decoration: none; }
  @media (min-width: 64.0625em) {
    .path-standard .back-link {
      font-size: 1.125rem; } }
  .path-standard .back-link:hover {
    text-decoration: underline; }
  .path-standard .back-link::before {
    content: '';
    font-size: 1px;
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    position: absolute;
    top: 8px;
    left: 0; }

#block-knowitall-page-title {
  background-color: #3a95a4;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#3a95a4), to(#64bdbd));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #3a95a4, #64bdbd);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  #block-knowitall-page-title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
    opacity: .5; }
    @media (min-width: 48em) {
      #block-knowitall-page-title:before {
        background-image: url("../img/waves-white-full.svg");
        opacity: 1;
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title:before {
        top: 50%;
        padding: 33px; } }
  #block-knowitall-page-title .wrapper {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title .wrapper {
        padding-top: 55px;
        padding-bottom: 10px; } }
    @media (min-width: 48em) {
      #block-knowitall-page-title .wrapper h1 {
        padding-right: 165px; } }
    @media (min-width: 64.0625em) {
      #block-knowitall-page-title .wrapper h1 {
        padding-right: 236px; } }
    @media (min-width: 110em) {
      #block-knowitall-page-title .wrapper h1 {
        padding-right: 165px; } }

/* ==========================================================================
	Layout
========================================================================== */
.wrapper {
  max-width: 87.5rem;
  max-width: 76.25rem;
  position: relative;
  margin: 0 auto; }

.layout-content {
  padding: 20px; }

.layout-container {
  margin: 0; }

.content-bottom {
  background-color: #fff; }

.missed-something {
  border: 8px solid #d3d367;
  padding: 140px 20px 20px;
  text-align: center;
  background-image: url("../img/icons/icon-pencil.svg");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 120px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px; }
  @media (min-width: 48em) {
    .missed-something {
      margin-top: 30px;
      margin-left: auto; } }
  @media (min-width: 64.0625em) {
    .missed-something {
      margin-top: 42px;
      max-width: 260px; } }
  @media (min-width: 79.375em) {
    .missed-something {
      margin-left: 15px; } }
  .missed-something h2 {
    color: #3a95a4;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 64.0625em) {
      .missed-something h2 {
        font-size: 2.75rem; } }
  .missed-something .button-tab, .missed-something a.button-orange, .missed-something a.button-green, .missed-something a.button-cyan, .missed-something .paragraph--type--announcement-layer a, .paragraph--type--announcement-layer .missed-something a, .missed-something .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a, .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons .missed-something a, .missed-something .series-description .views-field-field-external-url a, .series-description .views-field-field-external-url .missed-something a,
  .missed-something .series-description .views-field-field-teacher-resource a, .series-description .views-field-field-teacher-resource .missed-something a, .missed-something .search-page .keyword-search .form-actions input.button, .search-page .keyword-search .form-actions .missed-something input.button {
    margin-bottom: 0; }

body.taxonomy-standards .content-wrapper,
body.path-user .content-wrapper,
body.page-node-type-article .content-wrapper {
  max-width: 76.25rem;
  margin: 0 auto; }
  body.taxonomy-standards .content-wrapper .layout-content,
  body.path-user .content-wrapper .layout-content,
  body.page-node-type-article .content-wrapper .layout-content {
    display: inline-block; }
    @media (min-width: 64.0625em) {
      body.taxonomy-standards .content-wrapper .layout-content,
      body.path-user .content-wrapper .layout-content,
      body.page-node-type-article .content-wrapper .layout-content {
        vertical-align: top;
        width: 65%;
        min-width: 65%; } }
  body.taxonomy-standards .content-wrapper .layout-sidebar,
  body.path-user .content-wrapper .layout-sidebar,
  body.page-node-type-article .content-wrapper .layout-sidebar {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
    @media (min-width: 64.0625em) {
      body.taxonomy-standards .content-wrapper .layout-sidebar,
      body.path-user .content-wrapper .layout-sidebar,
      body.page-node-type-article .content-wrapper .layout-sidebar {
        margin-left: 7%; } }
    @media (min-width: 79.375em) {
      body.taxonomy-standards .content-wrapper .layout-sidebar,
      body.path-user .content-wrapper .layout-sidebar,
      body.page-node-type-article .content-wrapper .layout-sidebar {
        margin-left: 11.75%; } }

.page-node-type-landing-page .layout-content {
  padding: 0; }

#block-mainnavigation {
  background-color: #0e495c; }
  #block-mainnavigation ul {
    padding: 10px 7px 10px 20px;
    list-style: none;
    margin: 0 auto;
    max-width: 76.25rem;
    position: relative; }
    @media (min-width: 48em) {
      #block-mainnavigation ul {
        padding-left: 20px; } }
    @media (min-width: 79.375em) {
      #block-mainnavigation ul {
        padding-left: 20px; } }
    @media (min-width: 48em) {
      #block-mainnavigation ul li {
        display: inline-block;
        padding-right: 50px; } }
    #block-mainnavigation ul li a {
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px; }
      #block-mainnavigation ul li a:after {
        content: '';
        display: block;
        padding: 4px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 48em) {
        #block-mainnavigation ul li a {
          font-size: 1.375rem; } }
      @media (min-width: 64.0625em) {
        #block-mainnavigation ul li a {
          font-size: 1.5rem; } }
      #block-mainnavigation ul li a:hover:after {
        background-color: #d3d367; }

.page-node-type-page .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px; }
  @media (min-width: 64.0625em) {
    .page-node-type-page .content-wrapper {
      padding-top: 40px; } }

div [aria-label="Status message"] {
  padding: 20px;
  max-width: 64.0625em;
  margin: 0 auto; }

.ajax-progress-fullscreen {
  display: none; }

.note {
  margin-top: 0; }

.breadcrumb {
  padding-left: 0;
  list-style: none; }
  .breadcrumb li {
    display: inline-block;
    padding-right: 8px;
    position: relative; }
    .breadcrumb li:last-of-type:after {
      content: ''; }
    .breadcrumb li:after {
      content: '>';
      position: relative;
      opacity: 0.8;
      margin-left: 10px;
      right: -2px;
      font-weight: 700;
      top: 0; }
    .breadcrumb li a {
      color: #fff;
      font-weight: 700;
      text-decoration: none; }
      .breadcrumb li a:hover {
        text-decoration: underline; }

/* ==========================================================================
    Blog
========================================================================== */
.blog-listing {
  max-width: 800px;
  padding: 0;
  margin: 0 auto 20px; }
  @media (min-width: 48em) {
    .blog-listing {
      margin: 0 auto 40px; } }
  .blog-listing .views-row {
    margin-bottom: 26px;
    max-width: 800px; }
    @media (min-width: 48em) {
      .blog-listing .views-row {
        margin-bottom: 38px; } }
    .blog-listing .views-row .blog-listing-image a:hover img {
      opacity: 0.8;
      -webkit-transition: all ease-out .25s;
      transition: all ease-out .25s; }
    .blog-listing .views-row .blog-listing-image img {
      opacity: 1;
      margin: 0 auto 10px;
      border: 1px solid #ddd;
      -webkit-transition: all ease-out .25s;
      transition: all ease-out .25s; }
    @media (min-width: 48em) {
      .blog-listing .views-row .blog-listing-image {
        display: inline-block;
        vertical-align: top;
        width: calc(45% - 26px);
        margin-right: 42px; } }
    .blog-listing .views-row .blog-listing-content {
      border-bottom: 1px solid #444;
      margin-bottom: 10px;
      padding-bottom: 20px; }
      @media (min-width: 48em) {
        .blog-listing .views-row .blog-listing-content {
          display: inline-block;
          width: calc(55% - 26px);
          vertical-align: top;
          border: none; } }
      .blog-listing .views-row .blog-listing-content h2 {
        font-family: nimbus-sans-condensed, sans-serif;
        font-size: 1.1875rem;
        line-height: 1.2;
        letter-spacing: .25px;
        font-weight: 900;
        margin: 0 0 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (min-width: 48em) {
          .blog-listing .views-row .blog-listing-content h2 {
            font-size: 1.5625rem; } }
        .blog-listing .views-row .blog-listing-content h2 a {
          color: #4a4a4a;
          text-decoration: none; }
          .blog-listing .views-row .blog-listing-content h2 a:hover {
            text-decoration: underline; }

/* ==========================================================================
    Assets Photo, Video, Audio Styles
========================================================================== */
.asset-wrapper {
  max-width: 76.25rem;
  margin: 0 auto; }
  @media (min-width: 79.375em) {
    .asset-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.button-wrapper {
  margin: 10px 0; }

@media (min-width: 64.0625em) {
  .asset-content {
    display: inline-block;
    vertical-align: top;
    width: 67%;
    margin-right: 3.5%; } }

.asset-content .slide-show ul {
  padding: 0;
  list-style: none; }
  .asset-content .slide-show ul li img {
    margin: 0; }

.asset-content .tabs-wrapper .tabs li.tab-active a {
  background-color: #d9ebf0; }

.asset-content .tabs-wrapper .tabs li a {
  background-color: #ebf5f7; }

.asset-content .standards {
  margin-bottom: 10px;
  list-style: none; }
  .asset-content .standards ul {
    list-style: none;
    margin-bottom: 10px; }
  @media (min-width: 64.0625em) {
    .asset-content .standards {
      max-width: 80%; } }
  .asset-content .standards li a {
    border-bottom: 1px solid #000;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.9375rem; }
    .asset-content .standards li a:after {
      content: "";
      display: table;
      clear: both; }
    .asset-content .standards li a span {
      font-weight: 900;
      float: left;
      display: block;
      margin-right: 6px;
      font-size: 1rem; }
    .asset-content .standards li a:hover {
      text-decoration: underline;
      color: #000; }

.asset-sidebar {
  border: 1px solid #7d7d7d;
  border-bottom: none;
  padding: 20px;
  background-image: url("../img/side-bottom.svg");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0px;
  position: relative; }
  .asset-sidebar::before {
    content: '';
    padding: 20px 20px;
    width: 100%;
    background-image: url("../img/waves.svg");
    background-repeat: no-repeat;
    background-position: right 0 bottom 0px;
    position: absolute;
    background-size: contain;
    right: 0;
    top: 18px; }
  .asset-sidebar:after {
    content: '';
    padding: 4px 20px;
    background-color: #731649;
    position: absolute;
    right: -1px;
    bottom: -8px; }
  @media (min-width: 64.0625em) {
    .asset-sidebar {
      display: inline-block;
      vertical-align: top;
      width: 29%;
      padding: 80px 10px 57px 40px; } }
  .asset-sidebar p {
    margin-bottom: 8px;
    font-size: 1.0625rem; }
  .asset-sidebar .grades,
  .asset-sidebar .subjects,
  .asset-sidebar .collections,
  .asset-sidebar .series {
    margin-bottom: 30px; }
  .asset-sidebar .grades span {
    font-weight: 900;
    margin-right: 4px; }
  .asset-sidebar .subjects,
  .asset-sidebar .collections,
  .asset-sidebar .series {
    list-style: none;
    padding: 0; }
    .asset-sidebar .subjects a,
    .asset-sidebar .collections a,
    .asset-sidebar .series a {
      font-weight: 900;
      color: #4a4a4a;
      text-decoration: none; }
      .asset-sidebar .subjects a:hover,
      .asset-sidebar .collections a:hover,
      .asset-sidebar .series a:hover {
        text-decoration: underline; }
    .asset-sidebar .subjects ul,
    .asset-sidebar .collections ul,
    .asset-sidebar .series ul {
      padding-left: 10px; }
  .asset-sidebar ul.collections li,
  .asset-sidebar ul.series li {
    position: relative; }
    .asset-sidebar ul.collections li a.plus,
    .asset-sidebar ul.series li a.plus{
      display: inline-block;
      background-image: url("../img/plus.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 55%;
      margin-left: 6px;
      text-indent: -9999px;
      padding: 0 10px; }

      .asset-sidebar ul.collections li a.plus:hover,
      .asset-sidebar ul.series li a.plus:hover {
        background-color: #d9ebf0; }

    .asset-sidebar ul.collections li ul.child,
    .asset-sidebar ul.series li ul.child{
      list-style: none;
      display: none; }
      
	  /*audio, video, photo, interactive, document -custom code by neumeric */
	  
	  .asset-sidebar ul.video_sub_topics1 li a.plus,
	  .asset-sidebar ul.audio_sub_topics li a.plus,
	  .asset-sidebar ul.document_sub_topics li a.plus,
	  .asset-sidebar ul.interactive_sub_topics li a.plus,
	  .asset-sidebar ul.photo_sub_topics li a.plus{
		display: inline-block;
		background-image: url("../img/plus.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 55%;
		margin-left: 6px;
		text-indent: -9999px;
		padding: 0 10px;  
	  }
	  
	  ul.video_sub_topics1,
	  ul.audio_sub_topics,
	  ul.document_sub_topics, 
	  ul.interactive_sub_topics,  
	  ul.photo_sub_topics{
        list-style-type: none;
        padding-left: 0px !important;
      }
	  
	  .asset-sidebar ul.video_sub_topics1 li a.plus:hover, 
	  .asset-sidebar ul.audio_sub_topics li a.plus:hover,
	  .asset-sidebar ul.document_sub_topics li a.plus:hover,
	  .asset-sidebar ul.interactive_sub_topics li a.plus:hover,
	  .asset-sidebar ul.photo_sub_topics li a.plus:hover{
		background-color: #d9ebf0;  
	  }
	  
	  .asset-sidebar ul.video_sub_topics1 li ul.child, 
	  .asset-sidebar ul.audio_sub_topics li ul.child, 
	  .asset-sidebar ul.document_sub_topics li ul.child,
	  .asset-sidebar ul.interactive_sub_topics li ul.child, 
	  .asset-sidebar ul.photo_sub_topics li ul.child {
		list-style: none;
		display: none; 
	  }
	  
	  .asset-sidebar ul.video_sub_topics1 li ul.child li a,
	  .asset-sidebar ul.audio_sub_topics li ul.child li a, 
	  .asset-sidebar ul.document_sub_topics li ul.child li a, 
	  .asset-sidebar ul.interactive_sub_topics li ul.child li a,  
	  .asset-sidebar ul.photo_sub_topics li ul.child li a{
		font-weight: 400;
	  }
	  
	  ul.interactive_sub_topics li a, 
	  ul.audio_sub_topics li a, 
	  ul.document_sub_topics li a, 
	  ul.photo_sub_topics li a{
		font-weight: 900;
		color: #4a4a4a;
		text-decoration: none;
	}
	  /*end*/
	  
      .asset-sidebar ul.collections li ul.child li a,.asset-sidebar ul.series li ul.child li a {
        font-weight: 400; }

.slide-photo {
  padding: 0;
  margin: 0; }
  .slide-photo .slick-slider {
    padding: 0; }
    .slide-photo .slick-slider .slick-slide {
      margin: 0; }
      .slide-photo .slick-slider .slick-slide img {
        max-height: 400px; }

.slide-gallery .slick-slider {
  padding: 0; }
  .slide-gallery .slick-slider .slick-slide {
    margin: 0 10px 0 0; }
    .slide-gallery .slick-slider .slick-slide img {
      width: auto;
      max-height: 7.5rem; }

.kaltura-player {
  height: 415px; }

.interactive-wrapper {
  height: 405px;
  padding-top: 30px;
  background-size: cover;
  background-repeat: no-repeat; }

.document-wrapper {
  height: 405px;
  padding-top: 30px;
  background-image: url("../img/document-fallback.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.gated {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  height: 415px;
  padding-top: 80px;
  text-align: center;
  position: relative; }
  .gated::before {
    content: '';
    background: rgba(200, 200, 200, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .gated-content {
    background-color: #fff;
    -webkit-box-shadow: 1px 4px 4px #888888;
            box-shadow: 1px 4px 4px #888888;
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    max-width: 490px;
    margin: 0 auto; }
    @media (min-width: 64.0625em) {
      .gated-content {
        padding: 30px 60px 20px; } }
    .gated-content p {
      line-height: 1.2; }
      @media (min-width: 64.0625em) {
        .gated-content p {
          font-size: 1.0625rem;
          padding-left: 15px;
          padding-right: 15px; } }

/* ==========================================================================
  Tabs
========================================================================== */
.tabs-wrapper {
  margin-top: 20px; }
  @media (min-width: 64.0625em) {
    .tabs-wrapper {
      margin-top: 40px; } }
  .tabs-wrapper .tabs {
    list-style: none;
    padding: 0;
    margin-bottom: -4px; }
    .tabs-wrapper .tabs li {
      display: inline-block;
      margin-bottom: 10px; }
      @media (min-width: 64.0625em) {
        .tabs-wrapper .tabs li {
          margin-right: 2px; } }
      .tabs-wrapper .tabs li.tab-active a {
        background-color: #ebf5f7; }
      .tabs-wrapper .tabs li a {
        background-color: #d9ebf0;
        color: #000;
        text-decoration: none;
        padding: 10px 1px 10px 1px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media (min-width: 48em) {
          .tabs-wrapper .tabs li a {
            font-size: 1rem;
            padding: 15px 20px 10px; } }
        @media (min-width: 64.0625em) {
          .tabs-wrapper .tabs li a {
            font-size: 1.125rem;
            padding: 14px 38px 10px; } }
        @media (min-width: 79.375em) {
          .tabs-wrapper .tabs li a {
            padding: 14px 53px 10px; } }

.series-tabs-wrapper {
  margin: 20px auto;
  width: 50%; }
  @media (min-width: 64.0625em) {
    .series-tabs-wrapper {
      margin: 40px auto; } }
  .series-tabs-wrapper .tabs {
    list-style: none;
    padding: 0;
    margin-bottom: -4px; }
    .series-tabs-wrapper .tabs li {
      display: inline-block;
      margin-bottom: 10px; }
      @media (min-width: 64.0625em) {
        .series-tabs-wrapper .tabs li {
          margin-right: 8px; } }
      .series-tabs-wrapper .tabs li.tab-active a {
        background-color: #d9ebf0; }
      .series-tabs-wrapper .tabs li a {
        background-color: #ebf5f7;
        color: #000;
        text-decoration: none;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        @media (min-width: 48em) {
          .series-tabs-wrapper .tabs li a {
            font-size: 1rem;
            padding: 15px 20px 10px; } }
        @media (min-width: 64.0625em) {
          .series-tabs-wrapper .tabs li a {
            font-size: 1.125rem;
            padding: 14px 40px 10px; } }
        @media (min-width: 79.375em) {
          .series-tabs-wrapper .tabs li a {
            padding: 14px 135px 10px; } }
  .series-tabs-wrapper .tabs-stage #english .views-row {
    padding: 0;
    width: 80%; }
    .series-tabs-wrapper .tabs-stage #english .views-row h3 {
      margin-top: 0; }
  .series-tabs-wrapper .tabs-stage #en-espanol {
    width: 80%;
    margin: 0 auto; }
    .series-tabs-wrapper .tabs-stage #en-espanol h3 {
      margin-top: 0; }

.tabs-stage {
  padding: 20px 0;
  border-top: 10px solid #d9ebf0;
  position: relative;
  margin: 0 auto; }
  .tabs-stage .asset-item {
    border: 1px solid #bbb; }

#standards,
#resources,
#assessments,
#lesson,
#outcomes,
#en-espanol {
  display: none; }

/* ==========================================================================
  More in the Series Layer
========================================================================== */
#block-views-block-partner-page-featured-series-block-1,
#block-views-block-more-in-this-series-block-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4; }
  #block-views-block-partner-page-featured-series-block-1 .level-1,
  #block-views-block-more-in-this-series-block-1 .level-1 {
    margin-bottom: 40px; }
  #block-views-block-partner-page-featured-series-block-1 > div,
  #block-views-block-more-in-this-series-block-1 > div {
    max-width: 76.25rem;
    margin: 0 auto; }
  @media (min-width: 48em) {
    #block-views-block-partner-page-featured-series-block-1,
    #block-views-block-more-in-this-series-block-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 64.0625em) {
    #block-views-block-partner-page-featured-series-block-1,
    #block-views-block-more-in-this-series-block-1 {
      padding-top: 70px;
      padding-bottom: 90px; } }
  #block-views-block-partner-page-featured-series-block-1 h2,
  #block-views-block-more-in-this-series-block-1 h2 {
    font-size: 1.25rem;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    line-height: 1.1;
    margin: 0 auto 20px;
    max-width: 76.25rem; }
    @media (min-width: 64.0625em) {
      #block-views-block-partner-page-featured-series-block-1 h2,
      #block-views-block-more-in-this-series-block-1 h2 {
        font-size: 3.125rem;
        margin-bottom: 22px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; } }
  #block-views-block-partner-page-featured-series-block-1 h3,
  #block-views-block-more-in-this-series-block-1 h3 {
    font-size: 1rem;
    color: #3a95a4;
    margin: -20px 0 20px 0;
    padding-left: 20px;
    max-width: 80%; }
    @media (min-width: 64.0625em) {
      #block-views-block-partner-page-featured-series-block-1 h3,
      #block-views-block-more-in-this-series-block-1 h3 {
        font-size: 1.125rem;
        margin-bottom: 5px;
        max-width: 100%; } }
  #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field,
  #block-views-block-more-in-this-series-block-1 .series-slide .views-field {
    margin-right: 20px;
    margin-left: 20px; }
    #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay,
    #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay {
      position: relative;
      display: block;
      margin-bottom: 20px; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay:hover img,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay:hover img {
        opacity: 0.8; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100px; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay.video:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay.video:after {
        background-image: url("../img/icon-video.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay.audio:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay.audio:after {
        background-image: url("../img/icon-audio.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay.interactive:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay.interactive:after {
        background-image: url("../img/icon-interactive.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay.photo:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay.photo:after {
        background-image: url("../img/icon-document.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .overlay.document:after,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .overlay.document:after {
        background-image: url("../img/icon-document.svg"); }
    #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field img,
    #block-views-block-more-in-this-series-block-1 .series-slide .views-field img {
      margin: 0;
      width: 100%;
      opacity: 1; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field img:hover img,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field img:hover img {
        opacity: 0.8; }
    #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .series-collection-image,
    #block-views-block-more-in-this-series-block-1 .series-slide .views-field .series-collection-image {
      display: block;
      margin-bottom: 10px; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .series-collection-image:hover img,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .series-collection-image:hover img {
        opacity: 0.8; }
    #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .link,
    #block-views-block-more-in-this-series-block-1 .series-slide .views-field .link {
      font-family: nimbus-sans-condensed, sans-serif;
      font-weight: 900;
      font-size: 1.125rem;
      line-height: 1;
      text-decoration: none;
      color: #4a4a4a;
      text-decoration: none; }
      @media (min-width: 64.0625em) {
        #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .link,
        #block-views-block-more-in-this-series-block-1 .series-slide .views-field .link {
          font-size: 1.5625rem;
          line-height: 1.1; } }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field .link:hover,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field .link:hover {
        text-decoration: underline; }
    #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p,
    #block-views-block-more-in-this-series-block-1 .series-slide .views-field p {
      padding-left: 28px;
      margin-bottom: 4px;
      background-repeat: no-repeat;
      background-position: left center; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p.video,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field p.video {
        background-image: url("../img/icon-video-g.svg");
        background-size: 20px; }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p.interactive,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field p.interactive {
        background-image: url("../img/icon-interactive-g.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p.document,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field p.document {
        background-image: url("../img/icon-document-g.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p.audio,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field p.audio {
        background-image: url("../img/icon-audio-g.svg"); }
      #block-views-block-partner-page-featured-series-block-1 .series-slide .views-field p.photo,
      #block-views-block-more-in-this-series-block-1 .series-slide .views-field p.photo {
        background-image: url("../img/icon-document-g.svg"); }

/* ==========================================================================
    Partners -  
========================================================================== */
.partners {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center; }
  @media (min-width: 64.0625em) {
    .partners {
      padding-top: 40px; } }
  .partners .views-row {
    padding: 0 10%;
    margin: 0 auto 30px; }
    @media (min-width: 48em) {
      .partners .views-row {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        width: calc(50% - 20px); } }
    .partners .views-row .partner-label {
      font-family: nimbus-sans-condensed, sans-serif;
      font-size: 1.25rem;
      letter-spacing: .5px;
      line-height: 1.2;
      font-weight: 900;
      margin-bottom: 10px; }
      @media (min-width: 64.0625em) {
        .partners .views-row .partner-label {
          font-size: 1.375rem; } }
      .partners .views-row .partner-label a {
        color: #4a4a4a;
        text-decoration: none; }
        .partners .views-row .partner-label a:hover {
          text-decoration: underline; }
    @media (min-width: 64.0625em) {
      .partners .views-row .partner-content {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        text-align: left; } }
    .partners .views-row .link {
      display: block; }
      .partners .views-row .link:hover img {
        opacity: 0.8; }
      @media (min-width: 64.0625em) {
        .partners .views-row .link {
          display: inline-block;
          vertical-align: top;
          width: calc(50% - 20px); } }
      .partners .views-row .link img {
        border: 1px solid #fff;
        margin-bottom: 10px;
        max-width: 175px; }

.partner-page-assets {
  padding: 10px; }
  .partner-page-assets .views-exposed-form {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
    .partner-page-assets .views-exposed-form .form-item {
      position: relative;
      padding: 0;
      margin: 4px 8px 4px 0; }
      @media (min-width: 64.0625em) {
        .partner-page-assets .views-exposed-form .form-item {
          margin: 10px 20px 4px 0; } }
    @media (min-width: 48em) {
      .partner-page-assets .views-exposed-form .form-actions {
        position: absolute;
        top: 0;
        right: 0; } }
    .partner-page-assets .views-exposed-form .form-actions input.button {
      display: none; }
  .partner-page-assets .views-row {
    max-width: 800px;
    padding: 0;
    margin: 0 auto 20px; }
    @media (min-width: 48em) {
      .partner-page-assets .views-row {
        margin: 0 auto 40px; } }
    .partner-page-assets .views-row .content {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 48em) {
        .partner-page-assets .views-row .content {
          width: calc(55% - 26px); } }
      .partner-page-assets .views-row .content .link {
        display: block;
        color: #4a4a4a;
        font-family: nimbus-sans-condensed, sans-serif;
        font-size: 1.25rem;
        font-weight: 900;
        text-decoration: none; }
        @media (min-width: 64.0625em) {
          .partner-page-assets .views-row .content .link {
            font-size: 1.625rem;
            line-height: 1.1;
            margin-top: 6px; } }
        .partner-page-assets .views-row .content .link:hover {
          text-decoration: underline; }
      .partner-page-assets .views-row .content p {
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: left center; }
        .partner-page-assets .views-row .content p.video {
          background-image: url("../img/icon-video-g.svg");
          background-size: 20px;
          padding-left: 28px; }
        .partner-page-assets .views-row .content p.interactive {
          background-image: url("../img/icon-interactive-g.svg");
          padding-left: 28px; }
        .partner-page-assets .views-row .content p.document {
          background-image: url("../img/icon-document-g.svg");
          padding-left: 28px; }
        .partner-page-assets .views-row .content p.lesson {
          background-image: url("../img/icon-document-g.svg");
          padding-left: 28px; }
        .partner-page-assets .views-row .content p.audio {
          background-image: url("../img/icon-audio-g.svg");
          padding-left: 28px; }
        .partner-page-assets .views-row .content p.photo {
          background-image: url("../img/icon-photo-g.svg");
          padding-left: 28px; }
    .partner-page-assets .views-row .overlay {
      position: relative;
      display: block; }
      .partner-page-assets .views-row .overlay:hover img {
        opacity: 0.8; }
      @media (min-width: 48em) {
        .partner-page-assets .views-row .overlay {
          display: inline-block;
          vertical-align: top;
          width: calc(45% - 26px);
          margin-right: 42px; } }
      .partner-page-assets .views-row .overlay img {
        width: 100%;
        margin-bottom: 0; }
      .partner-page-assets .views-row .overlay:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100px; }
      .partner-page-assets .views-row .overlay.video:after {
        background-image: url("../img/icon-video.svg"); }
      .partner-page-assets .views-row .overlay.photo:after {
        background-image: url("../img/icon-photo.svg"); }
      .partner-page-assets .views-row .overlay.interactive:after {
        background-image: url("../img/icon-interactive.svg"); }
      .partner-page-assets .views-row .overlay.document:after {
        background-image: url("../img/icon-document.svg"); }
      .partner-page-assets .views-row .overlay.lesson:after {
        background-image: url("../img/icon-document.svg"); }
      .partner-page-assets .views-row .overlay.audio:after {
        background-image: url("../img/icon-audio.svg"); }

.page-node-type-partner .views-exposed-form .form-checkbox:checked + label:after {
  top: 7px;
  left: 6px; }

/* ==========================================================================
	Lesson Outcome
========================================================================== */
.lesson-outcomes {
  max-width: 1200px; }
  .lesson-outcomes .views-row {
    display: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 64.0625em) {
      .lesson-outcomes .views-row {
        margin-bottom: 24px; } }
    .lesson-outcomes .views-row img {
      margin-left: 0; }
  .lesson-outcomes .headline {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 24px; }
    .lesson-outcomes .headline.no-margin {
      margin-bottom: 0; }
  .lesson-outcomes .field {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0; }
  .lesson-outcomes .media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 640px; }
    .lesson-outcomes .media-container iframe {
      min-width: 640px;
      min-height: 480px;
      margin-bottom: 48px; }
  .lesson-outcomes .toggle {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: nimbus-sans-condensed, sans-serif;
    line-height: 1.1;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    color: #4a4a4a;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 30px 10% 30px 0;
    border-top: 1px solid #7d7d7d; }
    @media (min-width: 64.0625em) {
      .lesson-outcomes .toggle {
        padding-right: 20%; } }
    @media (min-width: 79.375em) {
      .lesson-outcomes .toggle {
        padding-right: 25%; } }
    .lesson-outcomes .toggle.active {
      color: #3a95a4; }
      .lesson-outcomes .toggle.active:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .lesson-outcomes .toggle:hover {
      color: #3a95a4;
      text-decoration: underline; }
    .lesson-outcomes .toggle:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 50%;
      width: 30px;
      height: 30px;
      border-radius: 25px;
      background-color: #d9ebf0;
      background-image: url("../img/browse-tip-cyan.svg");
      background-repeat: no-repeat;
      background-position: center center; }
    @media (min-width: 64.0625em) {
      .lesson-outcomes .toggle {
        font-size: 2.75rem; }
        .lesson-outcomes .toggle:hover {
          color: #3a95a4; } }

.lesson-outcomes-wrapper .contextual:first-child + .lesson-outcomes .toggle {
  border-top: none; }

/* ==========================================================================
  Form elements
========================================================================== */
.user-register-form,
.node-lesson-form,
.node-lesson-outcome-form,
.form-contact-us {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  position: relative; }

.form-item {
  position: relative; }
  .form-item .description {
    font-family: nimbus-sans, sans-serif;
    font-size: 0.875rem; }

.form-actions input.button {
  display: inline-block;
  padding: 1.125rem 1.5em;
  margin-bottom: 20px;
  position: relative;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.1875rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d04933;
  border-radius: 5px;
  -webkit-transition: background ease-in 0.25s;
  transition: background ease-in 0.25s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none; }
  .form-actions input.button:hover {
    background-color: #da6e5c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    cursor: pointer; }

.user-register-form #edit-field-subjects-you-teach-wrapper,
.user-register-form #edit-field-grades-you-teach-wrapper,
.user-register-form #edit-field-subjects--wrapper,
.user-register-form #edit-field-grade-levels-wrapper,
.node-lesson-form #edit-field-subjects-you-teach-wrapper,
.node-lesson-form #edit-field-grades-you-teach-wrapper,
.node-lesson-form #edit-field-subjects--wrapper,
.node-lesson-form #edit-field-grade-levels-wrapper,
.node-lesson-outcome-form #edit-field-subjects-you-teach-wrapper,
.node-lesson-outcome-form #edit-field-grades-you-teach-wrapper,
.node-lesson-outcome-form #edit-field-subjects--wrapper,
.node-lesson-outcome-form #edit-field-grade-levels-wrapper {
  margin-top: 10px; }
  .user-register-form #edit-field-subjects-you-teach-wrapper .form-checkboxes,
  .user-register-form #edit-field-grades-you-teach-wrapper .form-checkboxes,
  .user-register-form #edit-field-subjects--wrapper .form-checkboxes,
  .user-register-form #edit-field-grade-levels-wrapper .form-checkboxes,
  .node-lesson-form #edit-field-subjects-you-teach-wrapper .form-checkboxes,
  .node-lesson-form #edit-field-grades-you-teach-wrapper .form-checkboxes,
  .node-lesson-form #edit-field-subjects--wrapper .form-checkboxes,
  .node-lesson-form #edit-field-grade-levels-wrapper .form-checkboxes,
  .node-lesson-outcome-form #edit-field-subjects-you-teach-wrapper .form-checkboxes,
  .node-lesson-outcome-form #edit-field-grades-you-teach-wrapper .form-checkboxes,
  .node-lesson-outcome-form #edit-field-subjects--wrapper .form-checkboxes,
  .node-lesson-outcome-form #edit-field-grade-levels-wrapper .form-checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .user-register-form #edit-field-subjects-you-teach-wrapper .form-checkboxes .form-item,
    .user-register-form #edit-field-grades-you-teach-wrapper .form-checkboxes .form-item,
    .user-register-form #edit-field-subjects--wrapper .form-checkboxes .form-item,
    .user-register-form #edit-field-grade-levels-wrapper .form-checkboxes .form-item,
    .node-lesson-form #edit-field-subjects-you-teach-wrapper .form-checkboxes .form-item,
    .node-lesson-form #edit-field-grades-you-teach-wrapper .form-checkboxes .form-item,
    .node-lesson-form #edit-field-subjects--wrapper .form-checkboxes .form-item,
    .node-lesson-form #edit-field-grade-levels-wrapper .form-checkboxes .form-item,
    .node-lesson-outcome-form #edit-field-subjects-you-teach-wrapper .form-checkboxes .form-item,
    .node-lesson-outcome-form #edit-field-grades-you-teach-wrapper .form-checkboxes .form-item,
    .node-lesson-outcome-form #edit-field-subjects--wrapper .form-checkboxes .form-item,
    .node-lesson-outcome-form #edit-field-grade-levels-wrapper .form-checkboxes .form-item {
      width: 24%;
      max-width: 200px;
      margin-right: 1%; }

.form-item {
  padding: 0 0 10px; }
  .form-item label {
    display: block;
    font-family: nimbus-sans, sans-serif;
    text-align: left;
    color: #646464;
    font-weight: 400;
    margin: 0 auto 0.5em;
    padding-top: 20px;
    font-size: .875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 64.0625em) {
      .form-item label {
        font-size: 1rem; } }
    .form-item label.form-required:after {
      content: "*";
      color: red; }
  .form-item input,
  .form-item textarea {
    width: 100%;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    margin: 0;
    line-height: 1.2;
    padding: 0.5em;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .form-item input::-webkit-input-placeholder,
    .form-item textarea::-webkit-input-placeholder {
      color: #fff;
      font-size: 1rem;
      font-family: nimbus-sans, sans-serif; }
    .form-item input::-moz-placeholder,
    .form-item textarea::-moz-placeholder {
      color: #fff;
      font-size: 1rem;
      font-family: nimbus-sans, sans-serif; }
    .form-item input:-moz-placeholder,
    .form-item textarea:-moz-placeholder {
      color: #fff;
      font-size: 1rem;
      font-family: nimbus-sans, sans-serif; }
    .form-item input:-ms-input-placeholder,
    .form-item textarea:-ms-input-placeholder {
      color: #fff;
      font-size: 1rem;
      font-family: nimbus-sans, sans-serif; }
    .form-item input.placeholder,
    .form-item textarea.placeholder {
      color: #fff;
      font-size: 1rem;
      font-family: nimbus-sans, sans-serif; }
    @media (min-width: 64.0625em) {
      .form-item input,
      .form-item textarea {
        font-size: 0.9375rem;
        padding: 1em .875em 1em; } }
    .form-item input.field-add-more-submit,
    .form-item textarea.field-add-more-submit {
      width: auto;
      background-color: #3a95a4; }

select {
  width: 90%;
  margin-left: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.875em 0.75em;
  font-size: 1rem;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  background-image: url("../img/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 1em;
  background-position: right 10px center;
  color: #4a4a4a;
  cursor: pointer;
  padding-right: 40px; }
  @media (min-width: 48em) {
    select {
      width: 90%;
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 64.0625em) {
    select {
      width: 100%;
      margin: 0; } }
  select option:checked {
    color: #4a4a4a; }
  select option:not(:checked) {
    color: #4a4a4a; }
  select::-ms-expand {
    display: none; }
  select[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }

.contact-wrapper-element {
  margin-bottom: 10px; }
  @media (min-width: 48em) {
    .contact-wrapper-element {
      width: calc(46% - 10px);
      display: inline-block;
      margin-bottom: none; }
      .contact-wrapper-element:nth-child(2n) {
        margin-left: 5%; } }

.grippie {
  display: none; }

.form-textarea {
  border: 1px solid #fff;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
  resize: none; }

.form-item-filter .form-text {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-origin: content-box; }

.two-column {
  width: calc(49.5% - 20px);
  margin-right: 0;
  display: inline-block; }
  .two-column:nth-child(odd) {
    margin-right: 40px; }

.fieldset-legend {
  font-weight: 900; }

.user-login-form {
  padding-left: 0;
  padding-right: 4%;
  margin-bottom: 40px;
  padding-top: 0px; }
  @media (min-width: 64.0625em) {
    .user-login-form {
      max-width: 45em;
      margin: 0 auto 0 0;
      min-height: 500px; } }

.form-checkbox {
  position: absolute;
  opacity: 0; }
  .form-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 32px; }
  .form-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    border-radius: 5px;
    width: 22px;
    height: 22px;
    margin-left: -30px;
    background: #fff;
    border: 1px solid #ccc; }
  .form-checkbox:hover + label:before {
    border: 1px solid #3a95a4; }
  .form-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .form-checkbox:checked + label:before {
    background: #fff;
    background-color: #3a95a4; }
  .form-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .form-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }
  .form-checkbox:checked + label:after {
    content: '';
    padding: 8px;
    background-image: url("../img/icon-check-mark.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    position: absolute;
    font-size: 1.125rem;
    left: 4px;
    top: 4px;
    color: #fff; }

.form-radio {
  position: absolute;
  opacity: 0; }
  .form-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .form-radio + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #7d7d7d; }
  .form-radio:hover + label:before {
    background: #63b9c8; }
  .form-radio:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .form-radio:checked + label:before {
    border: 2px solid #4a4a4a;
    background: #3a95a4; }
  .form-radio:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .form-radio:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }
  .form-radio:checked + label:after {
    content: "";
    position: absolute;
    font-size: 1.125rem;
    left: 4px;
    top: 0; }

.paragraph--type--webform-layer {
  max-width: 64.0625em;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }

div.autocomplete-deluxe-container {
  padding: .1em .875em 1em !important;
  border-radius: 5px !important; }

/* ==========================================================================
    Pager Styles
========================================================================== */
.pager {
  text-align: center;
  margin: 8px 0; }
  @media (min-width: 64.0625em) {
    .pager {
      margin: 20px 0; } }
  @media (min-width: 79.375em) {
    .pager {
      margin: 40px 0; } }
  .pager ul {
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  .pager li {
    display: inline-block;
    margin: 0 0 10px; }
    @media (min-width: 64.0625em) {
      .pager li {
        margin: 0 4px 0px; } }
    .pager li.pager__item a {
      color: #3a95a4;
      font-weight: 700;
      padding: 8px 8px;
      width: 30px;
      height: 30px; }
      @media (min-width: 64.0625em) {
        .pager li.pager__item a:hover, .pager li.pager__item a:focus {
          color: #88cad5;
          background-color: #368b99;
          border-radius: 50%; } }
    .pager li.is-active a {
      color: #2d737e;
      background-color: #c1e3e9;
      border-radius: 50%;
      padding: 8px 8px;
      width: 30px;
      height: 30px; }
    .pager li.pager__item--first a, .pager li.pager__item--last a {
      color: #3a95a4; }
      .pager li.pager__item--first a:hover, .pager li.pager__item--first a:focus, .pager li.pager__item--last a:hover, .pager li.pager__item--last a:focus {
        background-color: transparent;
        border-radius: 0%; }
  .pager a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3a95a4;
    padding: 2px 10px 6px;
    text-decoration: none;
    position: relative; }
    @media (min-width: 64.0625em) {
      .pager a {
        font-size: 16px; } }
  .pager .pager__item--next a {
    font-size: 0; }
    .pager .pager__item--next a::before {
      content: '';
      position: absolute;
      top: -8px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #3a95a4;
      border-top: 10px solid transparent; }
  .pager .pager__item--last a {
    font-size: 0; }
    .pager .pager__item--last a:hover, .pager .pager__item--last a:focus {
      background-color: transparent;
      border-radius: 0%; }
    .pager .pager__item--last a::before {
      content: '';
      position: absolute;
      top: -8px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #3a95a4;
      border-top: 10px solid transparent; }
    .pager .pager__item--last a::after {
      content: '';
      position: absolute;
      top: -8px;
      right: 15px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #3a95a4;
      border-top: 10px solid transparent; }
  .pager .pager__item--previous a {
    font-size: 0; }
    .pager .pager__item--previous a:hover, .pager .pager__item--previous a:focus {
      background-color: transparent;
      border-radius: 0%; }
    .pager .pager__item--previous a::before {
      content: '';
      position: absolute;
      top: -8px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #3a95a4;
      border-top: 10px solid transparent; }
  .pager .pager__item--first a {
    font-size: 0; }
    .pager .pager__item--first a:hover, .pager .pager__item--first a:focus {
      background-color: transparent;
      border-radius: 0%; }
    .pager .pager__item--first a::before {
      content: '';
      position: absolute;
      top: -8px;
      right: 15px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #3a95a4;
      border-top: 10px solid transparent; }
    .pager .pager__item--first a::after {
      content: '';
      position: absolute;
      top: -8px;
      height: 0;
      width: 0;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #3a95a4;
      border-top: 10px solid transparent; }

.pager li.pager__item.pager__item--previous a:hover {
  background-color: transparent; }
  .pager li.pager__item.pager__item--previous a:hover::before {
    border-right: 10px solid #88cad5; }

.pager li.pager__item.pager__item--next a:hover {
  background-color: transparent; }
  .pager li.pager__item.pager__item--next a:hover::before {
    border-left: 10px solid #88cad5; }
  .pager li.pager__item.pager__item--next a:hover::after {
    display: none; }

.pager li.pager__item--first a:hover {
  background-color: transparent; }
  .pager li.pager__item--first a:hover::before {
    border-right: 10px solid #88cad5; }
  .pager li.pager__item--first a:hover::after {
    border-right: 10px solid #88cad5; }

.pager li.pager__item--last a:hover {
  background-color: transparent; }
  .pager li.pager__item--last a:hover::before {
    border-left: 10px solid #88cad5; }
  .pager li.pager__item--last a:hover::after {
    border-left: 10px solid #88cad5; }

/* ==========================================================================
  Front
========================================================================== */
.path-frontpage .layout-content {
  margin-top: 0;
  padding: 0; }

.paragraph--type--homepage-mma {
  background-color: #5dbdbe;
  background-image: url("../img/equalizer-cyan.svg");
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: left -30px top 0;
  padding: 10% 10px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 64.0625em) {
    .paragraph--type--homepage-mma {
      padding: 5% 10px; } }
  .paragraph--type--homepage-mma::after, .paragraph--type--homepage-mma::before {
    content: '';
    position: absolute;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .paragraph--type--homepage-mma::before {
    background-image: url("../img/dots-red.svg");
    width: 200px;
    height: 300px;
    right: -80px;
    top: 120px;
    background-size: contain;
    background-position: 0 center; }
    @media (min-width: 48em) {
      .paragraph--type--homepage-mma::before {
        width: 300px;
        height: 400px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--homepage-mma::before {
        width: 600px;
        height: 600px;
        right: -50px;
        top: -213px; } }
  .paragraph--type--homepage-mma::after {
    background-image: url("../img/waves-yellow.svg");
    width: 100px;
    right: 0;
    top: 20px;
    background-size: cover; }
    @media (min-width: 64.0625em) {
      .paragraph--type--homepage-mma::after {
        width: 345px;
        height: 90px;
        top: inherit;
        bottom: 45px; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--homepage-mma {
      background-size: contain;
      background-position: left 0px top 0; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--homepage-mma .wrapper {
      max-width: 76.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .paragraph--type--homepage-mma h1.field-headline {
    color: #fff;
    padding-bottom: 10%;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 4.25rem;
    text-shadow: 2px 2px 5px #4a4a4a; }
    @media (min-width: 48em) {
      .paragraph--type--homepage-mma h1.field-headline {
        text-align: center; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--homepage-mma h1.field-headline {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 35%;
        font-size: 5.625rem;
        margin-left: 0; } }
    @media (min-width: 79.375em) {
      .paragraph--type--homepage-mma h1.field-headline {
        width: 32%;
        font-size: 6.875rem;
        padding-left: 20px; } }

.mma-launchpads {
  display: block;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .mma-launchpads {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 800px; } }
  @media (min-width: 64.0625em) {
    .mma-launchpads {
      width: 55%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: initial;
      margin: 0; } }
  @media (min-width: 79.375em) {
    .mma-launchpads {
      display: block;
      width: 66%; } }

.paragraph--type--homepage-mma-triptych {
  background-color: #3a95a4;
  display: block;
  color: #fff;
  padding: 40px 20px;
  margin: 0 auto 20px auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1.1;
  -webkit-box-shadow: 0px 2px 4px #4a4a4a;
          box-shadow: 0px 2px 4px #4a4a4a;
  max-width: 385px; }
  @media (min-width: 48em) {
    .paragraph--type--homepage-mma-triptych {
      display: inline-block;
      max-width: 46%; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--homepage-mma-triptych {
      display: block;
      max-width: 385px;
      padding: 28px;
      margin: 0 10px 20px 10px;
      position: relative;
      z-index: 1; } }
  @media (min-width: 79.375em) {
    .paragraph--type--homepage-mma-triptych:nth-child(2) {
      position: absolute;
      top: 25%;
      right: 0;
      margin-right: 0; } }
  .paragraph--type--homepage-mma-triptych.icon h2::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -4px;
    left: 0;
    height: 55px;
    width: 55px;
    margin-bottom: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../img/icons/plus.svg"); }
    @media (min-width: 48em) {
      .paragraph--type--homepage-mma-triptych.icon h2::before {
        display: block;
        position: absolute; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--homepage-mma-triptych.icon h2::before {
        top: -6px;
        height: 68px;
        width: 68px; } }
  .paragraph--type--homepage-mma-triptych.icon.icon-a-plus h2::before {
    background-image: url("../img/icons/icon-a-plus.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-arts h2::before {
    background-image: url("../img/icons/icon-arts.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-books h2::before {
    background-image: url("../img/icons/icon-books.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-brain h2::before {
    background-image: url("../img/icons/icon-brain.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-calculator h2::before {
    background-image: url("../img/icons/icon-calculator.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-checklist h2::before {
    background-image: url("../img/icons/icon-checklist.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-globe h2::before {
    background-image: url("../img/icons/icon-globe.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-graduate h2::before {
    background-image: url("../img/icons/icon-graduate.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-health h2::before {
    background-image: url("../img/icons/icon-health.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-language h2::before {
    background-image: url("../img/icons/icon-language.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-math h2::before {
    background-image: url("../img/icons/icon-math.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-microscope h2::before {
    background-image: url("../img/icons/icon-microscope.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-on_the_go h2::before {
    background-image: url("../img/icons/icon-on-the-go.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-study h2::before {
    background-image: url("../img/icons/icon-study.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-tablet h2::before {
    background-image: url("../img/icons/icon-tablet.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-teach h2::before {
    background-image: url("../img/icons/icon-teach.svg"); }
  .paragraph--type--homepage-mma-triptych.icon.icon-writing h2::before {
    background-image: url("../img/icons/icon-writing.svg"); }
  .paragraph--type--homepage-mma-triptych h2.field-headline {
    font-size: 1.75rem;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 70px;
    vertical-align: top;
    position: relative; }
    @media (min-width: 48em) {
      .paragraph--type--homepage-mma-triptych h2.field-headline {
        padding-left: 80px; } }
    @media (min-width: 79.375em) {
      .paragraph--type--homepage-mma-triptych h2.field-headline {
        padding-left: 100px; } }
  .paragraph--type--homepage-mma-triptych p.field-paragraph {
    margin: 24px 0 0 0; }

a.paragraph--type--homepage-mma-triptych {
  background-color: #32808d;
  -webkit-transition: background-color ease-in .25s;
  transition: background-color ease-in .25s; }
  a.paragraph--type--homepage-mma-triptych:hover {
    background-color: #3fa3b3;
    color: #fff;
    -webkit-transition: background-color ease-in .25s;
    transition: background-color ease-in .25s; }

.paragraph--type--announcement-layer {
  background-color: #32808d;
  text-align: center;
  padding: 10px 20px; }
  .paragraph--type--announcement-layer .wrapper {
    max-width: 76.25rem; }
    @media (min-width: 64.0625em) {
      .paragraph--type--announcement-layer .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 20px; } }
    @media (min-width: 79.375em) {
      .paragraph--type--announcement-layer .wrapper {
        padding-right: 20px; } }
  .paragraph--type--announcement-layer .field-headline {
    color: #fff;
    margin: 0 0 20px 0; }
    @media (min-width: 64.0625em) {
      .paragraph--type--announcement-layer .field-headline {
        font-size: 1.5rem;
        display: inline-block;
        max-width: 30%;
        margin: 0; } }
  .paragraph--type--announcement-layer .field-text {
    color: #fff; }
    @media (min-width: 64.0625em) {
      .paragraph--type--announcement-layer .field-text {
        font-size: 1.125rem;
        display: inline-block;
        max-width: 60%;
        margin: 0 4%; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--announcement-layer .field-text + div {
        display: inline-block;
        max-width: 16%; } }
  .paragraph--type--announcement-layer a {
    min-width: 140px;
    display: inline-block;
    padding: 10px 30px 18px 30px; }

/* ==========================================================================
	paragraph--type--browse-by-subject-layer
========================================================================== */
.paragraph--type--browse-by-subject-layer {
  background-color: #fff; }
  .paragraph--type--browse-by-subject-layer.Pink {
    background-color: #F5E8EF; }
  .paragraph--type--browse-by-subject-layer.Tan {
    background-color: #FEF8F7; }
  .paragraph--type--browse-by-subject-layer.Green {
    background-color: #F1FFF2; }
  .paragraph--type--browse-by-subject-layer.Yellow {
    background-color: #F3F1CB; }
  .paragraph--type--browse-by-subject-layer.Blue {
    background-color: #EBF5F6; }
  .paragraph--type--browse-by-subject-layer.Grey {
    background-color: #f4f4f4; }
  .paragraph--type--browse-by-subject-layer.White {
    background-color: #fff; }
  .paragraph--type--browse-by-subject-layer .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 48em) {
      .paragraph--type--browse-by-subject-layer .wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--browse-by-subject-layer .wrapper {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (min-width: 110em) {
      .paragraph--type--browse-by-subject-layer .wrapper {
        width: 100%; } }
  .paragraph--type--browse-by-subject-layer h2 {
    margin: 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px; }
    @media (min-width: 48em) {
      .paragraph--type--browse-by-subject-layer h2 {
        font-size: 2.5rem; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--browse-by-subject-layer h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  .paragraph--type--browse-by-subject-layer .browse-by-subject {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .paragraph--type--browse-by-subject-layer .browse-by-subject .views-row {
      display: inline-block;
      vertical-align: top;
      margin: 10px; }
      @media (min-width: 64.0625em) {
        .paragraph--type--browse-by-subject-layer .browse-by-subject .views-row {
          margin: 20px 0;
          min-width: 240px; } }
  .paragraph--type--browse-by-subject-layer .icon {
    text-align: center;
    font-weight: 900;
    display: inline-block;
    padding-top: 120px;
    width: 100px;
    height: 100px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
    opacity: 1;
    -webkit-transition: all ease-in .25s;
    transition: all ease-in .25s; }
    .paragraph--type--browse-by-subject-layer .icon:hover {
      opacity: 0.6;
      text-decoration: underline; }
    .paragraph--type--browse-by-subject-layer .icon > div {
      color: #4a4a4a; }
    @media (min-width: 48em) {
      .paragraph--type--browse-by-subject-layer .icon {
        background-size: 100px;
        width: 135px;
        height: 100px;
        font-size: 1.125rem; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--browse-by-subject-layer .icon {
        width: 176px;
        height: 100px; } }
  .paragraph--type--browse-by-subject-layer .icon-aplus {
    background-image: url("../img/icons/icon-color-a-plus.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-arts {
    background-image: url("../img/icons/icon-color-arts.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-books {
    background-image: url("../img/icons/icon-color-books.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-brain {
    background-image: url("../img/icons/icon-color-brain.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-calculator {
    background-image: url("../img/icons/icon-color-calculator.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-checklist {
    background-image: url("../img/icons/icon-color-checklist.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-globe {
    background-image: url("../img/icons/icon-color-globe.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-graduate {
    background-image: url("../img/icons/icon-color-graduate.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-health {
    background-image: url("../img/icons/icon-color-health.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-language {
    background-image: url("../img/icons/icon-color-language.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-math {
    background-image: url("../img/icons/icon-color-math.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-microscope {
    background-image: url("../img/icons/icon-color-microscope.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-on_the_go {
    background-image: url("../img/icons/icon-color-on-the-go.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-study {
    background-image: url("../img/icons/icon-color-study.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-tablet {
    background-image: url("../img/icons/icon-color-tablet.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-teach {
    background-image: url("../img/icons/icon-color-teach.svg"); }
  .paragraph--type--browse-by-subject-layer .icon-writing {
    background-image: url("../img/icons/icon-color-writing.svg"); }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--new-on-know-it-all-layer {
  background-color: #f4f4f4; }
  .paragraph--type--new-on-know-it-all-layer.Pink {
    background-color: #F5E8EF; }
  .paragraph--type--new-on-know-it-all-layer.Tan {
    background-color: #FEF8F7; }
  .paragraph--type--new-on-know-it-all-layer.Green {
    background-color: #F1FFF2; }
  .paragraph--type--new-on-know-it-all-layer.Yellow {
    background-color: #F3F1CB; }
  .paragraph--type--new-on-know-it-all-layer.Blue {
    background-color: #EBF5F6; }
  .paragraph--type--new-on-know-it-all-layer.Grey {
    background-color: #f4f4f4; }
  .paragraph--type--new-on-know-it-all-layer.White {
    background-color: #fff; }
  .paragraph--type--new-on-know-it-all-layer .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 48em) {
      .paragraph--type--new-on-know-it-all-layer .wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--new-on-know-it-all-layer .wrapper {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (min-width: 110em) {
      .paragraph--type--new-on-know-it-all-layer .wrapper {
        width: 100%; } }
  .paragraph--type--new-on-know-it-all-layer .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .paragraph--type--new-on-know-it-all-layer .headline > div {
      margin: 0 7rem 1rem auto;
      -ms-flex-item-align: center;
          align-self: center; }
      .paragraph--type--new-on-know-it-all-layer .headline > div a {
        color: #4A4A4A;
        font-size: 1.5rem; }
  .paragraph--type--new-on-know-it-all-layer h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px; }
    @media (min-width: 48em) {
      .paragraph--type--new-on-know-it-all-layer h2 {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--new-on-know-it-all-layer h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  .paragraph--type--new-on-know-it-all-layer .new-on-knowitall .views-row {
    margin-right: 20px;
    margin-left: 20px; }
  .paragraph--type--new-on-know-it-all-layer a.overlay img {
    margin: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity ease-in .25s;
    transition: opacity ease-in .25s; }
  .paragraph--type--new-on-know-it-all-layer a.overlay:hover img {
    opacity: 0.8; }
  .paragraph--type--new-on-know-it-all-layer p.lesson,
  .paragraph--type--new-on-know-it-all-layer p.video,
  .paragraph--type--new-on-know-it-all-layer p.audio,
  .paragraph--type--new-on-know-it-all-layer p.photo,
  .paragraph--type--new-on-know-it-all-layer p.interactive,
  .paragraph--type--new-on-know-it-all-layer p.document {
    margin-top: 6px;
    margin-bottom: 6px; }
    @media (min-width: 64.0625em) {
      .paragraph--type--new-on-know-it-all-layer p.lesson,
      .paragraph--type--new-on-know-it-all-layer p.video,
      .paragraph--type--new-on-know-it-all-layer p.audio,
      .paragraph--type--new-on-know-it-all-layer p.photo,
      .paragraph--type--new-on-know-it-all-layer p.interactive,
      .paragraph--type--new-on-know-it-all-layer p.document {
        font-size: 1.375rem;
        margin-top: 10px; } }
  .paragraph--type--new-on-know-it-all-layer a.link {
    font-weight: 700;
    line-height: 1;
    color: #4a4a4a;
    text-decoration: none; }
    @media (min-width: 64.0625em) {
      .paragraph--type--new-on-know-it-all-layer a.link {
        font-size: 1.375rem; }
        .paragraph--type--new-on-know-it-all-layer a.link:hover {
          text-decoration: underline; } }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--latest-articles-layer {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px; }
  .paragraph--type--latest-articles-layer.Pink {
    background-color: #F5E8EF; }
  .paragraph--type--latest-articles-layer.Tan {
    background-color: #FEF8F7; }
  .paragraph--type--latest-articles-layer.Green {
    background-color: #F1FFF2; }
  .paragraph--type--latest-articles-layer.Yellow {
    background-color: #F3F1CB; }
  .paragraph--type--latest-articles-layer.Blue {
    background-color: #EBF5F6; }
  .paragraph--type--latest-articles-layer.Grey {
    background-color: #f4f4f4; }
  .paragraph--type--latest-articles-layer.White {
    background-color: #fff; }
  .paragraph--type--latest-articles-layer .wrapper {
    max-width: 76.25rem; }
  @media (min-width: 48em) {
    .paragraph--type--latest-articles-layer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--latest-articles-layer {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .paragraph--type--latest-articles-layer h2 {
    margin: 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    margin-bottom: 10px; }
    @media (min-width: 48em) {
      .paragraph--type--latest-articles-layer h2 {
        font-size: 2.5rem; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--latest-articles-layer h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--latest-articles-layer .latest-articles {
      width: 94%; } }
  .paragraph--type--latest-articles-layer .latest-articles .views-row {
    border-top: 1px solid #4a4a4a; }
    .paragraph--type--latest-articles-layer .latest-articles .views-row:last-of-type {
      border-bottom: 1px solid #4a4a4a; }
    .paragraph--type--latest-articles-layer .latest-articles .views-row a {
      display: block;
      font-weight: 700;
      line-height: 1.1;
      position: relative;
      color: #4a4a4a;
      text-decoration: none;
      padding: 20px 120px 20px 20px;
      background-image: url("../img/arrow.svg");
      background-repeat: no-repeat;
      background-position: right 20px center; }
      @media (min-width: 64.0625em) {
        .paragraph--type--latest-articles-layer .latest-articles .views-row a {
          font-size: 1.25rem;
          background-position: right 50px center; } }
      .paragraph--type--latest-articles-layer .latest-articles .views-row a:hover {
        text-decoration: underline; }
      @media (min-width: 64.0625em) {
        .paragraph--type--latest-articles-layer .latest-articles .views-row a {
          font-size: 1.5rem;
          line-height: 1; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--latest-articles-layer .views-element-container {
      width: 70%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--latest-articles-layer #block-seemorearticlesblock {
      display: inline-block;
      vertical-align: top;
      width: 29.5%; } }
  .paragraph--type--latest-articles-layer #block-seemorearticlesblock .missed-something {
    margin: 20px auto 0; }
    .paragraph--type--latest-articles-layer #block-seemorearticlesblock .missed-something h2 {
      padding-left: 0; }
    @media (min-width: 64.0625em) {
      .paragraph--type--latest-articles-layer #block-seemorearticlesblock .missed-something {
        margin-top: -64px;
        margin-left: 64px;
        max-width: 300px;
        padding-top: 200px;
        background-position: center 36px; } }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--featured-series-collections-laye {
  background-color: #f4f4f4; }
  .paragraph--type--featured-series-collections-laye.Pink {
    background-color: #F5E8EF; }
  .paragraph--type--featured-series-collections-laye.Tan {
    background-color: #FEF8F7; }
  .paragraph--type--featured-series-collections-laye.Green {
    background-color: #F1FFF2; }
  .paragraph--type--featured-series-collections-laye.Yellow {
    background-color: #F3F1CB; }
  .paragraph--type--featured-series-collections-laye.Blue {
    background-color: #EBF5F6; }
  .paragraph--type--featured-series-collections-laye.Grey {
    background-color: #f4f4f4; }
  .paragraph--type--featured-series-collections-laye.White {
    background-color: #fff; }
  .paragraph--type--featured-series-collections-laye .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 48em) {
      .paragraph--type--featured-series-collections-laye .wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--featured-series-collections-laye .wrapper {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media (min-width: 110em) {
      .paragraph--type--featured-series-collections-laye .wrapper {
        width: 100%; } }
  .paragraph--type--featured-series-collections-laye .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .paragraph--type--featured-series-collections-laye .headline div.one-link {
      margin: 0 7rem 1rem auto;
      -ms-flex-item-align: center;
          align-self: center; }
      .paragraph--type--featured-series-collections-laye .headline div.one-link a {
        color: #4A4A4A;
        font-size: 1.5rem; }
    .paragraph--type--featured-series-collections-laye .headline div.multiple-links {
      margin: 0 7rem 1rem auto;
      -ms-flex-item-align: center;
          align-self: center; }
      .paragraph--type--featured-series-collections-laye .headline div.multiple-links a {
        color: #4a4a4a; }
  .paragraph--type--featured-series-collections-laye h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px; }
    @media (min-width: 48em) {
      .paragraph--type--featured-series-collections-laye h2 {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--featured-series-collections-laye h2 {
        font-size: 3.125rem; } }
  .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item {
    margin-right: 20px;
    margin-left: 20px; }
    @media (min-width: xlarge) {
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item {
        margin-right: 40px;
        margin-left: 0px; } }
    .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon {
      text-align: center;
      font-weight: 900;
      display: inline-block;
      padding-top: 120px;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 80px;
      opacity: 1;
      -webkit-transition: all ease-in .25s;
      transition: all ease-in .25s;
      background-color: white;
      margin-bottom: 1rem;
      padding-bottom: 1.5rem; }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon:hover {
        opacity: 0.6;
        text-decoration: underline; }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon div {
        display: none; }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon > div {
        color: #4a4a4a; }
      @media (min-width: 48em) {
        .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon {
          background-size: 100px;
          width: 135%;
          height: 100%;
          font-size: 1.125rem; } }
      @media (min-width: 64.0625em) {
        .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon {
          width: 100%;
          height: 100%; } }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-aplus {
        background-image: url("../img/icons/icon-color-a-plus.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-arts {
        background-image: url("../img/icons/icon-color-arts.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-books {
        background-image: url("../img/icons/icon-color-books.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-brain {
        background-image: url("../img/icons/icon-color-brain.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-calculator {
        background-image: url("../img/icons/icon-color-calculator.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-checklist {
        background-image: url("../img/icons/icon-color-checklist.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-globe {
        background-image: url("../img/icons/icon-color-globe.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-graduate {
        background-image: url("../img/icons/icon-color-graduate.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-health {
        background-image: url("../img/icons/icon-color-health.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-language {
        background-image: url("../img/icons/icon-color-language.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-math {
        background-image: url("../img/icons/icon-color-math.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-microscope {
        background-image: url("../img/icons/icon-color-microscope.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-on_the_go {
        background-image: url("../img/icons/icon-color-on-the-go.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-study {
        background-image: url("../img/icons/icon-color-study.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-tablet {
        background-image: url("../img/icons/icon-color-tablet.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-teach {
        background-image: url("../img/icons/icon-color-teach.svg"); }
      .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image.icon.icon-writing {
        background-image: url("../img/icons/icon-color-writing.svg"); }
    .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image img {
      margin: 0 0 24px 0;
      width: 100%;
      height: auto;
      opacity: 1;
      -webkit-transition: opacity ease-in .25s;
      transition: opacity ease-in .25s; }
    .paragraph--type--featured-series-collections-laye .series-collections .series-collection-item a.series-collection-image:hover img {
      opacity: 0.8; }
  .paragraph--type--featured-series-collections-laye p.lesson {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 64.0625em) {
      .paragraph--type--featured-series-collections-laye p.lesson {
        font-size: 1.5rem;
        margin-top: 20px;
        margin-bottom: 10px; } }
  .paragraph--type--featured-series-collections-laye a.link {
    font-weight: 700;
    line-height: 1;
    color: #4a4a4a;
    text-decoration: none; }
    @media (min-width: 64.0625em) {
      .paragraph--type--featured-series-collections-laye a.link {
        font-size: 1.375rem; }
        .paragraph--type--featured-series-collections-laye a.link:hover {
          text-decoration: underline; } }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--duo-wysiwyg-layer {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .paragraph--type--duo-wysiwyg-layer:before {
    content: '';
    width: 28%;
    height: 100%;
    background-image: url("../img/equalizer-white.svg");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 80%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.2; }
    @media (min-width: 64.0625em) {
      .paragraph--type--duo-wysiwyg-layer:before {
        background-size: 400px;
        background-position: 0 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: -10%;
        height: 80%; } }
  .paragraph--type--duo-wysiwyg-layer:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/dots-white-spotlight.svg");
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 50%;
    padding: 20px;
    position: absolute;
    top: 10%;
    right: -90%;
    opacity: 0.3; }
    @media (min-width: 64.0625em) {
      .paragraph--type--duo-wysiwyg-layer:after {
        background-size: 20%;
        top: 10%;
        right: -90%; } }
  @media (min-width: 79.375em) {
    .paragraph--type--duo-wysiwyg-layer .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 79.375em) {
    .paragraph--type--duo-wysiwyg-layer .wrapper .field-wyswyg-layer {
      padding: 0; } }
  .paragraph--type--duo-wysiwyg-layer .wrapper .field-wyswyg-layer:nth-child(1) {
    padding-right: 20px; }
  .paragraph--type--duo-wysiwyg-layer .wrapper .field-wyswyg-layer:nth-child(2) {
    padding-left: 20px; }
  .paragraph--type--duo-wysiwyg-layer.background-blue {
    background-color: #0e495c;
    color: #fff; }
  .paragraph--type--duo-wysiwyg-layer.background-grey {
    background-color: #f4f4f4;
    color: #4a4a4a; }
  .paragraph--type--duo-wysiwyg-layer.background-purple {
    background-color: #731649;
    color: #fff; }
  .paragraph--type--duo-wysiwyg-layer.vertically-center .field-wyswyg-layer {
    vertical-align: middle; }
  .paragraph--type--duo-wysiwyg-layer.single-wysiwyg .field-wyswyg-layer {
    width: 100%; }
  .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer {
    padding: 10px 20px; }
    .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer .button-orange,
    .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer .button-green,
    .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer .button-cyan {
      margin-left: 0; }
    @media (min-width: 48em) {
      .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--duo-wysiwyg-layer .field-wyswyg-layer {
        padding: 20px;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 10px); } }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--spotlight-layer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden; }
  .paragraph--type--spotlight-layer:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../img/dots-white-spotlight.svg");
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 100%;
    padding: 20px;
    position: absolute;
    top: 10%;
    left: -40%;
    opacity: 0.2; }
  .paragraph--type--spotlight-layer:after {
    content: '';
    width: 28%;
    height: 100%;
    background-image: url("../img/equalizer-white.svg");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2; }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer {
      padding-top: 50px;
      padding-bottom: 50px; }
      .paragraph--type--spotlight-layer:before {
        background-repeat: no-repeat;
        background-size: 50%;
        left: -36%;
        opacity: 0.6; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--spotlight-layer {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .paragraph--type--spotlight-layer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      .paragraph--type--spotlight-layer .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-line-pack: justify;
            align-content: space-between;
        -ms-flex-line-pack: center;
            align-content: center; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--spotlight-layer .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer.layout-left .wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer.layout-left .spotlight-text {
      padding: 0 2% 0 2%; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--spotlight-layer.layout-left .spotlight-text {
      padding: 0 0 0 2%; } }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer.layout-left .spotlight-image {
      padding: 0 2% 0 2%; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--spotlight-layer.layout-left .spotlight-image {
      padding: 0 2% 0 0; } }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer.layout-right .spotlight-text {
      padding: 0 2% 0 2%; } }
  @media (min-width: 1240px) {
    .paragraph--type--spotlight-layer.layout-right .spotlight-text {
      padding: 0 2% 0 0; } }
  @media (min-width: 48em) {
    .paragraph--type--spotlight-layer.layout-right .spotlight-image {
      padding: 0 2% 0 2%; } }
  @media (min-width: 1240px) {
    .paragraph--type--spotlight-layer.layout-right .spotlight-image {
      padding: 0 0 0 2%; } }
  .paragraph--type--spotlight-layer.background-blue {
    background-color: #0e495c;
    color: #fff; }

  .paragraph--type--spotlight-layer.background-grey {
    background-color: #f4f4f4;
    color: #4a4a4a; }
    .paragraph--type--spotlight-layer.background-grey:before, .paragraph--type--spotlight-layer.background-grey:after {
      display: none; }
  .paragraph--type--spotlight-layer.background-purple {
    background-color: #731649;
    color: #fff; }
  .paragraph--type--spotlight-layer.background-white {
    background-color: #fff; }
    .paragraph--type--spotlight-layer.background-white p.field-eyebrow {
      color: #731649; }
  .paragraph--type--spotlight-layer .spotlight-text {
    padding: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 10; }
    @media (min-width: 48em) {
      .paragraph--type--spotlight-layer .spotlight-text {
        padding: 0 0 0 4%;
        text-align: left;
        width: 50%; } }
    .paragraph--type--spotlight-layer .spotlight-text .field-eyebrow {
      text-transform: uppercase;
      font-weight: 700;
      color: #d3d367;
      margin-bottom: 0;
      letter-spacing: 2.5px;
      font-family: nimbus-sans, sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .paragraph--type--spotlight-layer .spotlight-text .field-headline {
      line-height: 1;
      font-family: nimbus-sans-condensed, sans-serif;
      font-size: 1.875rem;
      font-weight: 900;
      margin: 1rem 0; }
      @media (min-width: 48em) {
        .paragraph--type--spotlight-layer .spotlight-text .field-headline {
          font-size: 3.125rem; } }
    .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a {
      display: inline-block;
      padding: 10px 25px 18px; }
      .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(1) {
        margin-right: 10px; }
        @media (min-width: 48em) {
          .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(1) {
            margin-right: 20px; } }
      .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(2) {
        margin-left: 10px; }
        @media (min-width: 48em) {
          .paragraph--type--spotlight-layer .spotlight-text .spotlight-buttons a:nth-child(2) {
            margin-left: 20px; } }
  .paragraph--type--spotlight-layer .spotlight-image {
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    .paragraph--type--spotlight-layer .spotlight-image img {
      margin-bottom: 0; }
      @media (min-width: 48em) {
        .paragraph--type--spotlight-layer .spotlight-image img {
          margin: 0; } }
    @media (min-width: 48em) {
      .paragraph--type--spotlight-layer .spotlight-image {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 50%; } }
    .paragraph--type--spotlight-layer .spotlight-image.circle-image img {
      border-radius: 50%; }

/* ==========================================================================
	paragraph--type--new-on-know-it-all-layer
========================================================================== */
.paragraph--type--featured-assets {
  padding-top: 30px;
  background-color: #f4f4f4; }
  @media (min-width: 48em) {
    .paragraph--type--featured-assets {
      padding-top: 50px; } }
  @media (min-width: 64.0625em) {
    .paragraph--type--featured-assets {
      padding-top: 70px; } }
  .paragraph--type--featured-assets h2 {
    margin: 0 auto;
    padding-left: 20px;
    padding-bottom: 10px;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    max-width: 76.25rem;
    position: relative; }
    @media (min-width: 48em) {
      .paragraph--type--featured-assets h2 {
        font-size: 2.5rem; } }
    @media (min-width: 64.0625em) {
      .paragraph--type--featured-assets h2 {
        font-size: 3.125rem;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 30px; } }

.featured-assets-wrapper {
  background-color: #f4f4f4; }
  .featured-assets-wrapper .wrapper {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 48em) {
      .featured-assets-wrapper .wrapper {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px; } }
    @media (min-width: 64.0625em) {
      .featured-assets-wrapper .wrapper {
        padding-bottom: 70px; } }
    @media (min-width: 110em) {
      .featured-assets-wrapper .wrapper {
        width: 100%; } }
    .featured-assets-wrapper .wrapper .featured-assets article {
      margin-right: 20px;
      margin-left: 20px; }
      .featured-assets-wrapper .wrapper .featured-assets article p {
        display: none; }
    .featured-assets-wrapper .wrapper .featured-assets a.overlay:hover img {
      opacity: 0.8; }
    .featured-assets-wrapper .wrapper .featured-assets a.series-collection-image img {
      margin: 0;
      width: 100%;
      max-width: 20vw;
      height: auto;
      opacity: 1;
      -webkit-transition: opacity ease-in .25s;
      transition: opacity ease-in .25s; }
    .featured-assets-wrapper .wrapper .featured-assets p.lesson {
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (min-width: 64.0625em) {
        .featured-assets-wrapper .wrapper .featured-assets p.lesson {
          font-size: 1.5rem;
          margin-top: 20px;
          margin-bottom: 10px; } }
    .featured-assets-wrapper .wrapper .featured-assets a.link {
      font-weight: 700;
      line-height: 1;
      color: #4a4a4a;
      text-decoration: none; }
      @media (min-width: 64.0625em) {
        .featured-assets-wrapper .wrapper .featured-assets a.link {
          font-size: 1.375rem; }
          .featured-assets-wrapper .wrapper .featured-assets a.link:hover {
            text-decoration: underline; } }
			
/*standard page -by neumeric*/
.taxonomy-standards .js-form-item-sort-by {
    display: none !important;
}
			
/* ==========================================================================
	Lesson Page
========================================================================== */
/*lesson subtopics css neumeric*/
ul.lesson_topics1 {
    width: 25%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
	padding-left:0;
    list-style-type: none;
} 

ul.lesson_topics1 ul.child {
    list-style: none;
    font-weight: 400;
    padding-left: 20px;
	display: none;
}
.lesson_topics1 li a.plus {
    display: inline-block;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55%;
    margin-left: 6px;
    text-indent: -9999px;
    padding: 0 10px;
}
.page-node-type-lesson .top-field-subjects {
    width: 25% !important;
    
}
.page-node-type-lesson .top-recommended-technology,.page-node-type-lesson .data .recommended-technology {
    width: 24% !important;
}
.page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage {
    padding: 0 20px 40px 20px !important;
}
.page-node-type-lesson .top-grade-levels, .page-node-type-lesson .data .grade-levels{
    width: 15% !important;
}

.page-node-type-lesson .top-inst-material, .page-node-type-lesson .data .inst-material {
    width: 34% !important;
    padding-right: 0 !important; 
}

/* end */

.page-node-type-lesson #block-pagetitle-4 {
  background-color: #5a083e;
  color: #fff;
  background-image: url("../img/dots-white.svg"), -webkit-gradient(linear, left top, right top, from(#5a083e), to(#7a0f4b));
  background-image: url("../img/dots-white.svg"), linear-gradient(to right, #5a083e, #7a0f4b);
  background-repeat: no-repeat;
  background-position: right 0;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 10; }
  .page-node-type-lesson #block-pagetitle-4:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    padding: 10px;
    width: 100%;
    background-image: url("../img/waves-white-full.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0; }
    @media (min-width: 48em) {
      .page-node-type-lesson #block-pagetitle-4:before {
        padding: 20px; } }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson #block-pagetitle-4:before {
        top: 50%;
        padding: 33px; } 
	}
  .page-node-type-lesson #block-pagetitle-4 .wrapper {
    padding-left: 20px; }
    .page-node-type-lesson #block-pagetitle-4 .wrapper .eyebrow {
      font-size: 1.25rem;
      margin: 4px 0 9px;
      display: inline-block;
      border-bottom: 1px solid #fff; }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson #block-pagetitle-4 .wrapper .eyebrow {
          font-size: 1.5rem; } }
    .page-node-type-lesson #block-pagetitle-4 .wrapper h1 {
      margin-bottom: 32px;
      padding-right: 75px; }
      @media (min-width: 48em) {
        .page-node-type-lesson #block-pagetitle-4 .wrapper h1 {
          padding-right: 150px; } }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson #block-pagetitle-4 .wrapper h1 {
          padding-right: 250px; } }

.page-node-type-lesson .layout-content {
  max-width: 1222px;
  margin: 0 auto; }
  .page-node-type-lesson .layout-content .lesson-overview {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-overview {
        padding: 0 54px;
        margin-bottom: 40px;
        max-width: 70%;
        min-width: 70%;
        display: inline-block;
        vertical-align: top; } }
    .page-node-type-lesson .layout-content .lesson-overview h2 {
      margin-top: 30px;
      line-height: 1; }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson .layout-content .lesson-overview h2 {
          font-size: 2.0625rem; } }
    .page-node-type-lesson .layout-content .lesson-overview .lesson-description {
      display: inline-block;
      margin-right: 4%; }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson .layout-content .lesson-overview .lesson-description {
          font-size: 1.125rem; } }
      .page-node-type-lesson .layout-content .lesson-overview .lesson-description .bold {
        font-weight: 700; }
      .page-node-type-lesson .layout-content .lesson-overview .lesson-description > div {
        display: inline-block; }
  .page-node-type-lesson .layout-content .lesson-sidebar {
    padding: 28px 10px 10px;
    width: 100%; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-sidebar {
        display: inline-block;
        vertical-align: top;
        max-width: 29%; } }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-sidebar a {
        margin-right: 10%;
        margin-bottom: 20px; } }
    .page-node-type-lesson .layout-content .lesson-sidebar p {
      margin-bottom: 8px;
      font-size: 1.0625rem; }
  .page-node-type-lesson .layout-content .lesson-box {
    border: 1px solid #7d7d7d;
    border-bottom: none;
    padding: 20px;
    margin-bottom: 20px;
    background-image: url("../img/lesson-bottom.svg");
    background-repeat: no-repeat;
    background-position: left 0 bottom 0px;
    position: relative;
    background-size: 100%; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-box {
        margin-bottom: 40px; } }
    .page-node-type-lesson .layout-content .lesson-box:after {
      content: '';
      padding: 4px 20px;
      background-color: #731649;
      position: absolute;
      right: 0;
      bottom: -8px;
      width: 172px; }
    .page-node-type-lesson .layout-content .lesson-box .CTA-buttons-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-node-type-lesson .layout-content .lesson-box .CTA-buttons-wrapper p {
        font-size: 1rem;
        color: #4a4a4a;
        margin: 0 12px 0 0;
        -ms-flex-item-align: center;
            align-self: center; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper {
        margin-bottom: 0; } }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs li a {
        padding-left: 32px;
        padding-right: 32px; } }
    @media (min-width: 79.375em) {
      .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs li a {
        padding-left: 50px;
        padding-right: 50px; } }
    .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage {
      background-color: #d9ebf0;
      border-top: 10px solid #ebf5f7;
      background-color: #ebf5f7;
      padding: 0 20px 20px 20px; }
      .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage #assessments {
        margin-top: 40px; }
      .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage .gated {
        background-color: #d9ebf0;
        background-color: #ebf5f7; }
        .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage .gated::before {
          background-color: #d9ebf0;
          background-color: #ebf5f7; }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson .layout-content .lesson-box .tabs-wrapper .tabs-stage {
          padding: 0 60px 40px 60px; } }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .layout-content .lesson-box {
        padding: 30px 44px; } }
    .page-node-type-lesson .layout-content .lesson-box h2 {
      color: #d04933;
      margin-top: 0; }
      .page-node-type-lesson .layout-content .lesson-box h2 + p {
        font-size: 1.125rem;
        font-style: italic; }
        @media (min-width: 64.0625em) {
          .page-node-type-lesson .layout-content .lesson-box h2 + p {
            font-size: 1.375rem; } }
    .page-node-type-lesson .layout-content .lesson-box .standards {
      margin-bottom: 10px;
      list-style: none; }
      .page-node-type-lesson .layout-content .lesson-box .standards ul {
        list-style: none;
        margin-bottom: 10px; }
      @media (min-width: 64.0625em) {
        .page-node-type-lesson .layout-content .lesson-box .standards {
          max-width: 80%; } }
      .page-node-type-lesson .layout-content .lesson-box .standards li a {
        border-bottom: 1px solid #000;
        display: block;
        color: #4a4a4a;
        text-decoration: none;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 0.9375rem; }
        .page-node-type-lesson .layout-content .lesson-box .standards li a:after {
          content: "";
          display: table;
          clear: both; }
        .page-node-type-lesson .layout-content .lesson-box .standards li a span {
          font-weight: 900;
          float: left;
          display: block;
          margin-right: 6px;
          font-size: 1rem; }
        .page-node-type-lesson .layout-content .lesson-box .standards li a:hover {
          text-decoration: underline;
          color: #000; }

.page-node-type-lesson .headline {
  font-weight: 700; }

@media (min-width: 64.0625em) {
  .page-node-type-lesson .stage-wrapper {
    padding: 20px; } }

@media (min-width: 79.375em) {
  .page-node-type-lesson .stage-wrapper {
    padding-top: 30px; } }

.page-node-type-lesson .top {
  display: none;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 48em) {
    .page-node-type-lesson .top {
      display: block; } }
  .page-node-type-lesson .top p,
  .page-node-type-lesson .top div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .top p,
      .page-node-type-lesson .top div {
        font-size: 1.125rem; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .top-grade-levels {
      width: 18%;
      padding-right: 2%; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .top-field-subjects {
      width: 18%;
      padding-right: 2%; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .top-recommended-technology {
      width: 18%;
      padding-right: 2%; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .top-inst-material {
      width: 38%;
      padding-right: 2%; } }

.page-node-type-lesson .data {
  font-weight: 700; }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .data {
      padding: 20px 0; } }
  .page-node-type-lesson .data p,
  .page-node-type-lesson .data div {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    @media (min-width: 64.0625em) {
      .page-node-type-lesson .data p,
      .page-node-type-lesson .data div {
        font-size: 1.0625rem; } }
  .page-node-type-lesson .data .grade-levels span {
    display: block; }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .data .grade-levels {
      width: 18%;
      padding-right: 2%; } }
  .page-node-type-lesson .data .field-subjects span {
    display: block; }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .data .field-subjects {
      width: 18%;
      padding-right: 2%; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .data .recommended-technology {
      width: 18%;
      padding-right: 2%; } }
  @media (min-width: 64.0625em) {
    .page-node-type-lesson .data .inst-material {
      width: 38%;
      padding-right: 2%; } }

.page-node-type-lesson .subjects,
.page-node-type-lesson .collections,
.page-node-type-lesson .series {
  list-style: none;
  padding: 0; }
  .page-node-type-lesson .subjects a,
  .page-node-type-lesson .collections a,
  .page-node-type-lesson .series a {
    font-weight: 900;
    color: #4a4a4a;
    text-decoration: none; }
    .page-node-type-lesson .subjects a:hover,
    .page-node-type-lesson .collections a:hover,
    .page-node-type-lesson .series a:hover {
      text-decoration: underline; }
  .page-node-type-lesson .subjects ul,
  .page-node-type-lesson .collections ul,
  .page-node-type-lesson .series ul {
    padding-left: 10px; }

.page-node-type-lesson ul.collections li,
.page-node-type-lesson ul.series li {
  position: relative; }
  .page-node-type-lesson ul.collections li a.plus,
  .page-node-type-lesson ul.series li a.plus {
    display: inline-block;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55%;
    margin-left: 6px;
    text-indent: -9999px;
    padding: 0 10px; }
    .page-node-type-lesson ul.collections li a.plus:hover,
    .page-node-type-lesson ul.series li a.plus:hover {
      background-color: #d9ebf0; }
  .page-node-type-lesson ul.collections li ul.child,
  .page-node-type-lesson ul.series li ul.child {
    list-style: none;
    display: none; }
    .page-node-type-lesson ul.collections li ul.child li a,
    .page-node-type-lesson ul.series li ul.child li a {
      font-weight: 400; }

.contributors {
  padding-top: 10px; }
  @media (min-width: 64.0625em) {
    .contributors {
      padding-top: 20px; } }
  .contributors p {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px); }
    @media (min-width: 64.0625em) {
      .contributors p {
        font-size: 1.125rem; } }
    .contributors p span {
      font-weight: 700; }

@media (min-width: 64.0625em) {
  #resources .asset-wrapper {
    padding-left: 0px;
    padding-right: 0px; } }

.resource-asset, .tabs-stage .asset-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 5px 1px #aaaaaa;
          box-shadow: 1px 5px 1px #aaaaaa; }

.asset-item .title {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 67px;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative; }
  .asset-item .title::before {
    content: '';
    height: 30px;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -6px; }
    @media (min-width: 64.0625em) {
      .asset-item .title::before {
        height: 40px; } }
  @media (min-width: 48em) {
    .asset-item .title {
      font-size: 1.25rem; } }

.asset-item .description {
  line-height: 1; }
  @media (min-width: 64.0625em) {
    .asset-item .description {
      padding-left: 67px; } }

.asset-item a {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 64.0625em) {
    .asset-item a {
      margin-left: -82px; } }

.asset-item.audio-asset .title::before {
  background-image: url("../img/icon-audio-g.svg"); }

.asset-item.video-asset .title::before {
  background-image: url("../img/icon-video-g.svg"); }

.asset-item.lesson-asset .title::before {
  background-image: url("../img/icon-document-g.svg"); }

.asset-item.photo-asset .title::before {
  background-image: url("../img/icon-photo-g.svg"); }

.asset-item.interactive-asset .title::before {
  background-image: url("../img/icon-interactive-g.svg"); }

@media (min-width: 64.0625em) {
  .asset-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 64.0625em) {
  .asset-bottom .downloads-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px); } }

@media (min-width: 64.0625em) {
  .asset-bottom .weblink-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 40px); } }

.asset-bottom .paragraph--type--lesson-resource-web-links,
.asset-bottom .paragraph--type--lesson-resource-files {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 3px 5px #aaaaaa;
          box-shadow: 1px 3px 5px #aaaaaa; }
  @media (min-width: 64.0625em) {
    .asset-bottom .paragraph--type--lesson-resource-web-links,
    .asset-bottom .paragraph--type--lesson-resource-files {
      padding: 20px 35px; } }
  .asset-bottom .paragraph--type--lesson-resource-web-links .title,
  .asset-bottom .paragraph--type--lesson-resource-files .title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 67px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative; }
    .asset-bottom .paragraph--type--lesson-resource-web-links .title::before,
    .asset-bottom .paragraph--type--lesson-resource-files .title::before {
      content: '';
      height: 30px;
      width: 40px;
      background-image: url("../img/icon-download.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: -6px; }
    @media (min-width: 64.0625em) {
      .asset-bottom .paragraph--type--lesson-resource-web-links .title,
      .asset-bottom .paragraph--type--lesson-resource-files .title {
        font-size: 1.25rem; } }
  .asset-bottom .paragraph--type--lesson-resource-web-links a,
  .asset-bottom .paragraph--type--lesson-resource-files a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
  .asset-bottom .paragraph--type--lesson-resource-web-links .description,
  .asset-bottom .paragraph--type--lesson-resource-files .description {
    line-height: 1; }

.asset-bottom .paragraph--type--lesson-resource-web-links .title:before {
  background-image: url("../img/icon-laptop.svg");
  height: 40px; }

.paragraph--type--assessment-files {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 3px 5px #aaaaaa;
          box-shadow: 1px 3px 5px #aaaaaa; }
  @media (min-width: 64.0625em) {
    .paragraph--type--assessment-files {
      padding: 20px 35px; } }
  .paragraph--type--assessment-files .title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 67px;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative; }
    .paragraph--type--assessment-files .title::before {
      content: '';
      height: 30px;
      width: 40px;
      background-image: url("../img/icon-download.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: -6px; }
    @media (min-width: 64.0625em) {
      .paragraph--type--assessment-files .title {
        font-size: 1.25rem; } }
  .paragraph--type--assessment-files a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
  .paragraph--type--assessment-files .description {
    line-height: 1; }

/* ==========================================================================
	Collections 
========================================================================== */
@media (min-width: 64.0625em) {
  .path-series h1,
  .path-collections h1 {
    padding-top: 52px;
    padding-bottom: 10px; } }

.grouping-links {
  text-align: center;
  margin-top: 18px; }
  .grouping-links a {
    display: inline-block;
    margin: 0 10px;
    font-weight: 700; }
    .grouping-links a:hover {
      text-decoration: none;
      color: #76c2ce; }
    @media (min-width: 64.0625em) {
      .grouping-links a {
        font-size: 1.25rem; } }

.grouping {
  max-width: 76.25rem;
  margin: 0 auto; }
  @media (min-width: 79.375em) {
    .grouping {
      padding-left: 20px;
      padding-right: 20px; } }
  .grouping h3 {
    border-bottom: 1px solid #7d7d7d; }

.grouping-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grouping-body .views-row {
    margin: 10px 10px 10px 10px;
    text-align: center;
    width: 43%; }
    @media (min-width: 48em) {
      .grouping-body .views-row {
        margin: 10px 20px 10px 0px;
        width: 30%; } }
    @media (min-width: 64.0625em) {
      .grouping-body .views-row {
        width: 22%; } }
    @media (min-width: 79.375em) {
      .grouping-body .views-row {
        width: 18%; } }
    .grouping-body .views-row a:hover img {
      opacity: 0.8; }
    .grouping-body .views-row img {
      margin-bottom: 10px;
      opacity: 1; }
    .grouping-body .views-row .views-field-name {
      margin-bottom: 20px; }
      .grouping-body .views-row .views-field-name a {
        font-weight: 700; }

#block-views-block-collections-related-series-block-1 {
  background-color: #d9ebf0;
  padding-top: 40px;
  padding-bottom: 40px; }
  #block-views-block-collections-related-series-block-1 h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      #block-views-block-collections-related-series-block-1 h2 {
        font-size: 2.5rem;
        margin-bottom: 0px; } }
    @media (min-width: 64.0625em) {
      #block-views-block-collections-related-series-block-1 h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  #block-views-block-collections-related-series-block-1 .related-series {
    max-width: 76.25rem;
    margin: 20px auto 0;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 79.375em) {
      #block-views-block-collections-related-series-block-1 .related-series {
        padding-left: 20px; } }
    #block-views-block-collections-related-series-block-1 .related-series .views-row {
      margin: 10px 10px 10px 0; }
      #block-views-block-collections-related-series-block-1 .related-series .views-row img {
        margin-bottom: 10px; }
  #block-views-block-collections-related-series-block-1 .series-collection-image img {
    opacity: 1; }
    #block-views-block-collections-related-series-block-1 .series-collection-image img:hover {
      opacity: .7; }
  #block-views-block-collections-related-series-block-1 .link {
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      #block-views-block-collections-related-series-block-1 .link {
        font-size: 1.125rem; } }
    #block-views-block-collections-related-series-block-1 .link:hover {
      text-decoration: underline; }
  #block-views-block-collections-related-series-block-1 .related-series {
    margin-top: 0;
    padding-top: 20px; }

#block-views-block-series-collections-children-block-1 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 64.0625em) {
    #block-views-block-series-collections-children-block-1 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #block-views-block-series-collections-children-block-1 h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      #block-views-block-series-collections-children-block-1 h2 {
        font-size: 2.5rem;
        margin-bottom: 0px; } }
    @media (min-width: 64.0625em) {
      #block-views-block-series-collections-children-block-1 h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  #block-views-block-series-collections-children-block-1 .related-series {
    max-width: 76.25rem;
    margin: 20px auto 0;
    padding-left: 10px; }
    #block-views-block-series-collections-children-block-1 .related-series .slick-track {
      height: 245px;
      overflow: hidden; }
    #block-views-block-series-collections-children-block-1 .related-series .views-row {
      margin: 10px 5px; }
      #block-views-block-series-collections-children-block-1 .related-series .views-row img {
        margin-bottom: 10px; }
    #block-views-block-series-collections-children-block-1 .related-series .slick-arrow {
      top: -47px; }
    #block-views-block-series-collections-children-block-1 .related-series .slick-next {
      right: 20px; }
    #block-views-block-series-collections-children-block-1 .related-series .slick-prev {
      right: 60px; }
  #block-views-block-series-collections-children-block-1 .series-collection-image img {
    opacity: 1; }
    #block-views-block-series-collections-children-block-1 .series-collection-image img:hover {
      opacity: .7; }
  #block-views-block-series-collections-children-block-1 .link {
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      #block-views-block-series-collections-children-block-1 .link {
        font-size: 1.125rem; } }
    #block-views-block-series-collections-children-block-1 .link:hover {
      text-decoration: underline; }
  #block-views-block-series-collections-children-block-1 .related-series {
    margin-top: 0;
    padding-top: 20px; }

#block-views-block-series-related-collections-block-1 {
  background-color: #d9ebf0;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media (min-width: 48em) {
    #block-views-block-series-related-collections-block-1 {
      padding-top: 50px; } }
  @media (min-width: 64.0625em) {
    #block-views-block-series-related-collections-block-1 {
      padding-top: 70px;
      padding-bottom: 50px; } }
  #block-views-block-series-related-collections-block-1 .series-related-collections {
    max-width: 76.25rem;
    padding-left: 20px;
    margin: 0 auto; }
  #block-views-block-series-related-collections-block-1 h2 {
    margin: 0 auto 10px;
    padding-left: 20px;
    padding-top: 0px;
    font-size: 1.5rem;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      #block-views-block-series-related-collections-block-1 h2 {
        font-size: 2.5rem; } }
    @media (min-width: 64.0625em) {
      #block-views-block-series-related-collections-block-1 h2 {
        font-size: 3.125rem;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-top: 15px; } }
  #block-views-block-series-related-collections-block-1 .series-collection-image img {
    opacity: 1; }
    #block-views-block-series-related-collections-block-1 .series-collection-image img:hover {
      opacity: .7; }
  #block-views-block-series-related-collections-block-1 .link {
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      #block-views-block-series-related-collections-block-1 .link {
        font-size: 1.125rem; } }
    #block-views-block-series-related-collections-block-1 .link:hover {
      text-decoration: underline; }
  #block-views-block-series-related-collections-block-1 .views-row {
    margin: 10px; }
    #block-views-block-series-related-collections-block-1 .views-row img {
      margin-bottom: 10px; }

#block-views-block-series-collections-partners-block-1 {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px; }
  #block-views-block-series-collections-partners-block-1 h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px; }
  @media (min-width: 64.0625em) {
    #block-views-block-series-collections-partners-block-1 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #block-views-block-series-collections-partners-block-1 .series-collections-partners {
    max-width: 1200px;
    margin: 0 auto 20px; }
    #block-views-block-series-collections-partners-block-1 .series-collections-partners .partner-label {
      text-align: left;
      line-height: 1.2;
      font-weight: 700; }
      @media (min-width: 64.0625em) {
        #block-views-block-series-collections-partners-block-1 .series-collections-partners .partner-label {
          font-size: 1.125rem;
          margin-bottom: 10px; } }
      #block-views-block-series-collections-partners-block-1 .series-collections-partners .partner-label a {
        text-decoration: none;
        color: #4a4a4a; }
        #block-views-block-series-collections-partners-block-1 .series-collections-partners .partner-label a:hover {
          text-decoration: underline; }
    #block-views-block-series-collections-partners-block-1 .series-collections-partners .views-row {
      margin: 10px; }
    #block-views-block-series-collections-partners-block-1 .series-collections-partners img {
      margin-bottom: 10px; }
      @media (min-width: 48em) {
        #block-views-block-series-collections-partners-block-1 .series-collections-partners img {
          max-height: 180px; } }
      @media (min-width: 64.0625em) {
        #block-views-block-series-collections-partners-block-1 .series-collections-partners img {
          max-height: 150px; } }

.series-description .views-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }
  @media (min-width: 64.0625em) {
    .series-description .views-row {
      padding-top: 40px; } }

.series-description .views-field-field-external-url,
.series-description .views-field-field-teacher-resource {
  display: inline-block;
  margin-right: 10px; }

.standards-page {
  max-width: 1200px;
  margin: 20px auto 0; }
  @media (min-width: 64.0625em) {
    .standards-page {
      margin-top: 40px; } }
  @media (min-width: 64.0625em) {
    .standards-page .views-exposed-form {
      width: 25%;
      display: inline-block;
      vertical-align: top; } }
  .standards-page .views-exposed-form .form-item {
    position: relative; }
  .standards-page .views-exposed-form .hide {
    display: none; }
  .standards-page .views-exposed-form .filters h2 {
    font-size: 1.375rem;
    display: inline-block;
    margin: 0 0 10px 0;
    padding-left: 10px;
    width: 60%;
    position: relative;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900; }
    .standards-page .views-exposed-form .filters h2 + a {
      display: inline-block;
      width: 37%;
      text-align: right; }
  .standards-page .views-exposed-form .filters .fieldgroup legend {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 1.0625rem;
    font-weight: 900;
    border-top: 1px solid #aaa;
    width: 100%;
    display: block; }
  .standards-page .views-exposed-form .filters .form-radios {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .standards-page .views-exposed-form .filters .form-radios label {
      padding-left: 30px;
      line-height: 1.2; }
      .standards-page .views-exposed-form .filters .form-radios label:before {
        margin-left: -30px; }
    @media (min-width: 64.0625em) {
      .standards-page .views-exposed-form .filters .form-radios {
        padding-left: 10px; } }
    .standards-page .views-exposed-form .filters .form-radios div.form-item {
      display: inline-block;
      min-width: 50%; }
      .standards-page .views-exposed-form .filters .form-radios div.form-item:nth-child(1) {
        display: none; }
  .standards-page .standards-listing .heading {
    font-weight: 900; }
  @media (min-width: 64.0625em) {
    .standards-page .standards-listing {
      margin-left: 9%;
      width: 65%;
      display: inline-block;
      vertical-align: top; } }

.standards-detail {
  margin-bottom: 10px;
  list-style: none; }
  .standards-detail ul {
    list-style: none;
    margin-bottom: 10px; }
  @media (min-width: 64.0625em) {
    .standards-detail {
      max-width: 100%; } }
  .standards-detail li a {
    border-bottom: 1px solid #000;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.0625rem; }
    .standards-detail li a:after {
      content: "";
      display: table;
      clear: both; }
    .standards-detail li a span {
      font-weight: 900;
      float: left;
      display: block;
      margin-right: 6px;
      font-size: 1rem; }
    .standards-detail li a:hover {
      text-decoration: underline;
      color: #000; }

body.taxonomy-standards .view-taxonomy-listing .form-composite .form-item {
  margin-right: 10px; }
  body.taxonomy-standards .view-taxonomy-listing .form-composite .form-item label {
    font-size: 0.875rem; }
    @media (min-width: 79.375em) {
      body.taxonomy-standards .view-taxonomy-listing .form-composite .form-item label {
        font-size: 1rem; } }

body.taxonomy-standards .view-taxonomy-listing header h2 {
  line-height: 1;
  margin-top: 0; }
  @media (min-width: 64.0625em) {
    body.taxonomy-standards .view-taxonomy-listing header h2 {
      margin-top: 36px; } }

body.taxonomy-standards .view-taxonomy-listing .field-cat {
  margin-top: 10px;
  margin-bottom: 0; }
  body.taxonomy-standards .view-taxonomy-listing .field-cat span {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.875rem; }

body.taxonomy-standards .view-taxonomy-listing .grade-level-served .label {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem; }

body.taxonomy-standards .view-taxonomy-listing .grade-level-served .grade-level {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-bottom: 6px; }
  body.taxonomy-standards .view-taxonomy-listing .grade-level-served .grade-level li {
    display: inline-block;
    margin-right: 6px; }

body.taxonomy-standards .view-taxonomy-listing .subject-standards-served .label {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.875rem; }

body.taxonomy-standards .view-taxonomy-listing .subject-standards-served .subject-standards {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-top: px; }
  body.taxonomy-standards .view-taxonomy-listing .subject-standards-served .subject-standards li {
    display: inline-block;
    margin-right: 6px; }

body.taxonomy-standards .view-taxonomy-listing .views-row p {
  padding-left: 0; }
  body.taxonomy-standards .view-taxonomy-listing .views-row p.lesson, body.taxonomy-standards .view-taxonomy-listing .views-row p.video, body.taxonomy-standards .view-taxonomy-listing .views-row p.interactive, body.taxonomy-standards .view-taxonomy-listing .views-row p.photo, body.taxonomy-standards .view-taxonomy-listing .views-row p.audio {
    padding-left: 28px; }

/* ==========================================================================
	Subject Page
========================================================================== */
.subject-page h2 {
  margin: 0;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900; }
  @media (min-width: 48em) {
    .subject-page h2 {
      font-size: 2.5rem; } }
  @media (min-width: 64.0625em) {
    .subject-page h2 {
      font-size: 3.125rem;
      padding-left: 20px; } }

.subject-page .wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .subject-page .wrapper .views-row {
    display: inline-block;
    vertical-align: top;
    margin: 10px; }
    @media (min-width: 64.0625em) {
      .subject-page .wrapper .views-row {
        margin: 20px 0;
        min-width: 240px; } }

.subject-page .icon {
  color: #4a4a4a;
  text-align: center;
  font-weight: 900;
  display: inline-block;
  padding-top: 120px;
  width: 100px;
  height: 100px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  opacity: 1;
  -webkit-transition: all ease-in .25s;
  transition: all ease-in .25s; }
  .subject-page .icon:hover {
    opacity: 0.6;
    text-decoration: underline; }
  @media (min-width: 48em) {
    .subject-page .icon {
      background-size: 100px;
      width: 135px;
      height: 100px;
      font-size: 1.125rem; } }
  @media (min-width: 64.0625em) {
    .subject-page .icon {
      width: 176px;
      height: 100px; } }

.subject-page .icon-aplus {
  background-image: url("../img/icons/icon-color-a-plus.svg"); }

.subject-page .icon-arts {
  background-image: url("../img/icons/icon-color-arts.svg"); }

.subject-page .icon-books {
  background-image: url("../img/icons/icon-color-books.svg"); }

.subject-page .icon-brain {
  background-image: url("../img/icons/icon-color-brain.svg"); }

.subject-page .icon-calculator {
  background-image: url("../img/icons/icon-color-calculator.svg"); }

.subject-page .icon-checklist {
  background-image: url("../img/icons/icon-color-checklist.svg"); }

.subject-page .icon-globe {
  background-image: url("../img/icons/icon-color-globe.svg"); }

.subject-page .icon-graduate {
  background-image: url("../img/icons/icon-color-graduate.svg"); }

.subject-page .icon-health {
  background-image: url("../img/icons/icon-color-health.svg"); }

.subject-page .icon-language {
  background-image: url("../img/icons/icon-color-language.svg"); }

.subject-page .icon-math {
  background-image: url("../img/icons/icon-color-math.svg"); }

.subject-page .icon-microscope {
  background-image: url("../img/icons/icon-color-microscope.svg"); }

.subject-page .icon-on_the_go {
  background-image: url("../img/icons/icon-color-on-the-go.svg"); }

.subject-page .icon-study {
  background-image: url("../img/icons/icon-color-study.svg"); }

.subject-page .icon-tablet {
  background-image: url("../img/icons/icon-color-tablet.svg"); }

.subject-page .icon-teach {
  background-image: url("../img/icons/icon-color-teach.svg"); }

.subject-page .icon-writing {
  background-image: url("../img/icons/icon-color-writing.svg"); }

#block-views-block-topics-children-block-1,
#block-views-block-topics-children-block-1--2,
.block-views-block-topics-children-block-1 {
  background-color: #e7f4f6;
  border-radius: 12px;
  padding: 15px 25px;
  margin: 5px 5px 25px; }
  @media (min-width: 64.0625em) {
    #block-views-block-topics-children-block-1,
    #block-views-block-topics-children-block-1--2,
    .block-views-block-topics-children-block-1 {
      padding: 25px 35px; } }
  #block-views-block-topics-children-block-1 .expand-topics,
  #block-views-block-topics-children-block-1--2 .expand-topics,
  .block-views-block-topics-children-block-1 .expand-topics {
    display: none; }
  #block-views-block-topics-children-block-1 .header,
  #block-views-block-topics-children-block-1--2 .header,
  .block-views-block-topics-children-block-1 .header {
    position: relative;
    font-family: nimbus-sans-condensed, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    display: block; }
    #block-views-block-topics-children-block-1 .header span,
    #block-views-block-topics-children-block-1--2 .header span,
    .block-views-block-topics-children-block-1 .header span {
      font-weight: bold; }
    #block-views-block-topics-children-block-1 .header .collapse-topics,
    #block-views-block-topics-children-block-1 .header .expand-topics,
    #block-views-block-topics-children-block-1--2 .header .collapse-topics,
    #block-views-block-topics-children-block-1--2 .header .expand-topics,
    .block-views-block-topics-children-block-1 .header .collapse-topics,
    .block-views-block-topics-children-block-1 .header .expand-topics {
      position: absolute;
      right: 2px;
      top: 10px;
      font-weight: normal;
      font-size: 0.6em;
      font-family: nimbus-sans, sans-serif;
      background-position: center right;
      background-size: 10px;
      background-repeat: no-repeat;
      padding-right: 15px; }
      #block-views-block-topics-children-block-1 .header .collapse-topics:hover,
      #block-views-block-topics-children-block-1 .header .expand-topics:hover,
      #block-views-block-topics-children-block-1--2 .header .collapse-topics:hover,
      #block-views-block-topics-children-block-1--2 .header .expand-topics:hover,
      .block-views-block-topics-children-block-1 .header .collapse-topics:hover,
      .block-views-block-topics-children-block-1 .header .expand-topics:hover {
        text-decoration: underline; }
    #block-views-block-topics-children-block-1 .header .collapse-topics,
    #block-views-block-topics-children-block-1--2 .header .collapse-topics,
    .block-views-block-topics-children-block-1 .header .collapse-topics {
      background-image: url("../img/browse-tip-up.svg"); }
    #block-views-block-topics-children-block-1 .header .expand-topics,
    #block-views-block-topics-children-block-1--2 .header .expand-topics,
    .block-views-block-topics-children-block-1 .header .expand-topics {
      background-image: url("../img/browse-tip.svg"); }
  #block-views-block-topics-children-block-1 ul,
  #block-views-block-topics-children-block-1--2 ul,
  .block-views-block-topics-children-block-1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 48em) {
      #block-views-block-topics-children-block-1 ul,
      #block-views-block-topics-children-block-1--2 ul,
      .block-views-block-topics-children-block-1 ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
        -webkit-column-rule: 1px solid #bdbdbd;
           -moz-column-rule: 1px solid #bdbdbd;
                column-rule: 1px solid #bdbdbd; }
        #block-views-block-topics-children-block-1 ul:after,
        #block-views-block-topics-children-block-1--2 ul:after,
        .block-views-block-topics-children-block-1 ul:after {
          content: "";
          display: table;
          clear: both; } }
    @media (min-width: 64.0625em) {
      #block-views-block-topics-children-block-1 ul,
      #block-views-block-topics-children-block-1--2 ul,
      .block-views-block-topics-children-block-1 ul {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; } }
    #block-views-block-topics-children-block-1 ul .views-row,
    #block-views-block-topics-children-block-1--2 ul .views-row,
    .block-views-block-topics-children-block-1 ul .views-row {
      font-weight: normal;
      font-size: 1em;
      padding: 0;
      margin: 0;
      line-height: 1; }
      @media (min-width: 48em) {
        #block-views-block-topics-children-block-1 ul .views-row,
        #block-views-block-topics-children-block-1--2 ul .views-row,
        .block-views-block-topics-children-block-1 ul .views-row {
          float: left;
          width: 100%;
          min-width: 50%;
          display: inline-block; } }
      @media (min-width: 64.0625em) {
        #block-views-block-topics-children-block-1 ul .views-row,
        #block-views-block-topics-children-block-1--2 ul .views-row,
        .block-views-block-topics-children-block-1 ul .views-row {
          min-width: 33%;
          font-size: 1em; } }
      #block-views-block-topics-children-block-1 ul .views-row a,
      #block-views-block-topics-children-block-1--2 ul .views-row a,
      .block-views-block-topics-children-block-1 ul .views-row a {
        color: #4a4a4a;
        margin-top: 20px;
        text-decoration: none;
        display: inline-block; }
        #block-views-block-topics-children-block-1 ul .views-row a :hover,
        #block-views-block-topics-children-block-1--2 ul .views-row a :hover,
        .block-views-block-topics-children-block-1 ul .views-row a :hover {
          text-decoration: underline; }

.topics-block.mobile > div {
  display: none; }
  .topics-block.mobile > div#block-views-block-topics-children-block-1, .topics-block.mobile > div#block-views-block-topics-children-block-1--2, .topics-block.mobile > div.block-views-block-topics-children-block-1 {
    display: block; }

.topics-block.desktop #block-views-block-topics-children-block-1,
.topics-block.desktop #block-views-block-topics-children-block-1--2,
.topics-block.desktop .block-views-block-topics-children-block-1 {
  display: none; }

@media (min-width: 64.0625em) {
  .topics-block.desktop #block-views-block-topics-children-block-1,
  .topics-block.desktop #block-views-block-topics-children-block-1--2,
  .topics-block.desktop .block-views-block-topics-children-block-1 {
    display: block; }
  .topics-block.mobile > div#block-views-block-topics-children-block-1, .topics-block.mobile > div#block-views-block-topics-children-block-1--2, .topics-block.mobile > div.block-views-block-topics-children-block-1 {
    display: none; } }

.collapse-block ul {
  display: none; }

.collapse-block .expand-topics {
  display: block !important; }

.collapse-block .collapse-topics {
  display: none; }

/* ==========================================================================
  Search
========================================================================== */
@media (min-width: 64.0625em) {
  .search-page {
    margin-top: 40px; } }

.search-page .wrapper {
  max-width: 76.25rem; }

.search-page .keyword-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-page .keyword-search .form-text {
    padding: .75rem;
    background-color: #eee; }
    .search-page .keyword-search .form-text::-webkit-input-placeholder {
      color: #4a4a4a; }
    .search-page .keyword-search .form-text::-moz-placeholder {
      color: #4a4a4a; }
    .search-page .keyword-search .form-text:-moz-placeholder {
      color: #4a4a4a; }
    .search-page .keyword-search .form-text:-ms-input-placeholder {
      color: #4a4a4a; }
    .search-page .keyword-search .form-text.placeholder {
      color: #4a4a4a; }
  .search-page .keyword-search .form-actions input.button {
    margin: 0 0 0 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.search-page .filters h2 {
  font-size: 1.375rem;
  display: inline-block;
  margin: 0 0 10px 0;
  padding-left: 10px;
  width: 60%;
  position: relative;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900; }
  .search-page .filters h2 + a {
    display: inline-block;
    width: 37%;
    text-align: right; }

.search-page .filters .form-item-topic label {
  display: none; }

.search-page .filters .form-item-topic .shs-container .shs-widget-container {
  width: 100%;
  margin-bottom: 3px; }
  .search-page .filters .form-item-topic .shs-container .shs-widget-container > select {
    display: block;
    opacity: 1 !important; }
    @media (min-width: 64.0625em) {
      .search-page .filters .form-item-topic .shs-container .shs-widget-container > select {
        display: none; } }
  .search-page .filters .form-item-topic .shs-container .shs-widget-container .chosen-container {
    display: none;
    width: 95% !important;
    margin-left: 10px; }
    @media (min-width: 48em) {
      .search-page .filters .form-item-topic .shs-container .shs-widget-container .chosen-container {
        display: block; } }
    .search-page .filters .form-item-topic .shs-container .shs-widget-container .chosen-container .chosen-single {
      background: none;
      background-color: #eee;
      height: auto;
      padding: 0.5em;
      font-size: 1rem;
      border: 1px solid #b0b0b0;
      border-radius: 5px;
      margin: 0;
      line-height: 1.2; }
      .search-page .filters .form-item-topic .shs-container .shs-widget-container .chosen-container .chosen-single b {
        margin-top: 6px; }
  .search-page .filters .form-item-topic .shs-container .shs-widget-container:first-child::before {
    content: 'Subject';
    padding: 10px 10px 0;
    margin-bottom: 3px;
    font-size: 1.0625rem;
    font-weight: 900;
    border-top: 1px solid #aaa;
    width: 100%;
    display: block;
    color: #4a4a4a; }
  .search-page .filters .form-item-topic .shs-container .shs-widget-container:nth-child(2)::before {
    content: 'Topic';
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    font-size: 1.0625rem;
    font-weight: 900;
    width: 100%;
    display: block;
    color: #4a4a4a; }
  .search-page .filters .form-item-topic .shs-container .shs-widget-container:nth-child(3)::before {
    content: 'Subtopic';
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3px;
    font-size: 1.0625rem;
    font-weight: 900;
    width: 100%;
    display: block;
    color: #4a4a4a; }

.search-page .filters fieldset legend,
.search-page .filters #edit-grade--wrapper legend,
.search-page .filters #edit-subject--wrapper legend,
.search-page .filters #edit-type--wrapper legend {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: 900;
  border-top: 1px solid #aaa;
  width: 100%;
  display: block; }

.search-page .filters fieldset .form-item-downloadable,
.search-page .filters #edit-grade--wrapper .form-item-downloadable,
.search-page .filters #edit-subject--wrapper .form-item-downloadable,
.search-page .filters #edit-type--wrapper .form-item-downloadable {
  padding-left: 10px; }
  .search-page .filters fieldset .form-item-downloadable .form-checkbox:checked + label:after,
  .search-page .filters #edit-grade--wrapper .form-item-downloadable .form-checkbox:checked + label:after,
  .search-page .filters #edit-subject--wrapper .form-item-downloadable .form-checkbox:checked + label:after,
  .search-page .filters #edit-type--wrapper .form-item-downloadable .form-checkbox:checked + label:after {
    top: 6px;
    left: 6px; }

.search-page .filters fieldset .form-checkboxes,
.search-page .filters #edit-grade--wrapper .form-checkboxes,
.search-page .filters #edit-subject--wrapper .form-checkboxes,
.search-page .filters #edit-type--wrapper .form-checkboxes {
  padding: 0 6px; }
  .search-page .filters fieldset .form-checkboxes label,
  .search-page .filters #edit-grade--wrapper .form-checkboxes label,
  .search-page .filters #edit-subject--wrapper .form-checkboxes label,
  .search-page .filters #edit-type--wrapper .form-checkboxes label {
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.1; }

.search-page .filters fieldset #edit-grade .form-checkboxes,
.search-page .filters fieldset div[id*=' edit-grade'] .form-checkboxes,
.search-page .filters fieldset div[id^='edit-grade'] .form-checkboxes,
.search-page .filters #edit-grade--wrapper #edit-grade .form-checkboxes,
.search-page .filters #edit-grade--wrapper div[id*=' edit-grade'] .form-checkboxes,
.search-page .filters #edit-grade--wrapper div[id^='edit-grade'] .form-checkboxes,
.search-page .filters #edit-subject--wrapper #edit-grade .form-checkboxes,
.search-page .filters #edit-subject--wrapper div[id*=' edit-grade'] .form-checkboxes,
.search-page .filters #edit-subject--wrapper div[id^='edit-grade'] .form-checkboxes,
.search-page .filters #edit-type--wrapper #edit-grade .form-checkboxes,
.search-page .filters #edit-type--wrapper div[id*=' edit-grade'] .form-checkboxes,
.search-page .filters #edit-type--wrapper div[id^='edit-grade'] .form-checkboxes {
  padding: 0 6px;
  -webkit-columns: 100px;
     -moz-columns: 100px;
          columns: 100px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  max-width: 300px;
  overflow: hidden;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px; }
  .search-page .filters fieldset #edit-grade .form-checkboxes .form-item,
  .search-page .filters fieldset div[id*=' edit-grade'] .form-checkboxes .form-item,
  .search-page .filters fieldset div[id^='edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-grade--wrapper #edit-grade .form-checkboxes .form-item,
  .search-page .filters #edit-grade--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-grade--wrapper div[id^='edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-subject--wrapper #edit-grade .form-checkboxes .form-item,
  .search-page .filters #edit-subject--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-subject--wrapper div[id^='edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-type--wrapper #edit-grade .form-checkboxes .form-item,
  .search-page .filters #edit-type--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
  .search-page .filters #edit-type--wrapper div[id^='edit-grade'] .form-checkboxes .form-item {
    padding-bottom: 0;
    position: relative;
    margin-right: 1%;
    min-height: 20px; }
    @media (min-width: 64.0625em) {
      .search-page .filters fieldset #edit-grade .form-checkboxes .form-item,
      .search-page .filters fieldset div[id*=' edit-grade'] .form-checkboxes .form-item,
      .search-page .filters fieldset div[id^='edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-grade--wrapper #edit-grade .form-checkboxes .form-item,
      .search-page .filters #edit-grade--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-grade--wrapper div[id^='edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-subject--wrapper #edit-grade .form-checkboxes .form-item,
      .search-page .filters #edit-subject--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-subject--wrapper div[id^='edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-type--wrapper #edit-grade .form-checkboxes .form-item,
      .search-page .filters #edit-type--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item,
      .search-page .filters #edit-type--wrapper div[id^='edit-grade'] .form-checkboxes .form-item {
        width: 136px; } }
    .search-page .filters fieldset #edit-grade .form-checkboxes .form-item label,
    .search-page .filters fieldset div[id*=' edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters fieldset div[id^='edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-grade--wrapper #edit-grade .form-checkboxes .form-item label,
    .search-page .filters #edit-grade--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-grade--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-subject--wrapper #edit-grade .form-checkboxes .form-item label,
    .search-page .filters #edit-subject--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-subject--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-type--wrapper #edit-grade .form-checkboxes .form-item label,
    .search-page .filters #edit-type--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label,
    .search-page .filters #edit-type--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label {
      padding-left: 30px;
      font-size: 1rem;
      line-height: 1.1;
      position: relative;
      display: inline-block; }
      .search-page .filters fieldset #edit-grade .form-checkboxes .form-item label::before,
      .search-page .filters fieldset div[id*=' edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters fieldset div[id^='edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-grade--wrapper #edit-grade .form-checkboxes .form-item label::before,
      .search-page .filters #edit-grade--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-grade--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-subject--wrapper #edit-grade .form-checkboxes .form-item label::before,
      .search-page .filters #edit-subject--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-subject--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-type--wrapper #edit-grade .form-checkboxes .form-item label::before,
      .search-page .filters #edit-type--wrapper div[id*=' edit-grade'] .form-checkboxes .form-item label::before,
      .search-page .filters #edit-type--wrapper div[id^='edit-grade'] .form-checkboxes .form-item label::before {
        margin-left: -30px;
        top: 2px; }

.search-page .views-row {
  max-width: 800px;
  padding: 0;
  margin: 0 auto 20px; }
  @media (min-width: 48em) {
    .search-page .views-row {
      margin: 0 auto 40px; } }
  .search-page .views-row .content {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 48em) {
      .search-page .views-row .content {
        width: calc(55% - 26px); } }
    .search-page .views-row .content .link {
      display: block;
      color: #4a4a4a;
      font-family: nimbus-sans-condensed, sans-serif;
      font-size: 1.25rem;
      font-weight: 900;
      text-decoration: none;
      margin-bottom: 4px; }
      @media (min-width: 64.0625em) {
        .search-page .views-row .content .link {
          font-size: 1.625rem;
          margin-bottom: 4px;
          line-height: 1.3; } }
      .search-page .views-row .content .link:hover {
        text-decoration: underline; }
    .search-page .views-row .content p {
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: left center; }
      .search-page .views-row .content p.video {
        background-image: url("../img/icon-video-g.svg");
        background-size: 20px;
        padding-left: 28px; }
      .search-page .views-row .content p.interactive {
        background-image: url("../img/icon-interactive-g.svg");
        padding-left: 28px; }
      .search-page .views-row .content p.document {
        background-image: url("../img/icon-document-g.svg");
        padding-left: 28px; }
      .search-page .views-row .content p.lesson {
        background-image: url("../img/icon-document-g.svg");
        padding-left: 28px; }
      .search-page .views-row .content p.audio {
        background-image: url("../img/icon-audio-g.svg");
        padding-left: 28px; }
      .search-page .views-row .content p.photo {
        background-image: url("../img/icon-photo-g.svg");
        padding-left: 28px; }
  .search-page .views-row .overlay {
    position: relative;
    display: block; }
    .search-page .views-row .overlay:hover img {
      opacity: 0.8; }
    @media (min-width: 48em) {
      .search-page .views-row .overlay {
        display: inline-block;
        vertical-align: top;
        width: calc(45% - 26px);
        margin-right: 42px; } }
    .search-page .views-row .overlay img {
      width: 100%;
      margin-bottom: 0; }
    .search-page .views-row .overlay:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.35);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100px; }
    .search-page .views-row .overlay.video:after {
      background-image: url("../img/icon-video.svg"); }
    .search-page .views-row .overlay.photo:after {
      background-image: url("../img/icon-photo.svg"); }
    .search-page .views-row .overlay.interactive:after {
      background-image: url("../img/icon-interactive.svg"); }
    .search-page .views-row .overlay.document:after {
      background-image: url("../img/icon-document.svg"); }
    .search-page .views-row .overlay.lesson:after {
      background-image: url("../img/icon-document.svg"); }
    .search-page .views-row .overlay.audio:after {
      background-image: url("../img/icon-audio.svg"); }

@media (min-width: 64.0625em) {
  .filter-column {
    width: 30%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 79.375em) {
  .filter-column {
    width: 25%;
    margin-right: 96px; } }

.filter-column .toggle-filters {
  display: block;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0px;
  background-position: right 10px center;
  position: relative; }
  @media (min-width: 64.0625em) {
    .filter-column .toggle-filters {
      display: none; } }
  .filter-column .toggle-filters:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    padding: 20px;
    background-image: url("../img/search-circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px; }
  .filter-column .toggle-filters.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.filter-column .filter-menu {
  display: none; }
  @media (min-width: 64.0625em) {
    .filter-column .filter-menu {
      display: block; } }

.filter-column .hide {
  display: none; }

@media (min-width: 64.0625em) {
  .filter-content {
    width: 66%;
    display: inline-block;
    vertical-align: top; } }

.filter-content .heading {
  font-weight: 900; }

.filter-tags {
  list-style: none;
  padding: 0; }
  .filter-tags li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px; }
    @media (min-width: 64.0625em) {
      .filter-tags li {
        margin-bottom: 20px; } }
    .filter-tags li a {
      padding: 10px 36px 10px 14px;
      background-color: #3a95a4;
      border-radius: 5px;
      color: #fff;
      font-size: 0.8125rem;
      text-decoration: none;
      background-image: url("../img/close-tag.svg");
      background-repeat: no-repeat;
      background-position: right 6px center; }
      .filter-tags li a.clear-filters {
        background-color: #4a4a4a; }

#edit-subject--wrapper .form-checkbox:checked + label:after,
#edit-type--wrapper .form-checkbox:checked + label:after {
  top: 7px;
  left: 6px; }

.no-topic .shs-widget-container[data-shs-level~="1"] {
  display: none; }

.no-subtopic .shs-widget-container[data-shs-level~="2"] {
  display: none; }

.view-taxonomy-listing {
  padding: 20px; }
  .view-taxonomy-listing .narrow-wrapper {
    max-width: 800px;
    margin: 0 auto; }
    .view-taxonomy-listing .narrow-wrapper p {
      margin-top: 1em; }
  .view-taxonomy-listing .views-exposed-form {
    position: relative;
    max-width: 800px;
    margin: 0 auto; }
    .view-taxonomy-listing .views-exposed-form .form-item {
      position: relative;
      padding: 0;
      margin: 4px 8px 4px 0;
      display: inline-block; }
      @media (min-width: 64.0625em) {
        .view-taxonomy-listing .views-exposed-form .form-item {
          margin: 10px 20px 4px 0; } }
      .view-taxonomy-listing .views-exposed-form .form-item .form-checkbox + label::after {
        top: 7px;
        left: 6px; }
    @media (min-width: 48em) {
      .view-taxonomy-listing .views-exposed-form .form-actions {
        position: absolute;
        top: 0;
        right: 0; } }
    .view-taxonomy-listing .views-exposed-form .form-actions input.button {
      display: none; }
  .view-taxonomy-listing .views-row {
    max-width: 800px;
    padding: 0;
    margin: 0 auto 20px; }
    @media (min-width: 48em) {
      .view-taxonomy-listing .views-row {
        margin: 0 auto 40px; } }
    .view-taxonomy-listing .views-row .content {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 48em) {
        .view-taxonomy-listing .views-row .content {
          width: calc(55% - 26px); } }
      .view-taxonomy-listing .views-row .content .link {
        display: block;
        color: #4a4a4a;
        font-family: nimbus-sans-condensed, sans-serif;
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 900;
        text-decoration: none;
        margin-bottom: 4px; }
        @media (min-width: 64.0625em) {
          .view-taxonomy-listing .views-row .content .link {
            font-size: 1.625rem;
            line-height: 1.3;
            margin-bottom: 6px; } }
        .view-taxonomy-listing .views-row .content .link:hover {
          text-decoration: underline; }
      .view-taxonomy-listing .views-row .content p {
        padding-left: 28px;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: left center; }
        .view-taxonomy-listing .views-row .content p.video {
          background-image: url("../img/icon-video-g.svg");
          background-size: 20px; }
        .view-taxonomy-listing .views-row .content p.interactive {
          background-image: url("../img/icon-interactive-g.svg"); }
        .view-taxonomy-listing .views-row .content p.document {
          background-image: url("../img/icon-document-g.svg"); }
        .view-taxonomy-listing .views-row .content p.lesson {
          background-image: url("../img/icon-document-g.svg"); }
        .view-taxonomy-listing .views-row .content p.audio {
          background-image: url("../img/icon-audio-g.svg"); }
        .view-taxonomy-listing .views-row .content p.photo {
          background-image: url("../img/icon-photo-g.svg"); }
    .view-taxonomy-listing .views-row .overlay {
      position: relative;
      display: block; }
      .view-taxonomy-listing .views-row .overlay:hover img {
        opacity: 0.8; }
      @media (min-width: 48em) {
        .view-taxonomy-listing .views-row .overlay {
          display: inline-block;
          vertical-align: top;
          width: calc(45% - 26px);
          margin-right: 42px; } }
      .view-taxonomy-listing .views-row .overlay img {
        opacity: 1;
        width: 100%;
        margin-bottom: 0; }
      .view-taxonomy-listing .views-row .overlay:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100px; }
      .view-taxonomy-listing .views-row .overlay.video:after {
        background-image: url("../img/icon-video.svg"); }
      .view-taxonomy-listing .views-row .overlay.photo:after {
        background-image: url("../img/icon-photo.svg"); }
      .view-taxonomy-listing .views-row .overlay.interactive:after {
        background-image: url("../img/icon-interactive.svg"); }
      .view-taxonomy-listing .views-row .overlay.document:after {
        background-image: url("../img/icon-document.svg"); }
      .view-taxonomy-listing .views-row .overlay.lesson:after {
        background-image: url("../img/icon-document.svg"); }
      .view-taxonomy-listing .views-row .overlay.audio:after {
        background-image: url("../img/icon-audio.svg"); }

.about-taxonomy-term-page h2 {
  display: none; }

body.path-user #block-pagetitle-6 .wrapper:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 64.0625em) {
  body.path-user #block-pagetitle-6 .header-content {
    max-width: 50%;
    float: left; } }

body.path-user #block-pagetitle-6 .header-content + img {
  border-radius: 50%;
  max-width: 45%;
  float: right; }

body.path-user #block-pagetitle-6 .header-content .headline {
  font-weight: 900; }

body.path-user #block-pagetitle-6 .header-content p {
  margin-bottom: 0;
  margin-top: 10px; }

body.path-user .contributed-lesson {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  body.path-user .contributed-lesson .form-item {
    position: relative;
    padding: 0;
    margin: 4px 8px 4px 0; }
    @media (min-width: 64.0625em) {
      body.path-user .contributed-lesson .form-item {
        margin: 10px 20px 4px 0; } }
  @media (min-width: 48em) {
    body.path-user .contributed-lesson .form-actions {
      position: absolute;
      top: 0;
      right: 0; } }
  body.path-user .contributed-lesson .form-actions input.button {
    display: none; }

body.path-user .favorites h2 {
  margin-top: 0; }

body.path-user .favorites-content,
body.path-user .views-row {
  max-width: 800px;
  padding: 0;
  margin: 0 auto 20px; }
  @media (min-width: 48em) {
    body.path-user .favorites-content,
    body.path-user .views-row {
      margin: 0 auto 40px; } }
  body.path-user .favorites-content .content,
  body.path-user .views-row .content {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 48em) {
      body.path-user .favorites-content .content,
      body.path-user .views-row .content {
        width: calc(55% - 26px); } }
    body.path-user .favorites-content .content .link,
    body.path-user .views-row .content .link {
      display: block;
      color: #4a4a4a;
      font-family: nimbus-sans-condensed, sans-serif;
      font-size: 1.25rem;
      font-weight: 900;
      text-decoration: none;
      margin-bottom: 4px; }
      @media (min-width: 64.0625em) {
        body.path-user .favorites-content .content .link,
        body.path-user .views-row .content .link {
          font-size: 1.625rem;
          line-height: 1.1;
          margin-bottom: 6px; } }
      body.path-user .favorites-content .content .link:hover,
      body.path-user .views-row .content .link:hover {
        text-decoration: underline; }
    body.path-user .favorites-content .content p,
    body.path-user .views-row .content p {
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: left center; }
      body.path-user .favorites-content .content p.intro, body.path-user .favorites-content .content .view-taxonomy-listing .narrow-wrapper p, .view-taxonomy-listing .narrow-wrapper body.path-user .favorites-content .content p,
      body.path-user .views-row .content p.intro,
      body.path-user .views-row .content .view-taxonomy-listing .narrow-wrapper p,
      .view-taxonomy-listing .narrow-wrapper body.path-user .views-row .content p {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300; }
      body.path-user .favorites-content .content p.video,
      body.path-user .views-row .content p.video {
        background-image: url("../img/icon-video-g.svg");
        background-size: 20px;
        padding-left: 28px; }
      body.path-user .favorites-content .content p.interactive,
      body.path-user .views-row .content p.interactive {
        background-image: url("../img/icon-interactive-g.svg");
        padding-left: 28px; }
      body.path-user .favorites-content .content p.document,
      body.path-user .views-row .content p.document {
        background-image: url("../img/icon-document-g.svg");
        padding-left: 28px; }
      body.path-user .favorites-content .content p.lesson,
      body.path-user .views-row .content p.lesson {
        background-image: url("../img/icon-document-g.svg");
        padding-left: 28px; }
      body.path-user .favorites-content .content p.audio,
      body.path-user .views-row .content p.audio {
        background-image: url("../img/icon-audio-g.svg");
        padding-left: 28px; }
      body.path-user .favorites-content .content p.photo,
      body.path-user .views-row .content p.photo {
        background-image: url("../img/icon-photo-g.svg");
        padding-left: 28px; }
  body.path-user .favorites-content .overlay,
  body.path-user .views-row .overlay {
    position: relative;
    display: block; }
    body.path-user .favorites-content .overlay:hover img,
    body.path-user .views-row .overlay:hover img {
      opacity: 0.8; }
    @media (min-width: 48em) {
      body.path-user .favorites-content .overlay,
      body.path-user .views-row .overlay {
        display: inline-block;
        vertical-align: top;
        width: calc(45% - 26px);
        margin-right: 42px; } }
    body.path-user .favorites-content .overlay img,
    body.path-user .views-row .overlay img {
      width: 100%;
      margin-bottom: 0; }
    body.path-user .favorites-content .overlay:after,
    body.path-user .views-row .overlay:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100px; }
    body.path-user .favorites-content .overlay.video:after,
    body.path-user .views-row .overlay.video:after {
      background-image: url("../img/icon-video.svg"); }
    body.path-user .favorites-content .overlay.photo:after,
    body.path-user .views-row .overlay.photo:after {
      background-image: url("../img/icon-photo.svg"); }
    body.path-user .favorites-content .overlay.interactive:after,
    body.path-user .views-row .overlay.interactive:after {
      background-image: url("../img/icon-interactive.svg"); }
    body.path-user .favorites-content .overlay.document:after,
    body.path-user .views-row .overlay.document:after {
      background-image: url("../img/icon-document.svg"); }
    body.path-user .favorites-content .overlay.lesson:after,
    body.path-user .views-row .overlay.lesson:after {
      background-image: url("../img/icon-document.svg"); }
    body.path-user .favorites-content .overlay.audio:after,
    body.path-user .views-row .overlay.audio:after {
      background-image: url("../img/icon-audio.svg"); }

body.path-user .favorites-content > div {
  margin-bottom: 20px; }

body.path-user .content-wrapper .layout-content {
  padding: 20px;
  width: 100%; }
  @media (min-width: 64.0625em) {
    body.path-user .content-wrapper .layout-content {
      width: 65%;
      min-width: 65%; } }

body.path-user .content-wrapper .layout-sidebar {
  width: 100%; }
  @media (min-width: 64.0625em) {
    body.path-user .content-wrapper .layout-sidebar {
      width: 278px; } }
  @media (min-width: 79.375em) {
    body.path-user .content-wrapper .layout-sidebar {
      width: 330px;
      margin-left: 90px; } }
  body.path-user .content-wrapper .layout-sidebar #block-userlessonsblock {
    border: 10px solid #d3d367;
    text-align: center;
    margin: 0 auto;
    max-width: 330px;
    padding: 20px; }
    body.path-user .content-wrapper .layout-sidebar #block-userlessonsblock .user-lessons h2 {
      line-height: 1; }
      @media (min-width: 64.0625em) {
        body.path-user .content-wrapper .layout-sidebar #block-userlessonsblock .user-lessons h2 {
          font-size: 1.4375rem;
          color: #3a95a4; } }
    body.path-user .content-wrapper .layout-sidebar #block-userlessonsblock .user-lessons p {
      color: #4a4a4a; }

body.path-user #block-knowitall-local-tasks > ul {
  border: none;
  padding-left: 20px;
  max-width: 76.25rem; }
  body.path-user #block-knowitall-local-tasks > ul li {
    margin-right: 4px; }
    body.path-user #block-knowitall-local-tasks > ul li a {
      border: none;
      border-radius: 5px;
      background-color: #d04933;
      color: #fff; }
      body.path-user #block-knowitall-local-tasks > ul li a:hover {
        background-color: #da6e5c; }

@media print {
  /* ==========================================================================
    Print - Normalize
========================================================================== */
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  /* ==========================================================================
    Print - Custom
========================================================================== */ }

/*# sourceMappingURL=style.css.map */

/*home page slider and header css - by neumeric */

.header-icon-content {
  text-align: center;
}

.header-btn {
  display: inline-block;
  padding: 5px 10px 12px 55px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center left 10px;
  text-decoration: none;
  font-weight: 700;
  color: #000 !important;
  position: relative;
  background-size: 35px;
  border-radius: 10px 10px 0 0;
  width: 200px;
  text-align: left;
  line-height: initial;
}

.red-btn:after {
  content: '';
  display: block;
  height: 6px;
  background: #d04933;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.gold-btn:after {
  content: '';
  display: block;
  height: 6px;
  background: #d3d367;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.sky-btn:after {
  content: '';
  display: block;
  height: 6px;
  background: #3a95a4;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.red-btn:hover {
  background-color: #e16e5a;
}

.gold-btn:hover {
  background-color: #e3e3a1;
}

.sky-btn:hover {
  background-color: #89bcc5;
}

.red-btn {
  background-color: #edb8af;
  background-image: url(/themes/custom/knowitall/img/icon-teach.svg);
}

.gold-btn {
  background-color: #f5f5de;
  background-image: url(/themes/custom/knowitall/img/icon-globe.svg);
}

.sky-btn {
  background-color: #c8e7ec;
  background-image: url(/themes/custom/knowitall/img/icon-writing.svg);
}

/*homepage slider css - by neumeric */

ul.bo-slider {
	display: none;
}

.bo-slider {
	position: relative;
	width: 100%;
}

.bo-slider .bo-slide{
	display: none;
}

.bo-slider .bo-slide::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
}

.bo-slider .bo-slide.active {
	display: block;
}

.bo-slider .bo-slide img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	margin-bottom:0;
	
}

.bo-slider .bo-slide video {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.bo-slider h2, .bo-slider .h2 {
    font-size: 2.4rem;
	 margin: 10px auto 8px;
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	/*z-index: 999;*/
}

.banner-content a {
	min-width: 140px;
	display: inline-block;
	padding: 15px 10px;
	max-width: 150px;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .5px;
	text-align: center;
	color: #fff;
	background-color: #d04933;
	border-bottom: 5px solid #a93927;

}
.banner-button {
    margin-top: -9%;
    padding-bottom: 74px;
}
.banner-button a {
	min-width: 140px;
	display: inline-block;
	padding: 15px 10px;
	max-width: 150px;
	border-radius: 8px 8px 0 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .5px;
	text-align: center;
	color: #fff;
	background-color: #d04933;
	border-bottom: 5px solid #a93927;
    margin-top: 0px;
    margin-left: 50%;
}

.banner-content a:hover {
	background-color: #da6e5c;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
/* Making it responsive */
@media (min-width: 640px){
 	.bo-slider .bo-slide img {
		height: 400px;
		margin-bottom:0;
	}

	.bo-slider .bo-slide video {
		height: 400px;
	}

}
 
@media (min-width: 768px){
	.bo-slider .bo-slide img {
		height: 450px;
		margin-bottom:0;
	}

	.bo-slider .bo-slide video {
		height: 450px;
	}
}
 
@media (min-width: 1024px){
	.bo-slider .bo-slide img {
		height: 400px;
		margin-bottom:0;
	}

	.bo-slider .bo-slide video {
		height: 400px;
	}
}
 
@media (min-width: 1200px){
	.bo-slider .bo-slide img {
		height: 450px;
		margin-bottom:0;
	}

	.bo-slider .bo-slide video {
		height: 450px;
	}
}

@media (min-width: 1800px) {
	.bo-slider .bo-slide img {
		height: 500px;
		margin-bottom:0;
	}

	.bo-slider .bo-slide video {
		height: 500px;
	}
}

.bo-slider .bo-slide {
	position: relative;
}

.bo-slider .play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    margin-top: -62px;
    margin-left: -62px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 80px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Navigation */
.bo-slider .bo-next, .bo-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #000;
	font-weight: bold;
	font-size: 46px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration:none;
}

.bo-slider .bo-prev {
	left: 0;
}

.bo-slider .bo-next {
	right: 0;
}

.bo-prev:hover, .bo-next:hover {
  background-color: rgba(229,229,229,0.32);
}

.bo-dots {
	margin-top: 10px;
	text-align: center;
	display: none;
}

.bo-dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.selected, .bo-dot:hover {
	background-color: #717171;
}

/* Animations
Fading */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-name: fade;
  -moz-animation-duration: 1.5;
  -ms-animation-name: fade;
  -ms-animation-duration: 1.5;
  -o-animation-name: fade;
  -o-animation-duration: 1.5;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-moz-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-ms-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@-o-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Slide */
.slide {
  -webkit-animation-name: slide;
  -webkit-animation-duration: 1.5s;
  -moz-animation-name: slide;
  -moz-animation-duration: 1.5;
  -ms-animation-name: slide;
  -ms-animation-duration: 1.5;
  -o-animation-name: slide;
  -o-animation-duration: 1.5;
  animation-name: slide;
  animation-duration: 1.5s;
}

@-webkit-keyframes slide {
  from {
  	opacity: .4;
  	margin-left: 100%;
  } 
  to {
  	opacity: 1;
  	margin: 0;
  }
}

@-moz-keyframes slide {
  from {
  	opacity: .4;
  	margin-left: 100%;
  } 
  to {
  	opacity: 1;
  	margin: 0;
  }
}

@-ms-keyframes slide {
  from {
  	opacity: .4;
  	margin-left: 100%;
  } 
  to {
  	opacity: 1;
  	margin: 0;
  }
}

@-o-keyframes slide {
  from {
  	opacity: .4;
  	margin-left: 100%;
  } 
  to {
  	opacity: 1;
  	margin: 0;
  }
}

@keyframes slide {
  from {
  	opacity: .4;
  	margin-left: 100%;
  } 
  to {
  	opacity: 1;
  	margin: 0;
  }
}

/*end homepage slider-  neumeric */





@media screen and (max-width: 991px) {
/*lesson page responsive*/
	.page-node-type-lesson .top-field-subjects {
    width: 100% !important;
    
	}
	.page-node-type-lesson .top-recommended-technology,.page-node-type-lesson .data .recommended-technology {
		width: 100% !important;
	}

	.page-node-type-lesson .top-grade-levels, .page-node-type-lesson .data .grade-levels{
		width: 100% !important;
	}

	.page-node-type-lesson .top-inst-material, .page-node-type-lesson .data .inst-material {
		width: 100% !important;
		 
	}
	ul.lesson_topics1 {
		width: 100% !important;
	}
	
	/*series and collections page*/
	.js-form-item-sort-by {
    justify-content: initial!important;
	}

	.view-taxonomy-listing .views-exposed-form {
    flex-direction: column !important;
	align-items: flex-start !important;
	}


}

@media screen and (max-width: 640px) {
	.header-btn {
		padding: 10px;
		width: 100%;
	}

	.header-icon-content {
		margin: 20px 10px;;
	}
}

/*end-  neumeric */


        .container {
            max-width: 1200px;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .col-md-4 {            
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .news-box .news-img img {
            height: 260px;
            width: 100%;
            object-fit: cover;
			    border-radius: 10px;
        }

        .news-box h3 {
            font-size: 18px;
            font-weight: 700;
            margin-top: 10px;
            margin-bottom: 5px;
            color: #004266;
            text-transform: uppercase;
            min-height: 55px;
        }

        .news-box p {
            margin-bottom: 20px !important;
            padding: 0;
        }
		.news-cta .news-box {
			margin-bottom:20px;
		}
        @media (min-width: 768px) {
            .col-md-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
        }
		.ldmr{
			display: none;
		}
		
		
		
.view-taxonomy-listing .views-exposed-form .form-item {
    margin: 10px 5px 4px 0;
}

.view-taxonomy-listing .views-exposed-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.view-taxonomy-listing .views-exposed-form {
    max-width: 900px !important;
}

.js-form-item-sort-by {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.js-form-item-sort-by label {
    margin: initial;
    padding-top: 0;
    padding-right: 5px;
}

.view-taxonomy-listing .views-row {
    max-width: 900px;
}

.js-form-item-sort-by .form-select {
    width: auto;
    appearance: auto;
    padding: 5px !important;
}

.path-frontpage .paragraph.paragraph--type--spotlight-layer, .path-frontpage .paragraph.paragraph--type--announcement-layer{
    display: none;
}
.banner-button {
    z-index: 1;
    position: inherit;
}

.paragraph.paragraph--type--spotlight-layer.background-blue {
  display: block !important;
}

@media (min-width: 768px){
.bo-slider .banner-content p{
font-size:22px
}
.bo-slider h2, .bo-slider .h2 {
    font-size: 2.6rem;
	 margin: 10px auto 8px;
}	
}
@media (max-width: 767px) {
.banner-button a {
    margin-left: calc(50% - 60px);
}


.bo-slider .bo-slide.active {
    display: block;
    
}

.banner-button {
    margin-top: -22%;
    padding-bottom: 74px;
}

.banner-content {
    top: 50%;
    left: 50px;
    transform: translate(0,-50%);
    right: 50px;
}
.bo-slider .bo-slide img {
    height: 340px;
}
.header-btn {
    padding: 10px;
    width: 72%;
    text-align: center;

}
.bo-slider .banner-content p{
margin: 0 auto 10px
}
.bo-slider h2, .bo-slider .h2 {
    font-size: 24px;
}
}
.path-search .form-checkboxes.bef-checkboxes {-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
#block-views-block-within-this-series-block-1 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 64.0625em) {
    #block-views-block-within-this-series-block-1 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #block-views-block-within-this-series-block-1 h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      #block-views-block-within-this-series-block-1 h2 {
        font-size: 2.5rem;
        margin-bottom: 0px; } }
    @media (min-width: 64.0625em) {
      #block-views-block-within-this-series-block-1 h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  #block-views-block-within-this-series-block-1 .related-series {
    max-width: 76.25rem;
    margin: 20px auto 0;
    padding-left: 10px; }
    #block-views-block-within-this-series-block-1 .related-series .slick-track {
      height: 245px;
      overflow: hidden; }
    #block-views-block-within-this-series-block-1 .related-series .views-row {
      margin: 10px 5px; }
      #block-views-block-within-this-series-block-1 .related-series .views-row img {
        margin-bottom: 10px; }
    #block-views-block-within-this-series-block-1 .related-series .slick-arrow {
      top: -47px; }
    #block-views-block-within-this-series-block-1 .related-series .slick-next {
      right: 20px; }
    #block-views-block-within-this-series-block-1 .related-series .slick-prev {
      right: 60px; }
  #block-views-block-within-this-series-block-1 .series-collection-image img {
    opacity: 1; }
    #block-views-block-within-this-series-block-1 .series-collection-image img:hover {
      opacity: .7; }
  #block-views-block-within-this-series-block-1 .link {
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      #block-views-block-within-this-series-block-1 .link {
        font-size: 1.125rem; } }
    #block-views-block-within-this-series-block-1 .link:hover {
      text-decoration: underline; }
  #block-views-block-within-this-series-block-1 .related-series {
    margin-top: 0;
    padding-top: 20px; }

#block-views-block-within-this-collection-block-1 {
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 64.0625em) {
    #block-views-block-within-this-collection-block-1 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #block-views-block-within-this-collection-block-1 h2 {
    margin: 0 0 20px 0;
    font-family: nimbus-sans-condensed, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 76.25rem; }
    @media (min-width: 48em) {
      #block-views-block-within-this-collection-block-1 h2 {
        font-size: 2.5rem;
        margin-bottom: 0px; } }
    @media (min-width: 64.0625em) {
      #block-views-block-within-this-collection-block-1 h2 {
        font-size: 3.125rem;
        padding-left: 20px; } }
  #block-views-block-within-this-collection-block-1 .related-series {
    max-width: 76.25rem;
    margin: 20px auto 0;
    padding-left: 10px; }
    #block-views-block-within-this-collection-block-1 .related-series .slick-track {
      height: 245px;
      overflow: hidden; }
    #block-views-block-within-this-collection-block-1 .related-series .views-row {
      margin: 10px 5px; }
      #block-views-block-within-this-collection-block-1 .related-series .views-row img {
        margin-bottom: 10px; }
    #block-views-block-within-this-collection-block-1 .related-series .slick-arrow {
      top: -47px; }
    #block-views-block-within-this-collection-block-1 .related-series .slick-next {
      right: 20px; }
    #block-views-block-within-this-collection-block-1 .related-series .slick-prev {
      right: 60px; }
  #block-views-block-within-this-collection-block-1 .series-collection-image img {
    opacity: 1; }
    #block-views-block-within-this-collection-block-1 .series-collection-image img:hover {
      opacity: .7; }
  #block-views-block-within-this-collection-block-1 .link {
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 700; }
    @media (min-width: 64.0625em) {
      #block-views-block-within-this-collection-block-1 .link {
        font-size: 1.125rem; } }
    #block-views-block-within-this-collection-block-1 .link:hover {
      text-decoration: underline; }
  #block-views-block-within-this-collection-block-1 .related-series {
    margin-top: 0;
    padding-top: 20px; }
