/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.has-overlay {
  overflow: hidden;
  height: auto; }
  .has-overlay > body {
    height: 100%;
    overflow: hidden; }

.modal--fade, .modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    height: auto;
    opacity: 1; }
  .is-active.modal--fade, .is-active.modal--show {
    display: block\9;
    height: 100% \9 ;
    width: 100% \9 ; }
  .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
    display: block\9; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 20;
    margin-left: -325px;
    width: 650px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img,
    .modal--fade .modal-inner > video,
    .modal--show .modal-inner > video,
    .modal--fade .modal-inner > iframe,
    .modal--show .modal-inner > iframe {
      width: 100%;
      height: auto;
      min-height: 300px; }
    .modal--fade .modal-inner > img, .modal--show .modal-inner > img {
      width: auto;
      max-width: 100%; }
    .modal--fade .modal-inner iframe, .modal--show .modal-inner iframe {
      display: block;
      width: 100%;
      border: 0; }
  .modal--fade .modal-content, .modal--show .modal-content {
    position: relative;
    max-height: 400px;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .modal--fade .modal-content > *, .modal--show .modal-content > * {
      max-width: 100%; }
  .modal--fade footer, .modal--show footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  .modal--fade .modal-close, .modal--show .modal-close {
    display: block;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden; }
    .modal--fade .modal-close:focus:after, .modal--show .modal-close:focus:after {
      outline: 1px dotted;
      outline: -webkit-focus-ring-color auto 5px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      position: absolute;
      top: 35px;
      right: 50%;
      z-index: 20;
      margin-right: -325px; }
  @media screen and (max-width: 690px) {
    .modal--fade .modal-inner, .modal--show .modal-inner {
      width: auto;
      left: 20px;
      right: 20px;
      margin-left: 0; }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      margin-right: 0 !important;
      right: 20px; } }
  @media screen and (max-width: 30em) {
    .modal--fade, .modal--show {
      -webkit-transform: translate(0, 400px);
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1ms .25s;
      -moz-transition: opacity 1ms .25s;
      -o-transition: opacity 1ms .25s;
      -ms-transition: opacity 1ms .25s;
      transition: opacity 1ms .25s;
      display: block;
      right: auto;
      bottom: auto; }
      .modal--fade:target, .modal--show:target, .is-active.modal--fade, .is-active.modal--show {
        width: 100%;
        height: 100%; }
        .modal--fade:target .modal-close, .modal--show:target .modal-close, .is-active.modal--fade .modal-close, .is-active.modal--show .modal-close {
          display: block; }
      .modal--fade .modal-inner, .modal--show .modal-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto; }
      .modal--fade .modal-content, .modal--show .modal-content {
        max-height: none;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
      .modal--fade .modal-close, .modal--show .modal-close {
        display: none;
        right: auto; }
        .modal--fade .modal-close:before, .modal--show .modal-close:before {
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 20; }
        .modal--fade .modal-close:after, .modal--show .modal-close:after {
          top: 5px !important;
          right: 5px;
          left: auto;
          margin-left: 0; } }
  @media screen and (max-height: 46em) and (min-width: 30em) {
    .modal--fade .modal-content, .modal--show .modal-content {
      max-height: 340px;
      max-height: 50vh; } }
  @media screen and (max-height: 36em) and (min-width: 30em) {
    .modal--fade .modal-content, .modal--show .modal-content {
      max-height: 265px;
      max-height: 40vh; } }
  .is-stacked.modal--fade, .is-stacked.modal--show {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1; }
    .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
      -webkit-animation: scaleDown .7s ease both;
      -moz-animation: scaleDown .7s ease both;
      animation: scaleDown .7s ease both; }
    .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
      opacity: 0; }
    @media screen and (max-width: 30em) {
      .is-stacked.modal--fade, .is-stacked.modal--show {
        -webkit-animation: scaleDown .7s ease both;
        -moz-animation: scaleDown .7s ease both;
        animation: scaleDown .7s ease both; }
        .is-stacked.modal--fade .modal-inner, .is-stacked.modal--show .modal-inner {
          -webkit-animation: none;
          -moz-animation: none;
          animation: none; }
        .is-stacked.modal--fade .modal-close, .is-stacked.modal--show .modal-close {
          opacity: 1; } }

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  .modal--fade {
    transition: opacity 0.4s; } }

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--fade, .modal--show {
  color: #222;
  line-height: 1.3; }
  .modal--fade .modal-inner, .modal--show .modal-inner {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
    transition: max-width 0.25s linear, margin-left 0.125s linear; }
  .modal--fade header, .modal--show header {
    border-bottom: 1px solid #ddd;
    padding: 0 1.2em; }
    .modal--fade header > h2, .modal--show header > h2 {
      margin: 0.5em 0; }
  .modal--fade .modal-content, .modal--show .modal-content {
    border-bottom: 1px solid #ddd;
    padding: 15px 1.2em; }
  .modal--fade footer, .modal--show footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  .modal--fade .modal-close, .modal--show .modal-close {
    text-indent: -100px; }
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII="); }
    .modal--fade .modal-close:after, .modal--show .modal-close:after {
      content: '\00d7';
      background: #fff;
      border-radius: 2px;
      padding: 2px 8px;
      font-size: 1.2em;
      text-decoration: none;
      text-indent: 0; }
  @media screen and (max-width: 30em) {
    .modal--fade .modal-close:before, .modal--show .modal-close:before {
      background: #27aae2;
      height: 3em;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
    .modal--fade .modal-inner, .modal--show .modal-inner {
      padding-top: 3em;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .modal--fade .modal-close, .modal--show .modal-close {
      text-decoration: none; }
      .modal--fade .modal-close:after, .modal--show .modal-close:after {
        content: attr(data-close);
        font-size: 1em;
        padding: 0.5em 1em; } }

/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0 2px; }

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 2px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.resp-sharing-button__icon svg {
  width: 24px;
  height: 24px;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter svg {
  fill: #55acee; }

.resp-sharing-button--twitter:hover svg {
  fill: #2795e9; }

.resp-sharing-button--facebook svg {
  fill: #3b5998; }

.resp-sharing-button--facebook:hover svg {
  fill: #2d4373; }

.resp-sharing-button--email svg {
  fill: #777; }

.resp-sharing-button--email:hover svg {
  fill: #5e5e5e; }

/**
 * @file
 * Mixins and extends for the visually hidden component.
 */
/* Makes an element visually hidden, but accessible. */
.element-focusable, .element-invisible {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* Turns off the visually-hidden effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto; }

/* Makes an element visually hidden by default, but visible when focused. */
/* Add Drupal 7's version of the class names. */
.words-carousel ul {
  list-style: none;
  width: 90%;
  margin: 0 auto; }
  .words-carousel ul li {
    display: block;
    padding: 0 15px; }
    .words-carousel ul li .content {
      text-align: center; }
      .words-carousel ul li .content h3, .words-carousel ul.tabs li .content a {
        margin-bottom: .625em; }
.words-carousel .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  z-index: 999;
  background-repeat: no-repeat; }
  .words-carousel .slick-arrow:before {
    display: none; }
  .words-carousel .slick-arrow.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E"); }
  .words-carousel .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E"); }

.data-slider {
  max-width: 952px;
  width: 100% !important;
  margin: 0 auto; }

.news-features {
  margin-top: 12px;
  padding: 0 12px; }
  .news-features--feature {
    padding: 0 12px; }
    .news-features--feature .inner {
      border: 1px solid #d9dadb;
      min-height: 300px;
      background: #ffffff; }
    .news-features--feature img {
      margin-bottom: 8px; }
    .news-features--feature h4 {
      text-align: left;
      font-weight: bold;
      padding: 0 12px; }
      .news-features--feature h4 a {
        color: #444444; }
  .news-features .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 999;
    background-repeat: no-repeat; }
    .news-features .slick-arrow:before {
      display: none; }
    .news-features .slick-arrow.slick-prev {
      left: -30px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E"); }
    .news-features .slick-arrow.slick-next {
      right: -30px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E"); }

#alert {
  width: 100%;
  background: #54c4c2;
  color: #ffffff;
  padding: 18px 22px;
  text-align: center; }
  #alert a {
    color: #ffffff !important; }
  @media all and (min-width: 768px) {
    #alert {
      padding: 22px 44px; } }

.alert-close {
  position: absolute;
  right: 28px;
  top: 12px;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="#ffffff" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
  cursor: pointer; }

#alert.summer-soar {
  background: #FCF5F0;
  border-bottom: 1px solid #F7BC8D;
  color: #444444;
  text-align: left;
  padding: 10px 0; }
  #alert.summer-soar .alert-close {
    color: #F7BC8D;
    background-image: none;
    text-indent: 0; }
  #alert.summer-soar svg {
    width: 188px;
    height: auto;
    position: absolute;
    left: -100px;
    top: -88px;
    z-index: 999; }
  #alert.summer-soar h4 {
    color: #0D615A;
    margin: 0; }
  #alert.summer-soar p {
    margin: 0;
    font-size: 14px; }
  #alert.summer-soar .wrapper {
    position: relative;
    padding-left: 100px;
    padding-right: 100px; }
    @media all and (min-width: 768px) {
      #alert.summer-soar .wrapper {
        display: flex;
        justify-content: center; } }
  #alert.summer-soar #alert-action {
    margin-left: 40px;
    align-self: flex-end; }
    #alert.summer-soar #alert-action a {
      background: #DDF0EE;
      border: 1px solid #88B1AE;
      border-radius: 4px;
      padding: 4px 8px;
      display: inline-block;
      font-weight: bold;
      font-size: 12px;
      text-transform: uppercase;
      color: #0D615A !important;
      letter-spacing: 0.42px;
      margin-bottom: 4px; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, ul.tabs li a, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "proxima-nova", sans-serif;
  color: #444444;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, ul.tabs li a, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 16px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

ul.inline {
  list-style: none; }
  ul.inline li {
    float: left;
    margin-right: 1em; }
    ul.inline li:last-of-type {
      margin-right: 0; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, ul.tabs li a, h4, h5, h6 {
  font-weight: 400; }

h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin: .625em 0; }
  @media all and (min-width: 960px) {
    h1 {
      font-weight: 300;
      font-size: 57.6px;
      letter-spacing: -1px; } }

h2 {
  font-size: 28.8px;
  margin: 1em 0 .5em 0;
  font-weight: bold;
  line-height: 1.2; }
  h2 a:hover {
    color: #9b2c1a;
    text-decoration: none; }
  @media all and (max-width: 960px) {
    h2 {
      font-size: 21.2px; } }
  h2.teaser-title {
    font-size: 21.2px;
    margin-top: 0; }

h3, ul.tabs li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 1.5em 0 .4em 0;
  line-height: 1.2; }
  h3.section-subhead, ul.tabs li a.section-subhead {
    font-size: 21.2px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 0 1em 0; }

h4 {
  font-weight: bold;
  font-size: 18px; }

/**
 * Links
 */
