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

Master SASS ala jjohns@wested.org

-------------------------------------------------------------------- */
/* Mixins */
/* Mixins
-------------------------------------------------------------------- */
/* @include clearfix;
-------------------------------------------------------------------- */
/* Variables */
/* Variables
-------------------------------------------------------------------- */
/* break points */
/* 1200 with padding */
/* text */
/* links */
/* colors */
/* Typography */
/* Typography

Primary
  Google Fonts / Chivo
    light 300
    regular 400
    bold 700

-------------------------------------------------------------------- */
body {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666; }

a {
  color: #457673;
  text-decoration: none; }
  a:hover, a:active {
    opacity: .75;
    text-decoration: none; }

h1, h1.entry-title {
  font-family: "Chivo";
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 50px 0 0 0; }

h2 {
  font-family: "Chivo";
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #000;
  margin: 40px 0 20px 0;
  padding: 0; }

/* first h2 needs no space above */
.entry-content h2:first-of-type {
  margin-top: 0; }

/* unless it's preceded by a paragraph, then put space back */
.entry-content p + h2:first-of-type {
  margin-top: 40px; }

h3 {
  font-family: "Chivo";
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin: 60px 0 15px 0;
  padding: 0; }

p {
  font-family: "Chivo";
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin: 0 0 14px 0;
  padding: 0; }
  p a {
    text-decoration: none;
    font-weight: 700; }

ul,
.entry-content ul {
  margin: 30px 0 30px 35px;
  padding: 0; }
  ul li,
  .entry-content ul li {
    font-family: "Chivo";
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 8px 0;
    padding: 0; }
    ul li ul,
    .entry-content ul li ul {
      margin: 20px 0 20px 40px; }

ol {
  margin: 10px 0 15px 0;
  padding: 0; }
  ol li {
    font-family: "Chivo";
    font-size: 16px;
    line-height: 26 px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 8px 0;
    padding: 0; }

strong {
  font-weight: 700; }

