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

Master SASS ala jjohns@wested.org

-------------------------------------------------------------------- */
/* Mixins */
/* Mixins
-------------------------------------------------------------------- */
/* clearfix */
/* gradient */
/* gradient 2 */
/* gradient 3 (gray) */
/* gradient 4 (orange) */
/* Variables */
/* Variables
-------------------------------------------------------------------- */
/* Break Points */
/* 960px width with 20px left/right padding */
/* Fonts */
/* Sketch Colors */
/* Misc */
/* Typography */
/* Typography

Google Fonts / Jost 400, 700

-------------------------------------------------------------------- */
body {
  font-family: "Jost", sans-serif;
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  color: #2D3336; }

a {
  color: #1E79A3;
  text-decoration: underline; }
  a:hover, a:active {
    opacity: .75;
    text-decoration: underline; }

h1, h1.entry-title {
  overflow-wrap: normal;
  font-family: "Jost";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #DD6436;
  text-align: left;
  margin: 30px 0 20px 0;
  padding: 0; }

h2, .entry-content h2 {
  font-family: "Jost";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #DD6436;
  text-align: left;
  margin: 30px 0 20px 0;
  padding: 0; }

h3, .entry-content h3 {
  font-family: "Jost";
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  color: #2D3336;
  margin: 20px 0 20px 0;
  padding: 0; }

h4, .entry-content h4 {
  font-family: "Jost";
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  color: #6E7881;
  margin: 20px 0 20px 0;
  padding: 0; }

p, .entry-content p {
  font-family: "Jost";
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
  color: #2D3336;
  margin: 0 0 14px 0;
  padding: 0; }

p + h2 {
  margin-top: 40px; }

.entry-content h2 + ul {
  margin-top: 20px; }

section > h2,
section > .bust-out-content > h2 {
  margin-top: 0; }

ul,
.entry-content ul,
.content ul {
  margin: 30px 0 30px 45px;
  padding: 0; }
  ul li,
  .entry-content ul li,
  .content ul li {
    font-family: "Jost";
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #2D3336;
    margin: 0 0 8px 0;
    padding: 0; }
    ul li ul,
    .entry-content ul li ul,
    .content ul li ul {
      list-style-type: circle;
      margin: 20px 0 20px 40px; }

.entry-content ul li,
.hero-contents ul li,
.content ul li {
  list-style-type: disc; }

.content ul li > ul li {
  list-style-type: circle; }

ol,
.entry-content ol,
.content ol {
  margin: 10px 0 15px 45px;
  padding: 0; }
  ol li,
  .entry-content ol li,
  .content ol li {
    list-style-type: decimal;
    font-family: "Jost";
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #2D3336;
    margin: 0 0 8px 0;
    padding: 0; }

strong {
  font-weight: 700; }

.alignCenter,
.center,
.entry-content h2.center {
  text-align: center; }

/* mobile fixins! */
@media screen and (max-width: 900px) {
  h1 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px; }
  h2 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px; }
  h3 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px; }
  ul,
  .entry-content ul,
  .content ul {
    margin-left: 20px; }
  /* 2021-01-27 removing mobile overrides per Vanessa */ }

/* Layout
-------------------------------------------------------------------- */
body {
  background-color: #fff;
  background-image: url("../images/wave.svg");
  background-position: center -300px;
  background-repeat: no-repeat; }

.wrap {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  padding: 0; }

.genesis-skip-link li {
  margin: 0; }

.widget {
  margin: 0;
  padding: 0; }

.entry-header {
  display: none; }

.content {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
  padding: 0; }

.entry {
  margin: 0;
  padding: 0; }

.site-inner {
  max-width: 1205px;
  padding: 30px 20px 60px 20px; }

/* Layout / Header & Nav
-------------------------------------------------------------------- */
.site-header {
  z-index: 999;
  position: fixed;
  overflow: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: transparent;
  box-shadow: none;
  background-color: #fff;
  background-image: url("../images/wave.svg");
  background-position: center -300px;
  background-repeat: no-repeat;
  margin: 0 0 80px 0;
  padding: 0;
  /* hiding default site logo */
  /* secondary nav & search */
  /* primary nav */
  /* mobile trigger */ }
  .site-header.headerTransition {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15); }
  .site-header .wrap {
    width: 100%;
    max-width: none;
    padding: 0 0; }
  .site-header .title-area {
    display: none !important; }
  .site-header .header-widget-area {
    position: relative;
    z-index: 9999;
    max-width: none;
    width: 100%;
    height: 47px;
    background-color: rgba(110, 120, 129, 0.45);
    margin: 0;
    padding: 0 10px; }
    .site-header .header-widget-area .widget_nav_menu {
      float: right;
      /* dropdown */ }
      .site-header .header-widget-area .widget_nav_menu ul {
        text-align: right;
        margin: 0;
        padding: 0; }
        .site-header .header-widget-area .widget_nav_menu ul li {
          display: inline-block;
          margin: 0;
          padding: 0;
          /* hide at desktop */ }
          .site-header .header-widget-area .widget_nav_menu ul li a {
            font-family: "Jost";
            font-size: 12px;
            line-height: 18px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
            margin: 0;
            padding: 15px 5px 10px 5px; }
          .site-header .header-widget-area .widget_nav_menu ul li.nav-approach, .site-header .header-widget-area .widget_nav_menu ul li.nav-services, .site-header .header-widget-area .widget_nav_menu ul li.nav-impact, .site-header .header-widget-area .widget_nav_menu ul li.nav-resources, .site-header .header-widget-area .widget_nav_menu ul li.nav-get-started {
            display: none; }
      .site-header .header-widget-area .widget_nav_menu ul.sub-menu {
        /* testing */
        text-align: left;
        box-shadow: 0 12px 12px rgba(1, 1, 1, 0.25);
        background-color: #fff;
        width: 190px; }
        .site-header .header-widget-area .widget_nav_menu ul.sub-menu li {
          width: 190px;
          background-color: #fff;
          margin: 0;
          padding: 0; }
          .site-header .header-widget-area .widget_nav_menu ul.sub-menu li a {
            width: 190px;
            color: #1E79A3;
            border: none;
            padding: 10px 15px; }
    .site-header .header-widget-area .widget_search {
      float: right;
      margin: 0 10px 0 20px;
      padding: 0; }
      .site-header .header-widget-area .widget_search form {
        margin: 2px 0 0 0;
        padding: 0; }
        .site-header .header-widget-area .widget_search form input {
          width: 120px;
          border: none;
          border-radius: 15px;
          background: #fff url("../images/icon-search.svg") no-repeat 95% 50%;
          border: 1px solid #1E79A3;
          font-family: "Jost";
          font-size: 16px;
          line-height: 19px;
          font-weight: 400;
          color: #2D3336;
          margin: 0;
          padding: 5px; }
          .site-header .header-widget-area .widget_search form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #2D3336;
            opacity: 1; }
          .site-header .header-widget-area .widget_search form input::-moz-placeholder {
            /* Firefox 19+ */
            color: #2D3336;
            opacity: 1; }
          .site-header .header-widget-area .widget_search form input:-ms-input-placeholder {
            /* IE 10+ */
            color: #2D3336;
            opacity: 1; }
          .site-header .header-widget-area .widget_search form input:-moz-placeholder {
            /* Firefox 18- */
            color: #2D3336;
            opacity: 1; }
  .site-header .nav-primary {
    z-index: 8888;
    max-width: none;
    float: none;
    margin: 0;
    padding: 0; }
    .site-header .nav-primary ul {
      text-align: right;
      margin: 0;
      padding: 0 20px 0 0; }
      .site-header .nav-primary ul li {
        margin: 0;
        padding: 40px 0 0 15px;
        /* site logo */
        /* hide at desktop */
        /* dropdown */ }
        .site-header .nav-primary ul li.current-menu-item a,
        .site-header .nav-primary ul li.current-page-ancestor a {
          border-bottom: 2px solid #1E79A3; }
        .site-header .nav-primary ul li a {
          font-family: "Jost";
          font-size: 16px;
          line-height: 23px;
          font-weight: 700;
          letter-spacing: 1px;
          text-transform: uppercase;
          color: #1E79A3;
          text-decoration: none;
          margin: 0;
          padding: 0 0 15px 0; }
        .site-header .nav-primary ul li.nav-home {
          float: left;
          padding: 20px 0 20px 20px; }
          .site-header .nav-primary ul li.nav-home.current-menu-item a {
            border-bottom: none; }
          .site-header .nav-primary ul li.nav-home a {
            display: block;
            background: url("../images/logo-ra-25anniversary.svg") no-repeat 0 0;
            width: 319px;
            height: 61px;
            background-size: 319px 61px;
            padding: 0; }
            .site-header .nav-primary ul li.nav-home a span {
              display: none; }
            .site-header .nav-primary ul li.nav-home a:hover {
              opacity: 1; }
        .site-header .nav-primary ul li.nav-about, .site-header .nav-primary ul li.nav-news-insights, .site-header .nav-primary ul li.nav-community, .site-header .nav-primary ul li.nav-contact {
          display: none; }
        .site-header .nav-primary ul li ul.sub-menu {
          margin: 0;
          padding: 15px 5px;
          /* testing */
          text-align: left;
          box-shadow: 0 12px 12px rgba(1, 1, 1, 0.25);
          background-color: #fff;
          width: 220px; }
          .site-header .nav-primary ul li ul.sub-menu li {
            width: inherit;
            background-color: #fff;
            margin: 0;
            padding: 0; }
            .site-header .nav-primary ul li ul.sub-menu li a {
              width: inherit;
              color: #1E79A3;
              border: none;
              padding: 10px 15px; }
  @media screen and (max-width: 959px) {
    .site-header {
      /* show nav & hide search */
      /* hamburglar */
      /* mobile nav */ }
      .site-header .wrap {
        background-color: #fff;
        box-shadow: 0 12px 12px rgba(0, 0, 0, 0.15);
        padding: 0; }
      .site-header .header-widget-area {
        opacity: 1;
        background: #fdf6ed;
        background: linear-gradient(130deg, #fdf6ed 0%, #e8f1f5 100%); }
        .site-header .header-widget-area .widget_nav_menu {
          float: none; }
      .site-header #menu-secondary-nav {
        text-align: center; }
        .site-header #menu-secondary-nav li {
          /* hide at mobile */
          /* show at mobile */ }
          .site-header #menu-secondary-nav li.nav-about, .site-header #menu-secondary-nav li.nav-news-insights, .site-header #menu-secondary-nav li.nav-contact, .site-header #menu-secondary-nav li.nav-styleguide {
            display: none; }
          .site-header #menu-secondary-nav li.nav-approach, .site-header #menu-secondary-nav li.nav-services, .site-header #menu-secondary-nav li.nav-impact, .site-header #menu-secondary-nav li.nav-resources, .site-header #menu-secondary-nav li.nav-get-started {
            display: inline-block; }
          .site-header #menu-secondary-nav li a {
            font-size: 11px;
            line-height: 10px;
            font-weight: 400;
            color: #1E79A3;
            padding: 18px 0; }
          .site-header #menu-secondary-nav li.nav-get-started a {
            font-weight: 700; }
      .site-header .header-widget-area section.widget_search {
        display: none; }
      .site-header .menu-toggle {
        text-transform: uppercase;
        color: #1E79A3;
        font-weight: 700;
        margin: 30px 10px 30px 0;
        padding: 0; }
        .site-header .menu-toggle:before {
          content: ""; }
      .site-header .nav-primary {
        z-index: 888;
        margin: 0;
        padding: 0; }
        .site-header .nav-primary ul {
          text-align: left;
          margin: 0;
          padding: 0; }
          .site-header .nav-primary ul li {
            margin: 0;
            padding: 0;
            /* no active state for mobile */
            /* show at mobile */ }
            .site-header .nav-primary ul li.current-menu-item a {
              border-bottom: none; }
            .site-header .nav-primary ul li a {
              font-size: 11px;
              line-height: 11px;
              font-weight: 700;
              border-top: 2px solid #6E7881;
              margin: 0;
              padding: 18px 10px; }
              .site-header .nav-primary ul li a:hover {
                opacity: 1; }
            .site-header .nav-primary ul li.nav-home {
              float: none;
              padding: 0; }
              .site-header .nav-primary ul li.nav-home a {
                width: auto;
                height: auto;
                background: none;
                padding: 18px 10px; }
                .site-header .nav-primary ul li.nav-home a span {
                  display: block; }
            .site-header .nav-primary ul li .sub-menu-toggle {
              display: none; }
            .site-header .nav-primary ul li ul.sub-menu {
              display: block !important;
              width: auto;
              box-shadow: none;
              margin: 0;
              padding: 0 0 12px 0; }
              .site-header .nav-primary ul li ul.sub-menu li {
                width: auto; }
                .site-header .nav-primary ul li ul.sub-menu li a {
                  width: auto;
                  padding-left: 20px; }
            .site-header .nav-primary ul li.nav-about, .site-header .nav-primary ul li.nav-news-insights, .site-header .nav-primary ul li.nav-community, .site-header .nav-primary ul li.nav-contact {
              display: block; } }