a {
  color: #DF533C;
  text-decoration: none; }
  a:visited {
    color: #DF533C; }
  a:hover {
    color: #444444;
    text-decoration: underline; }
  a.inline-text-link {
    color: #d4d5d6; }
    a.inline-text-link:hover {
      color: #E2E2E2;
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #6d6e71;
  border-left: 4px solid #d4d5d6;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #d4d5d6;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
.wrapper:after, .two-cols:after, .three-cols:after, .four-cols:after, .five-cols:after, .page-home #section-1-1-healthyathome:after, .footer-col-wrapper:after, .clearfix:after, .card:after, .user-actions__action:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #6d6e71; }

*, *:before, *:after {
  box-sizing: border-box; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.page-404-html .page-content {
  text-align: center; }
  .page-404-html .page-content h1 {
    color: #54c4c2;
    font-size: 4em;
    margin-top: .6em; }
  .page-404-html .page-content svg {
    display: block;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    left: -6%; }
    .page-404-html .page-content svg #word-bubble {
      opacity: 0;
      -webkit-animation: 3s ease 0s normal forwards 1 fadein;
      animation: 3s ease 0s normal forwards 1 fadein; }
  .page-404-html .page-content p {
    font-size: 1.8em; }

.left-lines {
  list-style: none; }
  .left-lines li {
    border-left: 2px solid #54c4c2;
    padding-left: 16px;
    margin-bottom: 22px;
    line-height: 1.4; }

.inline-list ul {
  list-style: none;
  margin: 2em 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  .inline-list ul li {
    min-width: 150px;
    padding: 4px 28px;
    margin-bottom: 1em;
    text-align: center; }
    .inline-list ul li:last-of-type {
      border-right: 0; }
    @media all and (min-width: 480px) {
      .inline-list ul li {
        border-right: 2px solid #54c4c2; } }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

@media all and (min-width: 480px) {
  .column-list {
    columns: 2;
    column-gap: 30px; } }
@media all and (min-width: 960px) {
  .column-list {
    columns: 4; } }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.color-red {
  color: #DF533C; }

.color-green {
  color: #c7c35c; }

.color-orange {
  color: #f79544; }

.color-blue {
  color: #54c4c2; }

.button, [type='reset'],
[type='submit'], ul.main-menu > li.nav-learn-more a,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: color(button); }
  .button::-moz-focus-inner, [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner, ul.main-menu > li.nav-learn-more a::-moz-focus-inner,
  button::-moz-focus-inner,
  [type='button']::-moz-focus-inner,
  [type='reset']::-moz-focus-inner,
  [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .button:-moz-focusring, [type='reset']:-moz-focusring,
  [type='submit']:-moz-focusring, ul.main-menu > li.nav-learn-more a:-moz-focusring,
  button:-moz-focusring,
  [type='button']:-moz-focusring,
  [type='reset']:-moz-focusring,
  [type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .button:hover, [type='reset']:hover,
  [type='submit']:hover, ul.main-menu > li.nav-learn-more a:hover, .button:focus, [type='reset']:focus,
  [type='submit']:focus, ul.main-menu > li.nav-learn-more a:focus, .button:active, [type='reset']:active,
  [type='submit']:active, ul.main-menu > li.nav-learn-more a:active,
  button:hover,
  button:focus,
  button:active,
  [type='button']:hover,
  [type='button']:focus,
  [type='button']:active,
  [type='reset']:hover,
  [type='reset']:focus,
  [type='reset']:active,
  [type='submit']:hover,
  [type='submit']:focus,
  [type='submit']:active {
    text-decoration: none;
    color: color(button); }

.button, [type='reset'],
[type='submit'], ul.main-menu > li.nav-learn-more a {
  background: #DF533C;
  color: #ffffff;
  display: inline-block;
  line-height: 48px;
  border-radius: 30px;
  padding: 16px 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.2; }
  .button:visited, [type='reset']:visited,
  [type='submit']:visited, ul.main-menu > li.nav-learn-more a:visited {
    color: #ffffff; }
  .button:hover, [type='reset']:hover,
  [type='submit']:hover, ul.main-menu > li.nav-learn-more a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #e36a56; }
  .button--secondary {
    background: #54c4c2; }
    .button--secondary:hover {
      background: #6bccca; }
  .button--reverse {
    border: 3px solid #ffffff;
    box-sizing: content-box; }
    .button--reverse.active {
      background: #ffffff;
      color: #DF533C; }
  .button--white {
    background: #ffffff;
    color: #DF533C; }
    .button--white:visited {
      color: #DF533C; }
  .button--block {
    display: block;
    text-align: center;
    margin: 1em 0; }
  .button--doc {
    border: 3px solid #000;
    background: #fff;
    position: relative;
    text-align: left;
    padding-right: 64px;
    color: #000; }
    .button--doc:visited {
      color: #000; }
    .button--doc:hover {
      background: #e4e4e5;
      color: #000; }
    .button--doc:after {
      position: absolute;
      right: 24px;
      top: 12px;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 75 75' style='enable-background:new 0 0 75 75;' xml:space='preserve'%3E%3Cpath d='M65,47.3H51.3c-5.4,0-9.8,4.4-9.8,9.8v11.8H15.9c-3.2,0-5.9-2.6-5.9-5.9V11.9c0-3.3,2.6-5.9,5.9-5.9h43.2c3.2,0,5.9,2.6,5.9,5.9L65,47.3L65,47.3z M45.4,66.4v-9.3c0-3.2,2.6-5.9,5.9-5.9h10.7L45.4,66.4z M59.1,2.1H15.9c-5.4,0-9.8,4.4-9.8,9.8v51.1c0,5.4,4.4,9.8,9.8,9.8h26c1.5,0,2.9-0.6,4-1.6L67,51.9c1.2-1.1,1.9-2.7,1.9-4.3V11.9C68.9,6.5,64.5,2.1,59.1,2.1z'/%3E%3Crect x='17.8' y='15.9' width='31.4' height='3.9'/%3E%3Crect x='17.8' y='57.2' width='15.7' height='3.9'/%3E%3Crect x='17.8' y='43.4' width='23.6' height='3.9'/%3E%3Crect x='17.8' y='29.6' width='39.3' height='3.9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      display: block;
      width: 26px;
      height: 26px; }
  .button--video {
    border: 3px solid #fff;
    position: relative;
    text-align: left;
    padding-right: 65px;
    color: #2e2f30 !important;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7); }
    .button--video:hover {
      background: #ffffff; }
    .button--video:after {
      content: '';
      position: absolute;
      right: 24px;
      top: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      display: block;
      width: 26px;
      height: 26px; }
  .button--red {
    background: #DF533C; }
  .button--green {
    background: #c7c35c; }
  .button--blue {
    background: #54c4c2; }
  .button--orange {
    background: #f79544; }
  .button--full-width {
    width: 100%;
    display: block;
    border-radius: 0; }

[disabled].button, [disabled][type='reset'],
[disabled][type='submit'], ul.main-menu > li.nav-learn-more a[disabled],
button[disabled],
[disabled][type='button'] {
  cursor: default;
  color: color(button-disabled); }
  [disabled].button:hover, [disabled][type='reset']:hover,
  [disabled][type='submit']:hover, ul.main-menu > li.nav-learn-more a[disabled]:hover,
  button[disabled]:hover,
  [disabled][type='button']:hover, [disabled].button:focus, [disabled][type='reset']:focus,
  [disabled][type='submit']:focus, ul.main-menu > li.nav-learn-more a[disabled]:focus,
  button[disabled]:focus,
  [disabled][type='button']:focus, [disabled].button:active, [disabled][type='reset']:active,
  [disabled][type='submit']:active, ul.main-menu > li.nav-learn-more a[disabled]:active,
  button[disabled]:active,
  [disabled][type='button']:active {
    color: color(button-disabled); }

.layout-code_login .site-header .wrapper {
  padding-top: 8px;
  padding-bottom: 8px; }
.layout-code_login .site-title, .layout-code_login .co-branding {
  display: inline-block; }
.layout-code_login .site-title {
  padding-right: 28px;
  margin-right: 28px;
  padding-top: 0;
  padding-bottom: 0; }
  @media all and (min-width: 768px) {
    .layout-code_login .site-title {
      border-right: 1px solid #2e2f30; } }
.layout-code_login .co-branding {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0; }
.layout-code_login nav .page-link {
  color: #2e2f30;
  font-weight: bold; }
  .layout-code_login nav .page-link:hover {
    color: #DF533C;
    text-decoration: none; }
.layout-code_login .page-content .main {
  padding-top: 3em;
  padding-bottom: 6em;
  background-image: url(https://s3-us-west-2.amazonaws.com/assets.readyrosie.com/jekyll-assets/images/landing-pages/tennessee/tn-sunset.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media all and (min-width: 960px) {
    .layout-code_login .page-content .main:after {
      content: '';
      display: block;
      width: 300px;
      height: 200px;
      background-image: url(https://s3-us-west-2.amazonaws.com/assets.readyrosie.com/jekyll-assets/images/landing-pages/tennessee/owl-logo.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      bottom: 0;
      background-position: 54px bottom; } }
.layout-code_login .login-block {
  text-align: center;
  max-width: 560px;
  width: 98%;
  margin: 0 auto 3em auto;
  background: #ffffff;
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3); }
  .layout-code_login .login-block section {
    padding: 22px 36px; }
  .layout-code_login .login-block h1, .layout-code_login .login-block h2 {
    font-size: 22px; }
  .layout-code_login .login-block h1 {
    color: #e65040;
    letter-spacing: 0;
    font-weight: 500; }
    @media all and (min-width: 481px) {
      .layout-code_login .login-block h1 {
        margin: 38px 0;
        text-align: left; } }
  .layout-code_login .login-block .intro img {
    width: 128px; }
    @media all and (min-width: 481px) {
      .layout-code_login .login-block .intro img {
        float: left;
        margin-right: 12px; } }
  .layout-code_login .login-block .info {
    background: #f2f2f2; }
    .layout-code_login .login-block .info h2 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
.layout-code_login .site-footer {
  margin: 0; }
.layout-code_login .sample-videos {
  padding: 60px 0; }
  @media all and (min-width: 1024px) {
    .layout-code_login .sample-videos > div {
      width: 25%; } }

.page-en-tn-educators .main .wrapper {
  background: #ffffff;
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  padding: 40px 60px;
  margin-bottom: 120px; }

.card {
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  margin: 30px 0; }
  .card__image {
    text-align: center; }
  .card__content {
    padding: 30px; }

@media all and (min-width: 768px) {
  .card {
    margin: 60px; }
    .card__image, .card__content {
      width: 50%;
      float: left; }
    .card__image img {
      width: 100%;
      height: 100%;
      object-position: 50% 50%;
      object-fit: cover; }

  .card--image-right .card__image, .card--image-right .card__content {
    float: right; } }
button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
  margin-bottom: 1em;
  *vertical-align: middle;
  display: block; }
  button.inline, button[type="radio"],
  input.inline,
  input[type="radio"],
  optgroup.inline,
  optgroup[type="radio"],
  select.inline,
  select[type="radio"],
  textarea.inline,
  textarea[type="radio"] {
    display: inline; }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline: none; }

label.inline {
  display: inline; }

label.required-input:after {
  content: '*';
  color: #DF533C;
  padding-left: 2px; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

input {
  overflow: visible;
  line-height: normal; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'], textarea {
  border: 1px solid #6d6e71;
  border-radius: 3px;
  background: #fbfbfb; }

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'] {
  height: 3.4em;
  line-height: 3.4em;
  padding: 0 12px; }
  @media all and (min-width: 480px) {
    [type='text'],
    [type='search'],
    [type='tel'],
    [type='url'],
    [type='email'],
    [type='password'],
    [type='date'],
    [type='time'],
    [type='number'] {
      min-width: 300px; } }

[type='submit'] {
  margin-top: 1em;
  border: none; }

::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

label > [type='checkbox'],
label > [type='radio'] {
  float: left;
  margin-right: 6px; }

fieldset {
  border: 1px solid color(border);
  margin: 0 2px 2em 0; }

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
  *margin-left: -7px; }

label {
  display: block;
  font-weight: bold; }

.select2-container {
  min-width: 180px; }
  .select2-container a.select2-choice {
    border-radius: 0;
    border-color: color("grey");
    background-image: none;
    height: 2.4em;
    line-height: 2.4em; }
    .select2-container a.select2-choice .select2-arrow {
      background: transparent;
      border: none; }
      .select2-container a.select2-choice .select2-arrow b {
        background-size: 60px 62px !important; }

optgroup {
  font-weight: bold; }

textarea {
  overflow: auto; }

label.styled-radio, label.styled-checkbox {
  cursor: pointer; }
  label.styled-radio:before, label.styled-checkbox:before {
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    content: '';
    display: inline-block; }
  label.styled-radio input[type='radio'], label.styled-radio input[type='checkbox'], label.styled-checkbox input[type='radio'], label.styled-checkbox input[type='checkbox'] {
    display: none; }

label.styled-radio:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E"); }
label.styled-radio.selected:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E"); }

label.styled-checkbox:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E"); }
label.styled-checkbox.selected:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E"); }

p.form-description {
  margin-top: -.8em;
  line-height: 1.125; }

#zipcode-lookup input[type="text"], #zipcode-lookup input[type="email"], #zipcode-lookup select, #zipcode-lookup-failed input[type="text"], #zipcode-lookup-failed input[type="email"], #zipcode-lookup-failed select, #families-trial input[type="text"], #families-trial input[type="email"], #families-trial select {
  border-color: #e67a68;
  margin: .6em 0; }
#zipcode-lookup button, #zipcode-lookup-failed button, #families-trial button {
  border: 3px solid #ffffff; }

#families-trial form label.styled-radio {
  float: left;
  margin-right: 12px; }
  #families-trial form label.styled-radio:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E"); }
  #families-trial form label.styled-radio.selected:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/%3E%3C/svg%3E"); }

#share-preview-signup input[type=checkbox] {
  display: inline; }

#zip-code-form {
  background: #ffffff;
  padding: 8px; }
  @media all and (min-width: 768px) {
    #zip-code-form {
      padding: 20px; } }
  #zip-code-form .form-item {
    float: left;
    margin: 0 6px; }
    @media all and (min-width: 768px) {
      #zip-code-form .form-item.language {
        position: relative;
        top: 15px; } }
  @media all and (max-width: 767px) {
    #zip-code-form .language-toggles {
      text-align: center; }
      #zip-code-form .language-toggles .form-item.language {
        display: inline-block;
        float: none; } }
  #zip-code-form #zip-code-field label {
    display: none; }
  #zip-code-form [type='submit'], #zip-code-form [type='text'] {
    margin: 0; }
  #zip-code-form [type='submit'] {
    -webkit-appearance: none;
    padding: 16px 24px; }
    #zip-code-form [type='submit'][disabled] {
      background-color: #DF533C; }

#taaspyc-form, #demo-workshop-form {
  max-width: 90%;
  margin: 0 auto; }
  #taaspyc-form input[type=text], #taaspyc-form input[type=email], #taaspyc-form textarea, #demo-workshop-form input[type=text], #demo-workshop-form input[type=email], #demo-workshop-form textarea {
    width: 100%; }

@-webkit-keyframes slide-up {
  0% {
    transform: translateY(600px);
    opacity: 0; }
  80% {
    transform: translateY(-10px);
    opacity: .9; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes slide-up {
  0% {
    transform: translateY(600px);
    opacity: 0; }
  80% {
    transform: translateY(-10px);
    opacity: .9; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes slide-down {
  from {
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(0px); }
  to {
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(1600px); } }
@keyframes slide-down {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(1600px); } }
@-webkit-keyframes modal-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slide-up.up {
  animation: slide-up 0.4s cubic-bezier(1, 0.15, 0.54, 0.98);
  z-index: 999;
  position: fixed;
  width: 96%;
  top: 2%;
  left: 2%;
  right: 2%;
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  background: #ffffff; }
  @media all and (min-width: 1180px) {
    .slide-up.up {
      width: 60%;
      top: 15%;
      left: 20%;
      right: 20%; } }
.slide-up.down {
  animation: slide-down 0.4s cubic-bezier(1, 0.15, 0.54, 0.98); }
.slide-up .close-box {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 999; }
.slide-up.padding {
  padding: 40px; }

#header .menu-region .menu-block.mobile-active {
  background: #ffffff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  animation: slide-up 0.4s cubic-bezier(1, 0.15, 0.54, 0.98);
  float: none !important;
  width: 100vw;
  height: 100vh;
  margin: 0 auto; }

body:after {
  background-color: rgba(109, 110, 113, 0);
  transition: background .2s ease-out;
  content: ''; }

.modal-bg {
  position: relative; }
  .modal-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    content: '';
    background-color: rgba(34, 34, 34, 0.8); }

.close-box {
  cursor: pointer; }

.chat.pending--avatar {
  display: block; }

.chat.active--bubble {
  display: block; }

.line-graph {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 1; }

#observable-outcomes.active .line-graph {
  animation: line-fill 0.8s cubic-bezier(1, 0.15, 0.54, 1) forwards; }

#observable-outcomes.active .graph:nth-of-type(2n) .line-graph {
  animation-delay: .2s; }
#observable-outcomes.active .graph:nth-of-type(3n) .line-graph {
  animation-delay: .3s; }
#observable-outcomes.active .graph:nth-of-type(4n) .line-graph {
  animation-delay: .4s; }
#observable-outcomes.active .graph:nth-of-type(5n) .line-graph {
  animation-delay: .5s;
  animation: line-fill-reverse 0.4s cubic-bezier(1, 0.15, 0.54, 1) forwards; }

@keyframes line-fill {
  0% {
    opacity: .5;
    stroke-dashoffset: 1000; }
  100% {
    opacity: 1;
    stroke-dashoffset: 0; } }
@keyframes line-fill-reverse {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes hero-cycle {
  /* When you start the slide, the first image is already visible */
  /* Original Position */
  16% {
    opacity: 1;
    z-index: 0; }
  /* From 4% to 16 % = for 3 seconds the image is visible */
  20% {
    opacity: 0;
    z-index: -1; }
  /* From 16% to 20% = for 1 second exit image */
  21% {
    opacity: 0;
    z-index: -2; }
  /* Return to Original Position */
  92% {
    opacity: 0;
    z-index: -1; }
  96% {
    opacity: 0; }
  /* From 96% to 100% = for 1 second enter image*/
  100% {
    opacity: 1; } }
@keyframes hero-cycle-two {
  0% {
    opacity: 0; }
  /* Original Position */
  16% {
    opacity: 0; }
  /* Starts moving after 16% to this position */
  20% {
    opacity: 1; }
  24% {
    opacity: 1; }
  /* From 20% to 24% = for 1 second enter image*/
  36% {
    opacity: 1;
    z-index: -1; }
  /* From 24% to 36 % = for 3 seconds the image is visible */
  40% {
    opacity: 0;
    z-index: -1; }
  /* From 36% to 40% = for 1 second exit image */
  41% {
    opacity: 0;
    z-index: -2; }
  /* Return to Original Position */
  100% {
    opacity: 0;
    z-index: -2; } }
@keyframes hero-cycle-three {
  0% {
    opacity: 0; }
  36% {
    opacity: 0; }
  40% {
    opacity: 1; }
  44% {
    opacity: 1; }
  56% {
    opacity: 1; }
  60% {
    opacity: 0;
    z-index: -1; }
  61% {
    opacity: 0;
    z-index: -2; }
  100% {
    opacity: 0;
    z-index: -2; } }
figure.hero-cycle.animated-one {
  animation: hero-cycle-one 25s linear infinite; }
figure.hero-cycle.animated-two {
  animation: hero-cycle-two 25s linear infinite; }
figure.hero-cycle.animated-three {
  animation: hero-cycle-three 25s linear infinite; }

.page-get-a-proposal .page-content .wrapper {
  max-width: 800px;
  text-align: center;
  padding-bottom: 60px; }

.page-families form [type='text'], .page-families form [type='search'], .page-families form [type='tel'], .page-families form [type='url'], .page-families form [type='email'], .page-families form [type='password'], .page-families form [type='date'], .page-families form [type='time'], .page-families form [type='number'], .page-get-a-proposal form [type='text'], .page-get-a-proposal form [type='search'], .page-get-a-proposal form [type='tel'], .page-get-a-proposal form [type='url'], .page-get-a-proposal form [type='email'], .page-get-a-proposal form [type='password'], .page-get-a-proposal form [type='date'], .page-get-a-proposal form [type='time'], .page-get-a-proposal form [type='number'] {
  width: 90%;
  max-width: 500px;
  margin: .6em auto; }
.page-families form button, .page-get-a-proposal form button {
  width: 90%;
  max-width: 500px; }

.page-let-s-get-started .page-content {
  text-align: center; }
  .page-let-s-get-started .page-content .wrapper {
    max-width: 800px; }
  .page-let-s-get-started .page-content svg {
    fill: #DF533C;
    max-width: 80px;
    height: auto;
    margin-top: 2em; }
  .page-let-s-get-started .page-content h2 {
    margin-top: 0; }

.about-intro {
  max-width: 960px;
  margin: 0 auto 4em auto;
  text-align: center; }

.page-about-us h1.page-title, .page-about-us h2 {
  text-align: center; }
.page-about-us h2 {
  margin-bottom: .6em; }
.page-about-us .col {
  margin-bottom: 1.8em;
  vertical-align: top; }
  .page-about-us .col img {
    border-radius: 55px; }
  .page-about-us .col h3 a, .page-about-us .col ul.tabs li a a, ul.tabs li .page-about-us .col a a {
    color: #444444; }
.page-about-us .contributor-bio h2 {
  text-align: left;
  margin-bottom: 0; }
.page-about-us .contributor-bio header {
  border: none; }
  .page-about-us .contributor-bio header img {
    border-radius: 55px; }
.page-about-us .contributor-bio .video-link {
  font-size: 16px;
  text-align: center;
  margin-top: 1em; }
  .page-about-us .contributor-bio .video-link a {
    color: #444444; }
    .page-about-us .contributor-bio .video-link a:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 18px;
      height: 18px;
      background-size: contain;
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E"); }
@media all and (min-width: 1024px) {
  .page-about-us .contributor-bio header {
    width: 150px;
    float: left;
    padding: 40px 20px; }
  .page-about-us .contributor-bio .modal-content {
    margin-left: 180px; } }

.centered {
  text-align: center; }

.rr-resources-wrapper {
  padding: 0 12px; }
  @media all and (min-width: 768px) {
    .rr-resources-wrapper {
      padding: 0 38px; } }

.rr-resources-list {
  padding: 0;
  margin: 0; }

.rr-resource {
  background: #ffffff;
  border: 2px solid #BCBEC0;
  margin-bottom: 18px;
  padding: 22px;
  list-style: none; }
  @media all and (min-width: 768px) {
    .rr-resource {
      padding: 32px 40px; } }
  .rr-resource--icon {
    width: 70px;
    float: left;
    margin-right: 22px;
    margin-top: 12px; }
  .rr-resource--content {
    margin-left: 92px; }
    .rr-resource--content h2 {
      margin-top: 0; }
      .rr-resource--content h2.rr-red a {
        color: #F05A39; }
      .rr-resource--content h2.rr-blue a {
        color: #57C3C1; }
      .rr-resource--content h2.rr-green a {
        color: #C6C45A; }
      .rr-resource--content h2.rr-orange a {
        color: #F69345; }
    .rr-resource--content p:last-of-type {
      margin-bottom: 0; }

.page-howardcounty h1.page-title, .layout-account_page h1.page-title {
  text-align: center; }
.page-howardcounty .hc-logos, .layout-account_page .hc-logos {
  margin: 4em auto;
  text-align: center; }
  @media all and (min-width: 481px) {
    .page-howardcounty .hc-logos img, .layout-account_page .hc-logos img {
      display: inline-block;
      margin-right: -4px;
      padding: 0 40px;
      width: 50%; } }
@media all and (min-width: 481px) {
  .page-howardcounty.page-fwisd .hc-logos img, .layout-account_page.page-fwisd .hc-logos img {
    vertical-align: bottom; } }

@media all and (min-width: 1080px) {
  .page-research .research-downloads {
    margin: 2em -96px 3em -96px; } }
.page-research .research-downloads.two-cols {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap; }
.page-research .research-downloads .col {
  vertical-align: top;
  padding: 0 12px;
  margin-bottom: 22px;
  display: flex; }
  .page-research .research-downloads .col .inner {
    padding: 20px 20px 72px 20px;
    color: #2e2f30;
    border: 2px solid #54c4c2;
    position: relative; }
    .page-research .research-downloads .col .inner h3, .page-research .research-downloads .col .inner ul.tabs li a, ul.tabs li .page-research .research-downloads .col .inner a {
      margin-bottom: 1em; }
    .page-research .research-downloads .col .inner .button.button--full-width, .page-research .research-downloads .col .inner .button--full-width[type='reset'],
    .page-research .research-downloads .col .inner .button--full-width[type='submit'], .page-research .research-downloads .col .inner ul.main-menu > li.nav-learn-more a.button--full-width, ul.main-menu > li.nav-learn-more .page-research .research-downloads .col .inner a.button--full-width {
      position: absolute;
      bottom: 0;
      margin: 0;
      left: 0; }
    .page-research .research-downloads .col .inner.rr-blue {
      border-color: #54c4c2; }
      .page-research .research-downloads .col .inner.rr-blue h3, .page-research .research-downloads .col .inner.rr-blue ul.tabs li a, ul.tabs li .page-research .research-downloads .col .inner.rr-blue a {
        color: #54c4c2; }
      .page-research .research-downloads .col .inner.rr-blue .button.button--full-width, .page-research .research-downloads .col .inner.rr-blue .button--full-width[type='reset'],
      .page-research .research-downloads .col .inner.rr-blue .button--full-width[type='submit'], .page-research .research-downloads .col .inner.rr-blue ul.main-menu > li.nav-learn-more a.button--full-width, ul.main-menu > li.nav-learn-more .page-research .research-downloads .col .inner.rr-blue a.button--full-width {
        background: #54c4c2; }
    .page-research .research-downloads .col .inner.rr-red {
      border-color: #DF533C; }
      .page-research .research-downloads .col .inner.rr-red h3, .page-research .research-downloads .col .inner.rr-red ul.tabs li a, ul.tabs li .page-research .research-downloads .col .inner.rr-red a {
        color: #DF533C; }
      .page-research .research-downloads .col .inner.rr-red .button.button--full-width, .page-research .research-downloads .col .inner.rr-red .button--full-width[type='reset'],
      .page-research .research-downloads .col .inner.rr-red .button--full-width[type='submit'], .page-research .research-downloads .col .inner.rr-red ul.main-menu > li.nav-learn-more a.button--full-width, ul.main-menu > li.nav-learn-more .page-research .research-downloads .col .inner.rr-red a.button--full-width {
        background: #DF533C; }
    .page-research .research-downloads .col .inner.rr-green {
      border-color: #c7c35c; }
      .page-research .research-downloads .col .inner.rr-green h3, .page-research .research-downloads .col .inner.rr-green ul.tabs li a, ul.tabs li .page-research .research-downloads .col .inner.rr-green a {
        color: #c7c35c; }
      .page-research .research-downloads .col .inner.rr-green .button.button--full-width, .page-research .research-downloads .col .inner.rr-green .button--full-width[type='reset'],
      .page-research .research-downloads .col .inner.rr-green .button--full-width[type='submit'], .page-research .research-downloads .col .inner.rr-green ul.main-menu > li.nav-learn-more a.button--full-width, ul.main-menu > li.nav-learn-more .page-research .research-downloads .col .inner.rr-green a.button--full-width {
        background: #c7c35c; }
    .page-research .research-downloads .col .inner.rr-orange {
      border-color: #f79544; }
      .page-research .research-downloads .col .inner.rr-orange h3, .page-research .research-downloads .col .inner.rr-orange ul.tabs li a, ul.tabs li .page-research .research-downloads .col .inner.rr-orange a {
        color: #f79544; }
      .page-research .research-downloads .col .inner.rr-orange .button.button--full-width, .page-research .research-downloads .col .inner.rr-orange .button--full-width[type='reset'],
      .page-research .research-downloads .col .inner.rr-orange .button--full-width[type='submit'], .page-research .research-downloads .col .inner.rr-orange ul.main-menu > li.nav-learn-more a.button--full-width, ul.main-menu > li.nav-learn-more .page-research .research-downloads .col .inner.rr-orange a.button--full-width {
        background: #f79544; }

.page-blog-2017-09-18-learn-share-celebrate ol.styled-list {
  background: #f3f3f4;
  border-left: 4px solid #DF533C;
  margin: 2em 0;
  padding: 2em;
  list-style: none; }
  .page-blog-2017-09-18-learn-share-celebrate ol.styled-list li {
    list-style: none;
    margin-bottom: 1.6em; }
    .page-blog-2017-09-18-learn-share-celebrate ol.styled-list li img {
      width: 50px;
      height: auto;
      display: block;
      margin: 0 auto; }
    @media all and (min-width: 768px) {
      .page-blog-2017-09-18-learn-share-celebrate ol.styled-list li {
        position: relative;
        padding-left: 68px; }
        .page-blog-2017-09-18-learn-share-celebrate ol.styled-list li img {
          position: absolute;
          left: 0;
          top: 0; } }

.layout-library_page .library-logo {
  max-height: 88px;
  margin-left: 12px;
  margin-top: 4px;
  padding: 8px; }
  @media all and (min-width: 780px) {
    .layout-library_page .library-logo {
      border-left: 1px solid #888888; } }

iframe.partner-map {
  border: none; }

@media all and (min-width: 960px) {
  .page-modeled-moments .landing-page-row .wrapper {
    position: relative; }
  .page-modeled-moments .mm-product-screenshot {
    position: absolute;
    right: 0;
    top: 10px;
    width: 33%;
    max-width: 290px;
    z-index: 999; }
  .page-modeled-moments .white-bg .content, .page-modeled-moments .blue-bg .content {
    width: 50%;
    max-width: 408px;
    margin-left: 12%; }
  .page-modeled-moments .white-bg h2 {
    color: #f79544; }
  .page-modeled-moments .blue-bg {
    background: #54c4c2;
    color: #ffffff; } }
@media all and (min-width: 1024px) {
  .page-modeled-moments.no-sidebars .sample-videos > div, .page-modeled-moments .page-home .sample-videos > div {
    width: 33.333333%; } }
.page-modeled-moments .column-list-container {
  background-color: #eeeeef;
  margin-bottom: -42px; }
.page-modeled-moments .column-list {
  padding: 60px;
  max-width: 1024px; }
  .page-modeled-moments .column-list h3, .page-modeled-moments .column-list ul.tabs li a, ul.tabs li .page-modeled-moments .column-list a {
    color: #f79544;
    margin: 0; }
  .page-modeled-moments .column-list ul {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none; }

.page-data-communication .dashboard-intro {
  padding: 0 0 60px 0; }
  .page-data-communication .dashboard-intro h2 {
    color: #54c4c2; }
.page-data-communication .admin-dashboard {
  background: #efefef;
  padding: 60px 0; }
  .page-data-communication .admin-dashboard .wrapper {
    padding: 0 10px; }
  @media all and (min-width: 1024px) {
    .page-data-communication .admin-dashboard .inline-list ul {
      flex-wrap: nowrap; } }
.page-data-communication .iphone-chat {
  padding: 60px 0 0 0;
  text-align: center;
  background: #DF533C;
  color: #ffffff; }
  .page-data-communication .iphone-chat .pull-left {
    margin-top: 1em; }
  @media all and (min-width: 768px) {
    .page-data-communication .iphone-chat .pull-left {
      width: 50%;
      position: relative;
      top: 72px; }
    .page-data-communication .iphone-chat .pull-right {
      padding-left: 15px;
      width: 50%;
      padding: 0 85px 0 40px; } }
.page-data-communication .teacher-dashboard {
  background: #D95133;
  color: #ffffff;
  padding: 60px 0 0 0; }
  @media all and (min-width: 768px) {
    .page-data-communication .teacher-dashboard .pull-left {
      padding: 0 40px;
      width: 50%;
      margin: 0; }
    .page-data-communication .teacher-dashboard .pull-right {
      padding-left: 15px;
      width: 50%;
      position: relative;
      top: 72px; } }
.page-data-communication .conclusion {
  padding: 60px 0; }
  .page-data-communication .conclusion h3, .page-data-communication .conclusion ul.tabs li a, ul.tabs li .page-data-communication .conclusion a {
    margin-bottom: 0; }
.page-data-communication .site-footer {
  margin-top: 0; }

.page-research-answers .ra-intro {
  padding: 30px 0 60px 0;
  max-width: 1024px;
  margin: 0 auto; }
  .page-research-answers .ra-intro h2 {
    color: #54c4c2; }
.page-research-answers .sample-videos-container {
  background: #eeeeef;
  padding: 60px 0; }
  .page-research-answers .sample-videos-container .wrapper {
    max-width: 1024px !important; }
@media all and (min-width: 1024px) {
  .page-research-answers .inline-list ul {
    flex-wrap: nowrap; } }
.page-research-answers .full-width.red-bg {
  padding: 60px 0;
  margin-bottom: -42px; }
  .page-research-answers .full-width.red-bg a {
    color: #ffffff;
    text-decoration: underline; }
    .page-research-answers .full-width.red-bg a:hover {
      text-decoration: none; }
  .page-research-answers .full-width.red-bg .two-cols {
    max-width: 600px;
    margin: 40px auto; }
    .page-research-answers .full-width.red-bg .two-cols .col {
      vertical-align: top; }
    .page-research-answers .full-width.red-bg .two-cols ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .page-research-answers .full-width.red-bg .two-cols ul li {
        padding: 0;
        margin: 0; }

.landing-page-row {
  padding: 40px; }

.landing-page-row.red-bg {
  background: #DF533C;
  color: #ffffff; }

.page-professional-development .hero {
  margin-bottom: 18px; }

.pd-module img {
  float: right;
  max-width: 180px;
  margin: 0 0 12px 12px;
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3); }

.page-experience-readyrosie-for-yourself h1.page-title {
  display: none; }
.page-experience-readyrosie-for-yourself .video-wrapper {
  margin-bottom: 24px; }
.page-experience-readyrosie-for-yourself #lead-form h2 {
  color: #54c4c2;
  margin-top: 0; }
.page-experience-readyrosie-for-yourself #lead-form figure.side-photo {
  width: 40vw;
  background-image: url("https://s3-us-west-2.amazonaws.com/assets.readyrosie.com/jekyll-assets/images/landing-pages/mother-daughter.jpg"); }
@media all and (min-width: 767px) {
  .page-experience-readyrosie-for-yourself #lead-form .content-inner {
    width: 60vw;
    margin-right: -40vw; } }
.page-experience-readyrosie-for-yourself #lead-form .content-inner .color-red {
  color: #DF533C; }
.page-experience-readyrosie-for-yourself #lead-form form {
  padding-bottom: 40px; }
  @media all and (min-width: 767px) {
    .page-experience-readyrosie-for-yourself #lead-form form .two-cols {
      margin: 0 -30px; } }
  .page-experience-readyrosie-for-yourself #lead-form form .two-cols .col {
    vertical-align: top; }
    .page-experience-readyrosie-for-yourself #lead-form form .two-cols .col input:not([type=checkbox]) {
      max-width: 100%;
      width: 100%; }

.page-platform-demo h1.page-title {
  text-align: center; }

@media all and (max-width: 767px) {
  .layout-landing_page h1 {
    font-size: 18px; }
  .layout-landing_page h2, .layout-landing_page h3, .layout-landing_page ul.tabs li a, ul.tabs li .layout-landing_page a {
    margin: 2px 0;
    line-height: 1.2; }
  .layout-landing_page h2 {
    font-size: 16px; }
  .layout-landing_page h3, .layout-landing_page ul.tabs li a, ul.tabs li .layout-landing_page a {
    font-size: 12px; }
  .layout-landing_page .video-wrapper {
    margin-bottom: -6px; } }

#action-plan {
  counter-reset: section; }

#action-plan section::before {
  counter-increment: section;
  content: counter(section); }

#action-plan section {
  background: #eeeeef;
  padding: 12px 12px 12px 60px;
  position: relative;
  margin-bottom: 4px; }
  #action-plan section:nth-child(even) {
    background-color: #fbfbfb; }
  #action-plan section::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    padding: 8px 0;
    background: #7ad1d0;
    color: #ffffff;
    text-align: center;
    font-size: 21.2px; }
  #action-plan section h3, #action-plan section ul.tabs li a, ul.tabs li #action-plan section a {
    text-transform: none;
    margin-top: 0;
    color: #DF533C; }
  #action-plan section ul, #action-plan section p {
    margin-bottom: 0; }

.page-storm-prep {
  background: #dddede; }
  .page-storm-prep > header h1 {
    display: none; }
  .page-storm-prep .wrapper {
    max-width: 1060px; }
  .page-storm-prep .header {
    margin-bottom: 16px;
    background: #edeeee;
    padding: 30px; }
    .page-storm-prep .header #logo {
      text-align: center;
      margin-bottom: 16px; }
      .page-storm-prep .header #logo .site-title {
        float: none;
        text-align: center;
        padding: 0; }
        .page-storm-prep .header #logo .site-title img {
          width: 100%;
          max-width: 400px; }
    .page-storm-prep .header .alert-banner {
      background: #DF533C;
      color: #ffffff;
      padding: 12px; }
    @media all and (min-width: 840px) {
      .page-storm-prep .header #logo {
        width: 60%;
        float: left; }
        .page-storm-prep .header #logo .site-title {
          text-align: left; }
      .page-storm-prep .header .alert-banner {
        float: right;
        width: 40%;
        max-width: 280px;
        position: relative;
        top: -30px;
        border-radius: 0 0 10px 10px; } }
    .page-storm-prep .header h1 {
      font-size: 36px;
      letter-spacing: 0;
      clear: both; }
  .page-storm-prep ul.tabs {
    border-bottom: none;
    align-items: stretch;
    margin-bottom: 0;
    width: 100%; }
    @media all and (min-width: 768px) {
      .page-storm-prep ul.tabs {
        display: flex; } }
    .page-storm-prep ul.tabs li {
      text-align: center;
      margin-bottom: 3px;
      width: 100%; }
      @media all and (min-width: 768px) {
        .page-storm-prep ul.tabs li {
          display: flex;
          margin-right: 6px; } }
      .page-storm-prep ul.tabs li:last-of-type {
        margin-right: 0; }
      .page-storm-prep ul.tabs li a {
        display: block;
        border-bottom: 0;
        background: #979696;
        color: #ffffff;
        padding: 12px 12px 8px 12px;
        width: 100%; }
        .page-storm-prep ul.tabs li a:hover {
          background: #abaaaa; }
        .page-storm-prep ul.tabs li a.active {
          background: #DF533C;
          border-bottom: 0; }
          @media all and (min-width: 768px) {
            .page-storm-prep ul.tabs li a.active {
              border-bottom: 3px solid #DF533C;
              margin-bottom: -3px; } }
  .page-storm-prep #video-tabs {
    background: #ffffff;
    padding: 30px; }
    .page-storm-prep #video-tabs h2 {
      color: #DF533C; }
  .page-storm-prep .branding {
    margin-top: 24px;
    background: #ffffff;
    text-align: center; }
    .page-storm-prep .branding img {
      vertical-align: middle;
      margin: 0 8px; }

@media all and (max-width: 480px) {
  .page-readytexas .hero a.button.button--video, .page-readytexas .hero a.button--video[type='reset'],
  .page-readytexas .hero a.button--video[type='submit'], .page-readytexas .hero ul.main-menu > li.nav-learn-more a.button--video, ul.main-menu > li.nav-learn-more .page-readytexas .hero a.button--video, .page-readyworkshops .hero a.button.button--video, .page-readyworkshops .hero a.button--video[type='reset'],
  .page-readyworkshops .hero a.button--video[type='submit'], .page-readyworkshops .hero ul.main-menu > li.nav-learn-more a.button--video, ul.main-menu > li.nav-learn-more .page-readyworkshops .hero a.button--video {
    border-color: #2e2f30; } }

.page-readytexas-workshop h1.page-title,
.page-readyworkshop-workshops h1.page-title,
.page-readyworkshop-thanks h1.page-title {
  text-align: center; }

.page-readytexas-workshop .page-content .landing-page-row:first-of-type {
  padding-top: 0; }

.sample-video-row p.text-center {
  max-width: 600px;
  margin: 1em auto; }

@media all and (min-width: 481px) {
  #bonding-video-section .video-intro {
    width: 33.3333333%; }
  #bonding-video-section .bonding-video {
    width: 66.66666666%; } }

#contact-methods.three-cols {
  margin: 60px -30px; }
  #contact-methods.three-cols .col {
    vertical-align: middle; }
    #contact-methods.three-cols .col .sr-only {
      display: none; }
    #contact-methods.three-cols .col svg {
      float: left;
      max-width: 24px;
      margin-right: 8px; }
    #contact-methods.three-cols .col .content {
      float: left; }

body {
  overflow-x: hidden; }

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  position: relative;
  border-bottom: 1px solid #a0a1a4;
  background: #ffffff; }

.landing-page-logo {
  max-width: 220px;
  margin: 0 auto; }

.site-title {
  display: block;
  padding: 10px 0; }
  @media all and (min-width: 780px) {
    .site-title {
      text-align: left;
      float: left; } }
  .site-title img {
    max-width: 280px; }
  @media all and (max-width: 340px) {
    .site-title img {
      max-width: 200px; } }

.free-resource-header.wrapper {
  padding: 18px 0 0 0 !important; }
.free-resource-header .logos-left, .free-resource-header .logos-right {
  text-align: center; }
  .free-resource-header .logos-left img, .free-resource-header .logos-right img {
    width: 45%; }
    .free-resource-header .logos-left img.rr-logo, .free-resource-header .logos-right img.rr-logo {
      border-right: 1px solid #2e2f30;
      padding-right: 16px; }
    .free-resource-header .logos-left img.cc-logo, .free-resource-header .logos-right img.cc-logo {
      padding-left: 16px;
      position: relative;
      top: -3px; }
    .free-resource-header .logos-left img.ts-logo, .free-resource-header .logos-right img.ts-logo {
      margin-top: 10px;
      position: relative; }
@media all and (min-width: 768px) {
  .free-resource-header .logos-left, .free-resource-header .logos-right {
    max-width: 50%;
    text-align: right; }
  .free-resource-header .logos-left img.rr-logo {
    width: 168px; }
  .free-resource-header .logos-left img.cc-logo {
    width: 240px;
    top: -7px; }
  .free-resource-header .logos-right img.ts-logo {
    width: 176px;
    top: 7px;
    margin-top: 0; } }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1280px - (30px * 2));
  max-width: calc(1280px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(1280px - (30px));
      max-width: calc(1280px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

.no-sidebars:not(.full-width) .page-content > .wrapper,
.no-sidebars:not(.full-width) .page-header > .wrapper,
.no-sidebars:not(.full-width) .page-header.hero .wrapper {
  max-width: 912px; }
  @media all and (max-width: 911px) {
    .no-sidebars:not(.full-width) .page-content > .wrapper,
    .no-sidebars:not(.full-width) .page-header > .wrapper,
    .no-sidebars:not(.full-width) .page-header.hero .wrapper {
      width: 100%; } }

.wide-one-column .page-header > .wrapper,
.wide-one-column .page-content > .wrapper {
  max-width: 980px !important; }

.layout-post .page-content .wrapper,
.layout-post .page-header .wrapper {
  max-width: 912px; }

.icon-block {
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.2; }
  .icon-block svg {
    height: 100px;
    width: auto;
    display: block;
    margin: 0 auto 1em auto; }

ul.inline-links li {
  list-style: none;
  display: inline-block;
  margin-right: 12px; }
  ul.inline-links li.last-of-type {
    margin-right: 0; }

.off-canvas {
  position: absolute;
  top: -1000em; }

@media all and (max-width: 767px) {
  .two-cols-s .col {
    margin-right: -4px;
    display: inline-block;
    vertical-align: top;
    width: 50% !important;
    padding: 0 20px; } }
@media all and (min-width: 481px) {
  .two-cols .col, .four-cols .col, .five-cols .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    padding: 0 30px; }

  .five-cols .col {
    width: 33%; } }
@media all and (min-width: 768px) {
  .three-cols .col {
    display: inline-block;
    width: 33%;
    margin-right: -4px;
    padding: 0 30px; }

  .five-cols .col {
    width: 33%; } }
@media all and (min-width: 1024px) {
  .four-cols .col {
    width: 25%;
    margin-right: -4px; }

  .five-cols .col {
    width: 20%; } }
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site-nav {
  text-align: center;
  float: none;
  line-height: 56px;
  padding: 10px 0;
  margin-top: -1em; }
  @media all and (min-width: 768px) {
    .site-nav {
      margin-top: 0;
      float: right;
      text-align: left; } }
  .site-nav .menu-icon {
    display: none; }
  @media all and (max-width: 780px) {
    .site-nav {
      position: absolute;
      top: 32px;
      right: 15px;
      background-color: #6d6e71;
      border: 1px solid #6d6e71;
      border-radius: 5px;
      padding: 0;
      text-align: left;
      z-index: 999; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        line-height: 0;
        padding: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 28px;
          height: 28px; }
          .site-nav .menu-icon > svg path {
            fill: #ffffff; }
      .site-nav .trigger {
        clear: both;
        display: none;
        width: 310px;
        top: 62px; }
      .site-nav.active {
        background: #ffffff; }
        .site-nav.active svg path {
          fill: #6d6e71; }
        .site-nav.active .trigger {
          display: block;
          padding: 10px 0 5px 0;
          background: #ffffff; }
      .site-nav .trigger > ul > li {
        margin-bottom: 12px; }
        .site-nav .trigger > ul > li > a {
          margin-bottom: 8px; }
        .site-nav .trigger > ul > li li.nav-our-tools > a, .site-nav .trigger > ul > li li.nav-for-educators > a, .site-nav .trigger > ul > li li.nav-for-families > a {
          font-weight: bold; }
      .site-nav .trigger a {
        display: block;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        line-height: 1.2; } }

ul.main-menu > li > a {
  color: #6d6e71;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600; }
  ul.main-menu > li > a:hover {
    text-decoration: none;
    color: #DF533C; }
ul.main-menu > li.nav-learn-more a {
  margin-bottom: 0; }
ul.main-menu > li:not(:last-child) {
  margin-right: 20px; }
ul.main-menu > li > ul > li {
  display: block;
  list-style: none; }

@media all and (min-width: 781px) {
  .has-dropdown {
    position: relative; }
    .has-dropdown > ul {
      display: none;
      opacity: 0;
      -webkit-transition: opacity .2s ease-in;
      -moz-transition: opacity .2s ease-in;
      -o-transition: opacity .2s ease-in;
      -ms-transition: opacity .2s ease-in;
      transition: opacity .2s ease-in;
      position: absolute;
      left: -30px;
      background: #f9f9f9;
      margin: 0 auto;
      z-index: 9;
      margin-top: 22px;
      min-height: 180px;
      min-width: 254px;
      padding: 16px;
      box-shadow: 0px 6px 10px -2px rgba(85, 85, 85, 0.3); }
    .has-dropdown.nav-our-tools {
      position: static; }
      .has-dropdown.nav-our-tools > ul {
        width: 100%;
        width: 100vw;
        left: 0; }
    .has-dropdown.active > a {
      border-bottom: 2px solid #DF533C; }
    .has-dropdown.active > ul {
      display: block;
      opacity: 1; } }
.main-menu > li .subnav {
  list-style: none;
  margin-left: 0; }
  .main-menu > li .subnav li {
    display: block;
    float: none;
    line-height: 1.6;
    margin-bottom: 10px; }
    .main-menu > li .subnav li a {
      color: #444444; }

@media all and (min-width: 781px) {
  .main-menu > li.nav-our-tools > .subnav {
    float: left; }
    .main-menu > li.nav-our-tools > .subnav .wrapper {
      padding-top: 12px;
      padding-bottom: 24px; }
    .main-menu > li.nav-our-tools > .subnav > .wrapper > li {
      display: block;
      margin: 0; }
      .main-menu > li.nav-our-tools > .subnav > .wrapper > li > a {
        display: block;
        width: 100%;
        color: #444444;
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 4px; }
      .main-menu > li.nav-our-tools > .subnav > .wrapper > li.nav-our-tools {
        float: left;
        border-right: 1px solid #a0a1a4;
        width: 50%; }
        .main-menu > li.nav-our-tools > .subnav > .wrapper > li.nav-our-tools > a {
          display: none; }
        .main-menu > li.nav-our-tools > .subnav > .wrapper > li.nav-our-tools > ul {
          /* We first create a flex layout context */
          display: flex;
          /* Then we define the flow direction
             and if we allow the items to wrap
           * Remember this is the same as:
           * flex-direction: row;
           * flex-wrap: wrap;
           */
          flex-flow: row wrap;
          /* Then we define how is distributed the remaining space */
          justify-content: space-around; }
          .main-menu > li.nav-our-tools > .subnav > .wrapper > li.nav-our-tools > ul > li {
            width: 50%;
            margin: 0;
            padding: 12px;
            height: 144px;
            text-align: center; }
      .main-menu > li.nav-our-tools > .subnav > .wrapper > li:not(.nav-our-tools) {
        width: 50%;
        margin-left: 50%;
        padding-left: 30px;
        margin-bottom: 26px; }
        .main-menu > li.nav-our-tools > .subnav > .wrapper > li:not(.nav-our-tools) > ul {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          column-gap: 30px; } }
@media all and (min-width: 781px) {
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li a {
    display: block; }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li > a:before {
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    margin: 0 auto .4em auto; }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li.nav-modeled-moment-videos a:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 144 144' version='1.1' viewBox='0 0 144 144' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m71.3 135.4c-36 0-65.3-29.2-65.3-65.3s29.2-65.4 65.3-65.4 65.3 29.2 65.3 65.3-29.2 65.4-65.3 65.4zm0-129.1c-35.2 0-63.7 28.6-63.7 63.8s28.5 63.8 63.8 63.8 63.8-28.5 63.8-63.8c-0.1-35.2-28.7-63.7-63.9-63.8z' fill='%23444'/%3E%3Cpath d='m81.2 107.5c-0.3 0-0.6-0.3-0.6-0.6v-20.8c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v20.8c0 0.3-0.3 0.6-0.6 0.6zm22-0.6l-0.7-12.8v-9.9h1.2v9.9l0.7 12.7c0 0.3-0.2 0.6-0.5 0.6-0.4 0.1-0.7-0.2-0.7-0.5zm7.3 0.5c-0.3 0-0.6-0.3-0.6-0.6l0.7-12.8v-9.8h1.2v9.9l-0.7 12.8c0 0.3-0.3 0.5-0.6 0.5zm-75.3-0.5l-0.7-12.8v-9.3c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v9.3l0.7 12.7c0 0.3-0.2 0.6-0.5 0.6-0.4 0.1-0.7-0.2-0.7-0.5zm7.3 0.5c-0.3 0-0.6-0.3-0.6-0.6l0.7-12.8v-9.2c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v9.3l-0.7 12.8c0 0.3-0.3 0.5-0.6 0.5zm64.7 0c-0.3 0-0.6-0.3-0.6-0.6v-11.8c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v11.9c-0.1 0.3-0.3 0.5-0.6 0.5zm-68 0c-0.3 0-0.6-0.3-0.6-0.6v-12.4h1.2v12.5c0 0.3-0.3 0.5-0.6 0.5zm46.3-0.1c-0.3 0-0.6-0.3-0.6-0.6l1.3-19.9c0-0.3 0.3-0.6 0.6-0.6h4.4l-4.6-23.6 1.2-6.4c0.1-0.3 0.4-0.5 0.7-0.5 0.3 0.1 0.5 0.4 0.5 0.7l-1.2 6.2 4.6 23.7c0.1 0.5-0.2 1-0.7 1.1h-0.2-4.3l-1.3 19.4c0.2 0.3-0.1 0.5-0.4 0.5zm-9.2-0.5l-1.3-19.5h-3.2c-0.3 0-0.6-0.3-0.6-0.6s0.3-0.6 0.6-0.6h4.3l1.3 20.5c0 0.3-0.2 0.6-0.5 0.6-0.3 0.1-0.6-0.1-0.6-0.4zm-22.9 0.5c-0.3 0-0.6-0.2-0.6-0.6l-1.4-26.6-0.2 0.4-0.5-0.2c-0.3-0.1-0.5-0.5-0.3-0.8l2.7-5.7v-0.2l-4-1.9c-1.3-0.6-2.2-1.8-2.5-3.1l-2.4-10.9c-0.4-1.3-0.2-2.7 0.4-3.9 0.7-1.1 1.7-1.8 3-2.1l0.2-0.1c-1-0.3-1.9-0.9-2.5-1.7-0.8-1.6-1.3-3.3-1.4-5.1-0.1-2.7 2.3-4.2 4.5-4.4s4.8 0.7 5.3 3.3c0.3 1.8 0.2 3.5-0.2 5.3-0.3 0.6-0.7 1.2-1.2 1.6 2.2-0.5 4.2-0.9 6.8-1.3l3-2.5c-2-0.1-4 0-5.9 0.2-0.3 0-0.6-0.2-0.7-0.5s0.2-0.6 0.5-0.7c2.3-0.3 4.6-0.4 6.9-0.2h0.5l0.7-0.6 0.3 0.4c0.2 0.3 0.2 0.8-0.1 1l-4.8 3.9h-0.2c-4.3 0.7-7 1.3-11.1 2.3l-0.5 0.1c-0.9 0.2-1.7 0.7-2.2 1.5-0.4 0.9-0.5 2-0.2 3l2.4 10.9c0.2 1 0.9 1.9 1.9 2.3l4 1.9c0.3 0.1 0.5 0.4 0.6 0.6 0.1 0.4 0.1 0.8-0.1 1.1l-1.7 3.7h0.1v1.7l1.4 27c0.1 0.6-0.1 0.8-0.5 0.9zm-4.4-65.8h-0.6c-1.7 0.2-3.4 1.3-3.4 3.2 0.1 1.6 0.5 3.1 1.2 4.5 0.7 0.8 1.7 1.4 2.7 1.5 0.4 0 0.8 0 1.2-0.2 1-0.4 1.8-1.1 2.3-2 0.3-1.5 0.4-3.1 0.1-4.6-0.5-1.5-1.9-2.5-3.5-2.4zm18.5 65.8c-0.3 0-0.6-0.3-0.6-0.6l1.4-27.1v-23.3c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v23.3l-1.4 27.1c0 0.4-0.2 0.6-0.6 0.6zm-7 0c-0.3 0-0.6-0.3-0.6-0.6v-26c0-0.3 0.3-0.6 0.6-0.6s0.6 0.3 0.6 0.6v26c0 0.3-0.3 0.6-0.6 0.6zm-29.5-13.7l-0.3-6.1 0.5-6.3c0.2-2.4 4-3.6 7.7-3.7h-0.4c-1.2-0.2-2.3-1-3-2-0.6-1.4-0.8-2.9-0.7-4.4 0.2-2.3 2.4-3.3 4.4-3.3s4.2 1 4.4 3.3c0.1 1.5-0.1 3-0.7 4.4-0.7 1-1.7 1.7-2.9 2l-0.4 0.1c3.8 0 7.7 1.2 7.9 3.7l0.5 5.8-0.3 6.6c0 0.3-0.3 0.6-0.6 0.6s-0.6-0.3-0.6-0.6l0.3-6.6-0.5-5.8c-0.1-1.5-3.1-2.6-6.9-2.6s-6.8 1.1-6.9 2.6l-0.5 6.3 0.3 6c0 0.3-0.2 0.6-0.6 0.6-0.4-0.1-0.7-0.3-0.7-0.6zm8.1-24.7c-1.5 0-3 0.7-3.2 2.2-0.1 1.3 0.1 2.5 0.5 3.7 0.5 0.7 1.3 1.2 2.2 1.4 0.3 0.1 0.7 0.1 1 0 0.9-0.2 1.6-0.7 2.1-1.4 0.4-1.2 0.6-2.4 0.5-3.7 0-1.5-1.6-2.2-3.1-2.2zm75.8 25.3c-0.3 0-0.6-0.3-0.6-0.6l0.3-6.6-0.5-5.8c-0.1-1.5-3.1-2.6-6.9-2.6-3.5 0-6.2 1.1-6.7 2.6l-1.5 3.4h-0.9l-4.5-6.2 0.5-0.3-0.6 0.1-1.5-14-0.2-11.5c-0.2-1.7-1.3-3.2-2.8-4-3.5-2.1-9.5-2.5-13.8-0.8-0.3 0.1-0.6 0-0.8-0.3-0.1-0.3 0-0.6 0.3-0.8 4.6-1.8 11-1.4 14.8 1 1.9 1 3.2 2.9 3.4 5l0.2 11.5 1.5 13.6 3.8 5.2 1-2.1c0.7-2.4 4.4-3.3 7.4-3.4h-0.4c-1.2-0.2-2.3-1-3-2-0.6-1.4-0.8-2.9-0.7-4.4 0.2-2.3 2.4-3.3 4.4-3.3s4.2 1 4.4 3.3c0.1 1.5-0.1 3-0.7 4.4-0.7 1-1.7 1.7-2.9 2l-0.4 0.1c3.8 0 7.7 1.2 7.9 3.7l0.5 5.8-0.3 6.6c-0.1 0.2-0.4 0.4-0.7 0.4zm-7.7-25.3c-1.5 0-3 0.7-3.2 2.2-0.1 1.3 0.1 2.5 0.6 3.7 0.5 0.7 1.3 1.2 2.2 1.4 0.3 0.1 0.7 0.1 1 0 0.9-0.2 1.6-0.7 2.1-1.4 0.4-1.2 0.6-2.4 0.6-3.7-0.3-1.5-1.9-2.2-3.3-2.2zm-51.6 13.1c-0.3-0.2-0.4-0.5-0.2-0.8l4.7-8.5c0.5-0.8 0.5-2.3-0.5-2.9l-3.8-2-0.5-0.5-1.1-10.3c0-0.2 0-0.4 0.1-0.5l0.7-0.8c0.1-0.1 0.3-0.2 0.5-0.3l6.7-1.5 5.1-6.4 0.3-1 0.5 0.1s0.1-0.3 0.2-0.3 0.7 0.6 0.7 0.6c0.4 0.1 0.9 0.3 1.3 0.5 3 1.3 4.6 3.1 4.6 5.4l0.3 26.4c0 0.3-0.3 0.6-0.6 0.6s-0.6-0.3-0.6-0.6l-0.3-26.4c0-2.2-2.1-3.5-3.9-4.3-0.4-0.2-0.9-0.3-1.3-0.5l-5.3 6.7c-0.2 0.2-0.4 0.4-0.7 0.4l-6.5 1.5-0.5 0.6 1.2 9.5 0.1 0.1 3.6 1.9c1.4 1.1 1.8 3 0.9 4.5l-4.7 8.5c-0.3 0.3-0.7 0.4-1 0.3zm4.9-38.7c-0.3 0-0.7 0-1-0.1-1.8-0.4-3.3-1.5-4.3-3-0.9-1.6-1.2-5.4-1-6.8 0.3-3.4 3.5-4.9 6.3-4.9s6 1.5 6.3 4.9c0.1 1.5-0.2 5.3-1 6.8-1 1.5-2.5 2.6-4.2 3-0.4 0.1-0.8 0.1-1.1 0.1zm0-13.7c-2.4 0-4.9 1.2-5.1 3.9-0.1 2.1 0.2 4.2 0.9 6.2 0.8 1.2 2.1 2.1 3.5 2.4 0.5 0.1 1.1 0.1 1.6 0 1.4-0.3 2.6-1.2 3.4-2.4 0.7-1.2 1-4.7 0.9-6.2-0.3-2.8-2.9-4-5.2-3.9zm20.7 13.7c-0.3 0-0.7 0-1-0.1-1.8-0.4-3.3-1.5-4.3-3-0.9-1.6-1.2-5.4-1-6.8 0.3-3.4 3.5-4.9 6.3-5s6 1.5 6.3 4.9c0.1 1.5-0.2 5.3-1 6.8-1 1.5-2.5 2.6-4.2 3-0.4 0.1-0.7 0.2-1.1 0.2zm0-13.8c-2.4 0-4.9 1.2-5.1 3.9-0.1 1.5 0.2 5 0.9 6.2 0.8 1.2 2.1 2.1 3.5 2.4 0.5 0.1 1.1 0.1 1.6 0 1.4-0.3 2.6-1.2 3.4-2.4 0.7-1.2 1-4.7 0.9-6.2-0.3-2.7-2.8-3.9-5.2-3.9z' fill='%23444'/%3E%3Cpath d='m81.2 107.8c-0.5 0-0.9-0.4-0.9-0.9v-20.8c0-0.5 0.4-0.9 0.9-0.9s0.9 0.4 0.9 0.9v20.8c0 0.5-0.4 0.9-0.9 0.9zm0-22c-0.2 0-0.3 0.1-0.3 0.3v20.8c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3v-20.8c0-0.2-0.1-0.3-0.3-0.3zm-45.4 21.9c-0.2 0-0.4-0.1-0.6-0.2-0.2-0.2-0.3-0.4-0.3-0.6l-0.7-12.8v-9.3c0-0.5 0.4-0.9 0.9-0.9s0.9 0.4 0.9 0.9v9.3l0.7 12.7c0 0.5-0.4 0.9-0.9 0.9zm-0.4-0.8c0 0.1 0 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1s0.2-0.1 0.2-0.2c0.1-0.1 0.1-0.1 0.1-0.2l-0.7-12.7v-9.3c0-0.1 0-0.2-0.1-0.2-0.1-0.1-0.1-0.1-0.2-0.1-0.2 0-0.3 0.1-0.3 0.3v9.3l0.7 12.8zm68.4 0.8c-0.2 0-0.4-0.1-0.6-0.2-0.2-0.2-0.3-0.4-0.3-0.6l-0.7-12.8v-10.2h1.8v10.2l0.7 12.7c0 0.5-0.3 0.9-0.8 0.9h-0.1zm-0.3-0.8c0 0.1 0 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0 0.3-0.2 0.3-0.3l-0.7-12.7v-9.6h-0.6v9.6l0.7 12.7zm7 0.8c-0.5 0-0.9-0.4-0.9-0.9l0.7-12.8v-10.1h1.8v10.2l-0.7 12.8c0 0.4-0.4 0.8-0.9 0.8zm0.4-23.2v9.5l-0.7 12.8c0 0.2 0.1 0.3 0.3 0.3 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2l0.7-12.8v-9.5h-0.6zm-68.4 23.2c-0.5 0-0.9-0.4-0.8-0.9l0.6-12.8v-9.2c0-0.5 0.4-0.9 0.9-0.9s0.9 0.4 0.9 0.9v9.3l-0.7 12.8c0 0.5-0.4 0.8-0.9 0.8zm0.7-23.2c-0.2 0-0.3 0.1-0.3 0.3v9.2l-0.7 12.8c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3l0.7-12.8v-9.2c0-0.2-0.1-0.3-0.3-0.3zm64 23.2c-0.5 0-0.9-0.4-0.9-0.9v-11.8c-0.1-0.5 0.2-0.9 0.7-1s0.9 0.2 1 0.7v0.3 11.9c0 0.4-0.4 0.8-0.8 0.8zm0-13c-0.2 0-0.3 0.1-0.3 0.3v11.9c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3v-11.9c0-0.2-0.1-0.3-0.3-0.3v0zm-68 13c-0.5 0-0.9-0.4-0.9-0.9v-12.7h1.7v12.8c0 0.4-0.4 0.8-0.8 0.8zm-0.4-13v12.2c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3v-12.3l-0.6 0.1zm38 12.9c-0.5 0-0.8-0.4-0.9-0.8l-1.2-19.2h-2.9c-0.5 0-0.9-0.4-0.9-0.9 0-0.2 0.1-0.5 0.2-0.6 0.2-0.2 0.4-0.3 0.6-0.3h4.6v0.3l1.3 20.5c0.2 0.5-0.2 1-0.8 1 0.1 0 0.1 0 0 0zm-1.5-20.6v0.3l1.3 19.4c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3l-1.3-20.3h-4c-0.2 0-0.3 0.1-0.3 0.3s0.1 0.3 0.3 0.3h3.4zm10.2 20.5c-0.5 0-0.9-0.5-0.9-0.9l1.4-19.9c0-0.5 0.4-0.9 0.9-0.9h4.1l-4.6-23.3 1.3-6.4c0.1-0.5 0.5-0.8 1-0.7s0.8 0.5 0.7 1l-1.2 6.1 4.6 23.6c0.1 0.6-0.3 1.3-0.9 1.4h-0.2-4l-1.3 19.2c-0.1 0.5-0.4 0.9-0.9 0.8zm1.4-21.1c-0.2 0-0.3 0.1-0.3 0.3l-1.3 19.9c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3l1.2-19.6h4.5c0.3 0 0.6-0.3 0.6-0.6v-0.1l-4.6-23.7 1.2-6.2v-0.2c0-0.1-0.1-0.1-0.2-0.1-0.2 0-0.3 0.1-0.4 0.2l-1.2 6.2 4.7 23.9h-4.8zm-33.5 21.1c-0.5 0-0.9-0.4-0.9-0.8l-1.3-25.9-0.5-0.3c-0.5-0.2-0.7-0.8-0.5-1.2l2.6-5.6-3.8-1.7c-1.4-0.6-2.3-1.9-2.7-3.3l-2.4-10.9c-0.4-1.4-0.2-2.8 0.4-4.1 0.6-1 1.5-1.7 2.6-2-0.8-0.4-1.4-0.9-1.9-1.6-0.9-1.6-1.3-3.4-1.4-5.3-0.1-2.8 2.4-4.4 4.7-4.7s5 0.7 5.7 3.5v0.1c0.3 1.8 0.3 3.7-0.2 5.5-0.2 0.4-0.4 0.7-0.6 1 2-0.4 3.8-0.8 5.9-1.1l2.3-1.9c-1.7 0-3.4 0-5.1 0.3-0.5 0.1-0.9-0.2-1-0.7 0-0.2 0-0.5 0.2-0.7 0.1-0.2 0.3-0.3 0.6-0.3 2.3-0.3 4.7-0.4 7-0.2h0.4l0.9-0.7 0.5 0.6c0.3 0.4 0.3 1-0.1 1.4l-4.8 4h-0.2c-4.3 0.7-7 1.3-11.1 2.3l-0.5 0.1c-0.9 0.1-1.6 0.6-2.1 1.4-0.4 0.9-0.5 1.9-0.2 2.8l2.4 10.9c0.2 1 0.8 1.8 1.7 2.2l4 1.9c0.4 0.2 0.6 0.4 0.8 0.8s0.1 0.9-0.1 1.3l-1.6 3.4v1.9l1.4 27c-0.2 0.2-0.6 0.6-1.1 0.6zm-1.7-28.5l1.4 27.7c0 0.1 0 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0 0.3-0.2 0.3-0.3l-1.4-27v-1.5h-0.3l1.9-4c0.2-0.3 0.2-0.6 0.1-0.9-0.1-0.2-0.3-0.4-0.5-0.5l-4-1.9c-1-0.5-1.8-1.4-2-2.5l-2.4-10.9c-0.3-1.1-0.2-2.2 0.3-3.2 0.5-0.9 1.4-1.5 2.4-1.7l0.5-0.1c4.1-1 6.8-1.7 11.1-2.3h0.1l4.7-3.9c0.2-0.2 0.2-0.4 0.1-0.6l-0.1-0.2-0.6 0.5h-0.6c-2.3-0.2-4.6-0.1-6.8 0.2-0.1 0-0.2 0.1-0.2 0.1-0.1 0.1-0.1 0.2-0.1 0.2 0 0.2 0.2 0.3 0.3 0.2 2-0.3 4-0.4 6-0.2h0.7l-3.6 3h-0.1c-2.4 0.4-4.5 0.8-6.8 1.3l-1.1 0.2 0.8-0.7c0.5-0.4 0.9-0.9 1.1-1.5 0.4-1.7 0.5-3.4 0.2-5.1-0.5-2.4-3-3.3-5-3s-4.3 1.6-4.2 4.1c0.1 1.7 0.6 3.4 1.3 5 0.6 0.8 1.5 1.4 2.4 1.6l1 0.3-1.2 0.3c-1.2 0.2-2.2 0.8-2.9 1.8-0.6 1.1-0.7 2.4-0.3 3.7l2.4 10.9c0.3 1.3 1.1 2.4 2.3 3l4.2 1.9v0.1c0 0.1 0 0.3-0.1 0.4l-2.7 5.7c-0.1 0.2 0 0.4 0.2 0.5l0.2 0.1 0.7-1.1zm15.9 28.6c-0.5 0-0.9-0.4-0.8-0.9l1.2-27.1v-23.3c0-0.5 0.4-0.9 0.9-0.9s0.9 0.4 0.9 0.9v23.3l-1.4 27.1c0 0.5-0.4 0.9-0.8 0.9zm1.3-51.6c-0.2 0-0.3 0.1-0.3 0.3v23.3l-1.4 27.1c0 0.1 0 0.2 0.1 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 0 0.3-0.1 0.3-0.3l1.4-27.1v-23.3c0-0.2-0.1-0.3-0.3-0.3zm-8.4 51.6c-0.5 0-0.9-0.4-0.9-0.9v-26c0-0.5 0.4-0.9 0.9-0.9s0.9 0.4 0.9 0.9v26c-0.1 0.5-0.4 0.9-0.9 0.9zm0-27.2c-0.2 0-0.3 0.1-0.3 0.3v26c0 0.2 0.1 0.3 0.3 0.3s0.3-0.1 0.3-0.3v-26c0-0.2-0.2-0.3-0.3-0.3zm-29 14.1c-0.5 0-0.9-0.4-0.9-0.8l-0.3-6.1 0.5-6.4c0.2-2.4 3.2-3.5 6.3-3.8-0.8-0.4-1.5-1-2-1.7-0.6-1.4-0.8-3-0.7-4.6 0.2-2.4 2.6-3.6 4.7-3.6s4.4 1.1 4.7 3.6c0.1 1.6-0.1 3.1-0.7 4.6-0.5 0.7-1.1 1.3-1.9 1.7 3.2 0.3 6.3 1.4 6.5 3.8l0.5 5.9-0.3 6.7c0 0.5-0.4 0.9-0.9 0.8-0.5 0-0.9-0.4-0.8-0.9l0.3-6.6-0.5-5.7c-0.1-1.1-2.6-2.3-6.6-2.3-3.8 0-6.5 1.2-6.6 2.3l-0.5 6.3 0.3 6c-0.2 0.3-0.5 0.7-1.1 0.8zm-0.3-0.9c0 0.2 0.1 0.3 0.3 0.3 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2l-0.3-6 0.5-6.3c0.1-1.6 3.2-2.8 7.2-2.8s7 1.2 7.2 2.8l0.5 5.7-0.3 6.6c0 0.2 0.1 0.3 0.3 0.3 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2l0.3-6.6-0.5-5.8c-0.2-2.3-4-3.4-7.6-3.4v-0.6l0.4-0.1c1.1-0.2 2.1-0.9 2.7-1.8 0.5-1.4 0.8-2.9 0.6-4.3-0.2-2-2.2-3-4.1-3s-3.9 1-4.1 3c-0.1 1.4 0.1 2.9 0.7 4.2 0.7 1 1.7 1.6 2.8 1.9h0.4v0.6c-3.6 0.1-7.3 1.1-7.4 3.4l-0.5 6.3 0.3 6.2zm83.7 0.9c-0.5 0-0.9-0.4-0.8-0.9l0.3-6.6-0.5-5.7c-0.1-1.1-2.6-2.3-6.6-2.3-3.3 0-6 1-6.4 2.4l-1.6 3.5h-1.3l-4.7-6.5v-0.1l-1.6-14-0.2-11.5c-0.2-1.6-1.2-3-2.7-3.8-3.4-2-9.3-2.4-13.5-0.8-0.4 0.2-0.9 0-1.1-0.5-0.1-0.2-0.1-0.5 0-0.7s0.3-0.4 0.5-0.5c4.7-1.8 11.2-1.4 15.1 1 2 1 3.3 3 3.5 5.2l0.2 11.5 1.5 13.4h0.2l-0.2 0.2 3.4 4.7 0.8-1.7c0.6-2.1 3.3-3.1 6.1-3.5-0.8-0.4-1.5-1-2-1.7-0.6-1.4-0.8-3-0.7-4.6 0.2-2.4 2.6-3.6 4.7-3.6s4.4 1.1 4.7 3.6c0.1 1.6-0.1 3.1-0.7 4.6-0.5 0.7-1.1 1.3-1.9 1.7 3.2 0.3 6.3 1.4 6.5 3.8l0.5 5.8-0.3 6.7c-0.3 0.5-0.7 0.9-1.2 0.9zm0-0.6c0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2l0.3-6.6-0.5-5.8c-0.2-2.3-4-3.4-7.6-3.4v-0.6l0.4-0.1c1.1-0.2 2.1-0.9 2.7-1.8 0.5-1.3 0.8-2.8 0.7-4.2-0.2-2.1-2.3-3-4.1-3s-3.9 0.9-4.1 3c-0.1 1.4 0.1 2.9 0.7 4.2 0.7 1 1.7 1.6 2.8 1.9h0.4v0.6c-2.9 0.1-6.5 0.9-7.2 3.2l-1.2 2.6-4-5.5-0.5 0.4 4.3 5.9h0.5l1.4-3.1c0.5-1.7 3.3-2.8 7-2.8 4 0 7.1 1.2 7.2 2.8l0.6 5.7-0.3 6.6c0 0.1 0.1 0.2 0.2 0.3zm-33.7-47.3c2.8-0.1 5.5 0.6 8 1.9 1.6 0.8 2.7 2.4 2.9 4.2l0.2 11.5 1.5 13.6 0.6-0.1-1.6-13.5-0.2-11.5c-0.2-2-1.4-3.8-3.2-4.7-3.7-2.3-10-2.7-14.6-0.9-0.1 0-0.1 0.1-0.2 0.2v0.2c0.1 0.2 0.2 0.2 0.4 0.2 2-0.8 4.1-1.2 6.2-1.1zm-25.3 35.7c-0.2 0-0.3 0-0.4-0.1-0.5-0.2-0.6-0.8-0.4-1.2l4.7-8.5c0.4-0.7 0.5-2-0.3-2.6l-3.8-2.1-0.5-0.5-1.3-10.3c0-0.3 0-0.5 0.2-0.7l0.7-0.8c0.2-0.2 0.4-0.3 0.6-0.4l6.6-1.5 5-6.3 0.3-1.3 0.3 0.1 0.3 0.1c0.1-0.2 0.3-0.2 0.3-0.2 0.3 0 0.7 0.3 0.9 0.6 0.4 0.1 0.8 0.3 1.2 0.5 3.1 1.3 4.8 3.3 4.8 5.6l0.3 26.4c0 0.5-0.4 0.9-0.9 0.9s-0.9-0.4-0.9-0.9l-0.3-26.4c0-2-2-3.3-3.7-4-0.4-0.2-0.7-0.3-1.1-0.4l-5.2 6.5c-0.2 0.3-0.5 0.5-0.9 0.5l-6.4 1.5-0.3 0.4 1.2 9.3 3.5 1.9c1.6 1.1 2 3.3 1 4.9l-4.7 8.5c-0.1 0.2-0.3 0.4-0.5 0.4-0.1 0.1-0.2 0.1-0.3 0.1zm0.2-14.9l3.7 2c1.2 0.7 1.1 2.4 0.6 3.3l-4.7 8.5v0.2c0 0.1 0.1 0.1 0.2 0.2s0.3 0 0.4-0.1l4.7-8.5c0.8-1.4 0.5-3.2-0.8-4.2l-3.7-1.8-0.2-0.2-1.2-9.8 0.6-0.7 6.7-1.5c0.2-0.1 0.4-0.2 0.5-0.3l5.5-6.8 0.2 0.1c0.5 0.2 0.9 0.3 1.4 0.5 1.8 0.8 4.1 2.2 4.1 4.5l0.3 26.4c0 0.2 0.1 0.3 0.3 0.3 0.1 0 0.2 0 0.2-0.1 0.1-0.1 0.1-0.1 0.1-0.2l-0.3-26.4c0-2.1-1.6-3.9-4.4-5.1-0.4-0.2-0.8-0.3-1.2-0.5h-0.1l-0.3-0.2c-0.1-0.2-0.3-0.3-0.4-0.4l-0.1 0.1-0.1 0.2-0.2-0.1h-0.2l-0.2 0.9-5.2 6.5h-0.1l-6.7 1.5c-0.1 0-0.2 0.1-0.3 0.2l-0.7 0.8c-0.1 0.1-0.1 0.2-0.1 0.3l1.3 10 0.4 0.4zm-17 9.2c-1.2 0-2.2-0.6-2.8-1.6-0.5-1.2-0.7-2.6-0.6-3.9 0.2-1.7 1.9-2.5 3.5-2.5s3.3 0.8 3.5 2.5c0.1 1.3-0.1 2.6-0.6 3.9-0.5 0.8-1.4 1.3-2.3 1.6h-0.7zm0-7.4c-1.3 0-2.8 0.6-2.9 2-0.1 1.2 0.1 2.4 0.5 3.5 0.5 0.7 1.2 1.1 2 1.3 0.3 0.1 0.6 0.1 0.9 0 0.8-0.2 1.5-0.6 1.9-1.3 0.4-1.1 0.6-2.4 0.5-3.6-0.1-1.3-1.5-1.9-2.9-1.9zm68 7.4c-1.1 0-2.2-0.6-2.8-1.6-0.5-1.2-0.7-2.6-0.6-3.9 0.2-1.7 1.9-2.5 3.5-2.5s3.3 0.8 3.5 2.5c0.1 1.3-0.1 2.6-0.6 3.9-0.5 0.8-1.4 1.3-2.3 1.6h-0.7zm0-7.4c-1.3 0-2.8 0.6-2.9 2-0.1 1.2 0.1 2.4 0.5 3.5 0.5 0.7 1.2 1.1 2 1.3 0.3 0.1 0.6 0.1 0.9 0 0.8-0.2 1.5-0.6 1.9-1.3 0.4-1.1 0.6-2.3 0.5-3.5-0.1-1.4-1.5-2-2.9-2zm-57.9-18.2h-0.3c-1.2-0.1-2.3-0.7-3-1.6-0.7-1.4-1.1-3-1.2-4.6 0-2.1 1.8-3.3 3.7-3.5h0.6c1.7-0.2 3.3 0.9 3.7 2.6 0.3 1.6 0.2 3.2-0.1 4.8-0.5 1-1.4 1.8-2.4 2.2-0.4 0.1-0.7 0.1-1 0.1zm-0.2-9.2h-0.6c-1.6 0.2-3.2 1.2-3.1 2.9 0.1 1.5 0.5 3 1.1 4.3 0.6 0.8 1.6 1.3 2.6 1.4 0.3 0 0.7 0 1-0.1 0.9-0.3 1.7-1 2.1-1.9 0.3-1.5 0.4-3 0.1-4.5-0.4-1.3-1.8-2.2-3.2-2.1zm32.1 1.8c-0.3 0-0.7 0-1-0.1-1.9-0.4-3.5-1.6-4.5-3.2-0.9-1.6-1.2-5.5-1.1-7 0.3-3.6 3.7-5.2 6.6-5.2 3 0 6.3 1.6 6.6 5.2 0.1 1.5-0.2 5.4-1.1 7-1 1.6-2.6 2.7-4.4 3.2-0.3 0-0.6 0-1.1 0.1zm0-15c-2.7 0-5.7 1.5-6 4.7-0.1 1.5 0.2 5.2 1 6.7 0.9 1.5 2.4 2.5 4.1 2.9 0.7 0.1 1.3 0.1 2 0 1.7-0.4 3.1-1.4 4-2.9 0.8-1.5 1.1-5.2 1-6.7-0.3-3.2-3.3-4.7-6.1-4.7zm-20.6 15c-0.3 0-0.7 0-1-0.1-1.9-0.4-3.5-1.6-4.5-3.2-0.9-1.6-1.2-5.5-1-7 0.3-3.6 3.7-5.2 6.6-5.2s6.2 1.6 6.6 5v0.2c0.1 1.5-0.2 5.4-1.1 7-1 1.6-2.6 2.7-4.4 3.2-0.5 0-0.8 0-1.2 0.1zm0-15c-2.7 0-5.7 1.5-6 4.7-0.1 1.5 0.2 5.2 1 6.7 0.9 1.5 2.4 2.5 4.1 2.9 0.7 0.1 1.3 0.1 2 0 1.7-0.4 3.1-1.4 4-2.9 0.8-1.4 1.1-5.1 1-6.6v-0.1c-0.4-3.2-3.4-4.7-6.1-4.7zm0 13.8c-0.3 0-0.5 0-0.8-0.1-1.5-0.4-2.8-1.3-3.6-2.6-0.7-1.3-1-4.8-0.9-6.3 0.3-2.9 2.9-4.1 5.4-4.1s5.2 1.3 5.4 4.1c0.1 1.5-0.2 5.1-0.9 6.3-0.8 1.3-2.1 2.2-3.6 2.6-0.4 0-0.7 0.1-1 0.1zm0-12.6c-2.2 0-4.6 1.1-4.8 3.6-0.1 2 0.2 4.1 0.8 6 0.8 1.2 1.9 2 3.3 2.3 0.5 0.1 1 0.1 1.5 0 1.3-0.3 2.5-1.1 3.2-2.3 0.7-1.9 1-4 0.8-6-0.2-2.4-2.6-3.6-4.8-3.6zm20.7 12.6c-0.3 0-0.5 0-0.8-0.1-1.5-0.3-2.8-1.3-3.7-2.6-0.7-1.3-1.1-4.8-0.9-6.3 0.3-2.9 2.9-4.1 5.4-4.1s5.2 1.3 5.4 4.1c0.1 1.5-0.2 5.1-0.9 6.3-0.8 1.3-2.1 2.2-3.6 2.6-0.3 0-0.6 0.1-0.9 0.1zm0-12.6c-2.2 0-4.6 1.1-4.8 3.6-0.1 2 0.2 4.1 0.8 6 0.8 1.2 1.9 2 3.3 2.3 0.5 0.1 1 0.1 1.5 0 1.3-0.3 2.5-1.1 3.2-2.3 0.7-1.9 1-4 0.8-6-0.2-2.4-2.6-3.6-4.8-3.6z' fill='%23444'/%3E%3C/svg%3E"); }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li.nav-research-answer-videos a:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 144 144' version='1.1' viewBox='0 0 144 144' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m73 135.4c-36.1 0-65.3-29.2-65.3-65.3-0.1-36.1 29.2-65.4 65.3-65.4s65.3 29.2 65.3 65.3-29.2 65.4-65.3 65.4zm0-129.1c-35.2 0-63.8 28.6-63.8 63.8s28.5 63.8 63.8 63.8 63.8-28.5 63.8-63.8c-0.1-35.2-28.6-63.7-63.8-63.8z' fill='%23444'/%3E%3Cpath d='m94.9 100.4h-8c-0.6 0-1 0.4-1 1s0.4 1 1 1h8c0.6 0 1-0.4 1-1s-0.4-1-1-1z' fill='%23444'/%3E%3Cpath d='m108.5 107c-0.1-0.2-4.8-18.3-17.5-28.3 5.2-4.9 8.1-11.8 8.1-18.9 1.3-6.7 0.8-13.6-1.5-20-1.1-3.1-3.7-5.9-7.6-8.4-10.6-6.7-24.1-6.7-34.6 0-3.9 2.5-6.5 5.3-7.6 8.4-2.3 6.4-2.8 13.3-1.5 20 0 7.1 3 14 8.2 18.9-12.7 10-17.4 28-17.5 28.3-0.1 0.5 0.2 1.1 0.7 1.2h0.2c0.5 0 0.9-0.3 1-0.8 0.1-0.2 4.6-17.5 16.6-27.1l10.2 27.2 0.1 0.1c0 0.1 0.1 0.3 0.2 0.3l0.1 0.1c0.2 0.1 0.3 0.1 0.5 0.2h12.2c0.2 0 0.4-0.1 0.5-0.2l0.1-0.1c0.1-0.1 0.2-0.2 0.2-0.3l0.1-0.1 10.2-27.2c12 9.6 16.5 26.8 16.6 27.1 0.1 0.5 0.7 0.9 1.2 0.7 0.6 0 0.9-0.6 0.8-1.1zm-58.9-66.5c1-2.6 3.3-5.1 6.8-7.4 9.9-6.3 22.6-6.3 32.5 0 3.6 2.3 5.9 4.8 6.8 7.4 2 5.5 2.6 11.5 1.7 17.3l-0.5-0.5-0.3-0.3-1.2-1.1-0.2-0.2-1.7-1.6-0.3-0.3-1.5-1.4-0.5-0.4-1.4-1.3-0.5-0.5-1.4-1.4-0.4-0.3-1.7-1.6c-0.2-0.1-0.4-0.2-0.6-0.2h-0.1-0.3l-12.2 3.3-12.2-3.4c-0.4-0.1-0.7 0-1 0.2l-1.5 1.5-0.9 0.9-0.8 0.7-1.1 1.1-0.6 0.6-1.2 1.1-0.5 0.5-1.2 1.1-0.1 0.1-2 1.9-0.7 0.7-0.5 0.5-0.4 0.4c-0.9-5.9-0.3-11.8 1.7-17.4zm-1.4 19.6l0.5-0.4 0.1-0.1 0.7-0.6 0.1-0.1 0.8-0.7 0.3-0.2 1-0.9 0.3-0.2c0.9-0.8 2-1.9 3.3-3.1l0.4-0.4 1.8-1.8 0.4-0.4 2.6-2.5 11.9 3.3h0.5l11.9-3.3 2.6 2.5 0.6 0.5 1.7 1.6 0.6 0.5 1.6 1.5 0.2 0.2 1.4 1.3 0.4 0.4 0.8 0.7 0.4 0.3 0.6 0.6 0.2 0.2 0.6 0.6 0.2 0.2 0.3 0.3 0.1 0.1c-0.4 13.5-11.7 24.1-25.2 23.8-12.9-0.5-23.3-10.9-23.7-23.9zm18 43.6l-8.3-22c3.1 2.1 6.6 3.5 10.3 4.1-2.5 2.3-2.6 6.2-0.2 8.7l0.1 0.1-1.9 9.1zm1.6 2.5l2.5-11.8c0.1-0.4 0-0.8-0.3-1-1.8-1.5-2.1-4.2-0.6-6 0.6-0.7 1.4-1.2 2.3-1.4 0.3 0 0.7 0.1 1 0.1s0.7 0 1-0.1c2.3 0.6 3.7 2.8 3.1 5.1-0.2 0.9-0.7 1.7-1.4 2.3-0.3 0.2-0.4 0.6-0.3 1l2.5 11.8h-9.8zm11.2-2.5l-1.9-9.1c2.4-2.4 2.4-6.3 0-8.7l-0.1-0.1c3.7-0.6 7.2-2 10.3-4.1l-8.3 22z' fill='%23444'/%3E%3Cpath d='m66.3 67.3c2.2 0 4.1-1.8 4.1-4.1v-0.9c0.1-1.2 1.2-2.2 2.4-2.1 1.1 0.1 2 1 2.1 2.1v0.9c0 2.2 1.8 4.1 4.1 4.1h8.4c2.2 0 4.1-1.8 4.1-4.1v-4.2c0-2.2-1.8-4.1-4-4.1h-8.5c-2.1 0-3.8 1.7-4 3.8-1.4-0.9-3.2-0.9-4.6 0-0.2-2.1-1.9-3.7-4-3.8h-8.5c-2.2 0-4.1 1.8-4.1 4.1v4.2c0 2.2 1.8 4.1 4.1 4.1h8.4zm10.6-8.2c0-1.1 0.9-2.1 2-2.1h0.1 8.4c1.1 0 2.1 0.9 2.1 2.1v4.2c0 1.1-0.9 2.1-2.1 2.1h-8.4c-1.1 0-2.1-0.9-2.1-2.1v-4.2zm-21.1 4.2v-4.2c0-1.1 0.9-2.1 2-2.1h8.4c1.1 0 2.1 0.9 2.1 2.1v4.2c0 1.1-0.9 2.1-2.1 2.1h-8.4c-1-0.1-2-1-2-2.1z' fill='%23444'/%3E%3C/svg%3E"); }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li.nav-data-communication a:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 144 144' version='1.1' viewBox='0 0 144 144' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m73.2 136c-36.1 0-65.3-29.3-65.3-65.3s29.2-65.4 65.3-65.4 65.3 29.3 65.3 65.3c0 36.1-29.2 65.4-65.3 65.4zm0-129c-35.2 0-63.8 28.5-63.8 63.8s28.5 63.8 63.8 63.8 63.8-28.5 63.8-63.8c-0.1-35.2-28.6-63.8-63.8-63.8z' fill='%23444'/%3E%3Cpath d='m114.3 42h-54.4c-3.6 0-6.5 2.9-6.5 6.5v16.4h-21.7c-3.6 0-6.5 2.9-6.5 6.5v17.2c0 3.6 2.9 6.4 6.5 6.4h5.3l15.2 12.1v-12.1h24.6c3.6 0 6.5-2.9 6.5-6.5v-7.1h10.4l0.1 12.1 15.2-12.1h5.3c3.6 0 6.5-2.9 6.5-6.5v-26.4c0-3.6-2.9-6.5-6.5-6.5zm-18.6 47.7v-10.1h-12.3v-8.2c0-3.6-2.9-6.5-6.5-6.5h-21.7v-16.4c0-2.6 2.1-4.6 4.6-4.6h54.5c2.6 0 4.7 2.1 4.7 4.6v26.5c0 2.6-2.1 4.6-4.6 4.6h-6l-12.7 10.1zm-45.3 3.5v10.2l-12.7-10.2h-6c-2.6 0-4.6-2.1-4.7-4.6v-17.2c0-2.6 2.1-4.6 4.6-4.6h21.7v8.2c0 3.6 2.9 6.5 6.5 6.5h21.7v7.1c0 2.6-2.1 4.6-4.6 4.6h-26.5zm31.1-13.6h-21.6c-2.6 0-4.6-2.1-4.6-4.6v-8.2h21.7c2.6 0 4.6 2.1 4.6 4.6l-0.1 8.2z' fill='%23444'/%3E%3C/svg%3E"); }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li.nav-family-workshops a:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 144 144' version='1.1' viewBox='0 0 144 144' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m72 136.4c-36.1 0-65.3-29.3-65.3-65.3s29.2-65.4 65.3-65.4 65.3 29.3 65.3 65.3c0 36.1-29.2 65.4-65.3 65.4zm0-129.1c-35.2 0-63.8 28.6-63.8 63.8s28.5 63.8 63.8 63.8 63.8-28.5 63.8-63.8c-0.1-35.2-28.6-63.7-63.8-63.8z' fill='%23444'/%3E%3Cpath d='m35.5 63.4h74.4c0.6 0 1-0.5 1-1 0-0.6-0.5-1-1-1h-3.1c-0.3-2-1.3-6.8-5.7-9.3-0.3-0.1-0.5-0.3-0.8-0.4 3.8-3 4.5-8.5 1.5-12.3s-8.5-4.5-12.3-1.5-4.5 8.5-1.5 12.3c0.4 0.6 0.9 1.1 1.5 1.5-0.3 0.1-0.6 0.3-0.8 0.4-2.2 1.3-3.9 3.4-4.8 5.8-0.9-2.4-2.6-4.5-4.8-5.8-0.3-0.1-0.5-0.3-0.8-0.4 3.8-3 4.5-8.5 1.5-12.3s-8.5-4.5-12.3-1.5-4.5 8.5-1.5 12.3c0.4 0.6 0.9 1.1 1.5 1.5-0.3 0.1-0.6 0.3-0.8 0.4-2.2 1.3-3.9 3.4-4.8 5.8-0.9-2.4-2.6-4.5-4.8-5.8-0.3-0.1-0.5-0.3-0.8-0.4 3.8-3 4.5-8.5 1.5-12.3s-8.5-4.5-12.3-1.5-4.5 8.5-1.5 12.3c0.4 0.6 0.9 1.1 1.5 1.5-0.3 0.1-0.6 0.3-0.8 0.4-4.4 2.5-5.5 7.2-5.7 9.3h-3.1c-0.6 0-1 0.5-1 1-0.4 0.6 0 1 0.6 1zm54-9.5c0.8-0.4 1.7-0.7 2.6-0.9 0.6 0 1-0.4 1.1-0.9s-0.4-1-0.9-1.1c-3.4-1.4-5.1-5.3-3.7-8.8 1.4-3.4 5.3-5.1 8.8-3.7 3.4 1.4 5.1 5.3 3.7 8.8-0.7 1.7-2 3-3.7 3.7-0.6 0-1 0.5-0.9 1.1s0.5 1 1.1 0.9c0.9 0.2 1.7 0.5 2.5 0.9 3.4 1.9 4.3 5.7 4.6 7.5h-19.8c0.3-1.9 1.2-5.6 4.6-7.5zm-22.1 0c0.8-0.4 1.7-0.7 2.6-0.9 0.6 0 1-0.4 1.1-0.9s-0.4-1-0.9-1.1c-3.4-1.4-5.1-5.3-3.7-8.8 1.4-3.4 5.3-5.1 8.8-3.7 3.4 1.4 5.1 5.3 3.7 8.8-0.7 1.7-2 3-3.7 3.7-0.6 0-1 0.5-0.9 1.1s0.5 1 1.1 0.9c0.9 0.2 1.7 0.5 2.5 0.9 3.4 1.9 4.4 5.6 4.6 7.5h-19.8c0.3-1.9 1.2-5.6 4.6-7.5zm-22.1 0c0.8-0.4 1.7-0.7 2.6-0.9 0.6 0 1-0.4 1.1-0.9 0-0.6-0.4-1-0.9-1.1-3.4-1.4-5.1-5.3-3.7-8.8 1.4-3.4 5.3-5.1 8.8-3.7 3.4 1.4 5.1 5.3 3.7 8.8-0.7 1.7-2 3-3.7 3.7-0.6 0-1 0.5-0.9 1.1 0 0.6 0.5 1 1.1 0.9 0.9 0.2 1.7 0.5 2.5 0.9 3.4 1.9 4.3 5.7 4.6 7.5h-19.8c0.3-1.9 1.3-5.6 4.6-7.5z' fill='%23444'/%3E%3Cpath d='m110 105.2h-3.2c-0.3-2.7-1.7-10.2-8.4-14-0.6-0.4-1.3-0.7-2-1 5.8-3.9 7.4-11.8 3.5-17.6s-11.8-7.4-17.6-3.5-7.4 11.8-3.5 17.6c0.9 1.4 2.1 2.5 3.5 3.5-0.7 0.3-1.4 0.6-2 1-3.7 2.2-6.4 5.6-7.6 9.8-1.2-4.1-3.8-7.6-7.5-9.7-0.6-0.4-1.3-0.7-2-1 5.8-3.9 7.3-11.8 3.4-17.6s-11.8-7.3-17.6-3.4-7.3 11.8-3.4 17.6c0.9 1.4 2.1 2.5 3.4 3.4-0.7 0.3-1.4 0.6-2 1-6.7 3.8-8.1 11.3-8.4 14h-3.3c-0.6 0-1 0.5-1 1s0.5 1 1 1h74.7c0.6 0 1-0.5 1-1s-0.4-1-1-1.1zm-69.4 0c0.3-2.5 1.7-9 7.3-12.2 1.2-0.7 2.6-1.2 4-1.5 0.6 0 1-0.4 1.1-0.9 0-0.6-0.4-1-0.9-1.1-5.4-2.2-8.1-8.4-5.9-13.9 2.2-5.4 8.4-8.1 13.9-5.9s8.1 8.4 5.9 13.9c-1.1 2.7-3.2 4.8-5.9 5.9-0.6 0-1 0.5-0.9 1.1 0 0.6 0.5 1 1.1 0.9 1.4 0.3 2.7 0.8 4 1.4 5.7 3.2 7 9.7 7.3 12.2l-31 0.1zm33.2 0c0.3-2.5 1.7-9 7.3-12.2 1.2-0.7 2.6-1.2 3.9-1.5 0.6 0 1-0.4 1.1-0.9s-0.4-1-0.9-1.1c-5.4-2.2-8.1-8.4-5.9-13.9 2.2-5.4 8.4-8.1 13.9-5.9s8.1 8.4 5.9 13.9c-1.1 2.7-3.2 4.8-5.9 5.9-0.6 0-1 0.5-0.9 1.1s0.5 1 1.1 0.9c1.4 0.3 2.7 0.8 3.9 1.4 5.7 3.2 7 9.7 7.3 12.2l-30.8 0.1z' fill='%23444'/%3E%3C/svg%3E"); }
  li.nav-our-tools ul.subnav li.nav-our-tools ul.subnav li.nav-professional-development a:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 144 144' version='1.1' viewBox='0 0 144 144' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m71.1 136.5c-36.1 0-65.3-29.3-65.3-65.3s29.2-65.3 65.3-65.3 65.3 29.3 65.3 65.3c0 36.1-29.3 65.3-65.3 65.3zm0-129c-35.3 0-63.8 28.5-63.8 63.7s28.5 63.8 63.8 63.8 63.8-28.5 63.8-63.7c-0.1-35.3-28.7-63.8-63.8-63.8z' fill='%23444'/%3E%3Cpath d='m106.3 52.6c-4-16.3-15.2-25.3-31.6-25.3h-0.7c-4.7 0-20.6 0.8-30.3 11.6-6.2 6.8-8.7 16.3-7.5 28.2l-4.2 15.2c-0.7 2.5 0.7 5 3.2 5.7 0.4 0.1 0.8 0.2 1.3 0.2h5.3l1.8 10.2c0.8 4.5 4.9 7.7 9.5 7.5l10.7 0.5v5.5c0 0.6 0.5 1.1 1.1 1.1s1.1-0.5 1.1-1.1v-6.6c0-0.6-0.4-1-1-1.1l-12-0.5c-3.5 0.2-6.7-2.2-7.3-5.7l-2-11c-0.1-0.5-0.5-0.9-1.1-0.9h-6.2c-1.3 0-2.4-1.1-2.4-2.4 0-0.2 0-0.5 0.1-0.7l4.4-15.3v-0.4c-1.2-11.4 1.1-20.4 6.9-26.8 9.1-10.1 24.3-10.9 28.7-10.9h0.6c15.3 0 25.7 8.4 29.4 23.6 6.9 28.5-8.8 44-9 44.2s-0.3 0.5-0.3 0.8v13.8c0 0.6 0.5 1.1 1.1 1.1s1.1-0.5 1.1-1.1v-13.4c2.4-2.6 16-18.6 9.3-46z' fill='%23444'/%3E%3Cpath d='m73.1 49.5c0.6 0 1.1-0.5 1.1-1.1v-6.5c0-0.6-0.5-1.1-1.1-1.1h-0.1c-0.6 0-1 0.5-1 1.1v6.5c0 0.6 0.5 1.1 1.1 1.1z' fill='%23444'/%3E%3Cpath d='m48.5 65.9c-0.6 0-1.1 0.5-1.1 1.1s0.5 1.1 1.1 1.1h6.5c0.6 0 1.1-0.5 1.1-1.1s-0.5-1.1-1.1-1.1h-6.5z' fill='%23444'/%3E%3Cpath d='m60.2 55.1c0.6 0 1.1-0.5 1.1-1.1 0-0.3-0.1-0.6-0.3-0.8l-4.7-4.6c-0.4-0.4-1.1-0.4-1.5 0s-0.4 1.1 0 1.5l4.6 4.6c0.2 0.3 0.5 0.4 0.8 0.4z' fill='%23444'/%3E%3Cpath d='m98.7 67c0-0.6-0.5-1.1-1.1-1.1h-6.6c-0.6 0-1.1 0.5-1.1 1.1s0.5 1.1 1.1 1.1h6.5c0.7 0 1.2-0.5 1.2-1.1z' fill='%23444'/%3E%3Cpath d='m86.7 54.8l4.6-4.6c0.4-0.4 0.4-1.1 0-1.5s-1.1-0.4-1.6 0l-4.6 4.6c-0.4 0.4-0.4 1.1 0 1.5 0.5 0.4 1.2 0.4 1.6 0z' fill='%23444'/%3E%3Cpath d='m73 51.4c-7.9 0-14.4 6.4-14.4 14.4 0 4.5 2.1 8.8 5.7 11.5v4.4c0 0.6 0.5 1.1 1.1 1.1h15.1c0.6 0 1.1-0.5 1.1-1.1v-4.4c6.4-4.8 7.6-13.8 2.9-20.1-2.7-3.7-7-5.8-11.5-5.8zm6.9 24.4c-0.3 0.2-0.5 0.5-0.5 0.9v3.8h-12.9v-3.8c0-0.4-0.2-0.7-0.5-0.9-5.6-3.8-6.9-11.4-3.1-17s11.4-6.9 17-3.1 6.9 11.4 3.1 17c-0.8 1.2-1.8 2.3-3.1 3.1z' fill='%23444'/%3E%3Cpath d='m80.1 86.5h-14c-0.6 0-1.1 0.5-1.1 1.1s0.5 1.1 1.1 1.1h14c0.6 0 1.1-0.5 1.1-1.1s-0.5-1.1-1.1-1.1z' fill='%23444'/%3E%3C/svg%3E"); } }
#sidebar .nav-menu {
  margin-bottom: 1em;
  background: #DF533C; }
  #sidebar .nav-menu h2 {
    background: #D95133;
    padding: 4px 12px;
    margin: 0;
    color: #ffffff;
    font-size: 28.8px; }
  #sidebar .nav-menu ul.menu {
    margin: 0;
    position: relative;
    padding: 4px 12px; }
    #sidebar .nav-menu ul.menu li {
      list-style: none; }
      #sidebar .nav-menu ul.menu li a {
        font-weight: bold;
        text-decoration: none;
        color: #ffffff;
        display: block;
        padding: 8px 0; }
        #sidebar .nav-menu ul.menu li a:hover {
          text-decoration: underline; }

.layout-library_page .site-nav {
  padding: 18px 0; }
  .layout-library_page .site-nav a.page-link {
    color: #444444;
    font-weight: bold;
    margin: 0 8px;
    font-size: 18px; }

/**
* Generic layout and styling for landing page sections
*/
.landing-page-row {
  padding: 30px 12px; }
  @media all and (min-width: 768px) {
    .landing-page-row {
      padding: 60px 16px; } }
  .landing-page-row:nth-of-type(even) {
    background: #f4f4f4; }
  .landing-page-row.blue-bg {
    background: #54c4c2;
    color: #ffffff; }
  .landing-page-row.red-bg {
    background: #DF533C;
    color: #ffffff; }
  .landing-page-row.grey-bg {
    background: #eeeeef; }
  .landing-page-row:last-of-type {
    margin-bottom: -42px; }

section.landing-page-row.photo-left {
  position: relative;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media all and (min-width: 960px) {
    section.landing-page-row.photo-left .side-photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 50vw;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    section.landing-page-row.photo-left .content-inner {
      width: 50vw;
      float: right;
      margin-right: -50vw;
      padding: 40px 12vw 40px 56px; } }

@media all and (min-width: 768px) and (orientation: landscape) {
  .page-home section.landing-page-row:not(.count-1) {
    display: flex;
    flex-direction: column;
    justify-content: center; } }

#section-8-learn-more {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #section-8-learn-more .side-photo {
    display: none; }
    @media all and (min-width: 960px) {
      #section-8-learn-more .side-photo {
        display: block;
        background-image: url("https://assets.readyrosie.com/jekyll-assets/images/homepage/Call_To_Action_v3.jpg"); } }
    @media all and (min-width: 1400px) {
      #section-8-learn-more .side-photo {
        background-image: url("https://assets.readyrosie.com/jekyll-assets/images/homepage/Call_To_Action_wide.jpg"); } }

#section-4-2-videos .wrapper {
  width: 100%;
  max-width: 1024px; }

#sample-content #section-4-2-videos {
  margin-bottom: 0; }

#request-proposal {
  margin-bottom: -42px; }

.layout-library_page #ready-families {
  padding-top: 0; }

.layout-library_page.page-lacountylibrary figure.intro-hero {
  background-image: none; }
  @media all and (min-width: 768px) {
    .layout-library_page.page-lacountylibrary figure.intro-hero {
      background-image: url("https://assets.readyrosie.com/jekyll-assets/images/library_pages/mother-daughter-sm.jpg");
      margin-left: -542px;
      margin-top: -605px; } }

body.layout-library_page.page-lacountylibrary:not(.page-home) section.landing-page-row.count-1 {
  min-height: 0; }

.layout-library_page.page-lacountylibrary section.landing-page-row {
  padding: 20px 0; }

@media all and (max-width: 767px) {
  .layout-landing_page .landing-page-row {
    padding: 12px 0; } }
.layout-landing_page .landing-page-row:nth-of-type(even) {
  background: #ffffff; }

.landing-page-row.text-column .wrapper {
  max-width: 800px; }

.page-healthy-at-home {
  background: #E1EDED; }
  .page-healthy-at-home header h1 {
    display: none; }
  .page-healthy-at-home .language-toggle {
    margin: 14px 0; }
  .page-healthy-at-home .header {
    margin-bottom: 36px;
    margin-top: 48px; }
    .page-healthy-at-home .header h1 {
      font-size: 42px;
      letter-spacing: 0;
      clear: both;
      line-height: 1.25;
      margin: 0 0 .125em 0; }
    .page-healthy-at-home .header h2 {
      margin-top: 0;
      margin-bottom: 1.25em;
      font-size: 24px; }
  .page-healthy-at-home .wrapper {
    width: 98%;
    max-width: 1080px;
    padding-bottom: 16px; }
    @media all and (min-width: 840px) {
      .page-healthy-at-home .wrapper {
        padding: 0 5vw 60px 5vw; } }
  .page-healthy-at-home .page-content.wrapper {
    position: relative;
    margin: 8px auto 36px auto;
    background: #ffffff;
    -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
    -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
    box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3); }
  .page-healthy-at-home .alert-banner {
    background: #54c4c2;
    color: #ffffff;
    padding: 8px 12px;
    margin-bottom: 12px;
    line-height: 1.2; }
    @media all and (min-width: 840px) {
      .page-healthy-at-home .alert-banner {
        float: right;
        width: 40%;
        max-width: 280px;
        border-radius: 0 0 18px 18px;
        margin-bottom: 24px; } }
  .page-healthy-at-home .branding {
    margin-top: 24px;
    background: #ffffff;
    text-align: center; }
    .page-healthy-at-home .branding img {
      vertical-align: middle;
      margin: 0 8px; }
  .page-healthy-at-home ul.tabs {
    margin-bottom: 0;
    margin-top: 18px;
    width: 100%;
    align-items: stretch;
    border-bottom: 2px solid #4CAEAC; }
    @media all and (min-width: 768px) {
      .page-healthy-at-home ul.tabs {
        display: flex; } }
    .page-healthy-at-home ul.tabs li {
      text-align: center;
      width: 100%; }
      @media all and (min-width: 768px) {
        .page-healthy-at-home ul.tabs li {
          display: flex;
          margin-right: 6px;
          width: auto; } }
      .page-healthy-at-home ul.tabs li:last-of-type {
        margin-right: 0; }
      .page-healthy-at-home ul.tabs li a {
        display: block;
        border-bottom: 0;
        background: #ffffff;
        padding: 12px 18px 8px 18px;
        width: 100%; }
        .page-healthy-at-home ul.tabs li a:hover {
          background: #eeeeef; }
        .page-healthy-at-home ul.tabs li a.active {
          color: #ffffff;
          background: #4CAEAC;
          border-color: #4CAEAC; }
  .page-healthy-at-home .page-wide-share {
    padding: 12px 0;
    text-align: center; }
    .page-healthy-at-home .page-wide-share strong {
      font-size: 14px; }
    @media all and (min-width: 840px) {
      .page-healthy-at-home .page-wide-share {
        text-align: left; } }
  .page-healthy-at-home .video-teaser-section {
    margin: 1em auto 4em auto;
    width: 94%;
    max-width: 600px; }
    .page-healthy-at-home .video-teaser-section .teaser-copy h3, .page-healthy-at-home .video-teaser-section .teaser-copy ul.tabs li a, ul.tabs li .page-healthy-at-home .video-teaser-section .teaser-copy a, .page-healthy-at-home .video-teaser-section .teaser-copy p {
      text-align: left; }
  .page-healthy-at-home #pane-three {
    padding-top: 40px; }
  .page-healthy-at-home #pane-three .video-teaser-section {
    margin-bottom: 3em;
    background: #F8F8F8;
    border: 1px solid #E6E6E6; }
    @media all and (min-width: 768px) {
      .page-healthy-at-home #pane-three .video-teaser-section {
        width: 100%;
        max-width: 100%; } }
    @media all and (min-width: 768px) {
      .page-healthy-at-home #pane-three .video-teaser-section img {
        float: left;
        width: 55%; } }
    .page-healthy-at-home #pane-three .video-teaser-section .teaser-copy {
      color: #444444;
      padding: 12px; }
      @media all and (min-width: 768px) {
        .page-healthy-at-home #pane-three .video-teaser-section .teaser-copy {
          width: 45%;
          padding: 20px 30px;
          box-sizing: border-box;
          float: left; } }

.page-healthy-at-home h3, .page-healthy-at-home ul.tabs li a, ul.tabs li .page-healthy-at-home a {
  margin-top: .4em;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px; }

.page-healthy-at-home .cols.two-cols .col:first-of-type {
  padding-left: 0; }
.page-healthy-at-home .cols.two-cols .col:last-of-type {
  padding-right: 0; }
.page-healthy-at-home .cols.two-cols.activities ul {
  list-style: none;
  margin: 0; }
  .page-healthy-at-home .cols.two-cols.activities ul li {
    margin-bottom: 8px; }

.page-healthy-at-home .modal-nav {
  text-align: center;
  margin: 12px 0; }
  .page-healthy-at-home .modal-nav .prev, .page-healthy-at-home .modal-nav .next {
    position: relative;
    margin: 2px 18px;
    color: #444444; }
  .page-healthy-at-home .modal-nav .prev:before, .page-healthy-at-home .modal-nav .next:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px; }
  .page-healthy-at-home .modal-nav .prev:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: -22px; }
  .page-healthy-at-home .modal-nav .next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
    position: absolute;
    top: -1px;
    right: -20px; }

.page-healthy-at-home button {
  background: #4CAEAC;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 14px; }

.page-healthy-at-home .modal--fade .modal-close:before, .page-healthy-at-home .modal--show .modal-close:before {
  background: rgba(0, 0, 0, 0.6); }
.page-healthy-at-home .modal--fade .modal-inner, .page-healthy-at-home .modal--show .modal-inner {
  top: 40px; }
.page-healthy-at-home .modal--fade .modal-close:after, .page-healthy-at-home .modal--show .modal-close:after {
  top: 15px; }
.page-healthy-at-home .modal--fade .modal-content, .page-healthy-at-home .modal--show .modal-content {
  max-height: 95vh; }

.page-healthy-at-home .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */ }

/* Tooltip text */
.page-healthy-at-home .tooltip .tooltiptext {
  visibility: hidden;
  font-size: 11px;
  font-weight: normal;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 8px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  /* Use half of the width (120/2 = 60), to center the tooltip */ }

/* Show the tooltip text when you mouse over the tooltip container */
.page-healthy-at-home .tooltip:hover .tooltiptext {
  visibility: visible; }

figure.intro-hero {
  background-repeat: no-repeat;
  z-index: -1;
  width: 700px;
  height: 441px;
  background-size: 700px 441px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  margin-top: -112px; }
  @media all and (min-width: 768px) {
    figure.intro-hero {
      height: 644px;
      width: 1022px;
      background-size: 1022px 644px;
      margin-left: -511px;
      margin-top: -377px; } }
  @media all and (min-width: 1024px) {
    figure.intro-hero {
      height: 882px;
      width: 1400px;
      background-size: 1400px 882px;
      margin-left: -700px;
      margin-top: -512px;
      margin-bottom: -200px; } }

.page-families figure.intro-hero, .layout-library_page figure.intro-hero {
  background-image: url(https://assets.readyrosie.com/jekyll-assets/images/small/families-hero.jpg); }
  @media all and (min-width: 768px) {
    .page-families figure.intro-hero, .layout-library_page figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/medium/families-hero.jpg); } }
  @media all and (min-width: 1025px) {
    .page-families figure.intro-hero, .layout-library_page figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/families-hero.jpg); } }

@media all and (min-width: 768px) {
  .page-readyrosie-and-los-angeles-county-library.layout-library_page figure.intro-hero,
  .page-readyrosie-and-sacramento-public-library.layout-library_page figure.intro-hero,
  .page-readyrosie-and-alameda-county-library.layout-library_page figure.intro-hero {
    background-image: url(https://assets.readyrosie.com/jekyll-assets/images/library_pages/la-county-intro.jpg);
    background-size: cover;
    background-position: center center;
    margin-left: 0;
    margin-top: -220px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; } }

.page-educators figure.intro-hero, .page-title-i figure.intro-hero {
  background-image: url(https://assets.readyrosie.com/jekyll-assets/images/small/educators-hero.jpg); }
  @media all and (min-width: 768px) {
    .page-educators figure.intro-hero, .page-title-i figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/medium/educators-hero.jpg); } }
  @media all and (min-width: 1025px) {
    .page-educators figure.intro-hero, .page-title-i figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/educators-hero.jpg);
      margin-top: -788px; } }

@media all and (min-width: 1024px) {
  .page-title-i figure.intro-hero {
    margin-top: -704px; } }
.page-head-start figure.intro-hero {
  background-image: url(https://assets.readyrosie.com/jekyll-assets/images/small/headstart-hero.jpg); }
  @media all and (min-width: 768px) {
    .page-head-start figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/medium/headstart-hero.jpg); } }
  @media all and (min-width: 1025px) {
    .page-head-start figure.intro-hero {
      background-image: url(https://assets.readyrosie.com/jekyll-assets/images/headstart-hero.jpg); } }

body:not(.page-home) section.landing-page-row.count-1 {
  display: block;
  position: relative;
  min-height: 442px; }
  body:not(.page-home) section.landing-page-row.count-1 .wrapper header, body:not(.page-home) section.landing-page-row.count-1 .wrapper .section-content {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7); }
  body:not(.page-home) section.landing-page-row.count-1 .wrapper header h1 {
    margin-bottom: 0;
    padding-bottom: 12px; }
  @media all and (min-width: 768px) {
    body:not(.page-home) section.landing-page-row.count-1 {
      min-height: 526px; } }
  @media all and (min-width: 1024px) {
    body:not(.page-home) section.landing-page-row.count-1 {
      min-height: 712px; } }
  @media all and (min-width: 767px) {
    body:not(.page-home) section.landing-page-row.count-1 .wrapper {
      padding-top: 80px; }
      body:not(.page-home) section.landing-page-row.count-1 .wrapper header, body:not(.page-home) section.landing-page-row.count-1 .wrapper .section-content {
        width: 50%;
        margin-left: 4%;
        max-width: 380px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px; }
      body:not(.page-home) section.landing-page-row.count-1 .wrapper header {
        padding-top: 12px; }
      body:not(.page-home) section.landing-page-row.count-1 .wrapper .section-content {
        padding-top: 12px;
        padding-bottom: 12px; } }

@media all and (min-width: 767px) {
  .page-readyrosie-and-los-angeles-county-library.layout-library_page section.landing-page-row.count-1 .wrapper,
  .page-readyrosie-and-sacramento-public-library.layout-library_page section.landing-page-row.count-1 .wrapper,
  .page-readyrosie-and-alameda-county-library.layout-library_page section.landing-page-row.count-1 .wrapper {
    padding-top: 46px;
    padding-bottom: 46px; }
    .page-readyrosie-and-los-angeles-county-library.layout-library_page section.landing-page-row.count-1 .wrapper header, .page-readyrosie-and-los-angeles-county-library.layout-library_page section.landing-page-row.count-1 .wrapper .section-content,
    .page-readyrosie-and-sacramento-public-library.layout-library_page section.landing-page-row.count-1 .wrapper header,
    .page-readyrosie-and-sacramento-public-library.layout-library_page section.landing-page-row.count-1 .wrapper .section-content,
    .page-readyrosie-and-alameda-county-library.layout-library_page section.landing-page-row.count-1 .wrapper header,
    .page-readyrosie-and-alameda-county-library.layout-library_page section.landing-page-row.count-1 .wrapper .section-content {
      width: 50%;
      margin-left: 66%;
      max-width: 380px;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; } }
.page-header.hero {
  text-align: center;
  border-bottom: 1px solid #d4d5d6;
  position: relative; }
  @media all and (min-width: 481px) {
    .page-header.hero {
      color: #ffffff;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 68px 0; }
      .page-header.hero .wrapper {
        width: 90%;
        margin: 0 auto; } }
  .page-header.hero .hero-intro {
    font-size: 28.8px; }
  .page-header.hero .button, .page-header.hero [type='reset'],
  .page-header.hero [type='submit'], .page-header.hero ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-header.hero a {
    margin: 6px 18px; }
  .page-header.hero .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: -1; }
    .page-header.hero .hero-bg img {
      width: 100%;
      height: 100%;
      object-position: 50% 50%;
      object-fit: cover; }

.page-freegift-webinar .page-header.hero .hero-bg, .page-freegift-workshop .page-header.hero .hero-bg {
  max-height: 492px; }

.page-readytexas .page-header.hero, .page-readytexas-workshops .page-header.hero,
.page-readyworkshop .page-header.hero, .page-readyworkshop-workshops .page-header.hero {
  display: block; }
  @media all and (min-width: 768px) {
    .page-readytexas .page-header.hero, .page-readytexas-workshops .page-header.hero,
    .page-readyworkshop .page-header.hero, .page-readyworkshop-workshops .page-header.hero {
      height: 535px; }
      .page-readytexas .page-header.hero .hero-bg, .page-readytexas-workshops .page-header.hero .hero-bg,
      .page-readyworkshop .page-header.hero .hero-bg, .page-readyworkshop-workshops .page-header.hero .hero-bg {
        top: 80px; } }
  .page-readytexas .page-header.hero .wrapper, .page-readytexas-workshops .page-header.hero .wrapper,
  .page-readyworkshop .page-header.hero .wrapper, .page-readyworkshop-workshops .page-header.hero .wrapper {
    position: relative;
    top: 0;
    color: #444444;
    padding: 12px 0 8px 0; }
    .page-readytexas .page-header.hero .wrapper h1, .page-readytexas-workshops .page-header.hero .wrapper h1,
    .page-readyworkshop .page-header.hero .wrapper h1, .page-readyworkshop-workshops .page-header.hero .wrapper h1 {
      margin-top: .4em; }
      @media all and (min-width: 768px) {
        .page-readytexas .page-header.hero .wrapper h1, .page-readytexas-workshops .page-header.hero .wrapper h1,
        .page-readyworkshop .page-header.hero .wrapper h1, .page-readyworkshop-workshops .page-header.hero .wrapper h1 {
          margin-top: -52px; } }

.page-home section.landing-page-row {
  text-align: center;
  padding: 2em 0; }
  .page-home section.landing-page-row .no-padding {
    padding: 0; }
  .page-home section.landing-page-row ul {
    text-align: left; }

.page-home #section-1-intro {
  padding: 10em 0;
  color: #ffffff;
  position: relative;
  background-image: url("https://assets.readyrosie.com/jekyll-assets/images/homepage/rr-homepage-hero.jpg");
  background-size: cover; }
  .page-home #section-1-intro h1 {
    margin-bottom: 0; }
  .page-home #section-1-intro .button, .page-home #section-1-intro [type='reset'],
  .page-home #section-1-intro [type='submit'], .page-home #section-1-intro ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-1-intro a {
    margin-top: 12px; }
    .page-home #section-1-intro .button:hover, .page-home #section-1-intro [type='reset']:hover,
    .page-home #section-1-intro [type='submit']:hover, .page-home #section-1-intro ul.main-menu > li.nav-learn-more a:hover, ul.main-menu > li.nav-learn-more .page-home #section-1-intro a:hover {
      background: rgba(223, 83, 60, 0.6); }

.page-home #section-1-1-healthyathome {
  color: white;
  background-color: #ffffff;
  text-align: left;
  color: #444444; }
  .page-home #section-1-1-healthyathome .wrapper img {
    display: block;
    margin: 1em auto; }
  @media all and (min-width: 1080px) {
    .page-home #section-1-1-healthyathome .wrapper img {
      float: left;
      margin: 1em 0 1em 46px; } }
  .page-home #section-1-1-healthyathome .section-content .content h2 {
    margin-bottom: 0; }
  .page-home #section-1-1-healthyathome .section-content .content h3, .page-home #section-1-1-healthyathome .section-content .content ul.tabs li a, ul.tabs li .page-home #section-1-1-healthyathome .section-content .content a {
    text-transform: none;
    margin-top: .5em; }
  @media all and (min-width: 1080px) {
    .page-home #section-1-1-healthyathome .section-content .content {
      margin-left: 518px; } }
  .page-home #section-1-1-healthyathome blockquote {
    border-color: #DF533C;
    font-style: normal; }

.page-home #section-2-3-tools-detail {
  background: url("https://assets.readyrosie.com/jekyll-assets/images/homepage/boy-raising-hands.jpg");
  background-size: cover;
  color: #ffffff; }
  .page-home #section-2-3-tools-detail .tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
    padding: 40px 0; }
    .page-home #section-2-3-tools-detail .tools--tool {
      min-width: 200px;
      width: 20%;
      justify-content: center;
      padding: 22px 15px; }
      .page-home #section-2-3-tools-detail .tools--tool svg {
        width: 160px;
        height: 160px;
        margin: 0 auto 4px auto;
        transform: translate(-14px, 0); }
      .page-home #section-2-3-tools-detail .tools--tool a {
        color: #ffffff !important;
        text-decoration: underline; }
        .page-home #section-2-3-tools-detail .tools--tool a:hover {
          text-decoration: none; }