.red {
  color: #B92413; }

/* Layout
-------------------------------------------------------------------- */
body {
  background: #fff;
  border-top: 5px solid #9EC6C3; }

.wrap {
  width: 100%;
  max-width: 1160px;
  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: 1160px;
  margin: 0 auto;
  padding: 0; }

.site-inner {
  max-width: 1160px;
  padding: 60px 20px 40px 20px; }

/* Layout / Header & Nav
-------------------------------------------------------------------- */
.site-header {
  z-index: 999;
  position: relative;
  background-color: #EEF6F5;
  box-shadow: none;
  margin: 0;
  padding: 0;
  /* hiding default site logo */
  /* nav */ }
  .site-header .wrap {
    width: 100%;
    max-width: 1160px;
    padding: 0 10px; }
  .site-header .title-area {
    display: none !important; }
  .site-header .nav-primary {
    max-width: none;
    float: none;
    margin: 0;
    padding: 0; }
    .site-header .nav-primary ul {
      text-align: right;
      margin: 0;
      padding: 0; }
      .site-header .nav-primary ul li {
        margin: 0;
        padding: 45px 0 0 0;
        /* site logo */
        /* dropdown */ }
        .site-header .nav-primary ul li a {
          font-family: "Chivo";
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          color: #000;
          text-decoration: none;
          margin: 0;
          padding: 10px 12px; }
        .site-header .nav-primary ul li:last-child a {
          padding-right: 0; }
        .site-header .nav-primary ul li.current-menu-item > a,
        .site-header .nav-primary ul li.current-page-ancestor > a {
          font-weight: 700; }
        .site-header .nav-primary ul li.nav-home {
          float: left;
          padding: 35px 0 0 0; }
          .site-header .nav-primary ul li.nav-home a {
            display: block;
            background: url("../images/logo-fob.svg") no-repeat 0 0;
            width: 170px;
            height: 87px;
            background-size: 170px 87px;
            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 ul.sub-menu {
          border: none;
          background-color: #fff;
          box-shadow: 8px 12px 12px rgba(0, 0, 0, 0.35);
          border-radius: 20px;
          margin: 0;
          padding: 0 0; }
          .site-header .nav-primary ul li ul.sub-menu li {
            float: left;
            display: block;
            text-align: left;
            margin: 0;
            padding: 0; }
            .site-header .nav-primary ul li ul.sub-menu li a {
              display: block;
              font-family: "Chivo";
              font-size: 14px;
              line-height: 20px;
              font-weight: 400;
              color: #000000;
              text-transform: none;
              border: none;
              border-bottom: 1px solid #9EC6C3;
              background-color: transparent;
              padding: 12px 12px; }
            .site-header .nav-primary ul li ul.sub-menu li:first-child a {
              border-top-left-radius: 20px;
              border-top-right-radius: 20px;
              padding-top: 15px; }
            .site-header .nav-primary ul li ul.sub-menu li:last-child a {
              border-bottom-left-radius: 20px;
              border-bottom-right-radius: 20px;
              border-bottom: none;
              padding-bottom: 15px; }
            .site-header .nav-primary ul li ul.sub-menu li.current-menu-item a:focus {
              color: #000; }
  @media screen and (max-width: 975px) {
    .site-header {
      min-height: 135px;
      /* hamburglar */
      /* mobile nav */ }
      .site-header .wrap {
        padding: 0 10px; }
      .site-header .header-widget-area {
        /* hide primary nav at mobile */ }
        .site-header .header-widget-area section:nth-child(1) {
          display: none; }
      .site-header .menu-toggle {
        color: #000;
        margin: 45px 10px 0 0;
        padding: 0; }
      .site-header .nav-primary ul {
        margin: 0;
        padding: 10px 0; }
        .site-header .nav-primary ul li {
          border: none;
          margin: 0;
          padding: 0; }
          .site-header .nav-primary ul li a {
            border: none;
            color: #000;
            background-color: transparent;
            margin: 0;
            padding: 10px 0; }
            .site-header .nav-primary ul li a:hover {
              opacity: 1; }
          .site-header .nav-primary ul li li:first-child a {
            padding-top: 10px !important; }
          .site-header .nav-primary ul li li:last-child a {
            padding-bottom: 10px !important; }
          .site-header .nav-primary ul li.nav-home {
            display: none; }
          .site-header .nav-primary ul li.menu-item-has-children {
            /* hide parent link, only show children */
            /* automatically show dropdowns at mobile */ }
            .site-header .nav-primary ul li.menu-item-has-children .sub-menu-toggle {
              display: none; }
            .site-header .nav-primary ul li.menu-item-has-children .sub-menu {
              display: none !important;
              /* for now requested to be off */
              background-color: transparent;
              box-shadow: none; }
              .site-header .nav-primary ul li.menu-item-has-children .sub-menu li {
                float: none;
                display: block;
                text-align: right; }
                .site-header .nav-primary ul li.menu-item-has-children .sub-menu li.current-menu-item a {
                  background-color: transparent; }
              .site-header .nav-primary ul li.menu-item-has-children .sub-menu a {
                display: block;
                border: none;
                padding: 10px 0; } }

@media screen and (max-width: 975px) {
  .mobile-logo {
    z-index: 9999;
    display: block !important;
    position: absolute;
    top: 30px;
    left: 25px;
    max-width: 265px;
    margin: 10px 0 0 0;
    padding: 0; }
    .mobile-logo a:hover {
      opacity: 1; } }

/* Layout / Hero & Featured Image
-------------------------------------------------------------------- */
/* Hero */
.hero-wrap {
  position: relative;
  background-color: #EEF6F5;
  border-bottom: 1px solid #9EC6C3;
  margin: 0;
  padding: 0 20px; }
  .hero-wrap h1 {
    max-width: 1120px;
    font-family: "Chivo";
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0 auto;
    padding: 30px 0 50px 0; }

/* hide h1 */
body.home .hero-wrap h1 {
  display: none;
  height: 0; }

body.home .hero-content h1 {
  display: block;
  height: auto; }

/* Featured Image */
.entry-content {
  position: relative; }
  .entry-content img.entry-image {
    position: absolute;
    top: -180px;
    right: 0;
    border: 1px solid #9EC6C3;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 0 25px 0;
    padding: 0; }
    @media screen and (max-width: 1130px) {
      .entry-content img.entry-image {
        position: relative;
        top: 0;
        left: 0; } }

body.single-resource .entry-content img.entry-image {
  border: none;
  border-radius: 0; }

/* Layout / Footer
-------------------------------------------------------------------- */
.footer-widgets {
  border-top: 5px solid #F4AE49;
  margin: 0;
  padding: 0; }
  .footer-widgets .wrap {
    max-width: none;
    padding: 0; }
  .footer-widgets .footer-widget-area {
    float: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0; }
  .footer-widgets .widget_custom_html {
    margin: 0;
    padding: 50px; }
    .footer-widgets .widget_custom_html:nth-child(1) {
      grid-column: 1 / 1; }
    .footer-widgets .widget_custom_html:nth-child(2) {
      grid-column: 2 / 4;
      text-align: right; }
  .footer-widgets ul.social {
    margin: 0;
    padding: 0; }
    .footer-widgets ul.social li {
      text-align: right;
      display: inline-block;
      margin: 0;
      padding: 0 0 0 7px; }
      .footer-widgets ul.social li a {
        display: block; }
      .footer-widgets ul.social li img {
        vertical-align: middle; }
  .footer-widgets p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 12px 0 0 0;
    padding: 0; }
  @media screen and (max-width: 975px) {
    .footer-widgets .footer-widget-area {
      display: block; }
    .footer-widgets .widget_custom_html:nth-child(1) {
      padding: 50px 50px 0 50px; }
    .footer-widgets .widget_custom_html:nth-child(2) {
      text-align: left;
      padding: 50px; } }

.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; }

/* Gravity Form */
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper li.gfield {
  margin: 0 0 30px 0 !important;
  padding: 0; }

.gform_wrapper label, .gform_wrapper label.gfield_label {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #666666; }

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  border-color: #000;
  border-radius: 30px;
  padding: 15px !important; }

.gform_wrapper .ginput_container_checkbox input {
  vertical-align: top !important;
  margin: 5px 5px 0 0 !important; }

.gform_wrapper .gfield_required {
  color: #666666 !important; }

.gform_wrapper .gform_footer {
  text-align: left; }
  .gform_wrapper .gform_footer input.button {
    font-family: "Chivo";
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #F4AE49;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    margin: 0 !important;
    padding: 20px 50px !important; }
    .gform_wrapper .gform_footer input.button:hover {
      opacity: .75; }

/* bust out technique (full width elements) */
.bust-out {
  border-top: 1px solid #F4AE49;
  border-bottom: 1px solid #F4AE49;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(calc(50vw - 50%));
  margin: auto calc(50% - 50vw);
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 0; }
  .bust-out.shade-blue {
    background-color: #EEF6F5;
    border-color: #9EC6C3; }
  .bust-out.shade-brown {
    background-color: #FDEFDC;
    border-color: #FBE0B9; }

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

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

/* buttons */
a.btn {
  font-family: "Chivo";
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background-color: #F4AE49;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px 50px; }

/* right arrow */
a.arrow {
  background: url("../images/arrow-right.svg") no-repeat center right;
  padding-right: 22px; }

p.btn-container {
  margin: 40px 0;
  padding: 0; }
  p.btn-container a.btn + a.btn {
    margin-left: 20px; }
  p.btn-container.center {
    text-align: center; }

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

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

/* Tooltip ala http://iamceege.github.io/tooltipster */
.tooltip {
  cursor: pointer; }

.tooltip-wrap {
  display: none; }

#tooltip-content {
  max-width: 300px; }

#tooltip-content pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/* Home
-------------------------------------------------------------------- */
body.home {
  border-top: 5px solid #F4AE49;
  /* when bust-out is last element on page */
  /* Intro */
  /* Crisis */
  /* Blog */
  /* Stay Engaged */
  /* Library */
  /* Bottom promo */ }
  body.home .entry {
    margin-bottom: 0; }
  body.home .site-inner {
    padding-bottom: 0; }
  body.home .bust-out:last-child {
    margin-bottom: 0; }
  body.home .site-header {
    background-color: transparent; }
  body.home .hero-wrap {
    display: none; }
  body.home .site-inner {
    padding-top: 40px; }
  body.home section.intro {
    /* Metaslider */ }
    body.home section.intro .group {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 40px;
      margin: 0;
      padding: 0; }
      body.home section.intro .group .item {
        margin: 0;
        padding: 0; }
    body.home section.intro h1 {
      margin: 0 0 20px 0;
      padding: 0; }
    body.home section.intro p.btn-container {
      margin: 40px 0 0 0;
      padding: 0; }
    body.home section.intro .metaslider {
      width: 565px;
      height: 375px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      margin: 0;
      padding: 0;
      /* pagination */ }
      body.home section.intro .metaslider ul.slides li {
        width: 565px !important;
        height: 375px !important;
        display: grid !important;
        grid-template-columns: 2fr 1fr;
        padding: 0 !important; }
      body.home section.intro .metaslider ul.slides a {
        pointer-events: none;
        display: block !important;
        width: 380px !important;
        height: 377px !important; }
        body.home section.intro .metaslider ul.slides a img {
          width: 380px !important;
          height: 377px !important;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
      body.home section.intro .metaslider .caption-wrap {
        grid-column: 1fr;
        position: relative !important;
        background-color: #B92413;
        border-top-right-radius: 30px;
        opacity: 1; }
        body.home section.intro .metaslider .caption-wrap .caption {
          margin: 0;
          padding: 20px; }
          body.home section.intro .metaslider .caption-wrap .caption h2 {
            font-size: 20px;
            line-height: 25px;
            font-weight: 700;
            color: #fff;
            margin: 0;
            padding: 0;
            margin: 0;
            padding: 0; }
            body.home section.intro .metaslider .caption-wrap .caption h2 a {
              pointer-events: auto;
              display: inline !important;
              width: auto !important;
              height: auto !important;
              color: #fff; }
          body.home section.intro .metaslider .caption-wrap .caption h3 {
            font-size: 11px;
            line-height: 14px;
            text-transform: uppercase;
            color: #fff;
            margin: 0;
            padding: 0; }
            body.home section.intro .metaslider .caption-wrap .caption h3 a {
              pointer-events: auto;
              display: inline !important;
              width: auto !important;
              height: auto !important;
              color: #fff; }
      body.home section.intro .metaslider .flex-control-paging {
        width: 185px;
        text-align: center;
        bottom: 10px;
        right: 0; }
        body.home section.intro .metaslider .flex-control-paging li {
          display: inline-block !important;
          background-color: transparent; }
          body.home section.intro .metaslider .flex-control-paging li a {
            display: block;
            text-indent: -9999px;
            width: 12px;
            height: 12px;
            background: transparent;
            border: 1px solid #ffffff; }
          body.home section.intro .metaslider .flex-control-paging li a.flex-active {
            background: #ffffff; }
    @media screen and (max-width: 975px) {
      body.home section.intro .group {
        display: block; }
      body.home section.intro p.btn-container {
        text-align: center; }
      body.home section.intro .metaslider {
        width: 100% !important;
        max-width: 380px !important;
        height: auto !important;
        border-radius: 0 !important;
        margin: 0 auto;
        margin-top: 60px;
        padding: 0; }
        body.home section.intro .metaslider ul.slides li {
          display: inherit !important;
          width: 100% !important;
          max-width: 380px !important;
          height: auto !important; }
          body.home section.intro .metaslider ul.slides li a {
            width: 100% !important;
            max-width: 380px !important;
            height: auto !important; }
            body.home section.intro .metaslider ul.slides li a img {
              width: 100% !important;
              max-width: 380px !important;
              height: auto !important;
              border-top-right-radius: 30px; }
          body.home section.intro .metaslider ul.slides li .caption-wrap {
            width: 100%;
            max-width: 380px;
            border-radius: 0 !important;
            border-bottom-left-radius: 30px !important; }
        body.home section.intro .metaslider .flex-control-paging {
          display: none !important; } }
  body.home section.crisis {
    margin-top: 50px; }
    body.home section.crisis h2, body.home section.crisis p {
      text-align: center; }
    body.home section.crisis .inner {
      background-color: #fff;
      border-radius: 30px;
      border: 1px solid #9EC6C3;
      margin: 30px 0;
      padding: 40px; }
      body.home section.crisis .inner h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 5px 0;
        padding: 0; }
      body.home section.crisis .inner p {
        max-width: 700px;
        text-align: center;
        margin: 0 auto; }
      body.home section.crisis .inner .group.pillars {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        margin: 30px 0 0 0;
        padding: 0; }
        body.home section.crisis .inner .group.pillars .item {
          position: relative;
          margin: 0;
          padding: 0; }
          body.home section.crisis .inner .group.pillars .item .photo img {
            border-bottom-left-radius: 20px; }
          body.home section.crisis .inner .group.pillars .item h3 {
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            margin: 15px 0 15px 0;
            padding: 0; }
            body.home section.crisis .inner .group.pillars .item h3 a {
              color: #000; }
          body.home section.crisis .inner .group.pillars .item p {
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            text-align: left;
            margin: 0 0 80px 0;
            padding: 0; }
          body.home section.crisis .inner .group.pillars .item a.btn {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 0);
            width: 100%;
            text-align: center;
            padding: 10px 10px; }
    @media screen and (max-width: 975px) {
      body.home section.crisis {
        margin-top: 20px; }
        body.home section.crisis .inner .group.pillars {
          grid-template-columns: 1fr; }
          body.home section.crisis .inner .group.pillars .item {
            margin: 0 0 40px 0; }
            body.home section.crisis .inner .group.pillars .item p {
              margin: 0 0 15px 0; }
            body.home section.crisis .inner .group.pillars .item a.btn {
              position: relative;
              left: 0;
              transform: none;
              padding: 10px 50px; } }
  body.home section.blog {
    margin: 0;
    padding: 0; }
    body.home section.blog h2 {
      text-align: center;
      margin: 0;
      padding: 0; }
    body.home section.blog .btn-container {
      text-align: center; }
    body.home section.blog .group {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
      margin: 40px 0;
      padding: 0; }
      body.home section.blog .group .pip {
        margin: 0;
        padding: 0; }
        body.home section.blog .group .pip .meta {
          margin: 15px 0 0 0;
          padding: 0; }
        body.home section.blog .group .pip h3 {
          margin: 0;
          padding: 0; }
    @media screen and (max-width: 975px) {
      body.home section.blog .group {
        grid-template-columns: 1fr; } }
  body.home section.engaged h2 {
    text-align: center;
    margin: 0;
    padding: 0; }
  body.home section.engaged .group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 30px;
    margin: 40px 0;
    padding: 0; }
    body.home section.engaged .group .item {
      margin: 0;
      padding: 0; }
      body.home section.engaged .group .item h3 {
        margin: 0 0 5px 0;
        padding: 0; }
  @media screen and (max-width: 975px) {
    body.home section.engaged .group {
      grid-template-columns: 1fr; } }
  body.home section.library h2 {
    text-align: center; }
  body.home section.library p {
    max-width: 775px;
    text-align: center;
    margin: 0 auto; }
  body.home section.library h3 {
    margin: 0 0 20px 0;
    padding: 0; }
  body.home section.library .pip h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 15px 0 0 0;
    padding: 0; }
  body.home section.library img {
    max-width: 135px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px; }
  body.home section.library .group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 20px 0 0 0;
    padding: 0; }
    body.home section.library .group .item {
      text-align: center;
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 975px) {
    body.home section.library .group {
      grid-template-columns: 1fr; } }
  body.home section.bottom .group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    margin: 0;
    padding: 0; }
    body.home section.bottom .group .item {
      margin: 0;
      padding: 0;
      /* inner group */ }
      body.home section.bottom .group .item h3 {
        margin: 0 0 12px 0;
        padding: 0; }
      body.home section.bottom .group .item .group {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 20px; }
  @media screen and (max-width: 975px) {
    body.home section.bottom .group {
      grid-template-columns: 1fr; } }

/* Four Pillars
-------------------------------------------------------------------- */
body.four-pillars {
  /* Four Pillars */ }
  body.four-pillars .hero-wrap h1 {
    position: relative; }
    body.four-pillars .hero-wrap h1:before {
      content: "Four Pillars";
      position: absolute;
      top: 0;
      left: 3px;
      font-size: 14px;
      font-weight: 400; }
  body.four-pillars .entry-content p, body.four-pillars .entry-content h2, body.four-pillars .entry-content h3, body.four-pillars .entry-content ul, body.four-pillars .entry-content .group {
    max-width: 800px; }
  body.four-pillars .entry-content h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  body.four-pillars .group.pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 30px 0;
    padding: 0; }
    body.four-pillars .group.pillars .item {
      list-style: none;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      filter: drop-shadow(0 3px 3px #999);
      margin: 0;
      padding: 0; }
      body.four-pillars .group.pillars .item a:hover {
        opacity: 1; }
      body.four-pillars .group.pillars .item .photo img {
        width: 100%;
        height: auto; }
      body.four-pillars .group.pillars .item h3 {
        margin: 0;
        padding: 0; }
        body.four-pillars .group.pillars .item h3 a {
          display: block;
          background-color: #F4AE49;
          font-family: "Chivo";
          font-size: 14px;
          line-height: 22px;
          font-weight: 700;
          color: #000;
          border-bottom-left-radius: 30px;
          text-align: center;
          margin: 0;
          padding: 15px 5px; }
          body.four-pillars .group.pillars .item h3 a:hover {
            opacity: .75; }
  body.four-pillars ul.benefits {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    margin: 30px 0;
    padding: 0; }
    body.four-pillars ul.benefits li {
      font-size: 16px;
      line-height: 22px;
      list-style: none;
      text-align: center;
      background-color: #EEF6F5;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      margin: 0;
      padding: 20px 30px; }
      body.four-pillars ul.benefits li:nth-child(1) {
        grid-column: 1 / 3; }
      body.four-pillars ul.benefits li:nth-child(2) {
        grid-column: 3 / 5; }
      body.four-pillars ul.benefits li:nth-child(3) {
        grid-column: 5 / 7; }
      body.four-pillars ul.benefits li:nth-child(4) {
        grid-column: 2 / 4;
        grid-row: 2 / 2; }
      body.four-pillars ul.benefits li:nth-child(5) {
        grid-column: 4 / 6;
        grid-row: 2 / 2; }
  @media screen and (max-width: 1130px) {
    body.four-pillars .group.pillars {
      grid-template-columns: 1fr; }
      body.four-pillars .group.pillars .item {
        max-width: 240px; }
    body.four-pillars ul.benefits {
      grid-template-columns: 1fr; }
      body.four-pillars ul.benefits li {
        grid-column: 1 / 1 !important; } }

/* Four Pillars / Subpages
-------------------------------------------------------------------- */
body.four-pillars.pillar {
  /* when bust-out is last element on page */
  /* Sidebar */
  /* Solutions */
  /* Action */
  /* Footnotes */ }
  body.four-pillars.pillar .entry {
    margin-bottom: 0; }
  body.four-pillars.pillar .site-inner {
    padding-bottom: 0; }
  body.four-pillars.pillar .bust-out:last-child {
    margin-bottom: 0; }
  body.four-pillars.pillar .entry-content p, body.four-pillars.pillar .entry-content h2, body.four-pillars.pillar .entry-content h3, body.four-pillars.pillar .entry-content ul, body.four-pillars.pillar .entry-content ol, body.four-pillars.pillar .entry-content section {
    max-width: 800px; }
  body.four-pillars.pillar .entry-content section.footnotes {
    max-width: none; }
  body.four-pillars.pillar .sidebar {
    float: none;
    position: absolute;
    top: 140px;
    right: 0;
    width: 100%;
    max-width: 250px;
    margin: 0;
    padding: 0; }
    body.four-pillars.pillar .sidebar h2 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin: 0;
      padding: 0; }
    body.four-pillars.pillar .sidebar a {
      display: block; }
    body.four-pillars.pillar .sidebar ul {
      margin: 0;
      padding: 0; }
      body.four-pillars.pillar .sidebar ul li {
        list-style: none;
        border-top: 1px solid #9EC6C3;
        font-weight: 700;
        margin: 6px 0;
        padding: 10px 0 3px 0; }
        body.four-pillars.pillar .sidebar ul li ul {
          margin: 10px 0 0 20px;
          padding: 0; }
          body.four-pillars.pillar .sidebar ul li ul li {
            list-style: disc;
            border: none;
            font-weight: 400;
            margin: 5px 0 5px 0;
            padding: 0; }
    @media screen and (max-width: 1130px) {
      body.four-pillars.pillar .sidebar {
        position: relative;
        max-width: none;
        top: 0; } }
  body.four-pillars.pillar section.sollutions {
    background-color: #FDEFDC;
    border: 1px solid #FBE0B9;
    border-radius: 20px;
    margin: 30px 0;
    padding: 30px;
    /* In the Library */ }
    body.four-pillars.pillar section.sollutions .inner {
      background-color: #fff;
      border-radius: 20px;
      margin: 0 0 30px 0;
      padding: 30px; }
    body.four-pillars.pillar section.sollutions h2 {
      font-size: 36px;
      line-height: 45px;
      font-weight: 700;
      margin: 0;
      padding: 0; }
    body.four-pillars.pillar section.sollutions h3 {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #B92413;
      margin: 0;
      padding: 0; }
    body.four-pillars.pillar section.sollutions p.recommend {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      color: #B92413;
      margin: 0;
      padding: 0; }
    body.four-pillars.pillar section.sollutions sup {
      margin-left: 2px; }
    body.four-pillars.pillar section.sollutions a.arrow {
      font-weight: 400;
      margin-left: 15px; }
    body.four-pillars.pillar section.sollutions .group {
      display: grid;
      grid-template-columns: 1fr 3fr;
      margin: 0;
      padding: 0; }
      body.four-pillars.pillar section.sollutions .group .item {
        margin: 20px 0;
        padding: 0; }
    body.four-pillars.pillar section.sollutions .group.resources {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
      margin: 20px 0;
      padding: 0; }
      body.four-pillars.pillar section.sollutions .group.resources .pip {
        margin: 0;
        padding: 0; }
        body.four-pillars.pillar section.sollutions .group.resources .pip .thumb {
          max-width: 245px; }
        body.four-pillars.pillar section.sollutions .group.resources .pip h3 {
          font-weight: 700;
          margin: 15px 0 0 0;
          padding: 0; }
      @media screen and (max-width: 975px) {
        body.four-pillars.pillar section.sollutions .group.resources {
          grid-template-columns: 1fr; } }
  body.four-pillars.pillar section.action {
    border-radius: 20px;
    border: 1px solid #9EC6C3;
    background-color: #EEF6F5;
    margin: 40px 0 0 0;
    padding: 30px 60px;
    /* inner group */ }
    body.four-pillars.pillar section.action .group {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 20px;
      margin: 0;
      padding: 0; }
      body.four-pillars.pillar section.action .group .item {
        margin: 0;
        padding: 0; }
  body.four-pillars.pillar section.footnotes {
    margin-top: 60px;
    margin-bottom: 0; }
    body.four-pillars.pillar section.footnotes ol li {
      margin-bottom: 12px; }
  @media screen and (max-width: 1130px) {
    body.four-pillars.pillar .entry-content section {
      max-width: none; }
    body.four-pillars.pillar section.sollutions .group,
    body.four-pillars.pillar section.action .group {
      grid-template-columns: 1fr; }
      body.four-pillars.pillar section.sollutions .group .item,
      body.four-pillars.pillar section.action .group .item {
        margin: 0; }
      body.four-pillars.pillar section.sollutions .group h3,
      body.four-pillars.pillar section.action .group h3 {
        margin: 15px 0 5px 0; } }

/* Podcasts
-------------------------------------------------------------------- */
body.podcasts .entry-content p, body.podcasts .entry-content h2, body.podcasts .entry-content h3, body.podcasts .entry-content ul, body.podcasts .entry-content .group {
  max-width: 800px; }

body.podcasts p.intro {
  margin-bottom: 50px; }

body.podcasts hr {
  border-color: transparent;
  margin: 40px 0; }

/* Resources
-------------------------------------------------------------------- */
body.resources {
  /* filters */
  /* resource entries */
  /* Resource items */
  /* FacetWP UI elements */
  /* results sort bar */ }
  body.resources .entry-content {
    margin-bottom: 40px; }
    body.resources .entry-content p {
      max-width: 810px; }
    body.resources .entry-content p.heart {
      background: url("../images/icon-heart.svg") no-repeat 0 5px;
      margin: 0 0 20px 0;
      padding: 0 0 0 23px; }
  body.resources .resource-filters {
    width: 25%;
    float: left; }
    body.resources .resource-filters h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #666666;
      margin: 0 0 5px 0;
      padding: 0; }
  body.resources .resource-entries {
    width: 70%;
    float: right;
    padding-right: 100px; }
  @media screen and (max-width: 975px) {
    body.resources .resource-filters,
    body.resources .resource-entries {
      float: none;
      width: 100%;
      padding-right: 0; } }
  body.resources .resource-item {
    border: 1px solid #FBE0B9;
    background-color: #FDEFDC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 0 15px 0;
    padding: 30px; }
    body.resources .resource-item h2 {
      font-size: 21px;
      line-height: 32px;
      text-align: left;
      text-transform: none;
      margin: 0;
      padding: 0; }
      body.resources .resource-item h2 span.heart-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url("../images/icon-heart.svg") no-repeat 0 0;
        margin-left: 5px; }
    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: 24px; }
    body.resources .resource-item img {
      float: right;
      max-width: 100px;
      height: auto; }
    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: 24px;
    color: #666666; }
  body.resources .facetwp-facet.facetwp-type-checkboxes {
    margin-bottom: 30px; }
  body.resources .facetwp-facet .facetwp-checkbox {
    background: url("../images/resources-icon-checkbox.png") 0 5px no-repeat;
    background-size: 14px 14px; }
  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 .facetwp-btn {
      opacity: 1;
      top: 0;
      right: -50px;
      width: 40px;
      height: 40px;
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
      background-color: #F4AE49;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px; }
      body.resources .facetwp-facet.facetwp-type-search .facetwp-btn::before {
        width: 40px;
        height: 40px;
        background-image: url("../images/resources-icon-search.svg");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center; }
      body.resources .facetwp-facet.facetwp-type-search .facetwp-btn:hover {
        opacity: .75; }
    body.resources .facetwp-facet.facetwp-type-search input {
      height: 42px;
      padding: 10px 10px;
      border: 1px solid #000;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px; }
      body.resources .facetwp-facet.facetwp-type-search input::placeholder {
        color: #808285; }
  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-size: 16px;
      font-weight: 400;
      text-decoration: none; }
      body.resources .facetwp-pager a.active {
        font-weight: 700; }
  body.resources .result-sort-bar {
    width: 70%;
    float: right;
    margin-bottom: 25px;
    padding-right: 100px; }
    body.resources .result-sort-bar .facetwp-counts {
      float: left;
      color: #666666;
      /* 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: #457673;
        background-position: right 10px center; }
  body.resources .result-sort-bar .facetwp-selections .facetwp-selection-value {
    font-size: 16px; }
  @media screen and (max-width: 975px) {
    body.resources .result-sort-bar {
      float: none;
      width: 100%; }
      body.resources .result-sort-bar .facetwp-counts,
      body.resources .result-sort-bar .facetwp-sort {
        float: none;
        width: 100%; }
    body.resources .resource-item .item-main {
      float: none;
      width: 100%; }
    body.resources .facetwp-pager {
      float: none;
      width: 100%; } }

/* Resources / Detail
-------------------------------------------------------------------- */
body.single-resource {
  /* sits above sidebar */
  /* sidebar */ }
  body.single-resource .site-header .nav-primary ul li.nav-resources a {
    font-weight: 700; }
  body.single-resource .two-thirds {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0; }
  body.single-resource .one-third {
    float: right;
    width: 27%;
    margin: 0;
    padding: 0; }
  body.single-resource .content h2 {
    font-family: "Chivo";
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0; }
  body.single-resource .content span.heart-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icon-heart.svg") no-repeat 0 0;
    margin-left: 5px; }
  body.single-resource .content h3 {
    margin-top: 30px; }
  body.single-resource .content ul {
    margin: 0 0 15px 30px; }
    body.single-resource .content ul li {
      list-style-type: disc;
      margin-bottom: 15px; }
      body.single-resource .content ul li:last-child {
        margin-bottom: 0; }
  body.single-resource .content ol {
    margin: 0 0 15px 30px; }
    body.single-resource .content ol li {
      list-style-type: decimal;
      margin-bottom: 15px; }
      body.single-resource .content ol li:last-child {
        margin-bottom: 0; }
  body.single-resource .content .social-share-tools {
    margin: 30px 0 20px 0;
    padding: 0; }
    body.single-resource .content .social-share-tools .tooltip {
      position: relative;
      top: -6px;
      font-family: "Chivo";
      font-size: 12px;
      line-height: 12px;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      background-color: #457673;
      border-radius: 4px;
      margin: 0 0 0 10px;
      padding: 3px 10px; }
  body.single-resource .content .resource-comments {
    background-color: #FDEFDC;
    margin: 30px 0 0 0;
    padding: 30px; }
    body.single-resource .content .resource-comments h3 {
      margin: 0 0 15px 0;
      padding: 0; }
  body.single-resource ul.resource-items {
    margin: 0; }
    body.single-resource ul.resource-items li {
      list-style-type: none;
      margin-bottom: 20; }
      body.single-resource ul.resource-items li:last-of-type {
        margin-bottom: 0; }
    body.single-resource ul.resource-items h4, body.single-resource ul.resource-items a {
      font-size: 20px;
      font-weight: 700; }
    body.single-resource ul.resource-items h4 {
      margin-bottom: 5px; }
    body.single-resource ul.resource-items a {
      text-decoration: none; }
  body.single-resource .entry-content img.entry-image {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 275px;
    margin: 0;
    padding: 0; }
  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 h4 {
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      margin: 20px 0 0 0;
      padding: 0; }
    body.single-resource .resource-meta p.back {
      border-top: 1px solid #9EC6C3;
      margin: 15px 0;
      padding: 15px 0; }
      body.single-resource .resource-meta p.back a {
        background: url("../images/arrow-left.svg") no-repeat center left;
        padding-left: 22px; }
    body.single-resource .resource-meta p.terms span {
      display: block; }
    body.single-resource .resource-meta img {
      max-width: 225px;
      height: auto;
      border-radius: 5px;
      margin-bottom: 20px; }
  @media screen and (max-width: 975px) {
    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 #979797;
      margin: 30px 0 0 0;
      padding: 30px 0 0 0; }
      body.single-resource .resource-meta a.btn {
        margin-right: 10px; } }

/* Get Involved
-------------------------------------------------------------------- */
body.get-involved {
  /* when bust-out is last element on page */
  /* Facebook */
  /* Book Clubs */
  /* More Ways */
  /* Donate */ }
  body.get-involved .entry {
    margin-bottom: 0; }
  body.get-involved .site-inner {
    padding-bottom: 0; }
  body.get-involved .bust-out:last-child {
    margin-bottom: 0; }
  body.get-involved section.facebook .group {
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.get-involved section.facebook .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 550px) {
    body.get-involved section.facebook .group {
      grid-template-columns: 1fr; } }
  body.get-involved section.book-clubs .group {
    display: grid;
    grid-template-columns: 2fr 6fr;
    grid-gap: 20px;
    margin: 0;
    padding: 0; }
    body.get-involved section.book-clubs .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 750px) {
    body.get-involved section.book-clubs .group {
      grid-template-columns: 1fr; }
    body.get-involved section.book-clubs p.btn-container a.btn {
      display: block;
      width: 100%;
      text-align: center;
      margin: 12px 0; } }
  body.get-involved section.more .group {
    margin: 0;
    padding: 0; }
    body.get-involved section.more .group .item {
      background-color: #EEF6F5;
      border: 1px solid #9EC6C3;
      border-radius: 30px;
      margin: 0 0 20px 0;
      padding: 20px 20px 0 20px;
      /* inner group */ }
      body.get-involved section.more .group .item h3 {
        margin: 20px 0 0 0; }
      body.get-involved section.more .group .item .group {
        display: grid;
        grid-template-columns: 2fr 5fr;
        grid-row-gap: 20px;
        margin: 12px 0;
        padding: 0; }
        body.get-involved section.more .group .item .group .item {
          background-color: transparent;
          border: none;
          border-radius: 0;
          margin: 0;
          padding: 0; }
  @media screen and (max-width: 550px) {
    body.get-involved section.more .group .item .group {
      grid-template-columns: 1fr; } }
  body.get-involved section.donate .paypal-wrap input {
    background-color: transparent; }

/* Blog
-------------------------------------------------------------------- */
body.page-template-page-blog {
  /* Posts */
  /* sidebar */ }
  body.page-template-page-blog .entry-content p {
    max-width: 800px; }
  body.page-template-page-blog .container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 50px;
    margin: 0;
    padding: 0; }
  body.page-template-page-blog .posts-main ul.post-list {
    margin: 30px 0;
    padding: 0; }
    body.page-template-page-blog .posts-main ul.post-list li {
      border: 1px solid #FBE0B9;
      background-color: #FDEFDC;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      margin: 0 0 30px 0;
      padding: 30px; }
      body.page-template-page-blog .posts-main ul.post-list li h3 {
        margin: 0;
        padding: 0; }
      body.page-template-page-blog .posts-main ul.post-list li .post-content:before, body.page-template-page-blog .posts-main ul.post-list li .post-content:after {
        content: "";
        display: table; }
      body.page-template-page-blog .posts-main ul.post-list li .post-content:after {
        clear: both; }
      body.page-template-page-blog .posts-main ul.post-list li p.author-date {
        color: #000; }
      body.page-template-page-blog .posts-main ul.post-list li img.wp-post-image {
        float: left;
        max-width: 175px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin: 0 30px 20px 0;
        padding: 0; }
      body.page-template-page-blog .posts-main ul.post-list li p.post-excerpt a.more {
        margin: 0 5px; }
  body.page-template-page-blog .posts-sidebar .search-form-container {
    margin: 30px 0 0 0;
    padding: 0; }
    body.page-template-page-blog .posts-sidebar .search-form-container input {
      width: 60%;
      border-color: #000;
      border-radius: 30px;
      font-size: 12px;
      margin: 0 5px 0 0;
      padding: 10px; }
      body.page-template-page-blog .posts-sidebar .search-form-container input[type="submit"] {
        width: 25%;
        min-width: 70px;
        background-color: #F4AE49;
        font-family: "Chivo";
        color: #000;
        border-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px; }
    @media screen and (max-width: 975px) {
      body.page-template-page-blog .posts-sidebar .search-form-container input {
        font-size: 16px;
        padding: 20px; } }
  body.page-template-page-blog .posts-sidebar h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 30px 0 25px 0;
    padding: 0; }
  body.page-template-page-blog .posts-sidebar ul {
    margin: 0;
    padding: 0; }
    body.page-template-page-blog .posts-sidebar ul li {
      margin: 0 0 12px 0;
      padding: 0; }
      body.page-template-page-blog .posts-sidebar ul li a {
        font-weight: 700; }
  body.page-template-page-blog .pagination {
    text-align: center;
    margin: 0;
    padding: 0; }
    body.page-template-page-blog .pagination a {
      background-color: transparent;
      color: #457673;
      font-weight: 400;
      padding: 0 5px; }
    body.page-template-page-blog .pagination span.current {
      font-weight: 700;
      color: #457673; }
  @media screen and (max-width: 975px) {
    body.page-template-page-blog .container {
      grid-template-columns: 1fr;
      grid-gap: 0; } }

/* Blog / Detail
-------------------------------------------------------------------- */
body.single-post {
  /* Post detail */
  /* Post comments */
  /* Reply */
  /* Sidebar */ }
  body.single-post .site-header .nav-primary ul li.nav-blog a {
    font-weight: 700; }
  body.single-post .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 50px;
    margin: 0;
    padding: 0; }
    body.single-post .content-sidebar-wrap .content {
      float: none;
      width: 100%; }
    body.single-post .content-sidebar-wrap .sidebar {
      float: none;
      width: 100%; }
  body.single-post .post {
    border: 1px solid #FBE0B9;
    background-color: #FDEFDC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 0 30px 0;
    padding: 30px; }
    body.single-post .post p.entry-meta {
      font-weight: 700;
      color: #000;
      margin: 0 0 15px 0;
      padding: 0; }
    body.single-post .post .entry-footer {
      position: relative;
      left: -30px;
      bottom: -100px; }
  body.single-post .entry-comments {
    margin: 100px 0 0 0;
    padding: 0; }
    body.single-post .entry-comments h3 {
      font-size: 36px;
      line-height: 45px;
      margin: 0;
      padding: 0; }
    body.single-post .entry-comments p.comment-author {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      color: #000;
      margin: 0 0 7px 0;
      padding: 0; }
      body.single-post .entry-comments p.comment-author .says {
        display: none; }
    body.single-post .entry-comments img.avatar {
      display: none; }
    body.single-post .entry-comments .comment-reply {
      margin: 60px 0 0 0;
      padding: 0; }
      body.single-post .entry-comments .comment-reply a {
        font-family: "Chivo";
        font-size: 16px;
        line-height: 32px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        background-color: #F4AE49;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 20px 50px; }
  body.single-post .comment-respond {
    margin: 80px 0 0 0;
    padding: 0; }
    body.single-post .comment-respond h3 {
      font-size: 36px;
      line-height: 45px;
      margin: 0;
      padding: 0; }
      body.single-post .comment-respond h3 small {
        font-size: 16px;
        margin: 0 0 0 10px;
        padding: 0; }
    body.single-post .comment-respond p.form-submit {
      margin: 20px 0 0 0;
      padding: 0; }
      body.single-post .comment-respond p.form-submit input {
        font-family: "Chivo";
        font-size: 16px;
        line-height: 32px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        background-color: #F4AE49;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 20px 50px; }
  body.single-post .sidebar a.back {
    background: url("../images/arrow-left.svg") no-repeat center left;
    padding-left: 22px; }
  body.single-post .sidebar h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 30px 0 25px 0;
    padding: 0; }
  body.single-post .sidebar ul {
    margin: 0;
    padding: 0; }
    body.single-post .sidebar ul li {
      margin: 0 0 12px 0;
      padding: 0; }
      body.single-post .sidebar ul li a {
        font-weight: 700; }
  @media screen and (max-width: 975px) {
    body.single-post .content-sidebar-wrap {
      grid-template-columns: 1fr; } }

/* Blog / Cat view
-------------------------------------------------------------------- */
body.category .site-header .nav-primary ul li.nav-blog a {
  font-weight: 700; }

body.category .post {
  border: 1px solid #FBE0B9;
  background-color: #FDEFDC;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 0 0 30px 0;
  padding: 30px; }
  body.category .post .entry-header {
    display: block;
    margin: 0;
    padding: 0; }
    body.category .post .entry-header h2 {
      margin: 0; }
      body.category .post .entry-header h2 a {
        color: #457673; }
      body.category .post .entry-header h2 a:hover {
        color: #000; }
    body.category .post .entry-header p.entry-meta {
      color: #000; }
  body.category .post .entry-content a.entry-image-link {
    display: none; }

body.category .archive-pagination {
  text-align: center;
  margin: 0;
  padding: 0; }
  body.category .archive-pagination ul {
    margin: 0;
    padding: 0; }
    body.category .archive-pagination ul li {
      margin: 0;
      padding: 0 5px; }
      body.category .archive-pagination ul li a {
        background-color: transparent;
        color: #457673;
        font-weight: 400;
        padding: 0; }

/* Blog / Search Results
-------------------------------------------------------------------- */
body.search-results {
  /* post list */ }
  body.search-results .archive-description {
    margin: 0;
    padding: 0; }
    body.search-results .archive-description h1 {
      font-family: "Chivo";
      font-size: 36px;
      line-height: 45px;
      font-weight: 700;
      color: #000;
      margin: 0 0 40px 0;
      padding: 0; }
  body.search-results .post {
    border: 1px solid #FBE0B9;
    background-color: #FDEFDC;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 0 30px 0;
    padding: 30px; }
    body.search-results .post .entry-header {
      display: block;
      margin: 0;
      padding: 0; }
      body.search-results .post .entry-header h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin: 0;
        padding: 0; }
        body.search-results .post .entry-header h2 a {
          color: #457673; }
      body.search-results .post .entry-header p.entry-meta {
        font-size: 16px;
        color: #000; }
  body.search-results .pagination {
    text-align: center;
    margin: 0;
    padding: 0; }
    body.search-results .pagination a {
      background-color: transparent;
      color: #457673;
      font-weight: 400;
      padding: 0 5px; }
  body.search-results .entry-content img.entry-image {
    position: relative;
    top: 0;
    float: left;
    border: none;
    margin: 0 30px 20px 0;
    padding: 0; }

/* About
-------------------------------------------------------------------- */
body.about {
  /* when bust-out is last element on page */
  /* Intro */
  /* Founders */
  /* Team */
  /* Contributors */ }
  body.about .entry {
    margin-bottom: 0; }
  body.about .site-inner {
    padding-bottom: 0; }
  body.about .bust-out:last-child {
    margin-bottom: 0; }
  body.about .entry-content p, body.about .entry-content h2, body.about .entry-content h3, body.about .entry-content ul {
    max-width: 800px; }
  body.about .entry-content h2 {
    font-size: 24px;
    margin-bottom: 10px; }
  body.about section.intro h2 {
    margin: 20px 0 5px 0; }
  body.about section.founders h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px; }
  body.about section.founders h2 + h3 {
    margin-top: 0; }
  body.about section.founders h3 {
    margin-bottom: 20px; }
  body.about section.founders img.photo {
    float: left;
    margin: 0 20px 0 0; }
  @media screen and (max-width: 550px) {
    body.about section.founders img.photo {
      float: none;
      display: block;
      margin: 20px 0; } }
  body.about section.team h2 {
    font-size: 36px;
    margin-bottom: 15px; }
  body.about section.team h3 {
    margin-bottom: 20px; }
  body.about section.team .group {
    /* each row gets its own group since we need to swap order at mobile (and I see no way of repeated reordering with Grid or Flex) */
    max-width: 800px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
    margin: 0 0 40px 0;
    padding: 0; }
    body.about section.team .group .item {
      margin: 0;
      padding: 0; }
      body.about section.team .group .item h3 {
        margin-top: 0; }
  @media screen and (max-width: 550px) {
    body.about section.team .group {
      grid-template-columns: 1fr; }
      body.about section.team .group .item:nth-child(odd) {
        grid-row: 2; }
      body.about section.team .group .item:nth-child(even) {
        grid-row: 1; } }
  body.about section.contributors h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px; }
  body.about section.contributors h3 {
    margin: 0;
    padding: 0; }
  body.about section.contributors .group {
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 30px 20px;
    margin: 0;
    padding: 0; }
    body.about section.contributors .group .item {
      margin: 0;
      padding: 0; }
  @media screen and (max-width: 550px) {
    body.about section.contributors .group {
      grid-template-columns: 1fr;
      grid-gap: 10px; } }

/* Contact
-------------------------------------------------------------------- */
body.contact .gform_wrapper {
  max-width: 800px; }

/* Style Guide
-------------------------------------------------------------------- */
body.style-guide .entry-content p, body.style-guide .entry-content h2, body.style-guide .entry-content h3, body.style-guide .entry-content ul {
  max-width: 800px; }

/* Help
-------------------------------------------------------------------- */
body.help .entry-content h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 30px 0 12px 0;
  padding: 0; }

body.help .entry-content ul {
  margin: 0 0 0 30px;
  padding: 0; }

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