@media screen and (max-width: 959px) {
  /* display mobile logo (since logo originally derives from primary nav) */
  .mobile-logo {
    z-index: 9999;
    display: block !important;
    position: fixed;
    top: 63px;
    left: 10px;
    max-width: 229px;
    margin: 0;
    padding: 0; }
    .mobile-logo a:hover {
      opacity: 1; }
    .mobile-logo a {
      display: block;
      width: 229px;
      height: auto; }
      .mobile-logo a img {
        width: 100%;
        height: auto; }
  .site-header {
    height: auto;
    min-height: 120px; } }

/* Layout / Breadcrumbs
-------------------------------------------------------------------- */
#ra-breadcrumbs {
  max-width: 1205px;
  margin: 0 auto;
  margin-top: 170px;
  padding: 0 20px; }
  #ra-breadcrumbs ol {
    margin: 0;
    padding: 0; }
    #ra-breadcrumbs ol li {
      color: #6E7881;
      display: inline;
      list-style: none;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin: 0;
      padding: 0; }
      #ra-breadcrumbs ol li a {
        color: #6E7881;
        margin: 0;
        padding: 0; }
      #ra-breadcrumbs ol li span {
        position: relative;
        white-space: nowrap;
        margin: 0 5px 0 10px;
        padding: 0; }
        #ra-breadcrumbs ol li span:after {
          position: absolute;
          top: 0;
          right: -15px;
          content: "\00bb";
          color: #6E7881; }
      #ra-breadcrumbs ol li:first-child span {
        margin-left: 0; }
      #ra-breadcrumbs ol li:last-child span:after {
        content: ""; }

body.no-bread #ra-breadcrumbs ol.breadcrumbs {
  display: none !important; }

#ra-breadcrumbs + #hero {
  margin-top: 20px; }

/* Layout / Hero
-------------------------------------------------------------------- */
#hero {
  margin: 70px 0 0 0;
  /* offset due to sticky header */
  padding: 0; }
  #hero .hero-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1205px;
    background-color: transparent;
    margin: 0 auto;
    padding: 0 20px; }
    #hero .hero-wrap .hero-contents {
      flex: 1 1 0;
      padding: 15px 50px 0 0; }
      #hero .hero-wrap .hero-contents h1 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        color: #6E7881;
        text-transform: uppercase;
        text-align: left;
        margin: 0 0 15px 0;
        padding: 0; }
      #hero .hero-wrap .hero-contents h2 {
        font-size: 36px;
        line-height: 48px;
        font-weight: 700;
        color: #DD6436;
        text-transform: none;
        text-align: left;
        margin: 0 0 15px 0;
        padding: 0; }
      #hero .hero-wrap .hero-contents p.quote {
        font-style: italic;
        margin: 0;
        padding: 10px 0 10px 0; }
      #hero .hero-wrap .hero-contents p.quote-source {
        margin: 0;
        padding: 0; }
      #hero .hero-wrap .hero-contents a:hover {
        opacity: 1; }
      #hero .hero-wrap .hero-contents .caption-wrap a:hover {
        opacity: .75; }
      #hero .hero-wrap .hero-contents img {
        width: 100%;
        height: auto;
        max-width: 466px; }
      #hero .hero-wrap .hero-contents ul li {
        margin-bottom: 18px; }
  @media screen and (max-width: 900px) {
    #hero .hero-wrap {
      display: block;
      min-height: auto; }
      #hero .hero-wrap .hero-contents {
        padding-right: 0; }
        #hero .hero-wrap .hero-contents h1 {
          font-size: 21px;
          line-height: 26px;
          text-align: center;
          margin: 0;
          padding: 30px 0; }
        #hero .hero-wrap .hero-contents h2 {
          font-size: 40px;
          line-height: 48px; }
      #hero .hero-wrap img {
        display: block;
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
        margin-top: 30px; } }

/* Hero / Metaslider
-------------------------------------------------------------------- */
body.home #hero {
  margin-top: 200px; }
  body.home #hero .hero-wrap {
    /* turn flex off */
    display: block; }
    body.home #hero .hero-wrap ul {
      margin: 0;
      padding: 0; }
    body.home #hero .hero-wrap .metaslider ul.slides li {
      display: flex !important;
      justify-content: center;
      align-items: center; }
      body.home #hero .hero-wrap .metaslider ul.slides li img {
        order: 2;
        width: auto;
        height: auto; }
      body.home #hero .hero-wrap .metaslider ul.slides li .caption-wrap {
        flex: 1 1 0;
        order: 1; }
    body.home #hero .hero-wrap .metaslider .caption-wrap {
      float: left;
      width: 100%;
      position: relative;
      opacity: 1;
      background: transparent;
      background-color: transparent; }
    body.home #hero .hero-wrap .metaslider .caption {
      margin: 0;
      padding: 0 50px 30px 0; }
      body.home #hero .hero-wrap .metaslider .caption h2 {
        font-size: 48px;
        line-height: 60px;
        font-weight: 700; }
      body.home #hero .hero-wrap .metaslider .caption p.btn-wrap {
        text-align: center;
        margin: 40px 0 0 0;
        padding: 0; }
      body.home #hero .hero-wrap .metaslider .caption ul {
        margin: 0 0 30px 50px; }
    body.home #hero .hero-wrap .metaslider .flex-control-nav {
      bottom: 0; }
    body.home #hero .hero-wrap .metaslider .flex-control-paging li {
      background-color: transparent; }
      body.home #hero .hero-wrap .metaslider .flex-control-paging li a {
        width: 15px;
        height: 15px;
        background: transparent;
        border: 1px solid #2D3336; }
      body.home #hero .hero-wrap .metaslider .flex-control-paging li a.flex-active {
        background: #2D3336; }
  @media screen and (max-width: 900px) {
    body.home #hero .hero-wrap .metaslider .caption h2 {
      font-size: 21px;
      line-height: 31px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 1010px) {
    body.home #hero .hero-wrap ul.slides > li {
      flex-direction: column;
      display: flex !important; }
      body.home #hero .hero-wrap ul.slides > li a {
        order: 2; }
      body.home #hero .hero-wrap ul.slides > li .caption-wrap {
        order: 1; }
    body.home #hero .hero-wrap .hero-contents {
      padding-right: 0; }
      body.home #hero .hero-wrap .hero-contents h2 {
        font-size: 40px;
        line-height: 48px; }
    body.home #hero .hero-wrap .metaslider .caption-wrap {
      display: block;
      width: 100%;
      max-width: none; }
    body.home #hero .hero-wrap .metaslider .caption {
      padding: 0 0 40px 0; }
    body.home #hero .hero-wrap .metaslider img {
      float: none;
      width: 100% !important;
      margin: 0 auto; }
    body.home #hero .hero-wrap .metaslider ul.slides {
      padding-bottom: 40px; } }