.page-home #section-2-2-news-rotator {
  background: #f4f4f4; }
  .page-home #section-2-2-news-rotator .wrapper {
    width: 100%; }

.page-home #section-3-partners {
  background: #ffffff; }
  .page-home #section-3-partners .words-carousel {
    margin: 36px 0; }
  .page-home #section-3-partners .words-carousel .testimonial .content {
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
    color: #f79544; }
    .page-home #section-3-partners .words-carousel .testimonial .content .attribution {
      font-style: italic; }

.page-home #section-4-1-videos-intro {
  background: #F2F2F2; }
  @media all and (min-width: 1024px) {
    .page-home #section-4-1-videos-intro .inline-list ul {
      flex-wrap: nowrap; } }

.page-home #section-4-2-videos {
  background: #EAEAEA; }
  .page-home #section-4-2-videos .sample-videos .elem .button, .page-home #section-4-2-videos .sample-videos .elem [type='reset'],
  .page-home #section-4-2-videos .sample-videos .elem [type='submit'], .page-home #section-4-2-videos .sample-videos .elem ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-4-2-videos .sample-videos .elem a {
    background: #c7c35c; }
  .page-home #section-4-2-videos .sample-videos .pre-k .button, .page-home #section-4-2-videos .sample-videos .pre-k [type='reset'],
  .page-home #section-4-2-videos .sample-videos .pre-k [type='submit'], .page-home #section-4-2-videos .sample-videos .pre-k ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-4-2-videos .sample-videos .pre-k a {
    background: #DF533C; }
  .page-home #section-4-2-videos .sample-videos .baby .button, .page-home #section-4-2-videos .sample-videos .baby [type='reset'],
  .page-home #section-4-2-videos .sample-videos .baby [type='submit'], .page-home #section-4-2-videos .sample-videos .baby ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-4-2-videos .sample-videos .baby a {
    background: #f79544; }
  .page-home #section-4-2-videos .sample-videos .research-answers .button, .page-home #section-4-2-videos .sample-videos .research-answers [type='reset'],
  .page-home #section-4-2-videos .sample-videos .research-answers [type='submit'], .page-home #section-4-2-videos .sample-videos .research-answers ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-4-2-videos .sample-videos .research-answers a {
    background: #54c4c2; }

