/*
STYLESHEET COMPILED USING SASS
CSS files should not be edited directly, as those edits will be overridden next time SASS is compiled.
*/
/* ----------------------------------------------------------

    TABLE OF CONTENT

    01 - HTML5 Boilerplate
    02 - COMMON STYLES
    03 - HEADER
    04 - FOOTER
    05 - HOMEPAGE
    06 - INTERIOR
    08 - UTILITY
    09 - PRINT

---------------------------------------------------------- */
/* MIXINS
------------------------- */
/* HTML5 Boilerplate
------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, .nf-form-cont .nf-field-label, h5, h6, p, .nf-form-fields-required, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* end HTML5 Boilerplate reset */
/* HTML5 boilerplate base styles */
html, body {
  height: 100%;
  width: 100%; }

html {
  overflow-y: scroll; }

body {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

ul, ol {
  list-style-type: none; }

small {
  font-size: 85%; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

td, td img {
  vertical-align: top; }

img {
  max-width: 100%; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

textarea {
  overflow: auto; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

/* end HTML5 boilerplate base styles */
/* COMMON STYLES
------------------------- */
@media (max-width: 600px) {
  body {
    overflow-x: hidden; } }

h1, h2, h3, h4, .nf-form-cont .nf-field-label, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 30px;
  font-weight: bold; }

h2 {
  font-size: 36px;
  line-height: 1; }

h3 {
  max-width: 800px;
  -webkit-font-smoothing: antialiased;
  color: #898989;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px; }

h4, .nf-form-cont .nf-field-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #000; }

h5 {
  font-size: 1.28em; }

p a, .nf-form-fields-required a {
  color: inherit; }

a:hover, a:active {
  outline: none; }

a, a:active, a:visited {
  text-decoration: none; }

section {
  margin: 0 auto;
  max-width: 1135px;
  padding: 20px 4%;
  position: relative; }

.container {
  margin: 0 auto; }

.button, .sticky-header .menu li.get-involved-nav, .sticky-header .menu li.get-involved-nav.current-menu-item, .field-wrap input[type="button"] {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  background: #01ad93;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 0.92em;
  font-weight: bold;
  padding: 12px 24px;
  text-transform: uppercase; }
  .button.yellow, .sticky-header .menu li.get-involved-nav, .sticky-header .menu li.get-involved-nav.current-menu-item, .field-wrap input.yellow[type="button"] {
    background: #f3bb33; }

/* HEADER
------------------------- */
.header {
  padding: 10px 4% 10px;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .header {
      display: flex;
      justify-content: space-between; } }
  .header.sticky-header {
    display: none;
    width: 92%;
    background: white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0; }
    @media (max-width: 600px) {
      .header.sticky-header {
        display: block;
        width: 92%; } }
    .header.sticky-header .logo {
      float: left; }
    .header.sticky-header .nav-wrapper {
      float: right; }
      @media (max-width: 600px) {
        .header.sticky-header .nav-wrapper {
          display: none;
          width: 100%;
          height: 100%;
          background: white;
          position: fixed;
          top: 50px;
          left: 0; } }
    @media (max-width: 600px) {
      .header.sticky-header .menu {
        display: block; } }
    @media (max-width: 600px) {
      .header.sticky-header .menu li {
        width: 100%;
        font-size: 1.4em;
        padding: 15px 0;
        margin: 20px 0;
        text-align: center; }
        .header.sticky-header .menu li.get-involved-nav {
          width: 60%;
          margin: 0px 20%;
          font-size: 19.5px; } }

.logo-link {
  cursor: pointer;
  float: left; }
  .logo-link img {
    width: 98px; }
    @media (max-width: 600px) {
      .logo-link img {
        max-width: 60px;
        margin-top: 7px; } }

.nav_icon {
  position: absolute;
  right: 4%;
  top: 15px; }
  @media (min-width: 600px) {
    .nav_icon {
      display: none; } }

.header-subtitle {
  -webkit-font-smoothing: antialiased;
  color: #01ad93;
  float: left;
  font-weight: bold;
  line-height: 1.11;
  margin: 6px 0 0 18px;
  max-width: 160px;
  text-transform: uppercase; }
  .home .header-subtitle {
    color: #01ad93; }
  @media (max-width: 600px) {
    .header-subtitle {
      display: none; } }

.menu {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px; }
  @media (min-width: 768px) {
    .menu {
      margin-top: 9px; } }
  @media (max-width: 600px) {
    .menu {
      display: none; } }
  .menu li {
    -webkit-font-smoothing: antialiased;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin-right: 24px; }
    @media (min-width: 768px) {
      .menu li {
        font-size: 1.14em;
        margin: 0 0 0 30px; } }
    .menu li a {
      color: white;
      cursor: pointer; }
      .home .menu li a {
        color: #fff; }
    .menu li.current-menu-item a {
      border-bottom: 3px solid #01ad93;
      color: #01ad93;
      padding-bottom: 2px; }

.single-strategies .menu-item-home a {
  border-bottom: 3px solid #01ad93;
  color: #01ad93;
  padding-bottom: 2px; }

.page-child .the-plan-nav a {
  border-bottom: 3px solid #01ad93;
  color: #01ad93;
  padding-bottom: 2px; }

.hero {
  height: 200px;
  margin-top: -108px;
  padding-top: 108px; }
  @media (min-width: 768px) {
    .hero {
      margin-top: -112px;
      padding-top: 112px; } }
  @media (min-width: 1024px) {
    .hero {
      max-width: none; } }
  @media (max-width: 768px) {
    .hero {
      height: auto; } }
  @media (min-width: 768px) {
    .home .hero {
      margin-top: -112px;
      padding-bottom: 400px;
      padding-top: 130px; } }
  @media (min-width: 1024px) {
    .home .hero {
      max-width: none;
      padding-top: 228px; } }
  @media (max-width: 600px) {
    .home .hero {
      padding-top: 150px; } }
  .page-template-default .hero {
    padding: 180px 4% 55px; }
    .page-template-default .hero .hero-content-wrapper {
      max-width: 1170px;
      margin: auto; }
  .hero h1 {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin-bottom: 10px; }
    .home .hero h1 {
      font-size: 2.4em;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .home .hero h1 {
          float: right;
          margin: 0 0 140px;
          max-width: 600px; } }
      @media (max-width: 600px) {
        .home .hero h1 {
          text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85); } }
      .home .hero h1 span {
        font-weight: 300; }
        @media (min-width: 768px) {
          .home .hero h1 span {
            display: block; } }
  .hero p, .hero .nf-form-fields-required {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    margin: 10px 0; }
    .page-template-default .hero p, .page-template-default .hero .nf-form-fields-required {
      font-size: 1.2em;
      max-width: 690px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.hero-callout {
  background: rgba(1, 173, 147, 0.9);
  font-size: 1.4em;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 620px;
  padding: 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .hero-callout {
      clear: right; } }
  @media (max-width: 600px) {
    .hero-callout {
      font-size: 1.1em;
      padding: 12px 16px; } }

.sticky-header .menu {
  margin-top: 0; }
  .sticky-header .menu li {
    margin: 10px 0 0 30px; }
    @media (max-width: 600px) {
      .sticky-header .menu li {
        margin: 10px; } }
    .sticky-header .menu li a {
      color: #898989; }
    .sticky-header .menu li.current-menu-item a {
      color: #01ad93; }
    .sticky-header .menu li.get-involved-nav, .sticky-header .menu li.get-involved-nav.current-menu-item {
      text-transform: none;
      margin: 0 0 0 30px; }
      .sticky-header .menu li.get-involved-nav a, .sticky-header .menu li.get-involved-nav.current-menu-item a {
        color: white;
        border-bottom: none; }
    @media (max-width: 600px) {
      .sticky-header .menu li.get-involved-nav {
        padding: 10px;
        font-size: .8em;
        margin: 0 0 0 10px; } }

/* HEADER
------------------------- */
footer {
  background: #000;
  padding: 0.5rem 4% 2.7rem;
  clear: both; }
  footer p, footer .nf-form-fields-required {
    color: #fff;
    font-size: 0.9em;
    line-height: 2.2; }
  footer a {
    color: #00b2ff; }

.waypoint-nav {
  display: none;
  bottom: 20px;
  left: 5%;
  position: fixed;
  width: 90%;
  text-align: center;
  z-index: 10; }
  .waypoint-nav ul, .waypoint-nav .button, .waypoint-nav .sticky-header .menu li.get-involved-nav, .sticky-header .menu .waypoint-nav li.get-involved-nav, .waypoint-nav .field-wrap input[type="button"], .field-wrap .waypoint-nav input[type="button"] {
    vertical-align: middle; }
  .waypoint-nav ul {
    background: white;
    box-shadow: 0 0 20px rgba(46, 46, 46, 0.35); }
    @media (min-width: 1024px) {
      .waypoint-nav ul {
        display: inline-block;
        margin-right: 15px; } }
  .waypoint-nav .button, .waypoint-nav .sticky-header .menu li.get-involved-nav, .sticky-header .menu .waypoint-nav li.get-involved-nav, .waypoint-nav .field-wrap input[type="button"], .field-wrap .waypoint-nav input[type="button"] {
    display: none;
    border-radius: 0;
    background-color: #f3bb33;
    padding: 17px 40px; }
    @media (min-width: 1024px) {
      .waypoint-nav .button, .waypoint-nav .sticky-header .menu li.get-involved-nav, .sticky-header .menu .waypoint-nav li.get-involved-nav, .waypoint-nav .field-wrap input[type="button"], .field-wrap .waypoint-nav input[type="button"] {
        display: inline-block; } }
  .waypoint-nav li {
    display: inline-block;
    width: 98%; }
    @media (min-width: 600px) {
      .waypoint-nav li {
        width: 30%; } }
    @media (min-width: 768px) {
      .waypoint-nav li {
        width: 230px;
        margin: 0 -1px; } }
    .waypoint-nav li a {
      background: #fff;
      color: #898989;
      display: block;
      margin: 0 1px 0 0;
      padding: 18px 40px 16px;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
      .waypoint-nav li a span:after {
        content: '/';
        font-weight: normal;
        margin: 0 2px 0 4px; }
      .waypoint-nav li a.active {
        font-weight: bold; }
        .waypoint-nav li a.active span {
          font-weight: normal;
          color: #898989; }
          .waypoint-nav li a.active span:after {
            border-bottom: 1px solid #4a4a4a; }
    .waypoint-nav li:nth-child(1) a.active,
    .waypoint-nav li:nth-child(1) a:hover {
      color: #01ad93;
      background: rgba(1, 173, 147, 0.25); }
    .waypoint-nav li:nth-child(2) a.active,
    .waypoint-nav li:nth-child(2) a:hover {
      color: #0090cc;
      background: rgba(0, 144, 204, 0.25); }
    .waypoint-nav li:nth-child(3) a.active,
    .waypoint-nav li:nth-child(3) a:hover {
      color: #064556;
      background: rgba(6, 69, 86, 0.25); }

/* HOMEPAGE
------------------------- */
.home {
  background: #f2f2f2;
  color: #4a4a4a; }

.category-section h2, .category-section h3 {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.category-section h2 {
  margin: 0 0 10px 0; }
  @media (min-width: 768px) {
    .category-section h2 {
      font-size: 3.57em; } }
.category-section h3 {
  font-size: 2.14em;
  margin: 0 0 5px 0;
  text-transform: none; }
  .category-section h3.strategy-heading {
    font-size: 1.5em;
    line-height: 1;
    margin: 18px 0 30px;
    padding-top: 15px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .category-section h3.strategy-heading {
        margin-top: 35px;
        padding-top: 30px; } }
.category-section hr {
  padding-top: 30px; }
.category-section.smaller-jails-section h2,
.category-section.smaller-jails-section .category-subhead,
.category-section.smaller-jails-section .strategy-heading {
  color: #01ad93; }
.category-section.smaller-jails-section .strategies .single-strategy {
  background: #01ad93; }
  .category-section.smaller-jails-section .strategies .single-strategy h5 {
    color: #05705E; }
.category-section.smaller-jails-section .social-share {
  background: rgba(1, 173, 147, 0.85); }
.category-section.smaller-jails-section .nc_socialPanel .sw,
.category-section.smaller-jails-section .swp_share {
  color: white; }
.category-section.smaller-jails-section .section-feature h3 {
  color: #01ad93; }
.category-section.safer-jails-section {
  border-top: 10px solid #0090cc; }
  .category-section.safer-jails-section h2,
  .category-section.safer-jails-section .category-subhead,
  .category-section.safer-jails-section .strategy-heading {
    color: #0090cc; }
  .category-section.safer-jails-section .strategies .single-strategy {
    background: #0090cc; }
    .category-section.safer-jails-section .strategies .single-strategy h5 {
      color: #005171; }
  .category-section.safer-jails-section .section-ctas .button, .category-section.safer-jails-section .section-ctas .sticky-header .menu li.get-involved-nav, .sticky-header .menu .category-section.safer-jails-section .section-ctas li.get-involved-nav, .category-section.safer-jails-section .section-ctas .field-wrap input[type="button"], .field-wrap .category-section.safer-jails-section .section-ctas input[type="button"] {
    background: #0090cc; }
  .category-section.safer-jails-section .social-share {
    background: rgba(0, 144, 204, 0.85); }
  .category-section.safer-jails-section .nc_socialPanel .sw,
  .category-section.safer-jails-section .swp_share {
    color: white; }
  .category-section.safer-jails-section .section-feature h3 {
    color: #0090cc; }
.category-section.fairer-jails-section {
  border-top: 10px solid #064556; }
  .category-section.fairer-jails-section h2,
  .category-section.fairer-jails-section .category-subhead,
  .category-section.fairer-jails-section .strategy-heading {
    color: #064556; }
  .category-section.fairer-jails-section .strategies .single-strategy {
    background: #064556; }
    .category-section.fairer-jails-section .strategies .single-strategy h5 {
      color: #0291C9; }
  .category-section.fairer-jails-section .social-share {
    background: rgba(6, 69, 86, 0.85); }
  .category-section.fairer-jails-section .nc_socialPanel .sw,
  .category-section.fairer-jails-section .swp_share {
    color: white; }
  .category-section.fairer-jails-section .section-ctas .button, .category-section.fairer-jails-section .section-ctas .sticky-header .menu li.get-involved-nav, .sticky-header .menu .category-section.fairer-jails-section .section-ctas li.get-involved-nav, .category-section.fairer-jails-section .section-ctas .field-wrap input[type="button"], .field-wrap .category-section.fairer-jails-section .section-ctas input[type="button"] {
    background: #064556; }
  .category-section.fairer-jails-section .section-feature h3 {
    color: #064556; }

@media (min-width: 768px) {
  .category-top {
    display: flex;
    margin-top: 30px; } }

.category-number {
  color: #c2c2c2;
  font-size: 5em;
  font-weight: 300;
  letter-spacing: -5px; }
  @media (min-width: 768px) {
    .category-number {
      font-size: 10em;
      line-height: 0.8;
      margin: 0 2% 0 4%; } }

@media (min-width: 1024px) {
  .category-overview {
    max-width: 650px;
    width: 55%; } }

.category-subhead {
  color: #064556;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 12px; }
  @media (min-width: 768px) {
    .category-subhead {
      font-size: 1.8em; } }

.category-summary p, .category-summary .nf-form-fields-required {
  font-size: 1.28em;
  line-height: 1.3; }
.category-summary a {
  border-bottom: 1px solid #01ad93;
  transition: color .2s; }
  .category-summary a:hover {
    color: #01ad93; }

.status-icon {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 0; }

.strategies {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(151, 151, 151, 0.37); }
  .strategies .single-strategy {
    background: #064556;
    height: 385px;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-bottom: 30px; }
    .strategies .single-strategy ul {
      margin: 0 0 0 15px; }
      .strategies .single-strategy ul li {
        list-style: disc;
        margin: 10px 0; }
    @media (min-width: 768px) {
      .strategies .single-strategy {
        margin-right: 30px;
        width: calc((100% * 1/2) - 15px); }
        .strategies .single-strategy:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .strategies .single-strategy {
        max-width: 358px;
        width: calc((100% * 1/3) - 20px); }
        .strategies .single-strategy:nth-child(2n) {
          margin-right: 30px; }
        .strategies .single-strategy:nth-child(3n) {
          margin-right: 0; } }
    .strategies .single-strategy:hover .social-share {
      opacity: 1; }
    .strategies .single-strategy.recently-updated {
      padding-top: 30px;
      padding-bottom: 0; }
      .strategies .single-strategy.recently-updated .status-icon img {
        position: relative;
        z-index: 2; }
      .strategies .single-strategy.recently-updated .status-icon:before {
        display: block;
        width: 95%;
        content: "NEW";
        font: bold 14px/1.3 "Helvetica Neue", sans-serif;
        letter-spacing: 2px;
        color: #064556;
        display: inline-block;
        position: absolute;
        left: 0;
        top: -312px;
        z-index: 2;
        padding: 10px 5%;
        text-align: center;
        background: yellow; }
  .strategies h4, .strategies .nf-form-cont .nf-field-label, .nf-form-cont .strategies .nf-field-label {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.1;
    padding: 10px 18px 18px 18px; }
    @media (min-width: 768px) {
      .strategies h4, .strategies .nf-form-cont .nf-field-label, .nf-form-cont .strategies .nf-field-label {
        font-size: 2.28em; } }
  .strategies h5 {
    color: #064556;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 24px 18px 0 18px; }

.data-points {
  color: #898989;
  font-size: 12px;
  margin-top: 10px; }
  .data-points a {
    text-decoration: underline; }

.status-bar {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  bottom: 0;
  color: #898989;
  font-size: 0.7em;
  font-weight: bold;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 5;
  border-top: 1px solid rgba(137, 137, 137, 0.5); }

.graphic-icon,
.flip-icon {
  border: none;
  background: none;
  outline: none;
  float: left;
  transition: opacity .2s;
  padding: 0 10px; }
  .graphic-icon:hover,
  .flip-icon:hover {
    opacity: .5; }

.graphic-icon {
  display: none; }

.flip-icon {
  float: right;
  position: relative;
  z-index: 6; }

.section-ctas {
  padding: 40px 0;
  text-align: center; }
  .section-ctas .button, .section-ctas .sticky-header .menu li.get-involved-nav, .sticky-header .menu .section-ctas li.get-involved-nav, .section-ctas .field-wrap input[type="button"], .field-wrap .section-ctas input[type="button"] {
    margin: 30px 0; }

.share-section {
  width: 90%;
  max-width: 300px;
  margin: auto; }
  .share-section .section-feature h3 {
    color: #01ad93; }
  .share-section:before {
    display: inline-block;
    content: '';
    width: 50%;
    border-top: 1px solid #898989;
    position: relative;
    top: -10px; }

.section-feature {
  margin: 0 0 80px; }
  .section-feature .section-feature-subtitle {
    font-size: 1.28em;
    margin: 0 0 30px; }

.social-share {
  opacity: 0;
  width: 80.5%;
  height: 62.75%;
  padding: 40% 10% 0 10%;
  position: absolute;
  top: 0;
  z-index: 5;
  transition: opacity .4s; }
  .social-share p, .social-share .nf-form-fields-required {
    color: white;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px; }

.card-back {
  display: none;
  width: 84.1%;
  height: 59%;
  padding: 8% 8% 20% 8%;
  background: white;
  position: absolute;
  top: 0;
  z-index: 5;
  font-size: 14px;
  line-height: 1.4;
  color: black;
  overflow-y: scroll; }

.learn-more-link {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #01ad93;
  margin-top: 15px;
  transition: opacity .2s; }
  .learn-more-link:hover {
    opacity: .5; }

.chart-wrapper {
  width: 100%;
  height: 700px;
  margin: 50px auto 0 auto; }
  @media (max-width: 768px) {
    .chart-wrapper {
      height: 400px; } }
  @media (max-width: 600px) {
    .chart-wrapper {
      height: 300px;
      margin: 100px auto 200px; } }

.y-axis {
  width: 10%;
  height: 100%;
  position: relative;
  float: left; }
  @media (max-width: 768px) {
    .y-axis {
      width: 8%; } }
  .y-axis ul {
    height: 100%; }
    .y-axis ul li {
      display: block;
      height: 16%;
      text-align: right;
      position: relative;
      border-right: 1px solid #2e2e2e; }
      .y-axis ul li span {
        display: block;
        position: relative;
        top: 90%;
        padding-right: 10px;
        font-weight: 600;
        font-size: 18px; }
        @media (max-width: 768px) {
          .y-axis ul li span {
            font-size: 12px; } }
        @media (max-width: 600px) {
          .y-axis ul li span {
            font-size: 9px; } }
      .y-axis ul li:after {
        content: '';
        display: inline-block;
        width: 20px;
        border-top: 1px solid #2e2e2e;
        position: absolute;
        right: -20px;
        bottom: 0; }
      .y-axis ul li:first-of-type {
        border-right: none; }
      .y-axis ul li:first-of-type {
        height: 10%; }

.main-chart-area {
  width: 80%;
  height: 500px;
  float: right;
  position: relative; }
  @media (max-width: 768px) {
    .main-chart-area {
      width: 87%;
      height: 400px; } }
  @media (max-width: 600px) {
    .main-chart-area {
      height: 300px; } }

.progress-bar-wrapper {
  width: 90%;
  height: 500px;
  position: absolute;
  right: 5%;
  -ms-transform: rotate(26deg);
  /* IE 9 */
  -webkit-transform: rotate(26deg);
  /* Chrome, Safari, Opera */
  transform: rotate(26deg); }
  @media (max-width: 768px) {
    .progress-bar-wrapper {
      height: 400px; } }
  @media (max-width: 600px) {
    .progress-bar-wrapper {
      height: 300px; } }

.progress-bar-fill {
  height: 6px;
  position: absolute;
  right: 0;
  bottom: 40%;
  background: #01ad93; }

.progress-bar {
  height: 6px;
  width: 100%;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 40%; }
  .progress-bar .progress-bar-point {
    display: inline-block;
    width: 150px;
    position: absolute;
    bottom: 25px;
    margin-left: -75px;
    text-align: center; }
    @media (max-width: 768px) {
      .progress-bar .progress-bar-point {
        width: 50px;
        margin-left: -25px; } }
    .progress-bar .progress-bar-point:after {
      content: '';
      display: inline-block;
      border: 1px solid #01ad93;
      background: #01ad93;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      position: relative;
      bottom: -35px; }
    .progress-bar .progress-bar-point p, .progress-bar .progress-bar-point .nf-form-fields-required {
      width: 80%;
      color: #01ad93;
      font-weight: bold;
      margin: 0 0 0 -10%;
      -ms-transform: rotate(-26deg);
      /* IE 9 */
      -webkit-transform: rotate(-26deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-26deg); }
      @media (max-width: 768px) {
        .progress-bar .progress-bar-point p, .progress-bar .progress-bar-point .nf-form-fields-required {
          font-size: 11px; } }
      @media (max-width: 600px) {
        .progress-bar .progress-bar-point p, .progress-bar .progress-bar-point .nf-form-fields-required {
          width: 100%;
          margin: 0 0 0 -80%; } }
    .progress-bar .progress-bar-point span {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      color: #898989; }
      @media (max-width: 768px) {
        .progress-bar .progress-bar-point span {
          font-size: 10px; } }

.progress-bar-detail {
  width: 310px;
  padding: 20px;
  background: white;
  border-top: 3px solid #898989;
  -ms-transform: rotate(-26deg);
  /* IE 9 */
  -webkit-transform: rotate(-26deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-26deg);
  position: absolute;
  margin-left: -94px;
  left: 0;
  top: 68px;
  box-shadow: 1px 1px 4px rgba(46, 46, 46, 0.15); }
  @media (max-width: 600px) {
    .progress-bar-detail {
      width: 300px;
      position: absolute;
      left: 0;
      margin-left: -20px; } }
  .progress-bar-detail .pointer {
    height: 80px;
    border-left: 2px solid #898989;
    position: absolute;
    left: 175px;
    top: -84px; }
  .progress-bar-detail h3 {
    text-transform: uppercase;
    font-size: 15px; }
    .progress-bar-detail h3 span {
      display: inline;
      color: #898989;
      float: none; }
    @media (max-width: 768px) {
      .progress-bar-detail h3 {
        font-size: 12px; } }
  .progress-bar-detail h4, .progress-bar-detail .nf-form-cont .nf-field-label, .nf-form-cont .progress-bar-detail .nf-field-label {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .progress-bar-detail h4, .progress-bar-detail .nf-form-cont .nf-field-label, .nf-form-cont .progress-bar-detail .nf-field-label {
        font-size: 11px; } }
  .progress-bar-detail .stat-number {
    display: inline;
    float: right; }
  .progress-bar-detail .decrease-amount {
    display: inline-block;
    width: 35px;
    float: right;
    text-align: right;
    color: #01ad93; }
  .progress-bar-detail ul li {
    font-size: 12px;
    padding: 7px 0 0 0; }
    @media (max-width: 768px) {
      .progress-bar-detail ul li {
        font-size: 11px; } }

.slider {
  position: relative; }
  @media (min-width: 768px) {
    .slider {
      margin-bottom: 230px; } }

.slide {
  display: none;
  position: relative; }
  .slide:first-child {
    display: block; }

.slide-info {
  background: #fff;
  color: #000;
  padding: 20px 4%; }
  @media (min-width: 768px) {
    .slide-info {
      bottom: -20%;
      left: 14%;
      position: absolute;
      width: 64%; } }

.slide-caption {
  font-size: 1.28em;
  line-height: 1.2; }
  @media (max-width: 600px) {
    .slide-caption {
      font-size: 1em; }
      .slide-caption p, .slide-caption .nf-form-fields-required {
        margin: 10px 0; } }

.slide-credit {
  border-top: 1px solid #e0e0e0;
  color: #898989;
  font-size: 0.85em;
  line-height: 1.67;
  margin-top: 18px;
  padding-top: 20px; }

.slider-nav {
  font-size: 0;
  height: 40px;
  position: absolute;
  top: calc(50% - 40px);
  width: 40px; }
  @media (max-width: 600px) {
    .slider-nav {
      top: 20%; } }
  .slider-nav.prev {
    background: transparent url("../images/icons/arrow-left.png") no-repeat;
    display: none;
    left: 30px; }
    @media (max-width: 600px) {
      .slider-nav.prev {
        left: 15px; } }
  .slider-nav.next {
    background: transparent url("../images/icons/arrow-right.png") no-repeat;
    right: 30px; }
    @media (max-width: 600px) {
      .slider-nav.next {
        right: 15px; } }

.stories {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 600px) {
    .stories {
      display: block; } }
  .stories li {
    margin-right: 2%;
    overflow: hidden;
    width: 23%; }
    @media (max-width: 600px) {
      .stories li {
        width: 100%; } }
    .stories li h2 {
      font-size: 2em;
      font-weight: bold;
      text-transform: none; }
    .stories li p, .stories li .nf-form-fields-required {
      margin: 10px 0; }
    .stories li:hover {
      cursor: pointer; }
    .stories li:last-child {
      margin-right: 0; }
    .stories li.expanded {
      background: #fff;
      left: 0;
      margin: 0;
      position: absolute;
      width: 100%;
      z-index: 10; }
      @media (max-width: 600px) {
        .stories li.expanded {
          position: relative; } }
      .stories li.expanded img {
        left: 0; }
        @media (min-width: 768px) {
          .stories li.expanded img {
            float: left;
            width: 50%; } }
      .stories li.expanded .story-detail {
        display: block; }
        @media (min-width: 768px) {
          .stories li.expanded .story-detail {
            float: right;
            width: 42%;
            height: 300px;
            overflow: scroll; } }
        @media (max-width: 600px) {
          .stories li.expanded .story-detail {
            height: 81%;
            position: absolute;
            top: 0;
            left: 0;
            background: white;
            overflow-y: scroll; } }
  .stories img {
    height: 100%;
    left: -50%;
    max-width: none;
    position: relative; }
    @media (max-width: 600px) {
      .stories img {
        left: -25%; } }
  .stories .story-detail {
    display: none;
    line-height: 1.5;
    padding: 40px 4% 30px;
    position: relative; }
  .stories .modal-close {
    background: transparent url("../images/icons/modal-close-btn.png") no-repeat;
    font-size: 0;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px; }

/* INTERIOR
------------------------- */
.page-template-default .page-content {
  max-width: 850px; }

.page-content {
  max-width: 1170px;
  padding: 50px 4%; }
  .page-content h2 {
    margin: 10px 0; }
  .page-content p, .page-content .nf-form-fields-required {
    line-height: 1.9;
    margin: 20px 0; }
  .page-content a {
    color: inherit;
    border-bottom: 1px solid #01ad93;
    transition: color .2s; }
    .page-content a:hover {
      color: #01ad93; }
  .page-content ul {
    margin: 0 30px 15px;
    list-style: disc; }
    .page-content ul li {
      max-width: 800px;
      margin: 15px 5px;
      line-height: 1.9; }
  .page-content .button, .page-content .sticky-header .menu li.get-involved-nav, .sticky-header .menu .page-content li.get-involved-nav, .page-content .field-wrap input[type="button"], .field-wrap .page-content input[type="button"] {
    display: inline-block;
    margin-top: 10px; }
  .page-content.get-involved {
    width: 80%;
    margin-top: -50px;
    background: white; }
    .page-content.get-involved p, .page-content.get-involved .nf-form-fields-required {
      font-size: 1.28em;
      line-height: 1.5em; }
  .page-content.the-plan {
    width: 63%;
    float: left; }
    @media (max-width: 600px) {
      .page-content.the-plan {
        float: none;
        width: 92%; } }
  .single .page-content .button, .single .page-content .sticky-header .menu li.get-involved-nav, .sticky-header .menu .single .page-content li.get-involved-nav, .single .page-content .field-wrap input[type="button"], .field-wrap .single .page-content input[type="button"] {
    color: white; }
    .single .page-content .button:hover, .single .page-content .sticky-header .menu li.get-involved-nav:hover, .sticky-header .menu .single .page-content li.get-involved-nav:hover, .single .page-content .field-wrap input[type="button"]:hover, .field-wrap .single .page-content input[type="button"]:hover {
      color: white; }

.hero.get-involved {
  background: #01ad93; }

.download-sidebar {
  width: 20%;
  float: right;
  text-align: center;
  margin-top: -20px;
  position: relative;
  margin-right: 4%; }
  @media (max-width: 600px) {
    .download-sidebar {
      width: 92%;
      float: none;
      padding: 20px 4%;
      float: none;
      margin-right: 0; } }
  .download-sidebar .button, .download-sidebar .sticky-header .menu li.get-involved-nav, .sticky-header .menu .download-sidebar li.get-involved-nav, .download-sidebar .field-wrap input[type="button"], .field-wrap .download-sidebar input[type="button"] {
    display: inline-block; }

.download-wrapper {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #898989; }

.plan-cover-img {
  display: block;
  margin-bottom: 20px; }
  .plan-cover-img img {
    max-width: 200px;
    height: auto; }

.sidebar-nav {
  text-align: left;
  margin: 0 0 40px 0; }
  .sidebar-nav .sidebar-menu li {
    display: block;
    margin: 10px 0; }
    .sidebar-nav .sidebar-menu li a {
      color: #01ad93;
      border-bottom: 1px solid rgba(1, 173, 147, 0);
      transition: border-color .2s; }
      .sidebar-nav .sidebar-menu li a:hover {
        border-bottom-color: #01ad93; }

.nf-form-layout {
  margin-bottom: 50px; }

.nf-form-fields-required {
  font-size: 1.1em;
  color: #2e2e2e;
  font-style: italic;
  margin: -10px 0 30px; }

@media (min-width: 768px) {
  .nf-form-cont {
    width: 55%; } }
@media (max-width: 600px) {
  .nf-form-cont .nf-field-element {
    display: block !important;
    width: 90% !important; } }
.nf-form-cont .nf-field-element input,
.nf-form-cont .nf-field-element textarea {
  padding: 12px 10px;
  min-width: 280px;
  background: rgba(137, 137, 137, 0.1);
  border: 1px solid rgba(137, 137, 137, 0.5); }
.nf-form-cont .nf-field-element #nf-field-16 {
  min-width: 10px; }

.label-above .nf-field-label {
  margin: 20px 0;
  line-height: 1.4; }

.field-wrap input[type="button"] {
  background: #01ad93;
  border: 1px solid #01ad93;
  font-size: 16px;
  letter-spacing: 1px; }

/* UTILITY
------------------------- */
.required {
  color: #c00; }

.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:before, .chart-wrapper:before, .clearfix:after, .chart-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after, .chart-wrapper:after {
  clear: both; }

.clearfix, .chart-wrapper {
  zoom: 1; }

::-moz-selection {
  background: #1fb9e7;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #1fb9e7;
  color: #fff;
  text-shadow: none; }

/* PRINT
------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

  #content a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }
  p, .nf-form-fields-required,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  #sidebar,
  #editToggle,
  .editThis,
  #navigation,
  #addthis,
  #search,
  #nav {
    display: none; }

  /* hide disqus since it is extraneous content that just increases page size */
  #disqus_thread {
    display: none; }

  a.dsq-brlink {
    display: none; }

  /* float blog entry images to decrease page length */
  #main {
    overflow: hidden; }

  #main img {
    float: left;
    clear: both;
    /*keeps images from piling up next to each other*/
    margin: 0 10px 10px 0; } }

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