/* Layout / Footer
-------------------------------------------------------------------- */
.footer-widgets {
  background-color: #1E79A3;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0; }
  .footer-widgets .wrap {
    max-width: 1205px;
    padding: 60px 20px; }
  .footer-widgets .footer-widget-area {
    float: none;
    width: auto;
    margin: 0;
    padding: 0; }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: 75%; }
  .footer-widgets .footer-widgets-2 {
    float: left;
    width: 25%; }
  .footer-widgets p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin: 0;
    padding: 0; }
    .footer-widgets p.copyright a {
      font-size: 14px;
      line-height: 21px; }
  .footer-widgets ul {
    column-count: 3;
    margin: 0;
    padding: 0; }
    .footer-widgets ul li {
      color: #fff;
      margin: 0 0 12px 0;
      padding: 0; }
  .footer-widgets ul.social {
    column-count: 1;
    margin: 0 0 20px 0;
    padding: 0; }
    .footer-widgets ul.social li {
      display: inline;
      margin: 0;
      padding: 0 10px 0 0; }
      .footer-widgets ul.social li a {
        display: inline-block;
        text-indent: -9999px;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: 0 0; }
      .footer-widgets ul.social li.twitter a {
        background-image: url("../images/icon-twitter.svg"); }
      .footer-widgets ul.social li.facebook a {
        background-image: url("../images/icon-facebook.svg"); }
      .footer-widgets ul.social li.linkedin a {
        background-image: url("../images/icon-linkedin.svg"); }
  .footer-widgets a {
    font-size: 21px;
    line-height: 36px;
    color: #fff;
    text-decoration: none; }
  @media screen and (max-width: 900px) {
    .footer-widgets .footer-widgets-1,
    .footer-widgets .footer-widgets-2 {
      float: none;
      width: 100%; }
    .footer-widgets ul {
      column-count: 1;
      margin-bottom: 20px; } }

.site-footer {
  display: none; }

/* Global
-------------------------------------------------------------------- */
/* hide ala Bootstrap */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* show hide */
.accordion {
  border-bottom: 1px solid #979797;
  margin: 0 0 30px 0;
  padding: 0; }
  .accordion .accordion-title {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    color: #1E79A3;
    text-decoration: underline;
    border-top: 1px solid #979797;
    background: url("../images/icon-plus.svg") no-repeat 10px 30px;
    cursor: pointer;
    margin: 0;
    padding: 25px 10px 25px 40px; }
    .accordion .accordion-title.open {
      background: url("../images/icon-minus.svg") no-repeat 10px 40px; }
  .accordion .accordion-content {
    margin: 0;
    padding: 12px 40px; }
    .accordion .accordion-content:last-child {
      padding-bottom: 0; }
    .accordion .accordion-content ul, .accordion .accordion-content ol {
      margin: 0 0 0 20px;
      padding: 0; }