.page-home #section-5-share .side-photo {
  display: none; }
  @media all and (min-width: 960px) {
    .page-home #section-5-share .side-photo {
      display: block;
      background-image: url("https://assets.readyrosie.com/jekyll-assets/images/homepage/Call_To_Action_v2.jpg"); } }
.page-home #section-5-share .content-inner {
  background: #54c4c2;
  color: #ffffff; }
  @media all and (max-width: 959px) {
    .page-home #section-5-share .content-inner {
      padding: 16px;
      margin: 0 -15px; } }
  .page-home #section-5-share .content-inner .image-wrapper {
    background: #4CAEAC;
    padding: 16px;
    margin: 0 -15px -15px -15px; }
    @media all and (min-width: 960px) {
      .page-home #section-5-share .content-inner .image-wrapper {
        width: 50vw;
        padding: 32px 12vw 40px 56px;
        margin: 0 -12vw -40px -56px; } }

.page-home #section-6-data .img-full-width {
  max-width: 960px;
  width: 80%;
  margin: 12px auto 40px auto; }

.page-home #section-7-pd-workshops {
  padding: 0;
  color: #ffffff; }
  @media all and (min-width: 960px) {
    .page-home #section-7-pd-workshops .section-content {
      display: flex;
      align-items: stretch; } }
  .page-home #section-7-pd-workshops .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .page-home #section-7-pd-workshops .professional-development-teaser,
  .page-home #section-7-pd-workshops .family-workshop-teaser {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%; }
    @media all and (min-width: 960px) {
      .page-home #section-7-pd-workshops .professional-development-teaser,
      .page-home #section-7-pd-workshops .family-workshop-teaser {
        width: 50%;
        height: 550px; }
        .page-home #section-7-pd-workshops .professional-development-teaser .inner,
        .page-home #section-7-pd-workshops .family-workshop-teaser .inner {
          position: absolute; } }
    .page-home #section-7-pd-workshops .professional-development-teaser h2,
    .page-home #section-7-pd-workshops .family-workshop-teaser h2 {
      margin: .2em 0 .6em 0; }
    .page-home #section-7-pd-workshops .professional-development-teaser .inner,
    .page-home #section-7-pd-workshops .family-workshop-teaser .inner {
      max-width: calc(1280px / 2 - (30px * 2));
      padding: 80px 40px; }
    .page-home #section-7-pd-workshops .professional-development-teaser .plus,
    .page-home #section-7-pd-workshops .family-workshop-teaser .plus {
      font-size: 80px;
      line-height: 1; }
    .page-home #section-7-pd-workshops .professional-development-teaser .button, .page-home #section-7-pd-workshops .professional-development-teaser [type='reset'],
    .page-home #section-7-pd-workshops .professional-development-teaser [type='submit'], .page-home #section-7-pd-workshops .professional-development-teaser ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .page-home #section-7-pd-workshops .professional-development-teaser a,
    .page-home #section-7-pd-workshops .family-workshop-teaser .button,
    .page-home #section-7-pd-workshops .family-workshop-teaser [type='reset'],
    .page-home #section-7-pd-workshops .family-workshop-teaser [type='submit'],
    .page-home #section-7-pd-workshops .family-workshop-teaser ul.main-menu > li.nav-learn-more a,
    ul.main-menu > li.nav-learn-more .page-home #section-7-pd-workshops .family-workshop-teaser a {
      background: #ffffff;
      color: #DF533C; }
  .page-home #section-7-pd-workshops .professional-development-teaser {
    background-image: url(https://assets.readyrosie.com/jekyll-assets/images/homepage/PD_Background.jpg); }
    @media all and (min-width: 1400px) {
      .page-home #section-7-pd-workshops .professional-development-teaser {
        background-image: url(https://assets.readyrosie.com/jekyll-assets/images/homepage/PD_Wide.jpg);
        background-position: center right; } }
    .page-home #section-7-pd-workshops .professional-development-teaser .inner {
      right: 0; }
    .page-home #section-7-pd-workshops .professional-development-teaser .plus {
      color: #54c4c2; }
  .page-home #section-7-pd-workshops .family-workshop-teaser {
    background-image: url(https://assets.readyrosie.com/jekyll-assets/images/homepage/Workshop_Background.jpg); }
    @media all and (min-width: 1400px) {
      .page-home #section-7-pd-workshops .family-workshop-teaser {
        background-image: url(https://assets.readyrosie.com/jekyll-assets/images/homepage/Workshop_wide.jpg);
        background-position: center left; } }
    .page-home #section-7-pd-workshops .family-workshop-teaser .inner {
      left: 0; }
    .page-home #section-7-pd-workshops .family-workshop-teaser .plus {
      color: #DF533C; }