/* buttons */
a.btn {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #1E79A3;
  background: #3fb1d0;
  background: linear-gradient(0deg, #1e79a3 0%, #3fb1d0 100%);
  text-align: center;
  border-radius: 25px;
  padding: 10px 25px; }
  a.btn.btn-white {
    background-color: #fff;
    color: #DD6436; }
  @media screen and (max-width: 900px) {
    a.btn {
      font-size: 14px;
      line-height: 21px; } }
  @media screen and (max-width: 600px) {
    a.btn {
      display: block; } }

p.btn-wrap {
  text-align: center;
  margin: 50px 0 0 0;
  padding: 0; }
  p.btn-wrap.set a.btn + a.btn {
    margin-left: 30px; }
  @media screen and (max-width: 750px) {
    p.btn-wrap.set a.btn {
      display: block;
      margin: 0 0 20px 0; }
      p.btn-wrap.set a.btn + a.btn {
        margin-left: 0; } }

/* bust out technique (full width elements) */
.bust-out {
  background: #fdf6ed;
  background: linear-gradient(130deg, #fdf6ed 0%, #e8f1f5 100%);
  box-sizing: border-box;
  transform: translateX(calc(50vw - 50%));
  margin: auto calc(50% - 50vw);
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 0; }

.bust-out-content {
  width: 1165px;
  /* match .entry-content width */
  margin: 0 auto;
  padding: 100px 0; }

@media screen and (max-width: 1205px) {
  .bust-out-content {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (max-width: 900px) {
  .bust-out-content {
    padding: 50px 0; } }

/* sections */
section {
  background-color: transparent; }

/* table overrides */
table,
table.tablesaw {
  /* https://github.com/filamentgroup/tablesaw/issues/281 */ }
  table th, table td,
  table.tablesaw th,
  table.tablesaw td {
    vertical-align: top; }
  table span.sortable,
  table.tablesaw span.sortable {
    display: none; }

/* Responsive video embeds ala http://embedresponsively.com */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 15px; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* pullout */
.pullout {
  background-color: #FBEFEA;
  border-left: 5px solid #DD6436;
  margin: 0 0 20px 0;
  padding: 30px; }
  .pullout > h3 {
    margin-top: 0; }
  .pullout ul:last-child {
    margin-bottom: 0; }

/* Promo Contact */
.promo-contact {
  background: url("../images/contact-bg.svg") no-repeat 0 0;
  width: 948px;
  height: 125px;
  background-size: 948px 125px;
  margin: 30px auto;
  padding: 0; }
  .promo-contact p {
    text-align: center;
    margin: 0;
    padding: 40px 0 0 0; }
    .promo-contact p a {
      font-weight: 700; }
  @media screen and (max-width: 900px) {
    .promo-contact {
      background: none;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
      .promo-contact p {
        text-align: left;
        font-size: 25px;
        line-height: 36px;
        margin: 0;
        padding: 0; } }

/* Cards */
section.cards .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  section.cards .group .item, section.cards .group .pip {
    flex: 0 1 365px;
    background: #fdf6ed;
    background: linear-gradient(130deg, #fdf6ed 0%, #e8f1f5 100%);
    margin: 0 20px 20px 0;
    padding: 0; }

section.cards h3 {
  margin: 0;
  padding: 40px; }

section.cards h4 {
  margin: 0;
  padding: 0 40px 40px 40px; }

section.cards p {
  margin: 0;
  padding: 0 40px 40px 40px; }

section.cards.bust-out .group .item {
  background: #fff; }

@media screen and (max-width: 900px) {
  section.cards .group {
    display: block; }
    section.cards .group .item {
      margin-right: 0;
      margin-bottom: 20px; } }

/* Content area quotes using blockquote */
.content blockquote p {
  margin: 0;
  padding: 10px 0 10px 160px; }
  .content blockquote p:first-child {
    position: relative; }
    .content blockquote p:first-child:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }

@media screen and (max-width: 900px) {
  .content blockquote p {
    padding-left: 60px; }
    .content blockquote p:first-child:before {
      left: -100px; } }

/* Full Bleed Photo */
section.full-bleed-photo {
  background: none; }
  section.full-bleed-photo p.photo {
    margin: 0;
    padding: 0; }
    section.full-bleed-photo p.photo img {
      width: 100%;
      height: auto; }

/* Tabbed Inner Nav */
.tab-layout.skltbs-theme-light {
  margin: 0;
  padding: 0; }
  .tab-layout.skltbs-theme-light ul.skltbs-tab-group {
    margin: 0 0 5 0px 0;
    padding: 0; }
    .tab-layout.skltbs-theme-light ul.skltbs-tab-group li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .tab-layout.skltbs-theme-light button,
  .tab-layout.skltbs-theme-light .skltbs-tab {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    margin: 0 2px 0 0;
    padding: 3px 50px; }
    .tab-layout.skltbs-theme-light button:hover,
    .tab-layout.skltbs-theme-light .skltbs-tab:hover {
      opacity: .75; }
  .tab-layout.skltbs-theme-light button {
    background: #6e7881;
    background: linear-gradient(0deg, #6e7881 0%, #a7b0b7 100%); }
  .tab-layout.skltbs-theme-light button.skltbs-active {
    background: #dd6436;
    background: linear-gradient(0deg, #dd6436 0%, #f09d66 100%); }
  .tab-layout.skltbs-theme-light .skltbs-panel-group {
    margin: 0;
    padding: 0; }
    .tab-layout.skltbs-theme-light .skltbs-panel-group .skltbs-panel {
      background-color: transparent;
      border: none;
      margin: 0;
      padding: 0; }

/* Home
-------------------------------------------------------------------- */
body.home {
  /* Hero overrides */
  /* when bust-out is last element on page */
  /* Engaged */
  /* Approach */
  /* Results */
  /* Help */ }
  body.home #hero {
    margin-top: 150px; }
    body.home #hero .hero-contents {
      padding-right: 0; }
  body.home .hero-wrap h1 {
    display: none;
    height: 0; }
  body.home .site-inner {
    padding-bottom: 0; }
  body.home .bust-out:last-child {
    margin-bottom: 0; }
  body.home section.engaged .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 30px 0;
    padding: 0; }
    body.home section.engaged .group .item {
      margin: 0;
      padding: 0; }
  body.home section.engaged p.quote {
    position: relative;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 160px; }
    body.home section.engaged p.quote:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }
  body.home section.engaged p.quote-source {
    margin: 0;
    padding: 0 0 0 160px; }
  @media screen and (max-width: 900px) {
    body.home section.engaged .group {
      grid-template-columns: 1fr; }
    body.home section.engaged p.quote {
      padding-left: 90px; }
      body.home section.engaged p.quote:before {
        left: -70px; }
    body.home section.engaged p.quote-source {
      padding-left: 90px; } }
  body.home section.approach .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 0 0 30px 0;
    padding: 0; }
    body.home section.approach .group .item {
      margin: 0;
      padding: 0; }
  body.home section.approach .btn-wrap {
    margin: 0 0 10px 0; }
  @media screen and (max-width: 900px) {
    body.home section.approach .group {
      grid-template-columns: 1fr; }
    body.home section.approach img {
      display: block;
      margin: 0 auto; } }
  body.home section.results .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    margin: 30px 0;
    padding: 0; }
    body.home section.results .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.home section.results .group {
      grid-template-columns: 1fr; }
    body.home section.results img {
      display: block;
      margin: 0 auto; } }
  body.home section.help h2,
  body.home section.help strong {
    display: block;
    text-align: center; }
  body.home section.help ul.group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 210px 0 40px 0;
    padding: 0; }
    body.home section.help ul.group li {
      list-style: none;
      text-align: center;
      margin: 0;
      padding: 0; }
      body.home section.help ul.group li h3 {
        position: relative;
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #2D3336;
        margin: 0 0 12px 0;
        padding: 0; }
        body.home section.help ul.group li h3:before {
          content: "";
          position: absolute;
          top: -170px;
          left: 50%;
          transform: translate(-50%, 0);
          width: 150px;
          height: 150px;
          background-size: 150px 150px;
          background-repeat: no-repeat;
          background-position: center 0; }
      body.home section.help ul.group li.admin-principles h3:before {
        background-image: url("../images/icon-help-admin-principles.svg"); }
      body.home section.help ul.group li.teachers h3:before {
        background-image: url("../images/icon-help-teachers.svg"); }
      body.home section.help ul.group li.research h3:before {
        background-image: url("../images/icon-help-research.svg"); }
      body.home section.help ul.group li.faculty h3:before {
        background-image: url("../images/icon-help-faculty.svg"); }
  @media screen and (max-width: 900px) {
    body.home section.help h2 {
      text-align: left; }
    body.home section.help ul.group {
      grid-template-columns: 1fr;
      margin: 0 0 25px 0;
      padding: 0; }
      body.home section.help ul.group li {
        min-height: 60px;
        text-align: left; }
        body.home section.help ul.group li h3 {
          font-size: 14px;
          line-height: 21px;
          padding-left: 90px;
          margin: 0;
          padding: 0 0 0 90px; }
          body.home section.help ul.group li h3:before {
            top: 0;
            left: 0;
            transform: none;
            width: 76px;
            height: 76px;
            background-size: 76px 76px; }
      body.home section.help ul.group p {
        margin: 0;
        padding: 0 0 0 90px; }
    body.home section.help strong {
      font-weight: 400; }
    body.home section.help p.btn-wrap {
      margin: 30px 0 0 0; } }

/* Get Started
-------------------------------------------------------------------- */
body.get-started {
  /* Intro */
  /* Pathways */ }
  body.get-started section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    margin: 0;
    padding: 0; }
    body.get-started section.intro .group .item {
      margin: 0;
      padding: 0; }
  body.get-started section.intro .flyers {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    body.get-started section.intro .group {
      grid-template-columns: 1fr; } }
  body.get-started section.pathways .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.get-started section.pathways .group .item {
      margin: 0;
      padding: 0; }
  body.get-started section.pathways .accordion {
    border: none;
    margin-top: 40px; }
    body.get-started section.pathways .accordion h3 {
      border: none;
      background-color: #fff;
      margin: 0 0 1px 0; }
    body.get-started section.pathways .accordion .accordion-content {
      background-color: #fff;
      margin: 0 0 1px 0; }
  @media screen and (max-width: 900px) {
    body.get-started section.pathways .group {
      grid-template-columns: 1fr; } }

/* Approach
-------------------------------------------------------------------- */
body.approach {
  /* Intro */
  /* Interacting */
  /* Action */
  /* FAQs */ }
  body.approach section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    margin: 0;
    padding: 0; }
    body.approach section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.approach section.intro .group {
      grid-template-columns: 1fr; } }
  body.approach section.interacting h2.icon {
    margin: 0 0 85px 0;
    padding: 0 0 0 220px; }
    body.approach section.interacting h2.icon:before {
      content: "";
      position: absolute;
      top: 30px;
      left: 45px;
      background: url("../images/icon-approach-simple.svg") no-repeat 0 0;
      background-size: 181px 181px;
      width: 181px;
      height: 181px; }
  body.approach section.interacting h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 20px; }
  body.approach section.interacting h4 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    color: #2D3336;
    margin: 0;
    padding: 20px; }
  body.approach section.interacting ul {
    margin: 0 0 30px 65px; }
  body.approach section.interacting .group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: 50px 0;
    padding: 0; }
    body.approach section.interacting .group .item {
      background-color: #fff;
      margin: 0;
      padding: 0; }
      body.approach section.interacting .group .item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 1; }
        body.approach section.interacting .group .item:nth-child(1) h3 {
          background: #6e7881;
          background: linear-gradient(0deg, #6e7881 0%, #929fab 100%); }
        body.approach section.interacting .group .item:nth-child(1) p {
          margin: 0;
          padding: 20px; }
      body.approach section.interacting .group .item:nth-child(2) h3 {
        background: #1e79a3;
        background: linear-gradient(0deg, #1e79a3 0%, #3fb1d0 100%); }
      body.approach section.interacting .group .item:nth-child(3) h3 {
        background: #f1a944;
        background: linear-gradient(0deg, #f1a944 0%, #f9d479 100%); }
      body.approach section.interacting .group .item:nth-child(4) h3 {
        background: #dd6436;
        background: linear-gradient(0deg, #dd6436 0%, #f09d66 100%); }
      body.approach section.interacting .group .item:nth-child(5) h3 {
        background: #32935e;
        background: linear-gradient(0deg, #32935e 0%, #61c598 100%); }
      body.approach section.interacting .group .item:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 4 / 4; }
        body.approach section.interacting .group .item:nth-child(6) h3 {
          background: #6e7881;
          background: linear-gradient(0deg, #6e7881 0%, #929fab 100%); }
        body.approach section.interacting .group .item:nth-child(6) ul {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 32px; }
  @media screen and (max-width: 900px) {
    body.approach section.interacting .group {
      display: block; }
      body.approach section.interacting .group .item {
        margin-bottom: 30px; }
    body.approach section.interacting h2.icon {
      padding-top: 190px;
      padding-left: 0; }
      body.approach section.interacting h2.icon:before {
        top: 40px;
        left: 20px; }
    body.approach section.interacting h3 {
      font-size: 21px;
      line-height: 26px; }
    body.approach section.interacting h4 {
      font-size: 18px;
      line-height: 21px; }
    body.approach section.interacting ul {
      display: block !important;
      padding-bottom: 20px; }
    body.approach section.interacting p {
      font-size: 14px;
      line-height: 21px; } }
  body.approach section.action .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 30px 0;
    padding: 0; }
    body.approach section.action .group .item {
      margin: 0;
      padding: 0; }
  body.approach section.action p.quote {
    position: relative;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 160px; }
    body.approach section.action p.quote:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }
  body.approach section.action p.quote-source {
    margin: 0;
    padding: 0 0 0 160px; }
  @media screen and (max-width: 900px) {
    body.approach section.action .group {
      grid-template-columns: 1fr; }
    body.approach section.action p.quote {
      padding-left: 90px; }
      body.approach section.action p.quote:before {
        left: -70px; }
    body.approach section.action p.quote-source {
      padding-left: 90px; } }
  body.approach section.faq h3 {
    color: #2D3336;
    font-weight: 700;
    text-decoration: none; }

/* Approach / SEL
-------------------------------------------------------------------- */
body.approach.sel {
  /* when bust-out is last element on page */
  /* table */ }
  body.approach.sel .site-inner {
    padding-bottom: 0; }
  body.approach.sel .bust-out:last-child {
    margin-bottom: 0; }
  body.approach.sel .group {
    place-items: center; }
    body.approach.sel .group .item:nth-child(2) {
      justify-self: center; }
  body.approach.sel table {
    margin: 75px 0;
    padding: 0; }
    body.approach.sel table thead {
      background: #6e7881;
      background: linear-gradient(0deg, #6e7881 0%, #929fab 100%); }
      body.approach.sel table thead th {
        width: 50%;
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #FFFFFF;
        padding: 25px 20px; }
    body.approach.sel table tbody td {
      border: 1px solid #6E7881;
      padding: 25px 20px; }
      body.approach.sel table tbody td h3 {
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #394D6D;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        padding: 0; }
    @media screen and (max-width: 640px) {
      body.approach.sel table .tablesaw-cell-label {
        word-break: normal;
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 12px 0;
        padding: 0; }
      body.approach.sel table .tablesaw-cell-content {
        word-break: normal;
        display: block;
        width: 100%;
        max-width: 100%; }
      body.approach.sel table tbody td h3 {
        font-size: 18px;
        line-height: 25px; }
      body.approach.sel table ul {
        margin: 0 0 0 20px; } }

/* Approach / SEL / Resources
-------------------------------------------------------------------- */
body.approach.selresources {
  /* when bust-out is last element on page */ }
  body.approach.selresources .site-inner {
    padding-bottom: 0; }
  body.approach.selresources .bust-out:last-child {
    margin-bottom: 0; }
  body.approach.selresources .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.approach.selresources .group .item {
      margin: 0;
      padding: 0; }
  body.approach.selresources .block {
    background: #fdf6ed;
    background: linear-gradient(130deg, #fdf6ed 0%, #e8f1f5 100%);
    margin: 0 0 20px 0;
    padding: 20px; }
  body.approach.selresources .brainheart-wrap {
    position: relative; }
    body.approach.selresources .brainheart-wrap img.brainheart {
      position: absolute;
      top: 0;
      right: -50%; }
  @media screen and (max-width: 900px) {
    body.approach.selresources .group {
      grid-template-columns: 1fr; }
    body.approach.selresources .brainheart-wrap img.brainheart {
      display: none; } }

/* Services
-------------------------------------------------------------------- */
body.services {
  /* Intro */
  /* Course Levels */
  /* Promo */
  /* Course Session Calendar */ }
  body.services section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.services section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.services section.intro .group {
      grid-template-columns: 1fr; } }
  body.services .course-levels h3 {
    color: #DD6436;
    margin: 0;
    padding: 0; }
  body.services .course-levels p.level-desc {
    font-style: italic;
    margin: 0;
    padding: 0; }
  body.services .course-levels table {
    background: #fff;
    margin: 30px 0; }
  body.services .course-levels .level-one,
  body.services .course-levels .level-two,
  body.services .course-levels .level-three {
    margin-bottom: 50px; }
  body.services section.promo .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 0;
    padding: 0; }
    body.services section.promo .group .item {
      margin: 0;
      padding: 0; }
  body.services section.promo h2 {
    margin-bottom: 30px; }
  body.services section.promo p.quote {
    position: relative;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 160px; }
    body.services section.promo p.quote:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }
  body.services section.promo p.quote-source {
    margin: 0;
    padding: 0 0 0 160px; }
  body.services section.promo p.quote-meta {
    margin: 15px 0 0 0;
    padding: 0 0 0 160px; }
  @media screen and (max-width: 900px) {
    body.services section.promo .group {
      grid-template-columns: 1fr; }
    body.services section.promo p.quote {
      padding-left: 90px; }
      body.services section.promo p.quote:before {
        left: -70px; }
    body.services section.promo p.quote-source {
      padding-left: 90px; } }
  body.services .course-session-calendar table {
    background: #fff;
    margin: 30px 0; }

/* Table overrides */
body.services,
body.single-course {
  /* tables */ }
  body.services table,
  body.single-course table {
    margin: 30px 0;
    padding: 0; }
    body.services table thead,
    body.single-course table thead {
      background: #dd6436;
      background: linear-gradient(0deg, #dd6436 0%, #f09d66 100%); }
      body.services table thead th,
      body.single-course table thead th {
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #fff;
        padding: 12px 20px; }
    body.services table tbody td,
    body.single-course table tbody td {
      border-bottom: 1px solid #6E7881;
      padding: 12px 20px; }
      body.services table tbody td h3,
      body.single-course table tbody td h3 {
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #394D6D;
        text-transform: uppercase;
        margin: 0 0 20px 0;
        padding: 0; }
    @media screen and (max-width: 640px) {
      body.services table .tablesaw-cell-label,
      body.single-course table .tablesaw-cell-label {
        word-break: normal;
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        color: #DD6436;
        margin: 0 0 12px 0;
        padding: 0; }
      body.services table .tablesaw-cell-content,
      body.single-course table .tablesaw-cell-content {
        word-break: normal;
        display: block;
        width: 100%;
        max-width: 100%; }
      body.services table tbody td h3,
      body.single-course table tbody td h3 {
        font-size: 18px;
        line-height: 25px; }
      body.services table ul,
      body.single-course table ul {
        margin: 0 0 0 20px; } }

/* Services / Course Detail
-------------------------------------------------------------------- */
body.single-course {
  /* when bust-out is last element on page */
  /* nav active */
  /* Hero overrides */
  /* removes top padding since page starts with a bust-out */
  /* alternate section shading overrides */
  /* Overview */
  /* Participants */
  /* Location & Scheduling */
  /* What's Next */ }
  body.single-course .site-inner {
    padding-bottom: 0; }
  body.single-course .bust-out:last-child {
    margin-bottom: 0; }
  body.single-course .site-header .nav-primary ul li.nav-services > a {
    border-bottom: 2px solid #1E79A3; }
  body.single-course #hero .hero-wrap .hero-contents h2 {
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
    color: #6E7881;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.single-course #hero .hero-wrap .hero-contents h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.single-course .site-inner {
    padding-top: 0; }
  body.single-course .bust-out {
    margin-top: 35px;
    margin-bottom: 35px; }
    body.single-course .bust-out .bust-out-content {
      padding: 50px 0; }
  body.single-course section:nth-child(odd) {
    /* no shading */
    background: none; }
  body.single-course section:nth-child(even) {
    /* shading */ }
    body.single-course section:nth-child(even) .bust-out-content {
      padding: 70px 0; }
    body.single-course section:nth-child(even) table, body.single-course section:nth-child(even) .pullout {
      background: #fff; }
    @media screen and (min-width: 900px) {
      body.single-course section:nth-child(even) .promo-contact {
        background: url("../images/contact-bg-white.svg") no-repeat 0 0; } }
  body.single-course section.overview .bust-out-content {
    padding-right: 400px; }
  @media screen and (max-width: 900px) {
    body.single-course section.overview .bust-out-content {
      padding-right: 0; } }
  body.single-course section.participants .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.single-course section.participants .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.single-course section.participants .group {
      grid-template-columns: 1fr; } }
  body.single-course section.location-scheduling .course-location,
  body.single-course section.location-scheduling .course-duration {
    margin: 0 0 20px 0;
    padding: 0; }

/* Impact
-------------------------------------------------------------------- */
body.impact {
  /* when bust-out is last element on page */
  /* Intro */
  /* Partners */
  /* Impact */
  /* Studies */
  /* Success Stories */ }
  body.impact .site-inner {
    padding-bottom: 0; }
  body.impact .bust-out:last-child {
    margin-bottom: 0; }
  body.impact section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.impact section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.impact section.intro .group {
      grid-template-columns: 1fr; } }
  body.impact section.partners .bust-out-content {
    padding: 30px 0; }
  body.impact section.partners ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-items: center;
    align-items: center;
    margin: 0;
    padding: 0; }
    body.impact section.partners ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
    body.impact section.partners ul .multiply {
      mix-blend-mode: multiply; }
  @media screen and (max-width: 900px) {
    body.impact section.partners .bust-out-content {
      padding: 75px 0; }
    body.impact section.partners ul {
      grid-template-columns: 1fr; } }
  body.impact section.impact .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    margin: 0;
    padding: 0; }
    body.impact section.impact .group .item {
      list-style: none;
      margin: 0;
      padding: 0; }
  body.impact section.impact h2, body.impact section.impact h3 {
    margin-top: 0; }
  body.impact section.impact .btn-wrap {
    margin-top: 10px; }
  @media screen and (max-width: 900px) {
    body.impact section.impact .group {
      grid-template-columns: 1fr; }
    body.impact section.impact .pullout {
      margin-top: 30px; } }
  body.impact section.studies h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #6E7881;
    padding-bottom: 15px; }
  body.impact section.studies h4 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    color: #2D3336;
    padding-bottom: 30px; }
    body.impact section.studies h4 a {
      color: #2D3336;
      text-decoration: none; }
  body.impact section.studies p.btn-wrap {
    margin-top: 40px;
    padding: 0; }
  body.impact section.studies .cover img {
    width: 100%;
    height: auto; }
  body.impact section.stories .group {
    margin: 30px 0;
    padding: 0; }
    body.impact section.stories .group .pip {
      background: #fdf6ed;
      background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%); }
  body.impact section.stories p.thumb {
    margin: 0;
    padding: 0; }
    body.impact section.stories p.thumb img {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }
  body.impact section.stories h3 {
    margin: 0;
    padding: 20px 40px 15px 40px; }
    body.impact section.stories h3 a {
      font-size: 21px;
      line-height: 36px;
      font-weight: 700;
      text-decoration: none;
      color: #2D3336; }
  body.impact section.stories h3 + p.location {
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 20px; }

/* Impact / Evidence Base
-------------------------------------------------------------------- */
body.impact.evidence-base {
  /* Intro */
  /* Evidence List */
  /* Contact Us */ }
  body.impact.evidence-base section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    margin: 0;
    padding: 0; }
    body.impact.evidence-base section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.impact.evidence-base section.intro .group {
      grid-template-columns: 1fr; } }
  body.impact.evidence-base section.evidence-list h3 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #6E7881;
    padding-bottom: 15px; }
  body.impact.evidence-base section.evidence-list h4 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    color: #2D3336;
    padding-bottom: 30px; }
    body.impact.evidence-base section.evidence-list h4 a {
      text-decoration: none;
      color: #2D3336; }
  body.impact.evidence-base section.contact {
    margin-bottom: 60px; }

/* Impact / Evidence Base / Detail
-------------------------------------------------------------------- */
body.evidence-base-detail {
  /* nav active */
  /* Hero */
  /* Floating pullouts via shortcode [pullout] */ }
  body.evidence-base-detail .site-header .nav-primary ul li.nav-impact > a {
    border-bottom: 2px solid #1E79A3; }
  body.evidence-base-detail .entry-footer {
    display: none; }
  body.evidence-base-detail #hero .hero-wrap .hero-contents h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.evidence-base-detail .entry-content p, body.evidence-base-detail .entry-content ul, body.evidence-base-detail .entry-content ol, body.evidence-base-detail .entry-content h2, body.evidence-base-detail .entry-content h3, body.evidence-base-detail .entry-content h4 {
    max-width: 650px; }
  body.evidence-base-detail .pullout {
    clear: both;
    float: right;
    width: 365px; }
  @media screen and (max-width: 900px) {
    body.evidence-base-detail .pullout {
      float: none;
      width: 100%;
      margin: 30px 0; } }

/* Impact / Success Stories
-------------------------------------------------------------------- */
body.impact.success-stories {
  /* Intro */
  /* Success Stories Spotlight */
  /* Reading Apprenticeship in Action */
  /* Pagination */ }
  body.impact.success-stories section.intro .group {
    grid-template-columns: 1fr 1fr; }
  body.impact.success-stories section.intro p.quote {
    position: relative;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 160px; }
    body.impact.success-stories section.intro p.quote:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }
  body.impact.success-stories section.intro p.quote-source {
    margin: 0;
    padding: 0 0 0 160px; }
  @media screen and (max-width: 900px) {
    body.impact.success-stories section.intro .group {
      grid-template-columns: 1fr; }
    body.impact.success-stories section.intro p.quote {
      padding-left: 90px; }
      body.impact.success-stories section.intro p.quote:before {
        left: -70px; }
    body.impact.success-stories section.intro p.quote-source {
      padding-left: 90px; } }
  body.impact.success-stories section.ss-spotlight.cards .group {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  body.impact.success-stories section.ss-spotlight.cards img {
    width: 100%;
    height: auto; }
  body.impact.success-stories section.ss-spotlight.cards h3 a {
    color: #2D3336;
    text-decoration: none; }
  @media screen and (max-width: 900px) {
    body.impact.success-stories section.ss-spotlight.cards .group {
      grid-template-columns: 1fr; } }
  body.impact.success-stories section.ss-index.cards {
    /* Filters */ }
    body.impact.success-stories section.ss-index.cards h3 {
      font-size: 21px;
      line-height: 36px;
      font-weight: 400;
      color: #6E7881;
      padding: 20px 40px 0 40px; }
    body.impact.success-stories section.ss-index.cards h4 {
      font-size: 21px;
      line-height: 36px;
      font-weight: 700;
      color: #2D3336;
      padding-bottom: 20px; }
      body.impact.success-stories section.ss-index.cards h4 a {
        color: #2D3336;
        text-decoration: none; }
    body.impact.success-stories section.ss-index.cards .ss-filters {
      margin: 0 0 40px 0;
      padding: 0; }
      body.impact.success-stories section.ss-index.cards .ss-filters .facetwp-facet {
        margin: 0;
        padding: 0; }
      body.impact.success-stories section.ss-index.cards .ss-filters .facetwp-checkbox {
        display: inline;
        font-size: 21px;
        line-height: 36px;
        font-weight: 400;
        color: #1E79A3; }
        body.impact.success-stories section.ss-index.cards .ss-filters .facetwp-checkbox + .facetwp-checkbox {
          margin-left: 15px; }
    @media screen and (max-width: 900px) {
      body.impact.success-stories section.ss-index.cards .ss-filters .facetwp-checkbox {
        display: block; }
        body.impact.success-stories section.ss-index.cards .ss-filters .facetwp-checkbox + .facetwp-checkbox {
          margin-left: 0; } }
  body.impact.success-stories .facetwp-pager {
    margin: 40px 0;
    padding: 0; }
    body.impact.success-stories .facetwp-pager a {
      font-weight: 400; }

/* Impact / Success Story / Detail
-------------------------------------------------------------------- */
body.single-success_story {
  /* nav active */
  /* when bust-out is last element on page */
  /* Hero */
  /* Floating pullouts via shortcode [pullout] */
  /* Footer */ }
  body.single-success_story .site-header .nav-primary ul li.nav-impact > a {
    border-bottom: 2px solid #1E79A3; }
  body.single-success_story .site-inner {
    padding-bottom: 0; }
  body.single-success_story .bust-out:last-child {
    margin-bottom: 0; }
  body.single-success_story .entry-footer {
    display: none; }
  body.single-success_story #hero .hero-wrap .hero-contents h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
    body.single-success_story #hero .hero-wrap .hero-contents h1:before {
      content: "Success Stories";
      display: block;
      font-size: 21px;
      line-height: 35px;
      font-weight: 700;
      color: #6E7881;
      text-transform: uppercase;
      text-align: left;
      margin: 0 0 15px 0;
      padding: 0; }
  body.single-success_story .entry-content p, body.single-success_story .entry-content ul, body.single-success_story .entry-content ol, body.single-success_story .entry-content h2, body.single-success_story .entry-content h3, body.single-success_story .entry-content h4 {
    max-width: 650px; }
  body.single-success_story p.back {
    display: none;
    margin-top: 25px; }
    body.single-success_story p.back a:before {
      display: inline-block;
      content: '\2190';
      margin-right: 5px; }
  body.single-success_story .pullout {
    clear: both;
    float: right;
    width: 365px; }
  @media screen and (max-width: 900px) {
    body.single-success_story .pullout {
      float: none;
      width: 100%;
      margin: 30px 0; } }
  body.single-success_story .success-story-footer {
    background: #fdf6ed;
    background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%); }
    body.single-success_story .success-story-footer h2 {
      text-align: center; }

/* Impact / Research Archive
-------------------------------------------------------------------- */
body.impact.research-base {
  /* Research List */
  /* Other */ }
  body.impact.research-base .site-inner {
    padding-bottom: 60px; }
  body.impact.research-base section.research-list .group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0 0 30px 0;
    padding: 0; }
    body.impact.research-base section.research-list .group .item {
      background: #fdf6ed;
      background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%);
      margin: 0;
      padding: 0; }
  body.impact.research-base section.research-list .cover img {
    width: 100%;
    height: auto; }
  body.impact.research-base section.research-list h3, body.impact.research-base section.research-list h4, body.impact.research-base section.research-list p {
    margin: 0;
    padding: 0 20px 20px 20px; }
  body.impact.research-base section.research-list h3 {
    font-size: 21px;
    line-heigh: 36px;
    font-weight: 400;
    color: #6E7881;
    margin-top: 20px; }
  body.impact.research-base section.research-list h4 {
    font-size: 21px;
    line-heigh: 36px;
    font-weight: 700;
    color: #2D3336; }
    body.impact.research-base section.research-list h4 a {
      color: #2D3336;
      text-decoration: none; }
  @media screen and (max-width: 900px) {
    body.impact.research-base section.research-list .group {
      grid-template-columns: 1fr; }
    body.impact.research-base section.research-list .cover img {
      width: auto; } }
  body.impact.research-base section.other {
    background: #fdf6ed;
    background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%); }
    body.impact.research-base section.other .group {
      display: grid;
      grid-template-columns: 2fr 1fr;
      margin: 40px 0;
      paddign: 0; }
      body.impact.research-base section.other .group .item {
        margin: 0;
        padding: 25px; }
        body.impact.research-base section.other .group .item:nth-child(1) {
          background-color: #fff; }
        body.impact.research-base section.other .group .item:nth-child(2) {
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #FDF6ED; }
    body.impact.research-base section.other h3 {
      font-size: 18px;
      line-heigh: 27px;
      font-weight: 400;
      color: #6E7881;
      text-transform: uppercase;
      margin: 0;
      padding: 0; }
    body.impact.research-base section.other h4 {
      font-size: 21px;
      line-heigh: 36px;
      font-weight: 700;
      color: #2D3336;
      margin: 0 0 20px 0;
      padding: 0; }
    @media screen and (max-width: 900px) {
      body.impact.research-base section.other .group {
        grid-template-columns: 1fr; } }

/* Impact / Research Archive / Detail
-------------------------------------------------------------------- */
body.research-archive-detail {
  /* nav active */
  /* Hero */
  /* Floating pullouts via shortcode [pullout] */
  /* Intro */
  /* Bust Out Image */
  /* Experience */ }
  body.research-archive-detail .site-header .nav-primary ul li.nav-impact > a {
    border-bottom: 2px solid #1E79A3; }
  body.research-archive-detail .entry-footer {
    display: none; }
  body.research-archive-detail #hero .hero-wrap .hero-contents h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.research-archive-detail .entry-content p, body.research-archive-detail .entry-content ul, body.research-archive-detail .entry-content ol, body.research-archive-detail .entry-content h2, body.research-archive-detail .entry-content h3, body.research-archive-detail .entry-content h4 {
    max-width: 650px; }
  body.research-archive-detail .pullout {
    clear: both;
    float: right;
    width: 365px; }
  @media screen and (max-width: 900px) {
    body.research-archive-detail .pullout {
      float: none;
      width: 100%;
      margin: 30px 0; } }
  body.research-archive-detail .group.intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    margin: 30px 0;
    padding: 0; }
    body.research-archive-detail .group.intro .item {
      margin: 0;
      padding: 0; }
      body.research-archive-detail .group.intro .item > h2 {
        margin-top: 0; }
    @media screen and (max-width: 900px) {
      body.research-archive-detail .group.intro {
        grid-template-columns: 1fr; } }
  body.research-archive-detail .bust-out.image {
    text-align: center; }
    body.research-archive-detail .bust-out.image img {
      padding: 60px 0; }
  body.research-archive-detail .group.experience {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-row-gap: 50px;
    margin: 0;
    padding: 0; }
    body.research-archive-detail .group.experience .item {
      margin: 0;
      padding: 0; }
    body.research-archive-detail .group.experience img {
      margin: 0;
      padding: 0 20px 20px 0; }
    body.research-archive-detail .group.experience h4 {
      font-size: 20px;
      line-height: 26px;
      font-weight: 600;
      margin: 0 0 5px 0;
      padding: 0; }
    body.research-archive-detail .group.experience h5 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      margin: 10px 0 5px 0;
      padding: 0; }
    @media screen and (max-width: 900px) {
      body.research-archive-detail .group.experience {
        grid-template-columns: 1fr;
        grid-gap: 0; }
        body.research-archive-detail .group.experience img {
          margin-top: 30px; } }
  body.research-archive-detail .tab-layout section.cards h3 {
    padding-bottom: 15px; }
    body.research-archive-detail .tab-layout section.cards h3 a {
      text-decoration: none;
      color: #2D3336; }

/* Impact / Research Archive / Other Studies
-------------------------------------------------------------------- */
body.research-archive-detail.other-studies section.cards h3 {
  padding-bottom: 15px; }
  body.research-archive-detail.other-studies section.cards h3 a {
    text-decoration: none;
    color: #2D3336; }

body.research-archive-detail.other-studies section.cards h4 {
  padding-bottom: 15px; }

/* Resources
-------------------------------------------------------------------- */
body.resources {
  /* when bust-out is last element on page */
  /* removes top padding since page starts with a bust-out */
  /* Featured Resources */
  /* Resource Library */
  /* filters */
  /* resource entries */
  /* Resource items */
  /* FacetWP UI elements */
  /* results sort bar */
  /* Footer */ }
  body.resources .site-inner {
    padding-bottom: 0; }
  body.resources .bust-out:last-child {
    margin-bottom: 0; }
  body.resources .site-inner {
    padding-top: 0; }
  body.resources #hero {
    margin-top: 50px; }
  body.resources section.featured-resources .group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 30px 0;
    padding: 0; }
    body.resources section.featured-resources .group .item {
      background-color: #fff;
      margin: 0;
      padding: 0; }
  body.resources section.featured-resources img {
    width: 100%;
    height: auto; }
  body.resources section.featured-resources h3 {
    margin: 0;
    padding: 20px 20px; }
    body.resources section.featured-resources h3 a {
      font-size: 21px;
      line-height: 36px;
      font-weight: 700;
      color: #2D3336;
      text-decoration: none; }
  body.resources section.featured-resources p {
    margin: 0;
    padding: 0 20px 20px 20px; }
  @media screen and (max-width: 900px) {
    body.resources section.featured-resources .group {
      grid-template-columns: 1fr; } }
  body.resources section.resource-library h2 {
    margin: 0 0 30px 0;
    padding: 0; }
  body.resources .resource-filters {
    width: 30%;
    float: left; }
    body.resources .resource-filters h3 {
      font-size: 16px;
      line-height: 21px;
      font-weight: 700;
      color: #2D3336; }
  body.resources .resource-entries {
    width: 65%;
    float: right; }
  @media screen and (max-width: 900px) {
    body.resources .resource-filters,
    body.resources .resource-entries {
      float: none;
      width: 100%; } }
  body.resources .resource-item {
    border-bottom: 1px solid #6E7881;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0; }
    body.resources .resource-item h3 {
      font-size: 21px;
      line-height: 36px;
      text-align: left;
      text-transform: none;
      margin: 0 0 10px 0;
      padding: 0; }
      body.resources .resource-item h3 span.featured {
        position: relative;
        top: -3px;
        font-size: 12px;
        line-height: 12px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #1E79A3;
        color: #FFFFFF;
        border-radius: 25px;
        margin: 0 0 0 10px;
        padding: 2px 10px; }
    body.resources .resource-item p {
      font-size: 18px;
      line-height: 27px; }
      body.resources .resource-item p.meta {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        color: #6E7881;
        text-transform: uppercase; }
    body.resources .resource-item .item-main {
      float: left;
      width: 75%; }
    body.resources .resource-item .meta {
      margin-bottom: 0; }
      body.resources .resource-item .meta span {
        display: inline-block;
        font-size: 16px;
        line-height: 21px; }
    body.resources .resource-item img {
      float: right;
      max-width: 165px;
      height: auto;
      border-radius: 5px;
      box-shadow: 0 3px 3px rgba(1, 1, 1, 0.5); }
    body.resources .resource-item .date::after,
    body.resources .resource-item .term::after {
      display: inline-block;
      content: '\00b7'; }
    body.resources .resource-item .date:after {
      padding-left: 5px; }
    body.resources .resource-item .term:after {
      padding: 0 0 0 5px; }
    body.resources .resource-item .term:last-of-type::after {
      content: none; }
  body.resources .facetwp-counts,
  body.resources .facetwp-selections,
  body.resources .facetwp-checkbox,
  body.resources .facetwp-sort select,
  body.resources .facetwp-type-search input {
    font-size: 16px;
    line-height: 21px;
    color: #2D3336; }
  body.resources .facetwp-facet.facetwp-type-checkboxes {
    margin-bottom: 30px; }
  body.resources .facetwp-facet .facetwp-checkbox {
    background: url("../images/resources-icon-checkbox.png") 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 10px; }
  body.resources .facetwp-facet .facetwp-checkbox.checked {
    background-image: url("../images/resources-icon-checkbox-on.png"); }
  body.resources .facetwp-facet.facetwp-type-search {
    width: 82%;
    margin-bottom: 30px; }
    body.resources .facetwp-facet.facetwp-type-search .facetwp-search-wrap {
      display: block; }
    body.resources .facetwp-facet.facetwp-type-search input {
      height: 42px;
      padding: 10px 10px;
      border: 1px solid #1E79A3;
      border-radius: 25px; }
      body.resources .facetwp-facet.facetwp-type-search input::placeholder {
        color: #808285; }
    body.resources .facetwp-facet.facetwp-type-search .facetwp-icon {
      opacity: 1; }
      body.resources .facetwp-facet.facetwp-type-search .facetwp-icon:before {
        background-image: url("../images/icon-search.svg"); }
  body.resources .facetwp-pager {
    width: 65%;
    float: right;
    clear: both;
    font-size: 20px;
    line-height: 30px;
    text-align: center; }
    body.resources .facetwp-pager a {
      font-weight: 400; }
  body.resources .result-sort-bar {
    width: 65%;
    float: right;
    margin-bottom: 25px; }
    body.resources .result-sort-bar .facetwp-counts {
      float: left;
      color: #2D3336;
      /* margin-bottom: 30px; */ }
    body.resources .result-sort-bar .facetwp-sort {
      float: right;
      max-width: 150px; }
      body.resources .result-sort-bar .facetwp-sort select {
        padding: 0; }
    body.resources .result-sort-bar .facetwp-selections {
      clear: both;
      width: 100%; }
      body.resources .result-sort-bar .facetwp-selections ul {
        margin-left: 0;
        padding-top: 30px; }
      body.resources .result-sort-bar .facetwp-selections .facetwp-selection-label {
        display: none; }
      body.resources .result-sort-bar .facetwp-selections .facetwp-selection-value {
        color: #fff;
        padding: 7px 30px 7px 15px;
        margin-bottom: 10px;
        border-radius: 30px;
        background-image: url("../images/resources-icon-close-white.png");
        background-color: #1E79A3;
        background-position: right 10px center; }
  body.resources .result-sort-bar .facetwp-selections .facetwp-selection-value {
    font-size: 16px; }
  body.resources section.footer .group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin: 50px 0;
    padding: 0; }
    body.resources section.footer .group .item {
      margin: 0;
      padding: 0; }
  body.resources section.footer p.quote {
    position: relative;
    font-style: italic;
    margin: 0;
    padding: 10px 0 10px 160px; }
    body.resources section.footer p.quote:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/icon-quote-white.svg") no-repeat 0 0;
      width: 204px;
      height: 204px; }
  body.resources section.footer p.quote-source {
    margin: 0;
    padding: 0 0 0 160px; }
  @media screen and (max-width: 900px) {
    body.resources section.footer .group {
      grid-template-columns: 1fr; }
    body.resources section.footer img {
      margin-top: 100px; }
    body.resources section.footer p.quote {
      padding-left: 90px; }
      body.resources section.footer p.quote:before {
        left: -70px; }
    body.resources section.footer p.quote-source {
      padding-left: 90px; } }

/* Resources / Detail
-------------------------------------------------------------------- */
body.single-resource {
  /* nav active */
  /* sidebar */ }
  body.single-resource .site-inner {
    padding-top: 60px; }
  body.single-resource .site-header .nav-primary ul li.nav-resources > a {
    border-bottom: 2px solid #1E79A3; }
  body.single-resource .two-thirds {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0; }
  body.single-resource .one-third {
    float: right;
    width: 35%;
    margin: 0;
    padding: 0; }
  body.single-resource .content {
    /* Reviews */ }
    body.single-resource .content h1 {
      font-size: 36px;
      line-height: 48px;
      font-weight: 700;
      color: #DD6436;
      text-transform: none;
      text-align: left;
      margin: 0 0 15px 0;
      padding: 0; }
    body.single-resource .content p.resource-date-type {
      font-size: 18px;
      line-height: 27px;
      font-weight: 700;
      margin: 0;
      padding: 0; }
      body.single-resource .content p.resource-date-type span + span {
        border-left: 2px solid #2D3336;
        padding: 0 5px; }
    body.single-resource .content p.resource-author {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      font-style: italic;
      margin: 0;
      padding: 0; }
    body.single-resource .content .resource-content {
      margin: 20px 0;
      padding: 0; }
    body.single-resource .content .reviews {
      margin: 30px 0;
      padding: 0; }
      body.single-resource .content .reviews h2 {
        font-size: 21px;
        line-height: 36px;
        font-weight: 700;
        color: #2D3336;
        margin: 0 0 20px 0;
        padding: 0; }
      body.single-resource .content .reviews .review-item {
        background: #fdf6ed;
        background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%);
        margin: 0 0 20px 0;
        padding: 30px; }
  body.single-resource .resource-meta {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px; }
    body.single-resource .resource-meta a.btn {
      display: inline-block;
      font-size: 18px;
      line-height: 18px; }
      body.single-resource .resource-meta a.btn.addl-resource {
        margin-top: 15px; }
    body.single-resource .resource-meta p.back {
      display: none;
      margin-top: 25px; }
      body.single-resource .resource-meta p.back a:before {
        display: inline-block;
        content: '\2190';
        margin-right: 5px; }
    body.single-resource .resource-meta img {
      max-width: 165px;
      height: auto;
      border-radius: 5px;
      margin-bottom: 20px; }
  @media screen and (max-width: 940px) {
    body.single-resource .one-third,
    body.single-resource .two-thirds {
      float: none;
      width: 100%;
      margin: 0;
      padding: 0; }
    body.single-resource .resource-meta {
      border-left: none;
      border-top: 1px solid #6E7881;
      margin: 30px 0 0 0;
      padding: 30px 0 0 0; }
      body.single-resource .resource-meta a.btn {
        margin-right: 10px; } }

/* About Us / Our Story
-------------------------------------------------------------------- */
body.about.our-story {
  /* Intro */
  /* Timeline */ }
  body.about.our-story section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 70px;
    margin: 0;
    padding: 0; }
    body.about.our-story section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.about.our-story section.intro .group {
      grid-template-columns: 1fr; } }
  body.about.our-story section.timeline {
    background: #fdf6ed;
    background: linear-gradient(130deg, #fdf6ed 0%, #e8f1f5 100%); }

/* About Us / Our Funders
-------------------------------------------------------------------- */
body.about.funders {
  /* when bust-out is last element on page */
  /* removes top padding since page starts with a bust-out */
  /* Intro */ }
  body.about.funders .site-inner {
    padding-bottom: 0; }
  body.about.funders .bust-out:last-child {
    margin-bottom: 0; }
  body.about.funders .site-inner {
    padding-top: 0; }
  body.about.funders #hero .hero-wrap .hero-contents h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.about.funders section.funder-list .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.about.funders section.funder-list .group .item {
      margin: 0;
      padding: 0; }
  body.about.funders section.funder-list ul {
    margin-left: 30px; }
    body.about.funders section.funder-list ul li {
      margin-bottom: 18px; }
  @media screen and (max-width: 900px) {
    body.about.funders section.funder-list .group {
      grid-template-columns: 1fr; } }

/* About Us / Our Team
-------------------------------------------------------------------- */
body.about.team {
  /* Intro */
  /* Full Bleed Photo */
  /* Team */ }
  body.about.team section.intro .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.about.team section.intro .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 900px) {
    body.about.team section.intro .group {
      grid-template-columns: 1fr; } }
  body.about.team section.full-bleed-photo {
    margin-bottom: 0; }
  body.about.team section.team-list {
    margin-top: 0; }
    body.about.team section.team-list .group {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-gap: 20px;
      margin: 0;
      padding: 0; }
      body.about.team section.team-list .group .item {
        margin: 0;
        padding: 0; }
    body.about.team section.team-list .accordion {
      border: none;
      margin-top: 40px; }
      body.about.team section.team-list .accordion h3 {
        border: none;
        background-color: #fff;
        margin: 0 0 1px 0; }
      body.about.team section.team-list .accordion .accordion-content {
        background-color: #fff;
        margin: 0 0 1px 0; }

/* News & Insights
-------------------------------------------------------------------- */
body.news-insights {
  /* Subscribe */
  /* News */ }
  body.news-insights section.subscribe {
    display: block !important;
    margin: 0 0 20px 0;
    padding: 0; }
  body.news-insights section.news-index.cards {
    background: #fdf6ed;
    background: linear-gradient(45deg, #fdf6ed 0%, #e8f1f5 100%);
    /* Filters */ }
    body.news-insights section.news-index.cards p.terms {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      color: #2D3336;
      text-transform: uppercase;
      padding: 30px 40px 0 40px; }
    body.news-insights section.news-index.cards h3 {
      padding-top: 15px; }
      body.news-insights section.news-index.cards h3 a {
        color: #2D3336;
        text-decoration: none; }
    body.news-insights section.news-index.cards .news-filters {
      margin: 0 0 40px 0;
      padding: 0; }
      body.news-insights section.news-index.cards .news-filters .facetwp-facet {
        margin: 0;
        padding: 0; }
      body.news-insights section.news-index.cards .news-filters .facetwp-checkbox {
        display: inline;
        font-size: 21px;
        line-height: 36px;
        font-weight: 400;
        color: #1E79A3; }
        body.news-insights section.news-index.cards .news-filters .facetwp-checkbox + .facetwp-checkbox {
          margin-left: 15px; }
    @media screen and (max-width: 900px) {
      body.news-insights section.news-index.cards .news-filters .facetwp-checkbox {
        display: block;
        margin-left: 0 !important; }
      body.news-insights section.news-index.cards .ss-filters .facetwp-checkbox {
        display: block; }
        body.news-insights section.news-index.cards .ss-filters .facetwp-checkbox + .facetwp-checkbox {
          margin-left: 0; } }

/* News & Insights / Detail
-------------------------------------------------------------------- */
body.single-post {
  /* removes top padding since page starts with a bust-out */
  /* meta */ }
  body.single-post .site-inner {
    padding-top: 50px; }
  body.single-post h1 {
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
    color: #6E7881;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.single-post .two-thirds {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0; }
    body.single-post .two-thirds h2 {
      margin-top: 0; }
  body.single-post .one-third {
    float: right;
    width: 35%;
    margin: 0;
    padding: 0; }
  body.single-post .post-meta img {
    margin: 0 0 20px 0;
    padding: 0; }
  body.single-post .post-meta h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  body.single-post .post-meta p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0; }
  @media screen and (max-width: 900px) {
    body.single-post .two-thirds,
    body.single-post .one-third {
      float: none;
      width: 100%; }
    body.single-post .one-third {
      margin-top: 40px; } }

/* Contact Us
-------------------------------------------------------------------- */
body.contact {
  /* Form */ }
  body.contact #hero {
    margin-top: 50px; }
  body.contact section.form .group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 70px;
    margin: 0;
    padding: 0; }
    body.contact section.form .group .item {
      margin: 0;
      padding: 0; }
      body.contact section.form .group .item .wrap {
        background-color: #FBEFEA;
        border-left: 5px solid #DD6436;
        margin: 0 0 20px 0;
        padding: 10px 30px 30px 30px; }
        body.contact section.form .group .item .wrap h3 {
          line-height: 26px;
          margin: 20px 0 0 0;
          padding: 0; }
        body.contact section.form .group .item .wrap p {
          margin: 0;
          padding: 0; }
  body.contact section.form h2 {
    margin-top: 0; }
  @media screen and (max-width: 900px) {
    body.contact section.form .group {
      grid-template-columns: 1fr; }
      body.contact section.form .group .item {
        margin-bottom: 30px; } }

/* Search Results
-------------------------------------------------------------------- */
body.search {
  /* removes top padding since page starts with a bust-out */
  /* Search Results */ }
  body.search .site-inner {
    padding-top: 170px; }
  body.search .content {
    max-width: 650px;
    margin: 0;
    padding: 0; }
    body.search .content .wrap {
      margin: 0; }
  body.search h1 {
    font-size: 21px;
    line-height: 35px;
    font-weight: 700;
    color: #6E7881;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.search h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #DD6436;
    text-transform: none;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0; }
  body.search .search-results .search-result {
    border-top: 1px solid #6E7881;
    margin: 15px 0;
    padding: 15px 0; }
  body.search .search-results h1 {
    font-size: 21px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 12px 0;
    padding: 0; }

/* Formstack
-------------------------------------------------------------------- */
.formstack .fsBody {
  margin: 30px 0 0 0;
  padding: 0; }
  .formstack .fsBody form.fsForm {
    border: none;
    background: transparent;
    font-family: "Jost";
    margin: 0;
    padding: 0; }
  .formstack .fsBody .fsFieldRow {
    margin-bottom: 5px !important; }
  .formstack .fsBody .fsRowBody {
    margin-bottom: 25px !important; }
  .formstack .fsBody label, .formstack .fsBody legend {
    font-family: "Jost";
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
    background: none;
    border: none;
    color: #2D3336;
    margin-bottom: 5px; }
  .formstack .fsBody .fsRequiredMarker {
    display: none !important; }
  .formstack .fsBody input[type="text"],
  .formstack .fsBody input[type="email"],
  .formstack .fsBody textarea {
    border: 2px solid #1E79A3 !important;
    border-radius: 25px !important; }
  .formstack .fsBody textarea {
    border-radius: 0 !important; }
  .formstack .fsBody input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: transparent !important; }
    .formstack .fsBody input[type="checkbox"]:before {
      border: 1px solid #1E79A3; }
    .formstack .fsBody input[type="checkbox"]:focus {
      box-shadow: none; }
  .formstack .fsBody input[type="radio"] {
    width: 20px;
    height: 20px;
    background: transparent !important; }
    .formstack .fsBody input[type="radio"]:before {
      border-color: #1E79A3; }
    .formstack .fsBody input[type="radio"]:focus {
      box-shadow: none; }
  .formstack .fsBody .fsSubmit {
    margin: 0;
    padding: 0; }
  .formstack .fsBody input[type="submit"] {
    font-family: "Jost";
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #1E79A3;
    background: #3fb1d0;
    background: linear-gradient(0deg, #1e79a3 0%, #3fb1d0 100%);
    text-align: center;
    border-radius: 25px !important;
    padding: 10px 25px; }

@media screen and (max-width: 900px) {
  .formstack .group {
    grid-template-columns: 1fr; }
  .formstack .fsBody label {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 5px;
    padding-left: 0; } }

/* 404
-------------------------------------------------------------------- */
body.error404 .group {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 60px;
  align-items: center;
  margin: 20px 0;
  padding: 0; }
  body.error404 .group .item {
    margin: 0;
    padding: 0; }
  body.error404 .group h1 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0; }
  body.error404 .group h2 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 20px 0;
    padding: 0; }

@media screen and (max-width: 900px) {
  body.error404 .group {
    grid-template-columns: 1fr;
    margin: 0; } }

/* Style Guide
-------------------------------------------------------------------- */
body.styleguide {
  /* when bust-out is last element on page */ }
  body.styleguide .site-inner {
    padding-bottom: 0; }
  body.styleguide .bust-out:last-child {
    margin-bottom: 0; }

/* Help
-------------------------------------------------------------------- */
body.help .entry-content h2 {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  border-top: 1px solid #ccc;
  margin: 30px 0 5px 0;
  padding: 30px 0 0 0; }

body.help .entry-content pre {
  overflow: auto;
  font-family: Consolas, "Courier 10 Pitch",Courier,monospace !important;
  background-color: #eee;
  border: 1px #ddd solid;
  margin: 20px 0;
  padding: 20px; }

/* Banner (ala Simple Banner plugin)
-------------------------------------------------------------------- */
#simple-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1E79A3;
  margin: 0;
  padding: 15px 0; }
  #simple-banner .simple-banner-text {
    max-width: 1205px;
    margin: 0 auto;
    padding: 0 10px; }
  #simple-banner p {
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 0; }
    #simple-banner p a {
      color: #FFFFFF;
      padding: 0; }

/* Required overrides when Simple Banner activated */

/*# sourceMappingURL=maps/overrides.css.map */