.page-home .site-footer {
  background: #4CAEAC;
  color: #ffffff; }
  .page-home .site-footer .contact-list li svg, .page-home .site-footer .social-media-list li svg {
    fill: #ffffff; }

.page-learn-more.page-experience-readyrosie-for-yourself .video-wrapper {
  margin-bottom: 0;
  padding-top: 0; }
.page-learn-more .wrapper {
  max-width: 1000px; }
.page-learn-more #intro-video {
  background: #6D6E71;
  margin-bottom: 24px; }
  .page-learn-more #intro-video .wrapper {
    max-width: 920px; }
.page-learn-more .cols {
  margin-bottom: 3em; }
.page-learn-more .cols .col {
  vertical-align: top;
  padding: 0 12px; }
  .page-learn-more .cols .col .inner {
    background: #f6f6f6;
    padding-bottom: 22px; }
  .page-learn-more .cols .col h3, .page-learn-more .cols .col ul.tabs li a, ul.tabs li .page-learn-more .cols .col a {
    background: #DF533C;
    color: #F8F8F8;
    padding: 14px 18px;
    margin: 0;
    margin-bottom: 18px;
    text-transform: none;
    letter-spacing: 0; }
  .page-learn-more .cols .col ul {
    margin: 0;
    list-style: none; }
    .page-learn-more .cols .col ul li {
      margin-bottom: 12px; }
      .page-learn-more .cols .col ul li a {
        color: #444444; }
  .page-learn-more .cols .col:nth-of-type(1) h3, .page-learn-more .cols .col:nth-of-type(1) ul.tabs li a, ul.tabs li .page-learn-more .cols .col:nth-of-type(1) a {
    background: #f57913; }
  .page-learn-more .cols .col:nth-of-type(2) h3, .page-learn-more .cols .col:nth-of-type(2) ul.tabs li a, ul.tabs li .page-learn-more .cols .col:nth-of-type(2) a {
    background: #4CAEAC; }
.page-learn-more #helpscout-search {
  margin: 60px auto;
  max-width: 800px; }
  .page-learn-more #helpscout-search form input.search-query {
    float: left;
    margin: 0;
    min-width: 80%; }
  .page-learn-more #helpscout-search form button {
    margin: 0; }
.page-learn-more #ready-to-go {
  background: #f6f6f6;
  padding: 60px; }
.page-learn-more .site-footer {
  margin-top: 0; }
.page-learn-more .modal--fade .modal-inner {
  margin-left: -400px;
  width: 800px; }
.page-learn-more .modal--fade .modal-content {
  max-height: 80vh; }

#texas-customer-list {
  margin: 1em 0; }
  @media all and (min-width: 480px) {
    #texas-customer-list {
      column-count: 2;
      column-gap: 60px; } }

.pagination {
  text-align: center;
  font-size: 21.2px; }
  .pagination .page_number {
    margin: 0 16px; }
  .pagination a.next, .pagination a.previous {
    position: relative; }
  .pagination a.next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23DF533C' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -26px;
    top: 2px; }
  .pagination a.next:hover {
    text-decoration: none; }
    .pagination a.next:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E"); }
  .pagination a.previous {
    position: relative; }
    .pagination a.previous:before {
      content: '';
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      left: -26px;
      top: 2px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23DF533C' d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E"); }
    .pagination a.previous:hover {
      text-decoration: none; }
      .pagination a.previous:hover:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z'/%3E%3C/svg%3E"); }

/**
 * Site footer
 */
.site-footer {
  color: #2e2f30;
  padding: 40px 0;
  background: #4CAEAC;
  color: #ffffff;
  margin-top: 42px; }
  .site-footer .contact-list li svg, .site-footer .social-media-list li svg {
    fill: #ffffff; }
  .site-footer a {
    color: #ffffff; }
  @media all and (max-width: 767px) {
    .site-footer {
      padding-top: 20px;
      border-top: 1px solid #E2E2E2;
      margin-top: 40px; } }

.site-footer .footer-logo {
  margin: 0 auto 2em auto;
  text-align: center;
  position: relative; }
  @media all and (min-width: 768px) {
    .site-footer .footer-logo:before {
      content: '';
      width: 36%;
      border-top: 2px solid #E2E2E2;
      display: block;
      position: relative;
      top: 34px; }
    .site-footer .footer-logo:after {
      content: '';
      width: 36%;
      border-top: 2px solid #E2E2E2;
      display: block;
      position: absolute;
      right: 0;
      top: 34px; } }
  .site-footer .footer-logo img {
    width: 70%;
    max-width: 240px; }

.site-footer-small {
  text-align: center; }
  .site-footer-small .footer-logos {
    margin: 12px 0; }
    .site-footer-small .footer-logos .logo-group {
      margin: 3em 0; }
      .site-footer-small .footer-logos .logo-group__logo {
        margin: 12px 0; }
        .site-footer-small .footer-logos .logo-group__logo .rr-logo {
          width: 220px; }
        .site-footer-small .footer-logos .logo-group__logo .cc-logo {
          width: 300px; }
        .site-footer-small .footer-logos .logo-group__logo .ts-logo {
          width: 244px; }
        @media all and (min-width: 768px) {
          .site-footer-small .footer-logos .logo-group__logo {
            margin: 0;
            width: 360px;
            float: left;
            text-align: left; } }
      .site-footer-small .footer-logos .logo-group__about {
        font-size: 14px; }
        @media all and (min-width: 768px) {
          .site-footer-small .footer-logos .logo-group__about {
            width: calc(100% - 360px);
            float: left;
            text-align: left; } }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list,
.footer-menu {
  list-style: none;
  margin-left: 0;
  text-align: center;
  margin-top: 2em; }
  .contact-list li,
  .social-media-list li,
  .footer-menu li {
    display: inline-block;
    margin: 0 10px; }
    .contact-list li svg,
    .social-media-list li svg,
    .footer-menu li svg {
      fill: #969696;
      width: 38px;
      height: auto; }

.footer-col-wrapper {
  margin-left: -15px; }

.footer-col {
  text-align: center;
  margin-bottom: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.footer-menu {
  margin-bottom: 1.8em; }
  .footer-menu ul {
    margin: 0;
    text-align: center; }
    .footer-menu ul li {
      float: none;
      display: inline-block;
      margin: 0; }
      .footer-menu ul li a {
        color: #DF533C;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 0 16px; }
        .footer-menu ul li a:hover {
          color: #DF533C;
          text-decoration: none; }

.site-footer-small .contact-list li {
  margin: 0 20px 0 0; }
  .site-footer-small .contact-list li svg {
    fill: #4CAEAC; }
.site-footer-small ul.footer-menu li:last-of-type {
  margin-right: 0; }
.site-footer-small ul.footer-menu li a {
  line-height: 45px;
  font-weight: bold; }

@media screen and (max-width: 600px) {
  .footer-col {
    width: 100%;
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
.layout-video .page-content .inner, .layout-video-es .page-content .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px; }
.layout-video .video-highlight, .layout-video-es .video-highlight {
  background: #54c4c2; }
.layout-video h1.video-title, .layout-video-es h1.video-title {
  color: #54c4c2;
  margin-bottom: .25em; }
.layout-video .user-actions, .layout-video-es .user-actions {
  background: #e9e9ea; }
  .layout-video .user-actions ul, .layout-video-es .user-actions ul {
    margin: 0;
    padding: 0;
    float: left; }
    .layout-video .user-actions ul li, .layout-video-es .user-actions ul li {
      margin: 0;
      padding: 8px 0; }
      .layout-video .user-actions ul li a, .layout-video-es .user-actions ul li a {
        display: block;
        text-indent: -1000em;
        color: #ffffff;
        width: 44px;
        height: 44px;
        background: #ffffff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 28px 28px; }
        .layout-video .user-actions ul li a.thumbs-up, .layout-video-es .user-actions ul li a.thumbs-up {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b5b5b' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.thumbs-up:hover, .layout-video-es .user-actions ul li a.thumbs-up:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300afa9' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.thumbs-up.active, .layout-video-es .user-actions ul li a.thumbs-up.active {
            background-color: #54c4c2;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1 21h4V9H1v12zm22-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L14.17 1 7.59 7.59C7.22 7.95 7 8.45 7 9v10c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-1.91l-.01-.01L23 10z'/%3E%3C/svg%3E"); }
        .layout-video .user-actions ul li a.thumbs-down, .layout-video-es .user-actions ul li a.thumbs-down {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b5b5b' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.thumbs-down:hover, .layout-video-es .user-actions ul li a.thumbs-down:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300afa9' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.thumbs-down.active, .layout-video-es .user-actions ul li a.thumbs-down.active {
            background-color: #54c4c2;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59-6.59c.36-.36.58-.86.58-1.41V5c0-1.1-.9-2-2-2zm4 0v12h4V3h-4z'/%3E%3C/svg%3E"); }
        .layout-video .user-actions ul li a.fav, .layout-video-es .user-actions ul li a.fav {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235b5b5b' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.fav:hover, .layout-video-es .user-actions ul li a.fav:hover {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DF533C' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
          .layout-video .user-actions ul li a.fav.active, .layout-video-es .user-actions ul li a.fav.active {
            background-color: #DF533C;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
  .layout-video .user-actions .spanish-translate, .layout-video-es .user-actions .spanish-translate {
    float: right;
    line-height: 60px; }
    .layout-video .user-actions .spanish-translate a, .layout-video-es .user-actions .spanish-translate a {
      background-color: #DF533C;
      color: white;
      display: inline-block;
      padding: 10px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent; }
.layout-video .links-wrapper, .layout-video-es .links-wrapper {
  border-bottom: 2px solid #e9e9ea;
  margin-bottom: 1.6em; }
  .layout-video .links-wrapper ul, .layout-video-es .links-wrapper ul {
    margin: 0;
    padding: 0; }
    .layout-video .links-wrapper ul li, .layout-video-es .links-wrapper ul li {
      margin-right: 32px; }
      .layout-video .links-wrapper ul li a, .layout-video-es .links-wrapper ul li a {
        line-height: 60px;
        display: inline-block;
        color: #2e2f30; }
        .layout-video .links-wrapper ul li a:hover, .layout-video .links-wrapper ul li a.active, .layout-video-es .links-wrapper ul li a:hover, .layout-video-es .links-wrapper ul li a.active {
          color: #54c4c2;
          border-bottom: 2px solid #54c4c2;
          margin-bottom: -2px;
          text-decoration: none; }
.layout-video .toggle-group, .layout-video-es .toggle-group {
  min-height: 600px; }

.sample-videos > div h2, .sample-videos > div h3, .sample-videos > div ul.tabs li a, ul.tabs li .sample-videos > div a {
  font-size: 18px;
  line-height: .8;
  margin-bottom: 12px;
  text-align: center; }
@media all and (min-width: 768px) {
  .sample-videos > div {
    float: left;
    width: 50%;
    padding: 0 6px 30px 6px; } }
.sample-videos .video-thumb {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 16px; }
  .sample-videos .video-thumb p {
    color: #ffffff;
    position: absolute;
    top: 22%;
    bottom: 22%;
    font-weight: bold;
    width: 100%;
    z-index: 2;
    line-height: 1; }
    .sample-videos .video-thumb p:before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M10 16.5l6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
      margin: 0 auto; }
  .sample-videos .video-thumb a {
    display: block;
    position: relative; }
    .sample-videos .video-thumb a:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(223, 83, 60, 0.5);
      transition: background .2s;
      z-index: 1; }
    .sample-videos .video-thumb a:hover:after {
      background-color: transparent; }
.sample-videos .elem .video-thumb a:after, .sample-videos .video-thumb.overlay-green a:after {
  background-color: rgba(199, 195, 92, 0.6); }
.sample-videos .elem .video-thumb a:hover:after, .sample-videos .video-thumb.overlay-green a:hover:after {
  background-color: transparent; }
.sample-videos .pre-k .video-thumb a:after, .sample-videos .video-thumb.overlay-red a:after {
  background-color: rgba(223, 83, 60, 0.6); }
.sample-videos .pre-k .video-thumb a:hover:after, .sample-videos .video-thumb.overlay-red a:hover:after {
  background-color: transparent; }
.sample-videos .baby .video-thumb a:after, .sample-videos .video-thumb.overlay-orange a:after {
  background-color: rgba(247, 149, 68, 0.6); }
.sample-videos .baby .video-thumb a:hover:after, .sample-videos .video-thumb.overlay-orange a:hover:after {
  background-color: transparent; }
.sample-videos .research-answers .video-thumb a:after, .sample-videos .video-thumb.overlay-blue a:after {
  background-color: rgba(84, 196, 194, 0.6); }
.sample-videos .research-answers .video-thumb a:hover:after, .sample-videos .video-thumb.overlay-blue a:hover:after {
  background-color: transparent; }

@media all and (min-width: 1024px) {
  .no-sidebars .sample-videos > div, .page-home .sample-videos > div {
    width: 25%; } }

.sample-videos .playlist-thumbnail img {
  width: 100%; }

.sample-videos .elem a.button, .sample-videos .elem a[type='reset'],
.sample-videos .elem a[type='submit'], .sample-videos .elem ul.main-menu > li.nav-learn-more a, ul.main-menu > li.nav-learn-more .sample-videos .elem a {
  background: #c7c35c; }

.vimeo-share-icons {
  margin-top: -12px;
  margin-bottom: 12px;
  padding: 4px 0 6px 0;
  background: #eeeeef;
  text-align: right; }

.page-blog .page-header.hero {
  margin-bottom: 48px; }
  .page-blog .page-header.hero h1 {
    font-size: 40px;
    margin-bottom: 8px; }
  .page-blog .page-header.hero p.hero-intro {
    font-size: 16px;
    max-width: 300px; }

.block {
  display: block;
  margin-top: 5px; }

.link {
  max-height: 40px;
  float: left;
  margin-right: 15px; }

.image-height {
  max-height: 300px; }

.image-width {
  max-width: 300px; }

.image-left {
  float: left;
  margin-right: 15px; }

.image-right {
  float: right;
  margin-left: 15px; }

.image-center {
  margin: auto; }

.post-list {
  margin: 0; }
  .post-list > li {
    list-style: none;
    margin-bottom: 2.8em; }
    .post-list > li .teaser-image {
      width: 300px;
      max-width: 100%;
      height: auto;
      margin-bottom: 16px;
      overflow: hidden; }
      .post-list > li .teaser-image img {
        border: 1px solid #d9dadb; }
    @media all and (min-width: 768px) {
      .post-list > li .teaser-content {
        margin-left: 324px; }
      .post-list > li .teaser-image {
        float: left;
        margin: 0 24px 0 0; } }

article.post header p {
  margin-bottom: 0; }
article.post .header-image {
  margin-bottom: 2em; }

.post-sidebar ul.tags {
  margin: 0;
  padding: 0; }
  .post-sidebar ul.tags li {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    background: #54c4c2;
    padding: 6px 18px;
    border-radius: 18px;
    margin: 8px 8px 8px 0; }

.page-blog h1.page-title {
  text-align: center; }

.layout-post .page-content > .wrapper .post-sidebar {
  min-width: 300px; }
@media all and (min-width: 680px) {
  .layout-post .page-content > .wrapper {
    display: flex; }
    .layout-post .page-content > .wrapper .post-sidebar {
      padding-left: 40px; } }

#recommended-posts {
  border-left: 1px solid #d4d5d6;
  padding-left: 14px; }
  #recommended-posts h2 {
    margin: 0; }
  #recommended-posts ul {
    margin-left: 0;
    margin-top: 14px;
    list-style: none; }
    #recommended-posts ul li {
      margin-bottom: 22px; }
      #recommended-posts ul li h3, #recommended-posts ul.tabs li a {
        text-transform: none;
        letter-spacing: 0;
        margin: 0; }
        #recommended-posts ul li h3 a, #recommended-posts ul.tabs li a a {
          color: #4CAEAC; }
      #recommended-posts ul li p {
        margin: 0; }

.layout-post .page-content > .wrapper #recommended-posts {
  margin-top: 32px; }

#blog-nav {
  background: #54c4c2;
  padding: 8px 0;
  position: relative; }

#blog-search-container {
  display: none;
  background: #54c4c2;
  color: #ffffff;
  opacity: 0;
  transition: opacity ease;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  z-index: 1; }
  #blog-search-container.active {
    display: block;
    opacity: 1; }
  #blog-search-container input, #blog-search-container #results-container {
    width: 96%;
    max-width: 800px;
    display: block;
    margin: 0 auto; }
  #blog-search-container input {
    margin: 22px auto 0 auto;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.5); }
  #blog-search-container #results-container {
    background: #ffffff;
    list-style: none; }
    #blog-search-container #results-container li {
      margin-bottom: 8px;
      padding: 0 22px; }
      #blog-search-container #results-container li:first-of-type {
        padding-top: 22px; }
      #blog-search-container #results-container li:last-of-type {
        padding-bottom: 33px; }
    #blog-search-container #results-container a {
      color: #54c4c2; }

#blog-search-trigger {
  float: right;
  color: #ffffff; }
  #blog-search-trigger a {
    color: #ffffff; }
  #blog-search-trigger .search-icon {
    position: relative;
    top: 6px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath fill='%23ffffff' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E"); }
    #blog-search-trigger .search-icon.active {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); }

@media all and (min-width: 769px) {
  .post-list-wrapper, .blog-index-sidebar {
    float: left; }

  .post-list-wrapper {
    width: 75%;
    padding-right: 30px; }

  .blog-index-sidebar {
    width: 25%; } }
/**
 * Toolkit-specific styles
 */
.page-toolkit-map div.col, .page-toolkit-mapa div.col {
  vertical-align: top; }
.page-toolkit-map table, .page-toolkit-mapa table {
  border-collapse: collapse;
  border-spacing: initial;
  margin-top: 2em;
  width: 100%; }
.page-toolkit-map td, .page-toolkit-map th, .page-toolkit-mapa td, .page-toolkit-mapa th {
  border: solid 1px #e2e2e2;
  padding: 5px; }
.page-toolkit-map td.link, .page-toolkit-mapa td.link {
  float: none; }
.page-toolkit-map td.link:hover, .page-toolkit-mapa td.link:hover {
  background: #DF533C; }
.page-toolkit-map td.link:hover a, .page-toolkit-mapa td.link:hover a {
  color: white;
  text-decoration: none; }
.page-toolkit-map td.row-title, .page-toolkit-mapa td.row-title {
  background: #54c4c2;
  color: white;
  text-transform: uppercase; }
.page-toolkit-map thead, .page-toolkit-mapa thead {
  background: #ebebeb; }
.page-toolkit-map caption, .page-toolkit-mapa caption {
  background-color: #DF533C;
  color: white;
  padding: 5px; }

/*
* Headstart pages
*/
.page-head-start section.landing-page-row:not(.count-1), .page-educators section.landing-page-row:not(.count-1), .page-title-i section.landing-page-row:not(.count-1) {
  text-align: center; }
.page-head-start section.landing-page-row.count-2, .page-educators section.landing-page-row.count-2, .page-title-i section.landing-page-row.count-2 {
  background: #54c4c2;
  color: white; }
  @media all and (min-width: 1024px) {
    .page-head-start section.landing-page-row.count-2, .page-educators section.landing-page-row.count-2, .page-title-i section.landing-page-row.count-2 {
      font-size: 28.8px;
      padding: 2.6em 4em; } }
.page-head-start section.landing-page-row.count-4 a.button--doc, .page-educators section.landing-page-row.count-4 a.button--doc, .page-title-i section.landing-page-row.count-4 a.button--doc {
  display: block;
  max-width: 436px;
  margin: 12px auto; }
  .page-head-start section.landing-page-row.count-4 a.button--doc:after, .page-educators section.landing-page-row.count-4 a.button--doc:after, .page-title-i section.landing-page-row.count-4 a.button--doc:after {
    top: 18px; }
.page-head-start .round-number, .page-educators .round-number, .page-title-i .round-number {
  background: #DF533C;
  font-size: 34px;
  color: #ffffff;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  line-height: 66px;
  margin: 0 auto;
  margin-bottom: 1em; }
.page-head-start h3, .page-head-start ul.tabs li a, ul.tabs li .page-head-start a, .page-educators h3, .page-educators ul.tabs li a, ul.tabs li .page-educators a, .page-title-i h3, .page-title-i ul.tabs li a, ul.tabs li .page-title-i a {
  margin-bottom: 1.8em; }
.page-head-start .video-outer.single-video, .page-educators .video-outer.single-video, .page-title-i .video-outer.single-video {
  max-width: 520px;
  margin: 0 auto; }
.page-head-start #free-trial .section-content p, .page-educators #free-trial .section-content p, .page-title-i #free-trial .section-content p {
  text-align: left; }

.headstart-accounts {
  list-style: none;
  margin: 0;
  margin-top: 2em;
  padding: 0; }
  @media all and (min-width: 960px) {
    .headstart-accounts {
      columns: auto 2;
      column-gap: 60px; } }
  .headstart-accounts__account {
    position: relative;
    margin-bottom: 8px; }
  .headstart-accounts__name {
    padding-right: 32px; }
  .headstart-accounts__state {
    position: absolute;
    right: 0;
    top: 0; }

.headstart-cta {
  text-align: center;
  margin: 4em auto; }

.page-summer-soar .page-header h1.page-title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 .125em 0;
  font-size: 42px;
  letter-spacing: 1px; }
.page-summer-soar .page-header .play-video {
  cursor: pointer;
  box-shadow: -11px 11px 33px 0 rgba(0, 0, 0, 0.5);
  max-width: 800px;
  margin: 0 auto; }

#summer-soar-intro {
  text-align: center;
  margin-top: 60px; }
  #summer-soar-intro .content {
    text-align: left; }
    #summer-soar-intro .content h2 {
      margin-top: 0; }

#quick-features .col {
  vertical-align: top; }
#quick-features .col ul {
  margin: 0;
  list-style: none; }
  #quick-features .col ul li:before {
    content: "- "; }

.page-summer-soar .co-branding {
  max-width: 800px;
  margin: 30px auto; }
  .page-summer-soar .co-branding .col {
    vertical-align: middle; }

.page-summer-soar .card {
  background: #F9FFFE; }

.page-summer-soar .grey-bg {
  background: #f9f9f9; }

#summer-soar-video {
  display: none; }

.play-video #summer-soar-video {
  display: block; }

.page-summer-soar svg#sun {
  max-width: 400px;
  height: auto; }
.page-summer-soar svg#sun .rays {
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  transform-origin: 50% 50%; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }
#summer-soar-big-features h2 {
  margin: 0; }

.rays {
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  transform-origin: 50% 50%; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }
.collection-standards-pages .page-title {
  text-align: center; }

.collection-standards-pages .page-content > table td.label1, .collection-standards-pages .page-content > table td.label2, .collection-standards-pages .page-content > table td.labelx, .collection-standards-pages .page-content > table td.label3, .collection-standards-pages .page-content > table td, .collection-standards-pages .page-content > table th {
  padding: 8px; }
.collection-standards-pages .page-content > table td.label1, .collection-standards-pages .page-content > table thead th {
  background: #54c4c2;
  color: #ffffff; }
.collection-standards-pages .page-content > table td.label2, .collection-standards-pages .page-content > table th.label2 {
  background: #d4d5d6; }
.collection-standards-pages .page-content > table td.labelx, .collection-standards-pages .page-content > table td.label3, .collection-standards-pages .page-content > table td {
  background: #f3f3f4;
  vertical-align: top; }

.collection-standards-pages .branding {
  text-align: center;
  margin-bottom: 1em; }
  .collection-standards-pages .branding img {
    max-width: 226px;
    margin: 0 1em; }

.styled-table {
  margin: 1em 0;
  width: 100%; }
  .styled-table thead th {
    background: #54c4c2;
    color: #ffffff;
    padding: 12px 16px; }
  .styled-table tbody tr:nth-of-type(odd) {
    background: #ecf8f8; }
    .styled-table tbody tr:nth-of-type(odd) td {
      padding: 12px 16px; }
  .styled-table tbody tr:nth-of-type(even) {
    background: #c6ebeb; }
    .styled-table tbody tr:nth-of-type(even) td {
      padding: 12px 16px; }

#hb3-table {
  min-width: 800px;
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse; }
  #hb3-table table, #hb3-table tr, #hb3-table td {
    border: 1px solid black; }
  #hb3-table thead th {
    background: #d4d5d6; }
  #hb3-table thead th:nth-of-type(1) {
    width: 25%; }
  #hb3-table thead th, #hb3-table tbody tr th, #hb3-table tbody tr td {
    padding: 12px 16px; }
  #hb3-table tbody tr td img {
    min-width: 270px; }
  #hb3-table tbody tr th {
    color: #ffffff; }
  #hb3-table tbody tr.row-1 th {
    background-color: #466BAF; }
  #hb3-table tbody tr.row-2 th {
    background-color: #6596B0; }
  #hb3-table tbody tr.row-3 th {
    background-color: #74AFA0; }
  #hb3-table tbody tr.row-4 th {
    background-color: #71A775; }
  #hb3-table tbody tr.row-5 th {
    background-color: #71A35A; }
  #hb3-table tbody tr.row-6 th {
    background-color: #80A15D; }

ul.tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #54c4c2;
  margin-bottom: 2em; }
  ul.tabs li a {
    display: block;
    padding: 8px 12px;
    margin: 0;
    color: #54c4c2; }
    ul.tabs li a.active {
      padding-bottom: 7px;
      border-bottom: 2px solid #54c4c2; }
    ul.tabs li a:hover {
      text-decoration: none; }

.page-en-holidays h1.page-title, .page-es-holidays h1.page-title {
  text-align: center; }
.page-en-holidays .button-wrapper, .page-es-holidays .button-wrapper {
  text-align: center; }

@media all and (min-width: 768px) {
  .holiday-landing {
    margin-right: -30px;
    margin-left: -30px; } }
.holiday-landing--gift {
  margin-bottom: 3em; }
  .holiday-landing--gift a p {
    color: #444444; }
  .holiday-landing--gift a:hover {
    text-decoration: none; }
    .holiday-landing--gift a:hover .box-color-green {
      background: #fbfbf4; }
    .holiday-landing--gift a:hover .box-color-blue {
      background: #ecf8f8; }
    .holiday-landing--gift a:hover .box-color-red {
      background: #fceeeb; }
    .holiday-landing--gift a:hover p {
      text-decoration: none; }
.holiday-landing--bow {
  text-align: center; }
  .holiday-landing--bow img {
    height: 65px;
    width: auto; }
.holiday-landing--box-top {
  height: 60px;
  margin: 0 -8px; }
.holiday-landing--box {
  height: 162px;
  margin: -2px 0 0 0;
  padding: 16px;
  display: table;
  width: 100%; }
  .holiday-landing--box p {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
.holiday-landing--box-top, .holiday-landing--box {
  border: 2px solid #6d6e71; }
  .holiday-landing--box-top.box-color-green, .holiday-landing--box.box-color-green {
    border-color: #c7c35c; }
  .holiday-landing--box-top.box-color-blue, .holiday-landing--box.box-color-blue {
    border-color: #54c4c2; }
  .holiday-landing--box-top.box-color-red, .holiday-landing--box.box-color-red {
    border-color: #DF533C; }

#language-select-modal {
  background: #ffffff;
  color: #2e2f30;
  text-align: center; }
  #language-select-modal a.close-box {
    display: none; }
  #language-select-modal .inner {
    padding: 40px; }
    #language-select-modal .inner > p {
      max-width: 580px;
      margin: 1em auto; }
    #language-select-modal .inner img {
      margin-bottom: 1em; }
    #language-select-modal .inner h1 {
      font-size: 1.5em;
      font-weight: 400;
      letter-spacing: initial;
      text-transform: uppercase; }
    #language-select-modal .inner h2 {
      font-size: 1.3em;
      font-weight: 300;
      margin-bottom: 2em;
      margin-top: -0.5em;
      text-transform: uppercase; }

.layout-help > .wrapper > .nav {
  float: left;
  width: 25%; }

.layout-help > .wrapper > .page-content {
  float: left;
  width: 75%;
  padding-left: 60px; }

.layout-help > .wrapper {
  padding-top: 40px; }
  .layout-help > .wrapper .page-content h1.page-title {
    margin-top: 0; }
  .layout-help > .wrapper .nav {
    background: #d4d5d6;
    padding: 18px 22px; }
    .layout-help > .wrapper .nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .layout-help > .wrapper .nav ul li {
        padding: 0;
        margin-bottom: 12px; }
        .layout-help > .wrapper .nav ul li a {
          display: block;
          text-decoration: none;
          font-size: 21.2px;
          color: #444444;
          position: relative;
          line-height: 1.2;
          padding-right: 14px; }
        .layout-help > .wrapper .nav ul li.active a {
          color: #D95133; }
          .layout-help > .wrapper .nav ul li.active a span {
            position: absolute;
            right: 0;
            top: 3px; }

.layout-help:not(.page-your-action-plan) .page-content h2, .layout-help:not(.page-your-action-plan) .page-content h3, .layout-help:not(.page-your-action-plan) .page-content ul.tabs li a, ul.tabs li .layout-help:not(.page-your-action-plan) .page-content a {
  text-align: center; }
.layout-help:not(.page-your-action-plan) .page-content h2 + h3, .layout-help:not(.page-your-action-plan) .page-content ul.tabs li h2 + a, ul.tabs li .layout-help:not(.page-your-action-plan) .page-content h2 + a {
  margin-top: 0; }

.layout-playlist {
  background-color: #FBFBFB; }
  .layout-playlist .page-content {
    width: 92%;
    max-width: 912px;
    margin: 0 auto; }

.playlist-video-thumbnails__thumbnail {
  margin: 0 8px;
  background: #ffffff;
  border: 1px solid #d4d5d6;
  outline: none; }
  .playlist-video-thumbnails__thumbnail .teaser {
    min-height: 80px;
    padding: 6px;
    overflow: hidden; }
    .playlist-video-thumbnails__thumbnail .teaser h3, .playlist-video-thumbnails__thumbnail .teaser ul.tabs li a, ul.tabs li .playlist-video-thumbnails__thumbnail .teaser a, .playlist-video-thumbnails__thumbnail .teaser p {
      margin: 0; }
    .playlist-video-thumbnails__thumbnail .teaser h3, .playlist-video-thumbnails__thumbnail .teaser ul.tabs li a, ul.tabs li .playlist-video-thumbnails__thumbnail .teaser a {
      margin-bottom: 4px; }
    .playlist-video-thumbnails__thumbnail .teaser p {
      font-size: 14px;
      line-height: 1.2; }
  .playlist-video-thumbnails__thumbnail:hover {
    opacity: .9; }
  .playlist-video-thumbnails__thumbnail.single-active {
    border: 3px solid #54c4c2;
    outline: none; }

.user-actions__action {
  position: relative;
  background: #e9e9ea;
  padding: 18px 140px 18px 52px;
  margin: 10px 0;
  height: auto; }
  .user-actions__action .step-num {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    padding: 14px 10px;
    background: #bcbcbc;
    color: #ffffff;
    font-size: 32px; }
  .user-actions__action .action-content {
    float: left; }
    .user-actions__action .action-content h2 {
      margin: 0; }
    .user-actions__action .action-content p {
      margin: 0;
      font-style: italic; }
  .user-actions__action .action-buttons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d4d5d6;
    width: 126px;
    padding: 12px 10px 18px 10px;
    text-align: center; }
  .user-actions__action .comment-form {
    float: none;
    clear: both;
    position: relative;
    padding: 10px 10px 10px 0; }
    .user-actions__action .comment-form .form-type-text {
      width: 100%;
      padding-right: 112px; }
      .user-actions__action .comment-form .form-type-text input {
        width: 100%;
        height: 34px; }
    .user-actions__action .comment-form .form-type-submit {
      position: absolute;
      right: 10px;
      top: 10px; }
.user-actions__action.action-watch .action-buttons .btn-group form {
  float: left; }
.user-actions__action.action-watch .action-buttons p {
  margin: 4px 0; }
.user-actions__action.action-favorite {
  margin-top: -6px; }
.user-actions__action.action-share {
  padding: 18px 10px 18px 52px; }
.user-actions__action.action-explore {
  padding: 8px 10px; }

.cursor-warn {
  position: relative; }

.cursor {
  background: #2a2a2a;
  color: #ffffff;
  -webkit-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  -moz-box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 1px 8px 0px rgba(85, 85, 85, 0.3);
  text-align: center;
  padding: 6px 20px;
  z-index: 999;
  display: inline-block;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08); }
  .cursor.hovering {
    opacity: 1; }
