/*
Theme Name: NWLC Theme
Theme URI: http://sparkexperience.com
Author: SPARK Experience
Author URI: http://sparkexperience.com
Description: Base WordPress theme created by SPARK Experience.
Version:      1.0.0
*/
@import url(modules/hamburger/css/hamburger.css);
@import url(css/404.css);
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
  -webkit-overflow-scrolling: touch; }

html {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

.clear, #footer, .entry-content, .entry-content blockquote.collapse, .intro, .main-content .featured-boxes-wrap ul, #featured-resources, #featured-resources .featured-boxes-wrap ul, #state-statistics, .convio-form {
  clear: both; }

.clear:after, #footer:after, .entry-content:after, .entry-content blockquote.collapse:after, .intro:after, .main-content .featured-boxes-wrap ul:after, #featured-resources:after, #featured-resources .featured-boxes-wrap ul:after, #state-statistics:after, .convio-form:after {
  content: "";
  display: block;
  clear: both; }

.gotham-book, body, #home-cta .cta-content, #search-filters h3 {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.gotham-book-italic {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.gotham-medium {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 500; }

.gotham-bold {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: normal;
  font-weight: 700; }

.gotham-bold-italic {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif;
  font-style: italic;
  font-weight: 700; }

.gotham-rounded-book, .meta, .year-nav li a:before, #hero .info .hero-text {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

.gotham-rounded-book-italic {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
  font-style: italic;
  font-weight: 400; }

.gotham-rounded-bold, h1, h2, h3, h4, h5, h6, .button, .button-see-all, #search-posts form input[type="submit"],
#search-posts form button, .homeCallOutBanner_button, .searchsubmit, .everyAction__form .at input[type="submit"],
.everyAction__form .submitStep, hgroup.content-header #breadcrumbs a, hgroup.content-header #page-title, #related-info header h3, #related-info section, .collapse.jsactive .collapse-trigger:after, .year-slides li p, #video-banner .description p, #interested-in section, #search-text-field label {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
  font-style: normal;
  font-weight: 700; }

.gotham-rounded-bold-italic {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif;
  font-style: italic;
  font-weight: 700; }

.hoefler-text-engraved {
  font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
  font-style: normal;
  font-weight: 400; }

.hoefler-text-engraved-2, hgroup.content-header #section-title, #other-facts .title {
  font-family: "Hoefler Text Engr2 A", "Hoefler Text Engr2 B", Georgia, serif;
  font-style: normal;
  font-weight: 400; }

.upper {
  text-transform: uppercase; }

.off-screen-top {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }

.off-screen-right {
  transform: translateX(100%);
  -webkit-transform: translateX(100%); }

.off-screen-left {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

.on-screen {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.875rem; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.nocomments {
  display: none !important; }

html {
  background: #2f2e32; }

body {
  background-color: #fafafa;
  padding-top: 6.875rem; }
  body.home {
    padding-top: 9.375rem;
    padding-top: 31.25rem; }
    @media screen and (max-width: 1300px) {
      body.home {
        padding-top: 0; } }
  @media (max-width: 919px) {
    body {
      padding-top: 4.3rem; } }
  body.admin-bar #header {
    top: 32px; }

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
  /* Blog Single Container */ }
  .container.single-container {
    max-width: 870px; }
  .container.small-container {
    max-width: 900px; }
  @media (max-width: 600px) {
    .container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

#content {
  padding-bottom: 4rem;
  padding-top: 1.5rem;
  position: relative;
  background: #fff;
  z-index: 1; }
  #content:before {
    content: "";
    background: url("images/bg-content-top.png") repeat-x center top;
    background-size: 2150px auto;
    position: absolute;
    left: 0;
    top: -33px;
    width: 100%;
    height: 35px;
    z-index: 1; }

.tr {
  display: table; }

.td {
  display: table-cell; }

#sidebar {
  padding-right: 5em;
  flex-basis: calc(32% + 5em); }

.error404 .box {
  border: 5px solid rgba(54, 59, 116, 0.15);
  text-align: center;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  padding: 170px 0 0 0;
  margin: 100px auto; }
  .error404 .box h1 {
    text-transform: uppercase;
    color: #363b74; }
    .error404 .box h1 span {
      font-size: 50px;
      display: block;
      margin: 0 0 10px 0; }
  .error404 .box a {
    padding: 20px;
    background: #65C8C1;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 20px 0 0 0;
    font-weight: bold;
    text-transform: uppercase; }

.disqus-comments {
  background: #fff;
  padding: 0 0 4.375rem; }

#nav-main-take-action,
#nav-main-donate {
  font-weight: 700; }
  #nav-main-take-action .icon svg,
  #nav-main-donate .icon svg {
    width: 1.5em;
    height: 1.5em;
    margin: -.35em 0; }

#nav-main .cat-item-182, #nav-main .cat-item-1589 {
  display: none; }

@media (min-width: 1025px) {
  #header-search-module {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 99; }
    #header-search-module form {
      position: absolute;
      right: 0;
      top: 0;
      width: 25rem;
      height: 4.75rem;
      opacity: 0;
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      #header-search-module form.shown {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1; }
      #header-search-module form:after {
        content: "";
        width: 180px;
        height: 100%;
        background: white;
        position: absolute;
        right: 20px;
        z-index: -1;
        border-radius: 0 4px 4px 0; }
      #header-search-module form input[type="submit"] {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: .8rem 3rem; }
      #header-search-module form input[type="search"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        height: 100%;
        border-top: none;
        border-bottom: none;
        border-right: none;
        padding-right: 10px;
        -webkit-appearance: none; } }
      @media screen and (min-width: 1025px) and (min-width: 920px) {
        #header-search-module form input[type="search"] {
          width: 205px;
          padding-right: 5px; } }
@media (min-width: 1025px) {
        #header-search-module form input[type="search"]:focus {
          color: #000;
          background: #fff; }

  #header:not(.collapsed) #header-search-module {
    top: 1.5rem; }

  .mobile-back-btn {
    display: none !important; }

  header#header {
    position: absolute;
    transition: all .2s ease;
    color: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    transform: none !important;
    -webkit-transform: none !important; }
    header#header.pre-collapsed {
      top: -200px; }
    header#header .tr {
      width: 100%; }
      header#header .tr .td {
        vertical-align: middle; }
      header#header .tr .td + .td {
        text-align: right; }
    header#header #header-logo {
      display: block;
      width: 8.625rem;
      height: 3.625rem; }
    header#header:not(.collapsed) #header-logo svg {
      width: 8.625rem;
      height: 3.625rem;
      stroke: #fff !important;
      fill: #fff !important;
      transition: stroke .2s ease, fill .2s ease;
      -webkit-transition: stroke .2s ease, fill .2s ease; }
      header#header:not(.collapsed) #header-logo svg * {
        stroke: #fff !important;
        fill: #fff !important;
        transition: stroke .2s ease, fill .2s ease;
        -webkit-transition: stroke .2s ease, fill .2s ease; }
    header#header:not(.collapsed) .issues-dropdown {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      opacity: 1; }
    header#header:not(.collapsed) .social-icon-list {
      padding-top: 0; }
      header#header:not(.collapsed) .social-icon-list a:hover svg {
        border-radius: 100px; }
    header#header:not(.collapsed) .nav-button:last-of-type:hover ul {
      right: 0; }
    header#header #header-one {
      padding-top: 2.1875rem;
      position: relative;
      z-index: 20;
      padding-bottom: 1.07813rem; }
    header#header #utility-nav-search i {
      font-size: 1.1rem; }
      header#header #utility-nav-search i svg, header#header #utility-nav-search i svg * {
        height: 1.5em;
        width: 1.5em;
        stroke: #fff;
        position: relative;
        margin: -1.5em 0;
        padding-left: .25em;
        top: -1em; }
    header#header.collapsed {
      position: fixed;
      background: #fff;
      color: #363b74;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
      margin-top: -1rem; }
      header#header.collapsed #header-logo {
        display: block;
        width: 7.625rem;
        height: 3.25rem; }
      header#header.collapsed #header-one {
        padding-top: 1.6rem;
        padding-bottom: .9rem;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.3); }
      header#header.collapsed #utility-nav-search i svg, header#header.collapsed #utility-nav-search i svg * {
        stroke: #363b74; }
      header#header.collapsed #utility-nav-search:hover i svg, header#header.collapsed #utility-nav-search:hover i svg * {
        stroke: #65c8c0; }

  #nav-utility ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #nav-utility ul li {
      display: inline-block;
      vertical-align: middle; }
      #nav-utility ul li a {
        display: block;
        padding: 1rem 2rem;
        color: inherit;
        text-transform: uppercase;
        font-size: .75rem;
        transition: color .4s ease;
        -webkit-transition: color .4s ease; }
        #nav-utility ul li a:hover {
          color: #65c8c0; }
      #nav-utility ul li:last-child a {
        padding-right: 0; }
  #nav-utility .social-icon-list {
    padding: 1rem;
    padding-bottom: 0; }
    #nav-utility .social-icon-list svg {
      width: 2.25rem;
      height: 2.25rem; }
    #nav-utility .social-icon-list a {
      padding: .03em; }

  #nav-main > ul > li > a#nav-main-take-action svg, #nav-main > ul > li > a#nav-main-take-action svg * {
    stroke: #fff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease; }
  #nav-main > ul > li > a#nav-main-take-action:hover svg, #nav-main > ul > li > a#nav-main-take-action:hover svg * {
    stroke: #65c8c0; }
  #nav-main > ul > li > a#nav-main-donate svg circle {
    stroke: #fff;
    transition: all .4s ease;
    -webkit-transition: all .4s ease; }
  #nav-main > ul > li > a#nav-main-donate svg path {
    fill: #fff;
    stroke-width: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease; }
  #nav-main > ul > li > a#nav-main-donate:hover svg circle {
    stroke: #65c8c0; }
  #nav-main > ul > li > a#nav-main-donate:hover svg path {
    fill: #65c8c0;
    stroke-width: 0; }

  #header.collapsed .social-icon-list {
    padding-top: 0; }
    #header.collapsed .social-icon-list li a:not(:hover) svg circle {
      stroke: #363b74; }
    #header.collapsed .social-icon-list li a:not(:hover) svg path {
      fill: #363b74; }

  #nav-main {
    margin-bottom: -1rem;
    transform: none !important;
    -webkit-transform: none !important; }
    #nav-main ul {
      transform: none;
      -webkit-transform: none; }
      #nav-main ul li.current-menu-item > a {
        color: #65c8c0; }
      #nav-main ul li.nav-main-donate.current-page-ancestor li.current-menu-item > a,
      #nav-main ul li.nav-main-donate.current-menu-item > a {
        color: #363b74; }
        #nav-main ul li.nav-main-donate.current-page-ancestor li.current-menu-item > a:hover,
        #nav-main ul li.nav-main-donate.current-menu-item > a:hover {
          color: #fff; }
      #nav-main ul li.nav-main-donate.current-page-ancestor ul ul > li.current-menu-item > a {
        background: #363b74;
        color: #fff; }
    #nav-main > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: justify; }
      #nav-main > ul > li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        /*&:hover {  // james - commented this out in favor of using jQuery hoverIntent
            > ul {
                transform: translate(0, 0);
                -webkit-transform: translate(0, 0);
                opacity: 1;
            }
        }*/ }
        #nav-main > ul > li > a {
          display: block;
          padding: 1.3rem 0;
          color: inherit;
          text-transform: uppercase;
          font-size: .94rem;
          transition: color .4s ease; }
          #nav-main > ul > li > a:hover {
            color: #65c8c0; }
        #nav-main > ul > li.finish {
          width: 100%;
          height: 0; }
        #nav-main > ul > li > ul.visible {
          transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          opacity: 1; }
      #nav-main > ul ul {
        position: absolute;
        color: #fff;
        background: #504140;
        left: -4em;
        width: auto;
        width: 15.5rem;
        text-align: left;
        z-index: 2;
        transform: translate(0, -1000%);
        -webkit-transform: translate(0, -1000%);
        transition: opacity .2s ease;
        opacity: 0;
        font-size: .89rem; }
        #nav-main > ul ul > li.sub-menu-left > ul.visible {
          left: -15.5rem;
          background: #382d2c;
          background: -moz-linear-gradient(right, #382d2c 0%, #504140 8%, #504140 100%);
          background: -webkit-gradient(right top, left top, color-stop(0%, #382d2c), color-stop(8%, #504140), color-stop(100%, #504140));
          background: -webkit-linear-gradient(right, #382d2c 0%, #504140 8%, #504140 100%);
          background: -o-linear-gradient(right, #382d2c 0%, #504140 8%, #504140 100%);
          background: -ms-linear-gradient(right, #382d2c 0%, #504140 8%, #504140 100%);
          background: linear-gradient(to left, #382d2c 0%, #504140 8%, #504140 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d2c', endColorstr='#504140', GradientType=1 ); }
        #nav-main > ul ul ul {
          left: 15.5rem;
          top: 0;
          min-height: 100%;
          background: #382d2c;
          background: -moz-linear-gradient(left, #382d2c 0%, #504140 8%, #504140 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #382d2c), color-stop(8%, #504140), color-stop(100%, #504140));
          background: -webkit-linear-gradient(left, #382d2c 0%, #504140 8%, #504140 100%);
          background: -o-linear-gradient(left, #382d2c 0%, #504140 8%, #504140 100%);
          background: -ms-linear-gradient(left, #382d2c 0%, #504140 8%, #504140 100%);
          background: linear-gradient(to right, #382d2c 0%, #504140 8%, #504140 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d2c', endColorstr='#504140', GradientType=1 ); }
        #nav-main > ul ul li {
          display: block;
          /*&:hover { // james - commented this out in favor of using jQuery hoverIntent
              > ul {
                  transform: translate(0, 0);
                  -webkit-transform: translate(0, 0);
                  opacity: 1;
              }
          }*/ }
          #nav-main > ul ul li > ul.visible {
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            opacity: 1; }
        #nav-main > ul ul a {
          color: inherit;
          padding: .75em 4em;
          padding-right: 2em;
          margin: .3em 0;
          display: block; }
          #nav-main > ul ul a:hover {
            background: #65c8c0;
            color: #fff; }

  .collapsed #nav-main > ul > li > a {
    padding: .8rem 0; }
    .collapsed #nav-main > ul > li > a#nav-main-take-action, .collapsed #nav-main > ul > li > a#nav-main-donate {
      float: right;
      padding: .8rem 1.3rem;
      transition: .5s all ease; }
    .collapsed #nav-main > ul > li > a#nav-main-take-action {
      background: #363b74;
      color: #fff;
      position: realtive; }
      .collapsed #nav-main > ul > li > a#nav-main-take-action:hover {
        background: #160747; }
      .collapsed #nav-main > ul > li > a#nav-main-take-action svg, .collapsed #nav-main > ul > li > a#nav-main-take-action svg * {
        stroke: #fff; }
    .collapsed #nav-main > ul > li > a#nav-main-donate {
      background: #65c8c0;
      color: #fff;
      border: 6px solid #65c8c0;
      margin-bottom: -12px;
      position: relative;
      padding: .8rem 1.7rem; }
      .collapsed #nav-main > ul > li > a#nav-main-donate:hover {
        background: #228C82;
        border-color: #228C82; }
        .collapsed #nav-main > ul > li > a#nav-main-donate:hover:after {
          background: #228C82; }
      .collapsed #nav-main > ul > li > a#nav-main-donate:after {
        transition: .2s all ease;
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        background: #65c8c0;
        transition: .5s all ease;
        opacity: .5;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        bottom: -2.5px;
        left: -15px; }
      .collapsed #nav-main > ul > li > a#nav-main-donate svg circle {
        stroke: #fff; }
      .collapsed #nav-main > ul > li > a#nav-main-donate svg path {
        fill: #fff;
        stroke-width: 0; }

  .collapsed #nav-main > ul {
    text-align: right;
    height: 2em; }
    .collapsed #nav-main > ul > li {
      float: left; }
      .collapsed #nav-main > ul > li + li {
        margin-left: 6.5%; } }
      @media (min-width: 1025px) and (max-width: 1100px) {
        .collapsed #nav-main > ul > li + li {
          margin-left: 4%; } }
      @media (min-width: 1025px) and (max-width: 1018px) {
        .collapsed #nav-main > ul > li + li {
          margin-left: 3%; } }
@media (min-width: 1025px) {
      .collapsed #nav-main > ul > li.nav-button {
        float: none;
        margin-left: -.3em; }
        .collapsed #nav-main > ul > li.nav-button > ul {
          top: 2.56rem;
          left: -5.5rem;
          background: #65c8c0;
          background: #363b74; }
        .collapsed #nav-main > ul > li.nav-button:hover > ul ul {
          left: -15rem; }
        .collapsed #nav-main > ul > li.nav-button.nav-button-first {
          position: relative;
          z-index: 2; }
          .collapsed #nav-main > ul > li.nav-button.nav-button-first ul {
            background: #363b74;
            width: 15em;
            left: -2.38rem; }
          .collapsed #nav-main > ul > li.nav-button.nav-button-first:hover ul {
            background: #363b74;
            width: 15em;
            left: -2.38rem; }
            .collapsed #nav-main > ul > li.nav-button.nav-button-first:hover ul a:hover {
              background: #65c8c0; } }
.mobile-nav-icon {
  display: none; }

.mobile-back-btn {
  display: none; }

@media (max-width: 1024px) {
  #header-two {
    opacity: 0;
    pointer-events: none; }

  html.show-menu #header-two {
    opacity: 1;
    pointer-events: auto; }

  #header-search-module {
    position: absolute;
    transform: translateY(-1000px);
    -webkit-transform: translateY(-1000px); }
    #header-search-module form {
      position: fixed;
      top: 0;
      left: 0;
      height: 5rem;
      width: 100%;
      transform: translateY(-76%);
      -webkit-transform: translateY(-76%); }
      #header-search-module form input[type="submit"] {
        display: none; }
      #header-search-module form input[type="search"] {
        background-image: url("images/icon-search-green.svg");
        background-repeat: no-repeat;
        background-size: 2em;
        background-position: left 1em center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 2px solid #ddd;
        padding-right: 10px;
        font-size: 1rem;
        padding-left: 3.5em; }
        #header-search-module form input[type="search"]:focus {
          color: #000;
          background-color: #fff; }

  .show-menu #header-search-module {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); }

  header#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.9375rem 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    z-index: 9999; }
    header#header .tr {
      width: 100%; }
      header#header .tr .td {
        vertical-align: middle; }

  #header-logo {
    display: inline-block;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease; }
    #header-logo svg {
      width: 100px;
      height: 44px; }

  #nav-utility,
  #nav-main {
    display: none; }

  .mobile-nav-icon {
    display: block;
    position: fixed;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 2; }

  .menu-icon {
    background: #65c8c0;
    padding: 1em;
    padding-bottom: .6em;
    border-radius: 5px;
    transition: background .2s ease;
    -webkit-transition: background .2s ease; }
    .menu-icon:hover, .menu-icon.active {
      background: #228C82; }

  .show-menu {
    overflow: hidden;
    height: 100%; }
    .show-menu #header-logo {
      opacity: 0; }
    .show-menu #nav-main {
      transform: translateY(0);
      -webkit-transform: translateY(0); }

  #nav-main {
    position: fixed;
    top: 5rem;
    left: 0;
    bottom: 0;
    overflow: auto;
    display: block;
    background: #fff;
    min-width: 100%;
    transition: .4s transform ease, .2s -webkit-filter linear;
    -webkit-transition: .4s -webkit-transform ease,  .2s -webkit-filter linear;
    width: 500%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
    #nav-main a {
      font-size: 1rem;
      padding: 0.625rem 3.75rem 0.625rem 0.9375rem;
      line-height: 1.3em;
      display: block;
      color: #000;
      -webkit-tap-highlight-color: transparent; }
      #nav-main a:active {
        background: rgba(101, 200, 192, 0.5); }
    #nav-main ul {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 10000vw; }
      #nav-main ul li {
        width: 100vw;
        border-bottom: 1px solid #ddd; }
      #nav-main ul ul {
        left: 100vw;
        display: none; }
        #nav-main ul ul ul {
          left: 200vw; }
          #nav-main ul ul ul ul {
            left: 300vw; }
            #nav-main ul ul ul ul ul {
              left: 400vw; }
    #nav-main .current-active-menu {
      display: block; }
      #nav-main .current-active-menu > ul {
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
    #nav-main li.has-sub-menu > a {
      background-image: url("images/icon-arrow-right.svg");
      background-repeat: no-repeat;
      background-position: right 0.9375rem center;
      background-size: 0.625rem; }
    #nav-main li.color-primary > a {
      color: #65c8c0;
      font-weight: bold; }
    #nav-main li.color-primary circle,
    #nav-main li.color-primary polyline,
    #nav-main li.color-primary path {
      stroke: #65c8c0; }
    #nav-main li.color-secondary > a {
      color: #363b74;
      font-weight: bold; }
    #nav-main li.color-secondary circle,
    #nav-main li.color-secondary polyline,
    #nav-main li.color-secondary path {
      stroke: #363b74; }
    #nav-main .mobile-back-btn {
      display: block !important; }
      #nav-main .mobile-back-btn a {
        background-image: url("images/icon-arrow-left.svg");
        background-repeat: no-repeat;
        background-position: left 1em center;
        background-size: 10px;
        color: #65c8c0;
        font-weight: 500;
        padding-left: 2.5em;
        background-color: #f4f4f4;
        padding: 10px 10px 10px 49px;
        border-bottom: 1px solid #ddd; } }
.admin-bar #header-search-module form {
  top: 32px; }
  @media screen and (max-width: 920px) {
    .admin-bar #header-search-module form {
      top: 0; } }

@media (max-height: 680px) and (min-width: 768px) {
  header#header.collapsed,
  #header-search-module {
    position: absolute !important; } }
#footer {
  background: #2f2e32;
  padding: 2rem 0;
  color: #aeaeae;
  border-top: 6px solid #000; }
  #footer a {
    color: #fff; }
  #footer img {
    max-width: 100%; }
  #footer address {
    font-size: 12px;
    line-height: 1.5em; }
    #footer address span {
      display: block; }
    #footer address a {
      display: block; }
      #footer address a:first-of-type {
        margin-top: 1rem; }
  #footer .footer-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1100px) {
      #footer .footer-wrap {
        flex-wrap: wrap-reverse;
        justify-content: center; } }
  #footer .footer-area {
    vertical-align: middle; }
    #footer .footer-area.logo {
      width: 152px;
      margin: 0 1rem 0 0; }
      @media screen and (max-width: 1100px) {
        #footer .footer-area.logo {
          margin: 0 3rem 0 0; } }
      #footer .footer-area.logo svg {
        width: 9.5rem;
        height: 4.2rem; }
        #footer .footer-area.logo svg path {
          fill: #fff; }
        #footer .footer-area.logo svg > path {
          stroke: #fff; }
      @media screen and (max-width: 1024px) {
        #footer .footer-area.logo {
          width: 24%;
          min-width: 210px; } }
      @media screen and (max-width: 580px) {
        #footer .footer-area.logo {
          width: 156px;
          min-width: 0; }
          #footer .footer-area.logo svg {
            width: 7.5rem; } }
    #footer .footer-area.social-wrap {
      padding-top: .75rem;
      padding-left: 0;
      padding-right: 0; }
      #footer .footer-area.social-wrap ul {
        float: right;
        font-size: 0; }
        #footer .footer-area.social-wrap ul li {
          display: inline-block; }
          #footer .footer-area.social-wrap ul li a {
            padding: .8rem 0;
            margin-right: .2rem; }
          #footer .footer-area.social-wrap ul li:last-child a {
            margin-right: 0; }
      #footer .footer-area.social-wrap .social-icon-list svg {
        width: 2rem;
        height: 2rem; }
      @media screen and (max-width: 1024px) {
        #footer .footer-area.social-wrap {
          width: 25%;
          padding-right: 1rem;
          padding-left: 0; } }
      @media screen and (max-width: 580px) {
        #footer .footer-area.social-wrap {
          width: 50%;
          padding-top: 1.3rem; } }
    #footer .footer-area.address-wrap {
      width: 19%; }
      @media screen and (max-width: 1024px) {
        #footer .footer-area.address-wrap {
          width: 35%;
          padding: 0 1rem; } }
      @media screen and (max-width: 580px) {
        #footer .footer-area.address-wrap {
          width: 100%;
          padding: 1rem 0 0;
          margin-top: 1rem;
          border-top: 1px solid #65c8c0;
          text-align: center; } }
    #footer .footer-area.footer-menu {
      width: 55%; }
      @media screen and (max-width: 1100px) {
        #footer .footer-area.footer-menu {
          width: 100%;
          text-align: center;
          margin: 0 0 10px 0; } }
      #footer .footer-area.footer-menu ul {
        font-size: 0;
        float: right;
        margin-top: 14px; }
        @media screen and (max-width: 1100px) {
          #footer .footer-area.footer-menu ul {
            float: none;
            margin: 0 0 15px 0; } }
        #footer .footer-area.footer-menu ul li {
          display: inline;
          text-align: right; }
          #footer .footer-area.footer-menu ul li:first-of-type a {
            padding-left: 0; }
          #footer .footer-area.footer-menu ul li:last-of-type a {
            padding-right: 0; }
          #footer .footer-area.footer-menu ul li a {
            font-size: 0.8125rem;
            padding: .6rem .57rem;
            border-top: 1px solid #65c8c0;
            display: inline; }
            #footer .footer-area.footer-menu ul li a:hover {
              color: #65c8c0; }
            @media screen and (max-width: 1180px) {
              #footer .footer-area.footer-menu ul li a {
                padding: .6rem .4rem; } }
            @media screen and (max-width: 1050px) {
              #footer .footer-area.footer-menu ul li a {
                padding: .6rem .2rem; } }
            @media screen and (max-width: 600px) {
              #footer .footer-area.footer-menu ul li a {
                border-top: 0;
                padding: 0 .2rem 10px .2rem;
                display: inline-block; } }
        #footer .footer-area.footer-menu ul.social-icon-list a {
          border-top: 0; }

.aligncenter {
  text-align: center; }

a {
  color: #65c8c0;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0;
    color: #363b74; }

.button, .button-see-all, #search-posts form input[type="submit"],
#search-posts form button, .homeCallOutBanner_button, .searchsubmit, .everyAction__form .at input[type="submit"],
.everyAction__form .submitStep {
  border: none;
  background: url("images/bg-button.svg?v=1") no-repeat #228C82;
  background-size: 102% 100%;
  background-position: -100% center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: .8rem 4rem;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (max-width: 500px) {
    .button, .button-see-all, #search-posts form input[type="submit"],
    #search-posts form button, .homeCallOutBanner_button, .searchsubmit, .everyAction__form .at input[type="submit"],
    .everyAction__form .submitStep {
      display: block; } }
  .button:hover, .button-see-all:hover, #search-posts form input[type="submit"]:hover,
  #search-posts form button:hover, .homeCallOutBanner_button:hover, .searchsubmit:hover, .everyAction__form .at input[type="submit"]:hover,
  .everyAction__form .submitStep:hover, .button:active, .button-see-all:active, #search-posts form input[type="submit"]:active,
  #search-posts form button:active, .homeCallOutBanner_button:active, .searchsubmit:active, .everyAction__form .at input[type="submit"]:active,
  .everyAction__form .submitStep:active, .button:focus, .button-see-all:focus, #search-posts form input[type="submit"]:focus,
  #search-posts form button:focus, .homeCallOutBanner_button:focus, .searchsubmit:focus, .everyAction__form .at input[type="submit"]:focus,
  .everyAction__form .submitStep:focus {
    color: white;
    background-size: 200% 200%; }

.button-see-all {
  display: block;
  font-size: 1.1rem; }
  .button-see-all.button-see-all--alt {
    background: none;
    border: 1px solid #65c8c0;
    color: #65c8c0;
    font-size: .875rem;
    font-weight: normal; }

.finish {
  width: 100%; }

.screen-reader-text,
.hide-me {
  display: none; }

.pagination {
  font-weight: bold;
  text-align: center;
  word-spacing: 1em; }
  @media screen and (max-width: 568px) {
    .pagination {
      font-size: 1.25rem; } }

.page-numbers {
  display: inline-block;
  word-spacing: .25em; }
  .page-numbers.prev {
    margin-right: 1em; }
    @media screen and (max-width: 568px) {
      .page-numbers.prev {
        display: block;
        margin-bottom: 1em; } }
  .page-numbers.next {
    margin-left: 1em; }
    @media screen and (max-width: 568px) {
      .page-numbers.next {
        display: block;
        margin-top: 1em; } }
  .page-numbers .arrow-next,
  .page-numbers .arrow-prev {
    content: '';
    display: inline-block;
    height: auto;
    width: 18px;
    vertical-align: middle; }
    .page-numbers .arrow-next svg,
    .page-numbers .arrow-prev svg {
      display: block;
      height: auto;
      width: 100%; }
  .page-numbers .arrow-next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .page-numbers .arrow-prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .page-numbers:hover line,
  .page-numbers:hover polyline {
    stroke: #363b74; }

.atss-left {
  top: 45% !important; }

table {
  width: 100% !important;
  border: 1px solid #bbb; }
  table tr {
    border-bottom: 1px solid #bbb; }
    table tr td {
      padding: 10px;
      border-right: 1px solid #bbb; }
      table tr td:last-of-type {
        border: none; }

#filters-post-type li:nth-of-type(8) {
  display: none; }

.entry-content {
  font-size: .82rem;
  color: #333;
  line-height: 2;
  /* Alignment */
  /* Text meant only for screen readers */
  /* =Media
  ----------------------------------------------- */
  /* Make sure embeds and iframes fit their containers */ }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: .2em;
    line-height: 1; }
  .entry-content strong, .entry-content b {
    font-weight: bold; }
  .entry-content em {
    font-style: italic; }
  .entry-content p {
    margin-bottom: 1.5em; }
  .entry-content ol, .entry-content ul {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1rem; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content ul {
    list-style-type: disc; }
    .entry-content ul ul {
      margin-top: 0px;
      list-style-type: circle; }
  .entry-content img {
    max-width: 100%;
    margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .entry-content .alignleft, .entry-content .alignright, .entry-content .aligncenter {
      float: none !important;
      display: block !important;
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  .entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 2.6rem;
    margin-left: -1.5rem; }
  .entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }
  .entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto; }
  .entry-content .assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }
  .entry-content blockquote.collapse {
    padding: 1rem 0; }
  .entry-content .site-header img,
  .entry-content .entry-content img,
  .entry-content .comment-content img,
  .entry-content .widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */ }
  .entry-content .site-header img,
  .entry-content .entry-content img,
  .entry-content img[class*="align"],
  .entry-content img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
  .entry-content .site-header img,
  .entry-content .entry-content img,
  .entry-content img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */ }
  .entry-content .entry-content img.wp-smiley,
  .entry-content .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }
  .entry-content .wp-caption {
    border: 1px solid #ccc;
    max-width: 100%; }
  .entry-content .wp-caption.aligncenter,
  .entry-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignright {
    margin-bottom: 1.5em; }
  .entry-content .wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .entry-content .wp-caption-text {
    text-align: center; }
  .entry-content .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }
  .entry-content .site-content .gallery {
    margin-bottom: 1.5em; }
  .entry-content .site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%; }
  .entry-content .site-content .gallery dd {
    margin: 0; }
  .entry-content embed,
  .entry-content iframe,
  .entry-content object {
    max-width: 100%; }
  .entry-content .flickr-embed-frame {
    width: 100%;
    max-width: 700px; }

/* Add This Mobile */
#at4m-mobile-container {
  display: none !important; }

form {
  font-size: .82rem;
  color: #333; }

form h3, form h4 {
  margin-bottom: .5rem; }

[type="search"] {
  -webkit-appearance: none; }

label {
  display: block;
  text-transform: uppercase;
  color: #b0b0b1;
  font-size: .8rem;
  display: block;
  margin: .5em 0;
  cursor: pointer;
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
  display: none;
  margin-bottom: 0; }

input, select, textarea {
  margin-bottom: 2em; }

input[type="radio"] + label,
input[type="checkbox"] + label,
label.checkbox span {
  position: relative;
  padding-left: 25px; }
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before,
  label.checkbox span:before {
    width: 15px;
    height: 15px;
    margin-right: .4rem;
    background: white;
    border: 1px solid #959595;
    content: "";
    display: block;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    left: 0;
    top: .5em; }

label.checkbox input[type="checkbox"] + span:before {
  top: 0; }

input[type="checkbox"]:checked + label:before,
label.checkbox input[type="checkbox"]:checked + span:before {
  border-color: #23b1a5;
  background-color: #23b1a5;
  background-image: url("images/icon-checkmark.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label:before {
  border-color: #23b1a5;
  border-width: 3px; }

textarea,
input[type="text"],
input[type="search"],
input[type="email"],
.defaultInput,
.everyAction__form .at input[type="text"],
.everyAction__form .at input[type="password"],
.everyAction__form .at input[type="date"],
.everyAction__form .at input[type="datetime"],
.everyAction__form .at input[type="datetime-local"],
.everyAction__form .at input[type="month"],
.everyAction__form .at input[type="week"],
.everyAction__form .at input[type="email"],
.everyAction__form .at input[type="number"],
.everyAction__form .at input[type="search"],
.everyAction__form .at input[type="tel"],
.everyAction__form .at input[type="time"],
.everyAction__form .at input[type="url"],
.everyAction__form .at input[type="color"],
.everyAction__form .at textarea {
  border: #D8D8D8 2px solid;
  border-left: 4px solid #23b1a5;
  border-radius: 4px 0 0 4px;
  padding: .8rem;
  font-size: 0.75rem;
  display: block;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  color: #333; }

textarea {
  font-size: .9rem;
  line-height: 1.368em; }

[data-element="cc"] {
  display: none !important; }

input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus,
input[type="email"]:focus,
.defaultInput:focus,
.everyAction__form .at input[type="text"]:focus,
.everyAction__form .at input[type="password"]:focus,
.everyAction__form .at input[type="date"]:focus,
.everyAction__form .at input[type="datetime"]:focus,
.everyAction__form .at input[type="datetime-local"]:focus,
.everyAction__form .at input[type="month"]:focus,
.everyAction__form .at input[type="week"]:focus,
.everyAction__form .at input[type="email"]:focus,
.everyAction__form .at input[type="number"]:focus,
.everyAction__form .at input[type="search"]:focus,
.everyAction__form .at input[type="tel"]:focus,
.everyAction__form .at input[type="time"]:focus,
.everyAction__form .at input[type="url"]:focus,
.everyAction__form .at input[type="color"]:focus,
.everyAction__form .at textarea:focus {
  background: #23b1a5;
  border-color: #23b1a5;
  color: #fff;
  border-radius: 0; }

select,
.defaultSelect {
  background-image: url("images/icon-dropdown-arrow.svg");
  background-size: 22px 18px;
  background-repeat: no-repeat;
  background-position: 98% center;
  background-color: white;
  border: 2px solid #23b1a5;
  width: 100%;
  max-width: 300px;
  height: 3rem;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: .5rem; }

html.ie10 select,
html.ie11 select {
  background-size: 50%;
  background-position: 135% center; }

select::-ms-expand {
  display: none; }

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

:focus::-webkit-input-placeholder {
  color: #fff; }

:focus::-moz-placeholder {
  color: #fff; }

[data-valid="false"] input:not(:focus),
[data-valid="false"] select:not(:focus),
[data-valid="false"] textarea:not(:focus) {
  border-color: red !important; }

form.disabled {
  opacity: .4; }

.email-signup--tab {
  display: none !important; }

.convio-errors ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  font-size: 9px;
  width: 3em;
  height: 3em;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }
  .menu-icon span {
    margin: 0 auto;
    position: relative;
    top: 1em;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .menu-icon span:before, .menu-icon span:after {
      position: absolute;
      content: ''; }
    .menu-icon span, .menu-icon span:before, .menu-icon span:after {
      width: 3em;
      height: .4em;
      background-color: #fff;
      display: block;
      border-radius: 1em; }
    .menu-icon span:before {
      margin-top: -1em;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
    .menu-icon span:after {
      margin-top: 1em;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
  .menu-icon.active span {
    background-color: transparent;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .menu-icon.active span:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0s, 0.2s;
      transition-delay: 0s, 0.2s; }
    .menu-icon.active span:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0s, 0.2s;
      transition-delay: 0s, 0.2s; }

hgroup.content-header {
  text-align: center;
  position: relative;
  padding: 3.4em 0 3em;
  background-color: #fff;
  background-image: url("images/bg-hgroup-gray-opacity.svg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 1080px;
  overflow: hidden;
  z-index: 1; }
  hgroup.content-header > svg {
    width: 2300px;
    height: 610px;
    position: absolute;
    left: 50%;
    opacity: .15;
    z-index: 1;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%); }
  hgroup.content-header:after {
    z-index: 2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, white 34%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 34%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 34%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 34%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 34%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  hgroup.content-header.is-tax {
    background-image: url("images/bg-hgroup-white-opacity.svg"); }
    hgroup.content-header.is-tax #section-title,
    hgroup.content-header.is-tax #page-title {
      color: white; }
      hgroup.content-header.is-tax #section-title:after,
      hgroup.content-header.is-tax #page-title:after {
        background-color: #fff; }
    hgroup.content-header.is-tax #breadcrumbs a {
      color: #fff; }
    hgroup.content-header.is-tax:after {
      display: none; }
  hgroup.content-header .container {
    max-width: 680px;
    position: relative;
    z-index: 3; }
  hgroup.content-header #breadcrumbs {
    color: #d9d9d9; }
    @media screen and (max-width: 600px) {
      hgroup.content-header #breadcrumbs {
        display: none; } }
    hgroup.content-header #breadcrumbs a {
      color: #65c8c0;
      font-size: 0.875rem; }
      hgroup.content-header #breadcrumbs a:hover {
        text-decoration: underline; }
  hgroup.content-header #section-title {
    font-size: 2.5rem;
    letter-spacing: .04em;
    padding-bottom: 1.5625rem;
    padding-top: .5em;
    color: #006c86;
    position: relative;
    display: block; }
    @media (max-width: 525px) {
      hgroup.content-header #section-title {
        font-size: 1.5rem; } }
    hgroup.content-header #section-title:after {
      background: #333;
      width: 150px;
      height: 2px;
      margin: 0 auto;
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -75px;
      bottom: 0; }
  hgroup.content-header #page-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1.8em;
    display: block; }

.page-id-74 hgroup.content-header svg polygon {
  stroke: white; }
.page-id-74 hgroup.content-header #search-posts {
  background: none;
  position: relative;
  z-index: 11; }
  .page-id-74 hgroup.content-header #search-posts form > div {
    background: #50478F; }
  .page-id-74 hgroup.content-header #search-posts input[type="submit"] {
    border-left: 4px solid #23b1a5; }

.meta {
  text-align: center;
  padding: 0 0 2.5rem;
  color: #bbb;
  font-size: 0.875rem;
  font-weight: 600; }
  .meta > span, .meta > a {
    display: inline-block;
    line-height: 1.6em; }
    .meta > span span, .meta > span a, .meta > a span, .meta > a a {
      display: inline-block;
      padding-right: 5px; }
  .meta > span:not(.upper) {
    padding-bottom: 1em;
    padding-right: 1.5rem; }
  .meta .author {
    padding-right: 3em; }
    .meta .author span, .meta .author a {
      display: inline-block; }
  .meta .types span + span:before {
    content: " | "; }
  .meta .time-to-read {
    background: url("images/icon-clock.svg") no-repeat 0.5rem top;
    background-size: 23px;
    padding-left: calc(25px + .5rem);
    padding-right: 3em; }
  .meta .pdf-wrap .pdf {
    padding: 0 1rem;
    margin-bottom: .5rem;
    display: inline-block; }
    .meta .pdf-wrap .pdf svg {
      width: 15px;
      height: 20px;
      margin-right: .2rem;
      transform: translateY(4px); }
    .meta .pdf-wrap .pdf:hover svg line, .meta .pdf-wrap .pdf:hover svg polyline {
      stroke: #363b74; }
  .meta .tags a:first-of-type {
    padding-left: 5px; }
  .meta .tags a:after {
    content: ", "; }
  .meta .tags a:last-of-type:after {
    content: ""; }

.meta-top {
  font-weight: bold; }
  .meta-top .tags {
    display: block; }

@media screen and (max-width: 768px) {
  .meta-bottom > span, .meta-bottom > a {
    display: block;
    padding: 1rem 0; } }

#related-info {
  text-align: center;
  background-position: center;
  background-size: cover;
  padding: 8rem 0;
  position: relative; }
  #related-info:before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0; }
  #related-info header, #related-info section {
    position: relative;
    z-index: 2; }
  #related-info header h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 1rem; }
  #related-info section {
    max-width: 500px;
    font-size: 1.5rem;
    margin: 0 auto;
    line-height: 1.5; }
    #related-info section a {
      color: #65c8c0; }
      #related-info section a:hover {
        color: #363b74; }

#content + #related-info {
  margin: -4rem 0 0;
  padding: 0 0 4rem 0; }

.generalContent + #related-info {
  padding: 2rem 0; }

.entry-content, .main-content .container {
  padding-bottom: 2rem; }

.collapse.jsactive {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 2em;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .5s;
  transition: all .5s; }
  .collapse.jsactive:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(4%, rgba(255, 255, 255, 0)), color-stop(76%, white), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 76%, white 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 76%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, white 76%, white 100%);
    /* W3C */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    content: "";
    transition: all .5s; }
  .collapse.jsactive .collapse-trigger:after {
    content: '+ Read More';
    position: absolute;
    left: 0;
    bottom: 0;
    color: #65c8c0;
    z-index: 3;
    cursor: pointer; }
    .collapse.jsactive .collapse-trigger:after:hover {
      color: #363b74; }
  .collapse.jsactive.expand {
    padding-bottom: 6em; }
    .collapse.jsactive.expand:before {
      opacity: 0;
      transition-delay: 0s; }
    .collapse.jsactive.expand .collapse-trigger:after {
      content: '- Collapse';
      bottom: 0px; }

.content-aside {
  border-right: 2px solid #65c8c0;
  float: left;
  font-size: .85rem;
  letter-spacing: 0;
  margin-bottom: 1em;
  margin-right: 1.5em;
  margin-top: .6em;
  min-width: 200px;
  padding: .8em 1.5em 0 2em;
  position: relative;
  text-align: center;
  width: 35%; }
  @media screen and (max-width: 800px) {
    .content-aside {
      width: 100%;
      border: none; } }
  .content-aside p {
    margin-bottom: 0;
    line-height: 1.8em; }
  .content-aside strong {
    letter-spacing: .025em; }
  .content-aside .button, .content-aside .button-see-all, .content-aside #search-posts form input[type="submit"], #search-posts form .content-aside input[type="submit"],
  .content-aside #search-posts form button,
  #search-posts form .content-aside button, .content-aside .homeCallOutBanner_button, .content-aside .searchsubmit, .content-aside .everyAction__form .at input[type="submit"], .everyAction__form .at .content-aside input[type="submit"],
  .content-aside .everyAction__form .submitStep,
  .everyAction__form .content-aside .submitStep {
    margin-top: 1.4em;
    letter-spacing: -.05em;
    padding: .5em 2.75em; }
  .content-aside.icon-checkmark:before {
    background-image: url("images/icon-checkmark-gray.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 41px;
    height: 41px; }
  .content-aside.icon-quote:before {
    background-image: url("images/icon-quotes.svg");
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 41px;
    height: 29px; }

.square {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 1em;
  position: relative;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }
  .square .inner {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: auto;
    position: relative;
    width: 100%; }
  .square .text {
    position: absolute; }
  .square .subheading {
    color: #777;
    font-size: 0.75em;
    margin-bottom: 0.5em; }
  .square .excerpt,
  .square .quote {
    color: #000;
    font-size: 0.85rem;
    line-height: 1.25em;
    letter-spacing: .001em; }
  .square h3 {
    font-size: 0.9375rem;
    line-height: 1.2; }
  .square h3,
  .square .subheading,
  .square .excerpt {
    -webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out; }
  .square .background-color {
    bottom: -1em;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    left: -1em;
    opacity: 0;
    position: absolute;
    right: -1em;
    top: -1em;
    background-color: #65c8c0;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out; }
  .square:hover {
    background-color: inherit;
    color: #fff; }
    .square:hover .background-color {
      opacity: 1; }
    .square:hover .inner {
      box-shadow: none; }
    .square:hover h3,
    .square:hover .subheading,
    .square:hover .excerpt,
    .square:hover .position,
    .square:hover .quote {
      color: #fff; }

.square .filled .text, .square .filled .excerpt, .square .filled h3, .square .filled .subheading {
  color: white;
  border-color: white; }

.square-basic {
  height: auto;
  width: 25%; }
  .square-basic .background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    opacity: .1;
    left: 0;
    top: 0; }
  .square-basic .inner {
    padding-bottom: 100%; }
  .square-basic h3:after {
    content: '...';
    display: none; }
  @media screen and (max-width: 970px) {
    .square-basic h3 {
      max-height: 6em;
      overflow: hidden;
      position: relative;
      text-overflow: ellipsis; } }
  .square-basic .text {
    left: 50%;
    padding: 0 2em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%; }
  .square-basic.has-divider h3 {
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: inherit;
    margin-bottom: 1em;
    padding-top: 1em; }
  .square-basic.has-hover-text .excerpt {
    height: 0;
    overflow: hidden; }
  .square-basic.has-hover-text:hover .subheading,
  .square-basic.has-hover-text:hover h3 {
    display: none; }
  .square-basic.has-hover-text:hover .excerpt {
    height: inherit; }

.square-large {
  color: #fff;
  height: auto;
  width: 50%; }
  @media screen and (max-width: 568px) {
    .square-large {
      width: 100%; } }
  .square-large .background-color {
    opacity: .75;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .square-large .inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 100%; }
  .square-large .text {
    opacity: 1;
    padding: 6em;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 800px) {
      .square-large .text {
        padding: 2rem; } }
  .square-large h3 {
    margin-bottom: .5em; }
  @media screen and (max-width: 800px) {
    .square-large .excerpt {
      max-height: 3em;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .square-large h3,
  .square-large .subheading,
  .square-large .excerpt {
    color: #fff; }
  .square-large:hover .background-color {
    bottom: -1em;
    left: -1em;
    opacity: 0.9;
    right: -1em;
    top: -1em; }

.square-image {
  background-color: transparent;
  box-shadow: none;
  height: auto;
  width: 25%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .square-image .inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%; }
  .square-image:hover {
    background-color: #65c8c0;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4); }
    .square-image:hover .inner {
      box-shadow: none; }

.square-quote {
  height: auto;
  width: 50%; }
  .square-quote .inner {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-bottom: calc(50% - 1em); }
  .square-quote .quote-image {
    width: 50%;
    float: left;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .square-quote .quote-image {
        display: none; } }
  .square-quote .text {
    left: 50%;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50%; }
    @media screen and (max-width: 600px) {
      .square-quote .text {
        width: 100%;
        left: 0; } }
    .square-quote .text.no-image {
      width: 75%;
      left: 20%; }
  .square-quote h3 {
    position: relative; }
    .square-quote h3:before {
      background-image: url("images/bg-quotes.png");
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      display: block;
      height: 29px;
      left: -9%;
      position: absolute;
      top: -40%;
      width: 41px;
      z-index: 1;
      -webkit-transition: left 200ms ease-out;
      transition: left 200ms ease-out; }
    .square-quote h3 span {
      position: relative;
      z-index: 2; }
  .square-quote .position {
    margin-bottom: 1em; }
  .square-quote:hover h3:before {
    left: -20%; }
  .square-quote:hover .inner {
    box-shadow: none; }
  .square-quote:hover .background-color {
    opacity: 0.9; }

.square-staff {
  height: auto;
  width: 50%;
  color: #fff; }
  .square-staff .inner {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-bottom: calc(50% - 1em);
    background: #65c8c0; }
  .square-staff .staff-image {
    width: 50%;
    float: left;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .square-staff .staff-image {
        display: none; } }
  .square-staff .text {
    left: 50%;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    color: #fff; }
    @media screen and (max-width: 600px) {
      .square-staff .text {
        width: 100%;
        left: 0; } }
    .square-staff .text.no-image {
      width: 75%;
      left: 20%; }
  .square-staff h3 {
    position: relative;
    color: #fff; }
    .square-staff h3 span {
      position: relative;
      z-index: 2; }
  .square-staff .position {
    margin-bottom: 1em; }
  .square-staff:hover {
    background: #65c8c0; }
    .square-staff:hover .hover-square {
      background: #65c8c0; }
    .square-staff:hover .inner {
      box-shadow: none; }
    .square-staff:hover .background-color {
      opacity: 0.9; }

.square.square-contact {
  color: #fff;
  box-shadow: none;
  cursor: default; }
  .square.square-contact .inner {
    background-color: #65c8c0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .square.square-contact .background-color {
    background-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    opacity: 1; }
  .square.square-contact:hover {
    background-color: transparent;
    box-shadow: none; }
    .square.square-contact:hover .background-color {
      background-color: transparent;
      box-shadow: none;
      bottom: 0;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
      left: 0;
      right: 0;
      top: 0; }
    .square.square-contact:hover .inner {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .square.square-contact ul + p,
  .square.square-contact p + p {
    margin-top: 1em; }

.square {
  color: #65c8c0;
  float: left; }

.article-grid {
  padding-top: 2em;
  overflow: hidden; }
  .article-grid .square-basic,
  .article-grid .square-image {
    width: 33.3%; }
    @media screen and (max-width: 860px) {
      .article-grid .square-basic,
      .article-grid .square-image {
        width: 50%;
        max-width: none; } }
    @media screen and (max-width: 568px) {
      .article-grid .square-basic,
      .article-grid .square-image {
        width: 100%;
        max-width: none; } }
  .article-grid .square-large,
  .article-grid .square-quote {
    width: 66.6%; }

.page-id-34105 .article-grid .square {
  width: 49%; }

.articleGrid__center {
  text-align: center; }
  .articleGrid__center .container {
    text-align: center; }
  .articleGrid__center .square,
  .articleGrid__center .square-basic {
    float: none;
    text-align: left;
    display: inline-block; }

.social-icon-list svg {
  width: 1.5rem;
  height: 1.5rem; }
  .social-icon-list svg * {
    transition: all .4s ease;
    -webkit-transition: all .4s ease; }
.social-icon-list li .youtube:hover svg circle {
  stroke: #bb0000; }
.social-icon-list li .youtube:hover svg path {
  fill: #bb0000; }
.social-icon-list li .pinterest:hover svg circle {
  stroke: #cb2027; }
.social-icon-list li .pinterest:hover svg path {
  fill: #cb2027; }
.social-icon-list li .facebook:hover svg circle {
  stroke: #3b5998; }
.social-icon-list li .facebook:hover svg path {
  fill: #3b5998; }
.social-icon-list li .twitter:hover svg circle {
  stroke: #00aced; }
.social-icon-list li .twitter:hover svg path {
  fill: #00aced; }

@media screen and (max-width: 1200px) {
  .at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop {
    display: none !important;
    visibility: hidden !important; } }
#container-map {
  padding: 0 3em;
  position: relative; }

#map-state-by-state {
  display: block; }
  #map-state-by-state path,
  #map-state-by-state polygon {
    cursor: pointer;
    display: block;
    fill: #363b74;
    -webkit-transition: fill 150ms ease;
    transition: fill 150ms ease; }
    #map-state-by-state path:hover,
    #map-state-by-state polygon:hover {
      fill: #23b1a5; }
  #map-state-by-state.loading path,
  #map-state-by-state.loading polygon {
    cursor: progress; }
  @media screen\0 {
    #map-state-by-state {
      width: 100%;
      margin: 0 auto;
      height: 600px; } }

#links-below-map {
  font-weight: 500;
  margin-bottom: 5em;
  text-align: center; }
  #links-below-map:after {
    background-color: #000;
    content: '';
    display: block;
    height: 1px;
    margin: 5em auto 0 auto;
    width: 95%; }
  #links-below-map li {
    margin-bottom: .5em; }

#tooltip-map {
  background-color: #eee;
  cursor: pointer;
  font-style: italic;
  left: 0;
  opacity: 0;
  padding: 1.5em 2em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 320px;
  height: auto;
  z-index: 999;
  -wekbit-transition: all 150ms ease;
  transition: all 150ms ease; }
  #tooltip-map.open {
    opacity: 1;
    pointer-events: auto; }
  #tooltip-map > span {
    display: block; }
    #tooltip-map > span + span {
      margin-top: 1em; }
  #tooltip-map strong {
    color: #363b74; }
  #tooltip-map:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #eee;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0; }
  #tooltip-map:before {
    color: #65c8c0;
    content: '\2297';
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 3rem;
    font-style: normal;
    line-height: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1em;
    -webkit-transition: color 150ms linear;
    transition: color 150ms linear; }
  #tooltip-map:hover {
    background-color: #fafafa; }
    #tooltip-map:hover:after {
      border-top: 16px solid #fafafa; }

#tooltip-map-state {
  color: #65c8c0;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal; }
  #tooltip-map-state span {
    background-image: url("images/icon-arrow-link.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 11px;
    margin-left: 6px;
    width: 6px; }
  #tooltip-map-state:hover span {
    background-position: left bottom; }

#container-mobile-state-select {
  display: none;
  text-align: center; }

#mobile-state-select {
  display: inline-block; }

@media screen and (max-width: 768px) {
  #container-map {
    margin-bottom: 3em; }

  #container-mobile-state-select {
    display: block; }

  #tooltip-map.open {
    position: relative;
    text-align: center;
    transform: none !important; }
    #tooltip-map.open:after {
      display: none; }

  #map-state-by-state {
    display: none; } }
#timeline {
  position: relative;
  z-index: 99; }
  #timeline .decades-nav-wrap {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
    position: absolute !important;
    top: -20px !important; }
    @media screen and (max-width: 1024px) {
      #timeline .decades-nav-wrap {
        display: none; } }
    #timeline .decades-nav-wrap .decades-nav {
      background: #fff;
      display: inline-block;
      padding: 1rem;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6); }
      #timeline .decades-nav-wrap .decades-nav li {
        display: inline-block; }
        #timeline .decades-nav-wrap .decades-nav li a {
          font-weight: bold;
          padding: 0 .5rem;
          transition: all .25s ease; }
  #timeline .decade {
    background-size: cover;
    background-position: center center;
    padding-top: 45%;
    position: relative;
    min-height: 350px;
    overflow: hidden; }
    @media screen and (max-width: 1400px) {
      #timeline .decade {
        padding-top: 55%; } }
    @media screen and (max-width: 1024px) {
      #timeline .decade {
        padding-top: 0;
        overflow: hidden; } }
    @media screen and (min-width: 2000px) {
      #timeline .decade {
        padding-top: 35%; } }
  #timeline .decade-top-wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3rem;
    height: 90px; }
    @media screen and (max-width: 1024px) {
      #timeline .decade-top-wrap {
        display: none; } }
  #timeline .timeline-top {
    width: 4000px;
    height: 76px;
    position: absolute;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      #timeline .timeline-top {
        display: none; } }
  #timeline .gradient-overlay {
    width: 100%;
    height: 330px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 3; }
    @media screen and (max-width: 1024px) {
      #timeline .gradient-overlay {
        top: 0; } }
  #timeline .cover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .8; }

.year-slides, .year-nav {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%; }

.year-slides {
  top: 0; }
  .year-slides li {
    cursor: pointer;
    padding: 3rem 5rem;
    width: 100%;
    text-align: center;
    left: -100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s cubic-bezier(0.32, -0.45, 0.51, 1.5);
    transition: all 0.35s cubic-bezier(0.32, -0.45, 0.51, 1.5); }
    @media screen and (max-width: 1024px) {
      .year-slides li {
        padding: 0 15px 0 90px; } }
    @media screen and (max-width: 768px) {
      .year-slides li {
        padding: 0 20px 0 110px; } }
    .year-slides li.active {
      opacity: 1;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    .year-slides li.post-active {
      opacity: 0;
      -webkit-transform: translate3d(200%, 0, 0);
      transform: translate3d(200%, 0, 0); }
    .year-slides li .inner {
      max-width: 650px;
      margin: 0 auto;
      position: relative;
      padding-top: 40%; }
      @media screen and (max-width: 2000px) {
        .year-slides li .inner {
          padding-top: 55%; } }
      @media screen and (max-width: 1024px) {
        .year-slides li .inner {
          padding: 0;
          width: 100%;
          min-height: 490px; } }
    .year-slides li h3 {
      font-family: "Hoefler Text Engr2 A", "Hoefler Text Engr2 B", Georgia, serif;
      font-size: 2.5rem;
      position: absolute;
      width: 100%;
      left: 0;
      top: 10%;
      font-weight: normal; }
      @media screen and (min-width: 1400px) {
        .year-slides li h3 {
          font-size: 4.5rem; } }
      @media screen and (min-width: 2000px) {
        .year-slides li h3 {
          font-size: 7.5rem; } }
      @media screen and (max-width: 1080px) {
        .year-slides li h3 {
          top: 5%; } }
      @media screen and (max-width: 1024px) {
        .year-slides li h3 {
          position: relative;
          top: inherit;
          margin-top: 1em;
          margin-bottom: 1em; } }
      .year-slides li h3 span {
        font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
        font-size: 1.0625rem;
        display: inline-block;
        border-bottom: 1px solid #fff;
        padding: 0;
        margin-left: .2rem;
        -webkit-transform: translateY(-0.2rem);
        -ms-transform: translateY(-0.2rem);
        transform: translateY(-0.2rem); }
        @media screen and (min-width: 1400px) {
          .year-slides li h3 span {
            font-size: 1.875rem; } }
        @media screen and (min-width: 2000px) {
          .year-slides li h3 span {
            font-size: 2.5rem; } }
    .year-slides li p {
      font-size: 1.25rem;
      line-height: 1.5;
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 1080px) {
        .year-slides li p {
          top: 45%;
          font-size: 1.1rem; } }
      @media screen and (max-width: 768px) {
        .year-slides li p {
          font-size: .9rem;
          top: 50%; } }
      @media screen and (min-width: 1400px) {
        .year-slides li p {
          top: 40%; } }
      @media screen and (min-width: 2000px) {
        .year-slides li p {
          top: 38%; } }
      @media screen and (max-width: 1024px) {
        .year-slides li p {
          position: relative;
          top: inherit;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); } }

.year-nav {
  bottom: 0;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .year-nav {
      background: none !important; } }
  @media screen and (max-width: 1024px) {
    .year-nav {
      bottom: inherit;
      left: 0;
      text-align: left;
      width: 90px;
      height: 100%;
      position: relative;
      z-index: 5;
      float: left;
      clear: both;
      top: 0;
      padding: 0; } }
  .year-nav li {
    display: inline-block;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .year-nav li {
        display: block; } }
    .year-nav li a {
      cursor: pointer;
      font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
      color: white;
      font-size: 1.5625rem;
      text-align: center;
      border-bottom: 4px solid transparent;
      display: block;
      padding: 0rem 2rem 2rem;
      position: relative;
      -webkit-transition: -webkit-transform .25s;
      transition: transform .25s; }
      @media screen and (max-width: 1275px) {
        .year-nav li a {
          font-size: 1.4rem;
          padding: 0rem 1.5rem 2rem; } }
      @media screen and (max-width: 1050px) {
        .year-nav li a {
          font-size: 1.2rem;
          padding: 0rem 1.2rem 2rem; } }
      @media screen and (max-width: 1024px) {
        .year-nav li a {
          padding-top: 1rem;
          padding-bottom: 1rem;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        .year-nav li a {
          border: none !important; } }
      .year-nav li a:before {
        content: "o";
        display: block;
        padding-bottom: .3rem;
        font-size: 1.5rem; }
        @media screen and (max-width: 1024px) {
          .year-nav li a:before {
            display: none; } }
      .year-nav li a:after {
        width: 0;
        height: 5px;
        content: "";
        background: #65c8c0;
        display: block;
        margin: 1rem auto;
        -webkit-transition: width .25s;
        transition: width .25s; }
        @media screen and (max-width: 1024px) {
          .year-nav li a:after {
            -webkit-transition: height .25s;
            transition: height .25s;
            height: 0;
            width: 4px;
            position: absolute;
            right: 0;
            top: -18px; } }
      .year-nav li a:hover, .year-nav li a.active {
        color: #65c8c0; }
        @media screen and (min-width: 1024px) {
          .year-nav li a:hover, .year-nav li a.active {
            -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0); }
            .year-nav li a:hover:before, .year-nav li a.active:before {
              font-size: 1.75rem; } }
        .year-nav li a:hover:after, .year-nav li a.active:after {
          width: 20px; }
          @media screen and (max-width: 1024px) {
            .year-nav li a:hover:after, .year-nav li a.active:after {
              width: 4px;
              height: 108%; } }

#video-banner {
  background: #323031;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2rem 0 3rem; }
  #video-banner a {
    display: block;
    position: relative;
    width: 600px;
    height: 400px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/bg-video-default.jpg"); }
    #video-banner a:before {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      content: "";
      left: 0;
      top: 0; }
    @media screen and (max-width: 630px) {
      #video-banner a {
        max-width: 90%;
        height: 250px; } }
    #video-banner a img {
      position: relative;
      z-index: 1;
      max-width: 100%; }
    #video-banner a:hover p, #video-banner a:hover svg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #video-banner a:hover p {
      color: #65c8c0;
      text-shadow: none; }
    #video-banner a:hover svg polygon, #video-banner a:hover svg circle {
      stroke: #65c8c0; }
  #video-banner.video-banner--medium a {
    width: 875px;
    height: 583px; }
  #video-banner.video-banner--large a {
    width: 1150px;
    height: 767px; }
  #video-banner .description {
    position: absolute;
    left: 0;
    z-index: 5;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: center; }
    #video-banner .description .inner-description {
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #video-banner .description p, #video-banner .description svg {
      position: relative;
      z-index: 5;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all .25s;
      transition: all .25s; }
    #video-banner .description p {
      font-weight: 700;
      font-size: 1.875rem;
      text-align: right;
      color: white;
      width: 49%;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
      max-width: 350px; }
    #video-banner .description svg {
      width: 200px;
      height: 170px;
      padding-top: 1rem; }
    @media screen and (max-width: 768px) {
      #video-banner .description p {
        display: none; }
      #video-banner .description svg {
        width: 150px;
        height: 120px; } }
    @media screen and (max-width: 500px) {
      #video-banner .description svg {
        width: 120px;
        height: 90px; } }

#video .inner {
  position: fixed;
  max-width: 700px;
  margin: 0 auto;
  top: 30%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  z-index: 7;
  opacity: 0;
  z-index: 0;
  width: 40%;
  padding-top: 30%;
  -webkit-transition: all .45s ease;
  transition: all .45s ease; }
  @media screen and (max-width: 1200px) {
    #video .inner {
      padding-top: 50%;
      width: 60%; } }
  @media screen and (max-width: 768px) {
    #video .inner {
      padding-top: 70%;
      width: 80%; } }
  #video .inner span {
    cursor: pointer;
    right: -25px;
    z-index: 8;
    display: block;
    color: white;
    position: absolute;
    top: -30px;
    font-size: 1.2rem;
    background: #65c8c0;
    padding: 1rem;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #video .inner span:hover {
      background: #363b74; }
#video:before {
  position: fixed;
  z-index: 0; }
#video.active .inner {
  opacity: 1;
  z-index: 7; }
#video.active:before {
  opacity: 1;
  z-index: 6;
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
#video.active iframe {
  border: #111 4px solid;
  border-bottom-width: 8px;
  border-top-width: 8px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 7;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

#video {
  display: none; }
  #video.active {
    display: block; }

body.home {
  padding-top: 0 !important; }

#hero {
  background-image: url("images/hero-sample-slide.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -10px;
  position: relative; }
  #hero:before {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(70%, transparent));
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  @media screen and (min-width: 2200px) {
    #hero {
      background-position: center; } }
  @media screen and (max-width: 1300px) {
    #hero {
      background-size: cover;
      position: relative; } }
  @media screen and (max-width: 600px) {
    #hero {
      background-position: 60% 70%;
      background-size: 120%;
      max-height: 400px; } }
  @media screen and (max-width: 480px) {
    #hero {
      background-position: 60% bottom;
      background-size: 200%;
      max-height: 400px; } }
  #hero .hero-container {
    padding-bottom: 50%;
    min-height: 500px;
    z-index: 10; }
    @media screen and (min-width: 1800px) {
      #hero .hero-container {
        padding-bottom: 35%; } }
    @media screen and (max-width: 1260px) {
      #hero .hero-container {
        padding-bottom: 60%; } }
    @media screen and (max-width: 600px) {
      #hero .hero-container {
        min-height: 400px; } }
  #hero .info {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 53%;
    left: 18%;
    max-width: 453px;
    padding: 2.6rem 5.2rem;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (max-width: 1200px) {
      #hero .info {
        margin-top: 2rem; } }
    @media screen and (max-width: 919px) {
      #hero .info {
        top: 45%; } }
    @media screen and (max-width: 600px) {
      #hero .info {
        background: none;
        padding: 1rem;
        max-width: 380px;
        margin-top: 0;
        left: 2rem; } }
    #hero .info .hero-text {
      font-weight: 300;
      padding: 1rem 0 0;
      display: block;
      font-size: 1.5625rem;
      letter-spacing: .0001em; }
      #hero .info .hero-text:before, #hero .info .hero-text:after {
        width: 70%;
        height: 1px;
        background: #fff;
        content: "";
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem; }
      #hero .info .hero-text span {
        font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
        display: block;
        padding-top: .1em; }
  #hero .button, #hero .button-see-all, #hero #search-posts form input[type="submit"], #search-posts form #hero input[type="submit"],
  #hero #search-posts form button,
  #search-posts form #hero button, #hero .homeCallOutBanner_button, #hero .searchsubmit, #hero .everyAction__form .at input[type="submit"], .everyAction__form .at #hero input[type="submit"],
  #hero .everyAction__form .submitStep,
  .everyAction__form #hero .submitStep {
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 500px) {
      #hero .button, #hero .button-see-all, #hero #search-posts form input[type="submit"], #search-posts form #hero input[type="submit"],
      #hero #search-posts form button,
      #search-posts form #hero button, #hero .homeCallOutBanner_button, #hero .searchsubmit, #hero .everyAction__form .at input[type="submit"], .everyAction__form .at #hero input[type="submit"],
      #hero .everyAction__form .submitStep,
      .everyAction__form #hero .submitStep {
        width: auto;
        display: inline-block;
        font-size: 1.2rem; } }

.tabbed-list.has-js {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  background: #fff; }
  .tabbed-list.has-js ul, .tabbed-list.has-js li {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal;
    vertical-align: top; }
  .tabbed-list.has-js .tabbed-list-handles {
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .tabbed-list.has-js .tabbed-list-handles ul {
      overflow-x: hidden;
      overflow-y: hidden;
      white-space: nowrap; }
      .tabbed-list.has-js .tabbed-list-handles ul li {
        display: inline-block;
        vertical-align: top; }
      .tabbed-list.has-js .tabbed-list-handles ul a {
        display: block;
        padding: 1em;
        background: #eee; }
        .tabbed-list.has-js .tabbed-list-handles ul a.active {
          background: #fff; }
  .tabbed-list.has-js .tabbed-list-group {
    display: inline-block;
    width: 100%;
    transition: .3s transform ease; }
    .tabbed-list.has-js .tabbed-list-group .tabbed-list-item {
      padding: 1em; }

.tabbed-list-has-arrows .tabbed-list-handles {
  position: relative; }
  .tabbed-list-has-arrows .tabbed-list-handles .tabbed-list-has-arrows-arrow {
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    width: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    border-bottom: 1px solid #ddd !important; }
    .tabbed-list-has-arrows .tabbed-list-handles .tabbed-list-has-arrows-arrow.tabbed-list-has-arrows-next {
      right: 0;
      left: auto;
      border-left: 1px solid #ddd;
      border-right: none; }

.tabbed-list.has-js {
  border-radius: 0;
  max-width: 600px;
  background: none;
  border: none;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 auto; }
  @media (max-width: 1040px) {
    .tabbed-list.has-js {
      max-width: 100%; } }
  .tabbed-list.has-js .tabbed-list-handles {
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .tabbed-list.has-js .tabbed-list-handles ul li {
      padding: 0 2em; }
    .tabbed-list.has-js .tabbed-list-handles ul a {
      display: block;
      padding: 1.618em 0 1.2em;
      background: #fff;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: .1em; }
      .tabbed-list.has-js .tabbed-list-handles ul a.active {
        border-bottom: 4px solid #65c8c0;
        color: #000; }
  .tabbed-list.has-js .tabbed-list-group {
    padding: 1em 0; }
    .tabbed-list.has-js .tabbed-list-group .tabbed-list-item {
      padding: 1em 2em;
      line-height: 1.368em; }
      .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h2, .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h2 a {
        font-size: 0.8125rem;
        color: #777;
        font-weight: 100;
        text-transform: uppercase;
        margin-bottom: .618em; }
      .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h1, .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h1 a {
        color: #006993;
        font-size: 0.9375rem; }
        .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h1:hover, .tabbed-list.has-js .tabbed-list-group .tabbed-list-item h1 a:hover {
          color: #65c8c0; }

.tax-state #featured-resources .tabbed-list-group {
  transform: none !important; }

.single-resource .button-see-all {
  display: none; }

.tabbed-list--module .button-see-all {
  max-width: 600px;
  margin: 1rem auto; }

#home-cta {
  width: 100%;
  position: relative;
  color: #3d3d3d;
  padding-top: 2.2rem;
  padding-bottom: .7rem; }
  #home-cta.homeCta__isFirstModule {
    margin-top: -15px;
    z-index: 1; }
  #home-cta .container {
    z-index: 5; }
    #home-cta .container.small-container {
      max-width: 820px; }
  #home-cta .svg-wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3rem;
    height: 116%; }
    #home-cta .svg-wrap svg {
      width: 4000px;
      height: 820px;
      position: absolute;
      left: 50%;
      z-index: 4;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #home-cta .svg-wrap svg path, #home-cta .svg-wrap svg polygon {
        stroke: none; }
  #home-cta h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-bottom: 1.3em; }
  #home-cta .cta-content, #home-cta .first-letter {
    display: inline-block;
    vertical-align: top; }
  #home-cta .cta-content {
    line-height: 1.5;
    margin-top: 1em;
    font-size: 0.9375rem;
    width: 82%; }
    #home-cta .cta-content.cta-content--noFirstLetter {
      width: 100%; }
    #home-cta .cta-content p {
      font-size: .85rem;
      line-height: 1.4em;
      margin-bottom: 2.5em; }
    #home-cta .cta-content .mobile-first-letter {
      display: none; }
    @media screen and (max-width: 1000px) {
      #home-cta .cta-content {
        width: 100%;
        text-align: center; }
        #home-cta .cta-content p, #home-cta .cta-content .mobile-first-letter {
          display: inline; } }
  #home-cta .first-letter {
    font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
    font-size: 5rem;
    color: white;
    width: 18%;
    line-height: 1.25;
    padding-right: 6px;
    text-align: right; }
    @media screen and (max-width: 1000px) {
      #home-cta .first-letter {
        display: none; } }
  #home-cta .clear, #home-cta #footer, #home-cta .entry-content, #home-cta .entry-content blockquote.collapse, .entry-content #home-cta blockquote.collapse, #home-cta .intro, #home-cta .main-content .featured-boxes-wrap ul, .main-content .featured-boxes-wrap #home-cta ul, #home-cta #featured-resources, #home-cta #featured-resources .featured-boxes-wrap ul, #featured-resources .featured-boxes-wrap #home-cta ul, #home-cta #state-statistics, #home-cta .convio-form {
    text-align: center;
    margin-bottom: 3rem; }
    @media screen and (max-width: 1000px) {
      #home-cta .clear, #home-cta #footer, #home-cta .entry-content, #home-cta .entry-content blockquote.collapse, .entry-content #home-cta blockquote.collapse, #home-cta .intro, #home-cta .main-content .featured-boxes-wrap ul, .main-content .featured-boxes-wrap #home-cta ul, #home-cta #featured-resources, #home-cta #featured-resources .featured-boxes-wrap ul, #featured-resources .featured-boxes-wrap #home-cta ul, #home-cta #state-statistics, #home-cta .convio-form {
        margin: 25px 0; } }
  #home-cta .button, #home-cta .button-see-all, #home-cta #search-posts form input[type="submit"], #search-posts form #home-cta input[type="submit"],
  #home-cta #search-posts form button,
  #search-posts form #home-cta button, #home-cta .homeCallOutBanner_button, #home-cta .searchsubmit, #home-cta .everyAction__form .at input[type="submit"], .everyAction__form .at #home-cta input[type="submit"],
  #home-cta .everyAction__form .submitStep,
  .everyAction__form #home-cta .submitStep {
    background: url("images/bg-button-dark.svg") no-repeat #228C82;
    background-size: 102% 100%;
    background-position: -100% center;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media screen and (max-width: 900px) {
      #home-cta .button, #home-cta .button-see-all, #home-cta #search-posts form input[type="submit"], #search-posts form #home-cta input[type="submit"],
      #home-cta #search-posts form button,
      #search-posts form #home-cta button, #home-cta .homeCallOutBanner_button, #home-cta .searchsubmit, #home-cta .everyAction__form .at input[type="submit"], .everyAction__form .at #home-cta input[type="submit"],
      #home-cta .everyAction__form .submitStep,
      .everyAction__form #home-cta .submitStep {
        margin-top: 1rem; } }
    @media screen and (max-width: 500px) {
      #home-cta .button, #home-cta .button-see-all, #home-cta #search-posts form input[type="submit"], #search-posts form #home-cta input[type="submit"],
      #home-cta #search-posts form button,
      #search-posts form #home-cta button, #home-cta .homeCallOutBanner_button, #home-cta .searchsubmit, #home-cta .everyAction__form .at input[type="submit"], .everyAction__form .at #home-cta input[type="submit"],
      #home-cta .everyAction__form .submitStep,
      .everyAction__form #home-cta .submitStep {
        display: inline-block; } }
    #home-cta .button:hover, #home-cta .button-see-all:hover, #home-cta #search-posts form input[type="submit"]:hover, #search-posts form #home-cta input[type="submit"]:hover,
    #home-cta #search-posts form button:hover,
    #search-posts form #home-cta button:hover, #home-cta .homeCallOutBanner_button:hover, #home-cta .searchsubmit:hover, #home-cta .everyAction__form .at input[type="submit"]:hover, .everyAction__form .at #home-cta input[type="submit"]:hover,
    #home-cta .everyAction__form .submitStep:hover,
    .everyAction__form #home-cta .submitStep:hover, #home-cta .button:active, #home-cta .button-see-all:active, #home-cta #search-posts form input[type="submit"]:active, #search-posts form #home-cta input[type="submit"]:active,
    #home-cta #search-posts form button:active,
    #search-posts form #home-cta button:active, #home-cta .homeCallOutBanner_button:active, #home-cta .searchsubmit:active, #home-cta .everyAction__form .at input[type="submit"]:active, .everyAction__form .at #home-cta input[type="submit"]:active,
    #home-cta .everyAction__form .submitStep:active,
    .everyAction__form #home-cta .submitStep:active, #home-cta .button:focus, #home-cta .button-see-all:focus, #home-cta #search-posts form input[type="submit"]:focus, #search-posts form #home-cta input[type="submit"]:focus,
    #home-cta #search-posts form button:focus,
    #search-posts form #home-cta button:focus, #home-cta .homeCallOutBanner_button:focus, #home-cta .searchsubmit:focus, #home-cta .everyAction__form .at input[type="submit"]:focus, .everyAction__form .at #home-cta input[type="submit"]:focus,
    #home-cta .everyAction__form .submitStep:focus,
    .everyAction__form #home-cta .submitStep:focus {
      color: white;
      background-size: 200% 200%;
      font-weight: bold; }
  #home-cta.cta__home {
    padding-top: 5.2rem; }
    @media screen and (max-width: 767px) {
      #home-cta.cta__home {
        background: #65c8c0;
        border-top: 10px solid #228C82; }
        #home-cta.cta__home .svg-wrap {
          display: none; } }
  #home-cta .cta__homeColumns {
    display: flex; }
    @media screen and (max-width: 767px) {
      #home-cta .cta__homeColumns {
        display: block; } }
    #home-cta .cta__homeColumns > div:first-of-type {
      padding: 0 2% 0 0; }
      @media screen and (max-width: 767px) {
        #home-cta .cta__homeColumns > div:first-of-type {
          padding: 0; } }
  #home-cta .cta__homeColumn {
    width: 50%;
    flex: 1; }
    @media screen and (max-width: 767px) {
      #home-cta .cta__homeColumn {
        width: 100%; } }
    #home-cta .cta__homeColumn--right {
      padding: 0 0 0 2%;
      border-left: 1px solid #757575; }
      @media screen and (max-width: 767px) {
        #home-cta .cta__homeColumn--right {
          padding: 25px 0 0;
          border-left: 0;
          border-top: 1px solid #757575; } }

#home-featured {
  background-color: #fff;
  padding: 2rem 0; }
  #home-featured .square-basic {
    position: relative; }
    #home-featured .square-basic .background-image {
      opacity: 1;
      z-index: 4; }
  #home-featured .square-large {
    width: 50%;
    height: 552px; }
    #home-featured .square-large .background-image {
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      opacity: 1;
      left: 0;
      top: 0; }
  #home-featured .square-large + .square-basic, #home-featured .square-large + .square-basic + .square-basic {
    width: 25%;
    float: left;
    height: 275px; }
    #home-featured .square-large + .square-basic.square-image, #home-featured .square-large + .square-basic + .square-basic.square-image {
      max-width: none; }
  #home-featured .square:last-of-type {
    width: 50%;
    max-width: none; }
    #home-featured .square:last-of-type .inner {
      padding-bottom: calc(50% - 1em); }
  @media screen and (max-width: 1080px) {
    #home-featured .square-large {
      width: 50%;
      margin: 0 auto;
      float: none;
      height: 382px;
      max-width: none;
      margin-bottom: 1rem; }
    #home-featured .square-large + .square-basic, #home-featured .square-large + .square-basic + .square-basic, #home-featured .square:last-of-type {
      width: 33.333%;
      height: auto; }
      #home-featured .square-large + .square-basic .inner, #home-featured .square-large + .square-basic + .square-basic .inner, #home-featured .square:last-of-type .inner {
        padding-bottom: 100%; } }
  @media screen and (max-width: 860px) {
    #home-featured .square-basic {
      width: 50% !important; }
    #home-featured .square-large {
      max-width: none;
      width: 50%;
      float: left;
      height: auto;
      margin-bottom: none; }
      #home-featured .square-large .inner {
        padding-bottom: 100%; }
      #home-featured .square-large .text {
        padding: 4em 2em 2em; } }
  @media screen and (max-width: 600px) {
    #home-featured .square-basic, #home-featured .square-large {
      width: 100% !important; } }

.intro {
  background: #fff;
  padding: 3.5rem 0 5.3rem 0;
  line-height: 2;
  position: relative;
  min-height: 320px;
  position: relative;
  z-index: 12;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .intro {
      min-height: 0; } }
  .intro .thumb {
    width: 60%;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    height: 110%; }
    .intro .thumb img {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 1;
      min-width: 800px; }
      @media screen and (max-width: 960px) {
        .intro .thumb img {
          display: none; } }
    .intro .thumb:before {
      content: "";
      position: absolute;
      left: -1px;
      top: 0;
      width: 50%;
      height: 100%;
      z-index: 2;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
      @media screen and (max-width: 650px) {
        .intro .thumb:before {
          background: white; } }
  .intro .content {
    width: 50%;
    z-index: 3;
    position: relative;
    font-size: 0.9375rem; }
    @media screen and (max-width: 960px) {
      .intro .content {
        font-size: .85rem;
        width: 100%;
        text-align: center;
        max-width: 600px;
        margin: 0 auto; } }

.intro.no-image .container {
  max-width: 650px;
  text-align: center; }

.main-content {
  background: #F9F9F9;
  padding: 4rem 0;
  position: relative;
  z-index: 4; }
  .main-content .entry-content {
    float: left;
    width: 50%;
    padding-right: 2rem;
    font-size: 0.9375rem; }
    @media screen and (max-width: 1040px) {
      .main-content .entry-content {
        width: 100%;
        float: none;
        padding-right: 0; } }
    .main-content .entry-content:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249, 249, 249, 0)), color-stop(4%, rgba(249, 249, 249, 0)), color-stop(76%, #f9f9f9), color-stop(100%, #f9f9f9));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 4%, #f9f9f9 76%, #f9f9f9 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 4%, #f9f9f9 76%, #f9f9f9 100%);
      background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 4%, #f9f9f9 76%, #f9f9f9 100%);
      /* W3C */ }
  .main-content .featured-boxes-wrap {
    float: right;
    width: 50%; }
    @media screen and (max-width: 1040px) {
      .main-content .featured-boxes-wrap {
        float: none;
        width: 100%; } }
    .main-content .featured-boxes-wrap ul {
      margin: 0 -1rem; }
      .main-content .featured-boxes-wrap ul li:first-child:last-child .square {
        width: 100%; }
    .main-content .featured-boxes-wrap .square {
      width: 50%; }
      @media screen and (max-width: 1040px) {
        .main-content .featured-boxes-wrap .square {
          padding-top: 1rem; } }
      @media screen and (max-width: 600px) {
        .main-content .featured-boxes-wrap .square {
          width: 100%; } }
      .main-content .featured-boxes-wrap .square .background-image {
        opacity: 1;
        z-index: 1; }

.main-content.no-boxes .entry-content {
  float: none;
  width: 100%;
  padding-right: 0; }
.main-content.no-boxes .container {
  max-width: 650px;
  margin: 0 auto; }

.main-content.no-content .container {
  max-width: 650px;
  margin: 0 auto; }
  .main-content.no-content .container .featured-boxes-wrap {
    width: 100%; }

#featured-resources .tabbed-content-wrap {
  float: left;
  width: 50%;
  padding-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 2em; }
  @media screen and (max-width: 1040px) {
    #featured-resources .tabbed-content-wrap {
      width: 100%;
      float: none;
      padding-right: 0; } }
@media screen and (max-width: 1040px) {
  #featured-resources .featured-boxes-wrap {
    float: none;
    width: 100%; } }
#featured-resources .featured-boxes-wrap ul li:first-child:last-child .square {
  width: 100%; }
#featured-resources .featured-boxes-wrap .square {
  width: 50%; }
  @media screen and (max-width: 600px) {
    #featured-resources .featured-boxes-wrap .square {
      width: 100%; } }
  #featured-resources .featured-boxes-wrap .square.square-quote {
    width: 100%; }
  #featured-resources .featured-boxes-wrap .square .background-image {
    opacity: 1;
    z-index: 1; }
#featured-resources.no-boxes .tabbed-content-wrap {
  margin: 0 auto 2em auto;
  float: none;
  width: 80%;
  padding-right: 0; }
#featured-resources.no-tabs .tabbed-content-wrap {
  display: none; }
#featured-resources.no-tabs .bottom-box-wrap {
  width: 80%;
  float: none;
  margin: 0 auto; }

.bottom-box-wrap {
  float: left;
  width: 50%; }
  @media screen and (max-width: 1040px) {
    .bottom-box-wrap {
      width: 100%; } }
  .bottom-box-wrap .inner-box-wrap {
    margin: 0 -1rem; }
  .bottom-box-wrap .square-quote {
    float: left;
    width: 100%; }

#search-posts {
  background-color: #363b74;
  background-image: url("images/bg-hgroup-white-opacity.svg");
  background-repeat: repeat;
  background-position: center center;
  background-size: 1080px;
  padding: 50px 0; }
  #search-posts form {
    margin: 0 auto;
    display: block;
    text-align: center; }
    #search-posts form input {
      margin-bottom: 0; }
    #search-posts form ::-webkit-input-placeholder {
      color: #fff; }
    #search-posts form :-moz-placeholder {
      color: #fff; }
    #search-posts form ::-moz-placeholder {
      color: #fff; }
    #search-posts form :-ms-input-placeholder {
      color: #fff; }
    #search-posts form h2 {
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 2.5rem; }
    #search-posts form > div {
      background: rgba(255, 255, 255, 0.3);
      padding: 10px;
      display: inline-block; }
      #search-posts form > div > div {
        display: flex; }
      @media screen and (max-width: 1090px) {
        #search-posts form > div {
          margin: 0 auto 15px;
          display: block;
          max-width: 600px; }
          #search-posts form > div > div {
            display: block; } }
      @media screen and (max-width: 640px) {
        #search-posts form > div {
          margin: 0 1.25rem 0.9375rem; } }
    #search-posts form input[type="text"] {
      display: inline-block;
      background: none;
      border: none;
      box-shadow: none;
      padding: 0.875rem;
      color: #fff;
      font-size: 16px;
      vertical-align: middle;
      width: 350px;
      font-family: inherit;
      font-weight: 600;
      box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
      text-overflow: ellipsis; }
      @media screen and (max-width: 1090px) {
        #search-posts form input[type="text"] {
          width: 100%;
          margin: 0 0 10px 0; } }
    #search-posts form input[type="submit"],
    #search-posts form button {
      display: inline-block;
      padding: 1.25rem;
      width: 4.375rem;
      border: none;
      vertical-align: top;
      margin: 0 0 0 5px;
      background-position: -180% center;
      cursor: pointer; }
      #search-posts form input[type="submit"] svg,
      #search-posts form button svg {
        display: block;
        height: 1.65rem; }
      #search-posts form input[type="submit"] circle,
      #search-posts form input[type="submit"] line,
      #search-posts form button circle,
      #search-posts form button line {
        stroke: #fff; }
    #search-posts form .select {
      display: inline-block;
      vertical-align: top;
      min-width: 250px;
      text-align: left;
      position: relative;
      background: #fff;
      margin: 0 0 0 10px;
      cursor: pointer; }
      @media screen and (max-width: 1090px) {
        #search-posts form .select {
          width: 100%;
          margin: 0; }
          #search-posts form .select:nth-of-type(1) {
            margin: 0 0 10px 0; } }
      #search-posts form .select .arrow-down {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #65c8c0;
        display: block;
        background: none;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 15px;
        left: auto;
        box-shadow: none;
        transform: translate(0, -50%); }
      #search-posts form .select > span {
        color: #65c8c0;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0.9375rem;
        display: block; }
      #search-posts form .select > div {
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17), inset 0 2px 0 #ddd;
        z-index: 2;
        padding: 15px;
        display: none; }
        #search-posts form .select > div.top {
          top: 0% !important;
          bottom: auto !important;
          left: 0;
          box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.17), inset 0 2px 0 #dddddd;
          -moz-transform: translateY(-100%);
          -o-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
        #search-posts form .select > div p {
          padding: 8px 0;
          width: 100%; }
          #search-posts form .select > div p label {
            cursor: pointer;
            font-size: 13px;
            font-weight: 600;
            display: inline-block;
            position: relative;
            padding: 0 0 0 30px;
            line-height: normal; }
            #search-posts form .select > div p label:before {
              width: 15px;
              height: 15px;
              position: absolute;
              left: 0;
              margin-right: .4rem;
              background: white;
              border: 1px solid #959595;
              content: "";
              display: block;
              float: left;
              cursor: pointer;
              transition: all .25s ease;
              top: 0; }
            #search-posts form .select > div p label:hover {
              color: #65c8c0; }
          #search-posts form .select > div p input[type="checkbox"] {
            cursor: pointer;
            display: none; }
          #search-posts form .select > div p input[type="checkbox"]:checked + label {
            color: #65c8c0; }
            #search-posts form .select > div p input[type="checkbox"]:checked + label:before {
              border-color: #23b1a5;
              background-color: #23b1a5 !important;
              background-image: url("images/icon-checkmark.svg");
              background-size: 18px;
              background-position: center;
              background-repeat: no-repeat; }
      #search-posts form .select.active > div {
        display: block; }

.home #search-posts form .select span + div {
  top: inherit;
  bottom: 100%; }

.no-touch #search-posts form .select:hover > div {
  display: block; }

@media (min-width: 920px) {
  #has-email-signup #email-signup {
    display: none; }

  .has-email-signup {
    position: relative; }
    .has-email-signup > a {
      position: relative; }
    .has-email-signup .fancybox-skin {
      background: transparent;
      box-shadow: none !important;
      -webkit-box-shadow: none !important; }
    .has-email-signup #email-signup.shown {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0); }
    .has-email-signup #email-signup .email-signup--inner {
      background: #fff;
      border: 1px solid #65c8c0;
      padding: 2rem;
      border-radius: .25rem 0 .25rem .25rem; }
      .has-email-signup #email-signup .email-signup--inner input:not([type="submit"]) {
        width: 18rem; }
      .has-email-signup #email-signup .email-signup--inner input[type="submit"] {
        margin-bottom: 0; }
    .has-email-signup #email-signup .email-signup--tab {
      border: 1px solid #65c8c0;
      border-radius: .25rem .25rem 0 0;
      float: right;
      margin-bottom: -1px;
      border-bottom-color: #fff;
      position: relative;
      z-index: 2;
      background: #fff; }
      .has-email-signup #email-signup .email-signup--tab span {
        display: block;
        padding: 1rem 2rem;
        color: inherit;
        text-transform: uppercase;
        font-size: .75rem;
        transition: color .4s ease;
        -webkit-transition: color .4s ease;
        color: #65c8c0;
        cursor: pointer; } }
.email-signup--form header.at-title,
.email-signup--form legend.at-legend {
  display: none; }
.email-signup--form fieldset.at-fieldset.ContactInformation {
  padding: 0; }
.email-signup--form .at-row, .email-signup--form .at-targets-have-images {
  display: block; }

.st0 {
  fill: none !important; }

#state-statistics {
  position: relative;
  z-index: 1;
  background: #006993;
  padding: 1rem 0 5rem;
  color: white; }
  #state-statistics .st0 {
    fill: white !important; }
  #state-statistics .statistics-top-wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3rem;
    height: 90px; }
    @media screen and (max-width: 1024px) {
      #state-statistics .statistics-top-wrap {
        display: none; } }
    #state-statistics .statistics-top-wrap svg {
      width: 4000px;
      height: 76px;
      position: absolute;
      left: 50%;
      z-index: 4;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 1024px) {
        #state-statistics .statistics-top-wrap svg {
          display: none; } }
  #state-statistics .state-icon {
    text-align: center;
    position: relative; }
    #state-statistics .state-icon svg {
      width: 200px;
      height: 200px; }
      #state-statistics .state-icon svg path, #state-statistics .state-icon svg polygon {
        stroke: none; }
  #state-statistics .statistics-wrap {
    margin: 0 -1rem; }
    #state-statistics .statistics-wrap p:nth-child(odd) {
      margin-bottom: 0; }
  #state-statistics article {
    width: 32%;
    float: left; }
    @media screen and (max-width: 1160px) {
      #state-statistics article {
        width: 100% !important;
        text-align: center;
        max-width: 500px;
        float: none;
        margin: 0 auto;
        margin-bottom: 4rem; } }
    #state-statistics article:nth-of-type(2) {
      width: 35%; }
    #state-statistics article .inner {
      padding: 1rem; }
    #state-statistics article header, #state-statistics article section {
      text-align: center; }
      #state-statistics article header:after, #state-statistics article section:after {
        height: 1px;
        width: 60%;
        background: white;
        content: "";
        display: block;
        margin: 2em auto 0; }
    #state-statistics article section {
      line-height: 1.5;
      font-size: 1.125rem;
      display: table;
      height: 150px;
      position: relative;
      margin-bottom: 2rem;
      font-weight: 400; }
      #state-statistics article section:after {
        margin: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
      #state-statistics article section .inner {
        display: table-cell;
        vertical-align: middle; }
      #state-statistics article section span {
        font-weight: bold; }
    #state-statistics article footer {
      line-height: 1.4;
      font-size: 0.9375rem;
      max-width: 300px;
      margin: 0 auto; }
      #state-statistics article footer p {
        margin-bottom: 1rem; }

.tax-state #featured-resources {
  position: relative;
  background: white; }
  .tax-state #featured-resources .button-see-all {
    display: none; }
  .tax-state #featured-resources .tabbed-list {
    margin-top: 50px; }
.tax-state .statistics-top-wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -3rem;
  height: 90px; }
  @media screen and (max-width: 1024px) {
    .tax-state .statistics-top-wrap {
      display: none; } }
  .tax-state .statistics-top-wrap svg {
    width: 4000px;
    height: 76px;
    position: absolute;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .tax-state .statistics-top-wrap svg {
        display: none; } }

.term-ohio .state-icon svg polygon {
  stroke: none !important; }

.detailed-items .item {
  width: 49%;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 800px) {
    .detailed-items .item {
      width: 100%; } }
  .detailed-items .item .inner {
    padding: 1rem; }
    .detailed-items .item .inner .collapse.jsactive:not(.expand) {
      max-height: 20em !important; }
  .detailed-items .item h2 {
    margin-bottom: 2rem; }
  .detailed-items .item img {
    max-width: 250px;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }

.embed-wrap {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 3rem; }
  .embed-wrap .embed {
    position: relative;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 40%;
    margin-bottom: 1.5rem; }
    .embed-wrap .embed iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
  .embed-wrap .video-caption {
    text-align: center;
    line-height: 1.2; }

.convio-form {
  margin: 0 auto; }
  .convio-form:not(.advocacy-alert) {
    max-width: 500px; }
  .convio-form select, .convio-form input:not([type="submit"]), .convio-form textarea {
    width: 100%;
    display: block; }
  .convio-form textarea {
    height: 200px; }
  .convio-form label {
    color: #333;
    text-transform: none;
    font-weight: 500; }

.advocacy-alert [data-element="phone"]:not([data-valid]) {
  display: none; }
.advocacy-alert textarea {
  height: 275px; }

.fake-convio-form {
  text-align: left !important; }
  .fake-convio-form label {
    text-align: left !important; }

.advocacy-message.prepended {
  float: right;
  width: 50%;
  padding-bottom: 20em; }
  .advocacy-message.prepended ~ .convio-input {
    float: left;
    width: 40%; }

.convio-errors {
  background: red;
  color: #fff;
  padding: 1em;
  border-radius: 1em;
  font-weight: 500;
  line-height: 1.25em; }
  .convio-errors p {
    padding-bottom: 0;
    margin-bottom: 0; }

.thank-you-social {
  align-items: center;
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 568px) {
    .thank-you-social {
      flex-wrap: wrap; } }
  .thank-you-social li {
    flex-basis: 32%; }
    @media screen and (max-width: 568px) {
      .thank-you-social li {
        flex-basis: 100%;
        margin-bottom: 1em; } }
  .thank-you-social a {
    border-radius: 6px;
    display: block;
    font-weight: bold;
    font-size: .95rem;
    line-height: 42px;
    padding: 1em .5em;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 150ms ease-out, color 150ms ease-out, border 150ms ease-out;
    transition: background-color 150ms ease-out, color 150ms ease-out, border 150ms ease-out; }
    @media screen and (max-width: 925px) {
      .thank-you-social a {
        line-height: 1.2em;
        padding-left: 50px; } }
  .thank-you-social span {
    display: inline-block;
    height: 42px;
    width: 42px;
    vertical-align: middle; }
    @media screen and (max-width: 925px) {
      .thank-you-social span {
        left: .5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
  .thank-you-social svg {
    display: block;
    height: inherit;
    width: inherit; }
  .thank-you-social .button-share-twitter {
    background-color: transparent;
    border: 2px solid #00aced;
    color: #00aced; }
    .thank-you-social .button-share-twitter circle {
      stroke: #00aced; }
    .thank-you-social .button-share-twitter path {
      fill: #00aced; }
    .thank-you-social .button-share-twitter:hover {
      background-color: #00aced;
      color: #fff; }
      .thank-you-social .button-share-twitter:hover circle {
        stroke: #fff; }
      .thank-you-social .button-share-twitter:hover path {
        fill: #fff; }
  .thank-you-social .button-share-facebook {
    background-color: transparent;
    border: 2px solid #3b5998;
    color: #3b5998; }
    .thank-you-social .button-share-facebook circle {
      stroke: #3b5998; }
    .thank-you-social .button-share-facebook path {
      fill: #3b5998; }
    .thank-you-social .button-share-facebook:hover {
      background-color: #3b5998;
      color: #fff; }
      .thank-you-social .button-share-facebook:hover circle {
        stroke: #fff; }
      .thank-you-social .button-share-facebook:hover path {
        fill: #fff; }
  .thank-you-social .button-share-donate {
    background-color: #65c8c0;
    border: 2px solid #65c8c0;
    color: #fff;
    text-transform: uppercase; }
    .thank-you-social .button-share-donate svg {
      height: 38px;
      width: 38px; }
    .thank-you-social .button-share-donate circle {
      stroke: #fff; }
    .thank-you-social .button-share-donate path {
      fill: #fff; }
    .thank-you-social .button-share-donate:hover {
      background-color: #228C82;
      border-color: #228C82;
      color: #fff; }

.entry-content .thank-you-social {
  list-style: none;
  margin-left: 0; }

#interested-in {
  padding: 0 0 2rem 0; }
  #interested-in h2 {
    text-align: center; }
  #interested-in section {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
    display: block; }
    @media (max-width: 500px) {
      #interested-in section .excerpt {
        display: none; } }
    #interested-in section .square-basic .inner {
      padding-bottom: 70%; }
    #interested-in section a {
      color: #65c8c0;
      display: block;
      width: 100%;
      z-index: 99;
      float: none; }
      #interested-in section a:hover {
        color: #363b74; }

.image-video {
  padding: 2rem 10px; }
  .image-video.image-video--large .container {
    max-width: 1125px; }
  .image-video.image-video--medium .container {
    max-width: 875px; }
  .image-video.image-video--small .container {
    max-width: 600px; }
  .image-video img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .image-video .image-video__videoWrapper {
    position: relative;
    padding: 0 0 56.2% 0; }
    .image-video .image-video__videoWrapper iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important; }
    .image-video .image-video__videoWrapper--facebook {
      padding-bottom: 0; }
    .image-video .image-video__videoWrapper .facebook-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0; }
    .image-video .image-video__videoWrapper .facebook-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

.generalContent {
  padding: 30px 0; }

.homeCallOutBanner {
  background-size: cover;
  background-position: center top;
  margin: 0 auto 2.5rem auto;
  position: relative;
  max-width: 1600px; }
  .homeCallOutBanner--fullWidth {
    max-width: 100%; }
  .homeCallOutBanner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
  .homeCallOutBanner .container-fluid {
    z-index: 2;
    position: relative; }
  .homeCallOutBanner.featuredCTA--fixed {
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }

.homeCallOutBanner {
  margin-bottom: 2rem; }

.homeCallOutBanner_container {
  text-align: center;
  padding: 6.25rem 0 4rem 0;
  max-width: 930px;
  margin: 0 auto; }

#homeCallOutBanner {
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto; }
  #homeCallOutBanner.homeCallOutBanner--fullWidth {
    max-width: 100%; }
  #homeCallOutBanner span {
    background: #fff;
    color: #fff; }
  #homeCallOutBanner .homeCallOutBanner_text p {
    color: #fff;
    margin: 0 0 20px 0; }

.homeCallOutBanner_text {
  text-align: justify;
  max-width: 880px;
  margin: 0 auto 3.125rem; }
  .homeCallOutBanner_text p {
    color: #FFF;
    font-size: 1.375rem;
    text-align: center;
    margin: 0 0 20px 0; }
  @media screen and (max-width: 600px) {
    .homeCallOutBanner_text {
      font-size: 1rem; } }

.featuredCTA--fixed {
  /*&:before {
    display: none;
  }*/ }
  @media screen and (max-width: 767px) {
    .featuredCTA--fixed {
      background-attachment: scroll !important; } }

body {
  position: relative; }

.epOverlay {
  background-color: rgba(0, 0, 0, 0.85);
  display: block;
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  padding-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999 !important; }
  .epOverlay .epWrap {
    max-width: 1000px;
    padding: 10% 20px 20px;
    margin: 0 auto; }
  @media screen and (max-width: 868px) {
    .epOverlay #emergencyPopup a#closeEmergencyPopup {
      top: 2rem; } }

#emergencyPopup {
  margin-bottom: 0;
  border-bottom: 10px solid #65c8c0; }
  #emergencyPopup:before {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #emergencyPopup a#closeEmergencyPopup {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    font-size: 4rem;
    border: 2px solid #fff;
    line-height: inherit;
    padding: 0;
    display: block;
    height: auto;
    line-height: .6;
    height: 2.6rem;
    width: 2.6rem;
    text-align: center;
    cursor: pointer;
    z-index: 10000; }
    #emergencyPopup a#closeEmergencyPopup:hover {
      text-decoration: none;
      color: #65c8c0;
      border-color: #65c8c0; }
    @media screen and (max-width: 868px) {
      #emergencyPopup a#closeEmergencyPopup {
        position: relative;
        top: 4rem;
        float: right;
        margin-right: 1rem; } }
  #emergencyPopup .homeCallOutBanner_container {
    padding: 4rem 0; }
    @media screen and (max-width: 868px) {
      #emergencyPopup .homeCallOutBanner_container {
        clear: both; } }
  #emergencyPopup .homeCallOutBanner_text p {
    color: #fff;
    text-align: left; }
    @media screen and (max-width: 600px) {
      #emergencyPopup .homeCallOutBanner_text p {
        font-size: 1rem; } }
  #emergencyPopup .container-fluid {
    position: relative;
    padding: 0 2rem; }

#emergencyPopup .homeCallOutBanner_head {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #fff; }

.home.globalCTA__body--top header#header.collapsed {
  padding-top: 0 !important; }

.home #emergencyPopup {
  z-index: 99999; }

.sideBySideImageCallout {
  display: flex;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .sideBySideImageCallout {
      display: block; } }
  .sideBySideImageCallout--1 .sbsic__columns {
    width: 100%;
    clip-path: none !important;
    border: 0 !important; }
    .sideBySideImageCallout--1 .sbsic__columns .content {
      max-width: 760px; }

.sbsic__columns {
  position: relative;
  width: 50%;
  padding: 80px 20px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #fff;
  -webkit-clip-path: polygon(94% 0, 100% 50px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(94% 0, 100% 50px, 100% 100%, 0 100%, 0 0); }
  @media screen and (max-width: 1200px) {
    .sbsic__columns {
      padding: 60px 20px; } }
  @media screen and (max-width: 767px) {
    .sbsic__columns {
      width: auto;
      -webkit-clip-path: none;
      clip-path: none;
      border-bottom: 2px solid #ffffff; } }
  .sbsic__columns:last-child {
    border-left: 1px solid #fff;
    border-right: 0;
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 50px); }
    @media screen and (max-width: 767px) {
      .sbsic__columns:last-child {
        -webkit-clip-path: none;
        clip-path: none;
        border: none; } }
  .sbsic__columns .content {
    position: relative;
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
    text-align: center; }
  .sbsic__columns h2 {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 1.3em;
    color: #3d3d3d; }
  .sbsic__columns p {
    margin: 0 0 30px 0;
    color: #3d3d3d;
    text-align: left;
    font-size: 0; }
  .sbsic__columns .first-letter {
    font-family: "Hoefler Text Engr1 A", "Hoefler Text Engr1 B", Georgia, serif;
    font-size: 5rem;
    color: white;
    width: 20%;
    line-height: .9;
    padding-right: 6px;
    text-align: right;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 1000px) {
      .sbsic__columns .first-letter {
        display: inline;
        width: auto;
        font-size: 14px;
        line-height: 17px;
        padding: 0;
        font-family: "Gotham A", "Gotham B", Arial, sans-serif;
        color: inherit; } }
  .sbsic__columns .cta-content {
    display: inline-block;
    width: 80%;
    font-size: 14px;
    line-height: 17px; }
    @media screen and (max-width: 1000px) {
      .sbsic__columns .cta-content {
        display: inline;
        width: auto; } }
  .sbsic__columns .button, .sbsic__columns .button-see-all, .sbsic__columns #search-posts form input[type="submit"], #search-posts form .sbsic__columns input[type="submit"],
  .sbsic__columns #search-posts form button,
  #search-posts form .sbsic__columns button, .sbsic__columns .homeCallOutBanner_button, .sbsic__columns .searchsubmit, .sbsic__columns .everyAction__form .at input[type="submit"], .everyAction__form .at .sbsic__columns input[type="submit"],
  .sbsic__columns .everyAction__form .submitStep,
  .everyAction__form .sbsic__columns .submitStep {
    background-image: url("images/bg-button-dark.svg"); }
  .sbsic__columns--light h2 {
    color: #fff; }
  .sbsic__columns--light p {
    color: #fff; }
  .sbsic__columns--light .button, .sbsic__columns--light .button-see-all, .sbsic__columns--light #search-posts form input[type="submit"], #search-posts form .sbsic__columns--light input[type="submit"],
  .sbsic__columns--light #search-posts form button,
  #search-posts form .sbsic__columns--light button, .sbsic__columns--light .homeCallOutBanner_button, .sbsic__columns--light .searchsubmit, .sbsic__columns--light .everyAction__form .at input[type="submit"], .everyAction__form .at .sbsic__columns--light input[type="submit"],
  .sbsic__columns--light .everyAction__form .submitStep,
  .everyAction__form .sbsic__columns--light .submitStep {
    background-color: #2c305e;
    background-image: url("images/bg-button-purple.svg"); }
  .sbsic__columns--overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 88, 163, 0.7);
    content: ' ';
    z-index: 1; }

#blank-page,
.page-template-template-blank {
  background: #fff; }

#other-facts {
  margin-bottom: 5em;
  text-align: justify; }
  #other-facts:after {
    background-color: #000;
    content: '';
    display: block;
    height: 1px;
    margin: 5em auto 0 auto;
    width: 95%; }
  @media screen and (max-width: 768px) {
    #other-facts {
      text-align: center; } }
  #other-facts li {
    display: inline-block;
    max-width: 33%;
    padding: 0 1em;
    text-align: center;
    vertical-align: top; }
    #other-facts li.finish {
      max-width: none; }
    @media screen and (max-width: 768px) {
      #other-facts li {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #other-facts li + li {
        margin-top: 3em; } }
  #other-facts p {
    line-height: 1.5em; }
  #other-facts img {
    display: inline-block;
    margin-bottom: .5em; }
  #other-facts .title {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: .25em; }

.map-source-notes p {
  font-size: .75rem;
  line-height: 1.5; }

.taxonomy-issue-container {
  background: #f9f9f9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .taxonomy-issue-container .button-see-all {
    margin: 20px 0 0; }
  .taxonomy-issue-container .section-title {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.618em;
    margin: .6em 0;
    margin-bottom: 1.2em; }

#issues-entry-content {
  background: white;
  padding: 4rem 0; }

.taxonomy-issue-article-grid {
  text-align: center;
  background: #006c86;
  background: url("images/bg-sub-topics.png") top center no-repeat;
  background-size: cover;
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 14;
  margin-top: -1.8rem;
  margin-bottom: 1em; }
  .taxonomy-issue-article-grid .square-basic {
    float: none;
    text-align: left;
    display: inline-block;
    width: 33%; }
    @media (max-width: 980px) {
      .taxonomy-issue-article-grid .square-basic {
        width: 100%; } }
  .taxonomy-issue-article-grid.four-or-less .square-basic {
    width: 49%; }
    @media (max-width: 980px) {
      .taxonomy-issue-article-grid.four-or-less .square-basic {
        width: 100%; } }
  .taxonomy-issue-article-grid .taxonomy-issue-article-grid-H2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2rem; }

.page-template-template-issue .main-content, .tax-issue .main-content, .page-template-template-issue-content .main-content {
  padding-bottom: 0; }
.page-template-template-issue .square-basic, .tax-issue .square-basic, .page-template-template-issue-content .square-basic {
  overflow: visible; }
  .page-template-template-issue .square-basic .inner, .tax-issue .square-basic .inner, .page-template-template-issue-content .square-basic .inner {
    padding-bottom: 30%;
    padding-top: 30%;
    min-height: 220px; }
.page-template-template-issue .article-grid .square, .tax-issue .article-grid .square, .page-template-template-issue-content .article-grid .square {
  margin-bottom: 2rem;
  overflow: visible; }
  .page-template-template-issue .article-grid .square .inner, .tax-issue .article-grid .square .inner, .page-template-template-issue-content .article-grid .square .inner {
    padding: 8rem 2em; }

#timeline-download-wrap {
  background: white;
  position: relative;
  text-align: center;
  padding: 3rem 0; }
  #timeline-download-wrap .download-pdf-svg-wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -3rem;
    height: 90px; }
    @media screen and (max-width: 1024px) {
      #timeline-download-wrap .download-pdf-svg-wrap {
        display: none; } }
  #timeline-download-wrap .download-pdf-svg {
    width: 4000px;
    height: 76px;
    position: absolute;
    left: 50%;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      #timeline-download-wrap .download-pdf-svg {
        display: none; } }
  #timeline-download-wrap a {
    font-size: 14px; }
    #timeline-download-wrap a svg {
      width: 12px;
      height: 14px; }
    #timeline-download-wrap a:hover svg polyline, #timeline-download-wrap a:hover svg line {
      stroke: #363b74; }

body.page-template-template-archive-issue .content-header {
  background-color: #332D79;
  overflow: visible;
  z-index: 2; }
  body.page-template-template-archive-issue .content-header:after {
    background: none; }
body.page-template-template-archive-issue #section-title {
  color: #fff; }
  body.page-template-template-archive-issue #section-title:after {
    background: #fff; }
body.page-template-template-archive-issue #content:before {
  top: -34px; }

body.search #content {
  padding-top: 0; }
  body.search #content:before {
    display: none; }
  body.search #content > .container {
    padding-top: 4.5em;
    display: flex;
    justify-content: space-between; }
body.search hgroup.content-header #section-title:after {
  display: none; }
body.search hgroup.content-header #page-title {
  margin-top: 0; }
body.search .meta {
  color: #000; }
@media screen and (max-width: 500px) {
  body.search .button, body.search .button-see-all, body.search #search-posts form input[type="submit"], #search-posts form body.search input[type="submit"],
  body.search #search-posts form button,
  #search-posts form body.search button, body.search .homeCallOutBanner_button, body.search .searchsubmit, body.search .everyAction__form .at input[type="submit"], .everyAction__form .at body.search input[type="submit"],
  body.search .everyAction__form .submitStep,
  .everyAction__form body.search .submitStep {
    display: inline-block; } }

.meta ul a {
  color: #000;
  border-bottom: 1px solid #65c8c0; }
  .meta ul a:hover {
    color: #65c8c0; }

#search-text-field {
  background-color: #332D79;
  padding: 3em 0;
  position: relative;
  text-align: center; }
  #search-text-field:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #search-text-field .funky-bg {
    background-image: url("images/bg-hgroup-white.svg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .15;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; }
  #search-text-field .inner {
    margin: 0 auto;
    max-width: 575px;
    position: relative;
    width: 100%;
    z-index: 10; }
  #search-text-field label {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    letter-spacing: .09em;
    margin-bottom: 1.3em;
    text-transform: uppercase; }
  #search-text-field input[type=search] {
    background-color: #766dae;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    height: 62px;
    padding: 1.5em;
    vertical-align: top;
    width: calc(100% - 72px);
    border-radius: 4px 0 0 4px !important; }
  #search-text-field button {
    border: none;
    display: inline-block;
    height: 62px;
    padding: 0;
    vertical-align: top;
    width: 62px; }
    #search-text-field button .svg-container {
      display: inline-block;
      height: 24px;
      width: 22px; }
    #search-text-field button circle,
    #search-text-field button line {
      stroke: #fff; }

#search-filters h3 {
  color: #b0b0b1;
  font-size: .8rem;
  margin-bottom: 1.3em;
  text-transform: uppercase; }
#search-filters ul {
  margin-bottom: 2.6em; }
#search-filters li {
  margin-bottom: .5em;
  position: relative; }
#search-filters label {
  cursor: pointer;
  font-size: .9rem;
  line-height: 1.4em;
  text-transform: none;
  color: #000;
  margin: 0;
  display: inline-block; }
  #search-filters label:before {
    top: .2em; }
#search-filters select {
  color: #228C82;
  font-size: .9rem;
  height: 2.8rem;
  margin-bottom: 1.9em; }
#search-filters #filter-author {
  margin-bottom: 0;
  max-width: 300px;
  width: 100%; }
#search-filters .easy-autocomplete-container ul {
  margin-bottom: 0; }

.searchsubmit {
  border: none; }

#search-results {
  flex-basis: 60%; }
  #search-results h3 {
    margin-bottom: 2em; }

.search-result {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.2em;
  padding-bottom: 2.2em; }
  .search-result ul {
    text-align: left;
    word-spacing: 1.25em; }
  .search-result li {
    display: inline-block;
    word-spacing: normal; }
  .search-result .meta {
    font-size: 0.75rem;
    margin-bottom: 1em;
    padding: 0; }
  .search-result strong {
    font-weight: normal;
    color: #000; }
  .search-result .title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .5em; }

.toggle-filters {
  display: none;
  margin-bottom: 3em; }

#container-filter-buttons {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 200ms ease-in;
  transition: transform 200ms ease-in; }
  #container-filter-buttons .toggle-filters {
    display: table-cell;
    vertical-align: middle; }
  #container-filter-buttons.active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }

.easy-autocomplete-container ul {
  background-color: #eee;
  border: 1px solid #ccc;
  color: #777;
  display: none;
  margin-bottom: 0; }
.easy-autocomplete-container li {
  padding: .5em; }
.easy-autocomplete-container b {
  color: #363b74; }
.easy-autocomplete-container .selected {
  background-color: #fff; }

.container-submit {
  margin-top: 2em; }

@media screen and (max-width: 730px) {
  #search-results,
  #sidebar {
    flex-basis: 100%; }

  #search-results .toggle-filters {
    display: block; }

  #sidebar {
    background-color: #eee;
    bottom: 0;
    left: 0;
    padding: 3em;
    position: absolute;
    top: 0;
    z-index: 100;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 200ms ease-in;
    transition: transform 200ms ease-in; }
    #sidebar.active {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

  .toggle-filters {
    display: inline-block; }

  #container-filter-buttons {
    display: table; } }
input[type=search] {
  webkit-appearance: none; }

.loading-animation {
  height: 20px;
  width: 160px;
  vertical-align: middle;
  margin-top: 1px; }

.blog-grid {
  padding: 0;
  margin-bottom: 3.25em;
  overflow: hidden; }
  .blog-grid.article-grid {
    padding: 2rem 0; }
  .blog-grid .calloutBoxIntro {
    margin: 0 0 1rem 0; }
  .blog-grid .square-basic + .square-large {
    float: right; }
    @media screen and (max-width: 800px) {
      .blog-grid .square-basic + .square-large {
        float: left; } }
  @media screen and (max-width: 480px) {
    .blog-grid .square-basic .inner {
      padding-bottom: 50%; } }
  @media screen and (max-width: 800px) {
    .blog-grid .square-basic {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .blog-grid .square-basic {
      width: 100%; } }
  .blog-grid .square-large {
    clear: both;
    float: left; }
    @media screen and (max-width: 800px) {
      .blog-grid .square-large {
        clear: none; } }

.container-trending-topics {
  font-size: .95rem;
  font-weight: 500;
  margin-bottom: 2em;
  text-align: center;
  word-spacing: 2em; }
  .container-trending-topics .title {
    display: inline-block;
    text-transform: uppercase;
    word-spacing: normal; }
    @media screen and (max-width: 780px) {
      .container-trending-topics .title {
        display: block;
        margin-bottom: .5em; } }

.trending-topics {
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 780px) {
    .trending-topics {
      display: block; } }
  .trending-topics li {
    display: inline-block;
    word-spacing: normal; }
    @media screen and (max-width: 780px) {
      .trending-topics li {
        display: block;
        margin-bottom: .5em; } }

.contact-info {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  line-height: 1.4em;
  margin-bottom: 2em;
  padding-top: 1.875rem;
  text-align: justify;
  width: calc(100% - 2em); }
  .contact-info.press-room-contact-info {
    position: static;
    width: 48%;
    float: left;
    margin-right: 3%;
    min-height: 259px; }
    .contact-info.press-room-contact-info.nomargin {
      margin-right: 0px;
      width: 49%; }
      @media screen and (max-width: 640px) {
        .contact-info.press-room-contact-info.nomargin {
          width: 100%;
          margin: 0px auto 35px auto; } }
    @media screen and (max-width: 640px) {
      .contact-info.press-room-contact-info {
        width: 100%;
        float: none;
        margin: 0px auto 35px auto; } }
  @media screen and (max-width: 960px) {
    .contact-info {
      max-width: 640px; } }
  @media screen and (max-width: 640px) {
    .contact-info {
      margin: 0 1em; } }
  .contact-info .column {
    display: inline-block;
    padding: 1em;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 960px) {
      .contact-info .column {
        display: block;
        padding: 0;
        text-align: center; } }
  .contact-info h3 {
    margin-bottom: 1em;
    text-align: center; }
  .contact-info ul {
    list-style: initial;
    margin-bottom: 1em; }
    @media screen and (max-width: 960px) {
      .contact-info ul {
        display: inline-block; } }
  .contact-info li + li {
    margin-top: 1em; }
  .contact-info p {
    margin-bottom: 1em; }
  .contact-info .finish {
    display: inline-block; }

.staff-grid {
  padding: 3rem 0; }
  .staff-grid h2 {
    text-align: center;
    margin-bottom: 1rem; }
  .staff-grid .square-staff {
    width: 33.333%; }
    @media screen and (max-width: 1030px) {
      .staff-grid .square-staff {
        width: 50%; } }
    @media screen and (max-width: 700px) {
      .staff-grid .square-staff {
        width: 100%; } }
    .staff-grid .square-staff .staff-image {
      width: 30%; }
      @media screen and (max-width: 600px) {
        .staff-grid .square-staff .staff-image {
          display: block; } }
    .staff-grid .square-staff .text {
      left: 30%;
      width: 70%; }
  @media screen and (max-width: 860px) {
    .staff-grid .square-basic {
      width: 33.333%; } }
  @media screen and (max-width: 600px) {
    .staff-grid .square-basic {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .staff-grid .square-basic {
      width: 100%; } }
  .staff-grid .square-basic .inner {
    overflow: hidden; }
    .staff-grid .square-basic .inner svg {
      width: 1040px;
      position: absolute;
      opacity: .1; }
    @media screen and (max-width: 480px) {
      .staff-grid .square-basic .inner {
        padding-bottom: 60%; } }
  .staff-grid .square-basic h3 {
    transition: none; }

.page-template-template-issue .article-grid.sponsor-level {
  margin-top: -3rem; }
  .page-template-template-issue .article-grid.sponsor-level .square-basic {
    color: #363b74; }
    .page-template-template-issue .article-grid.sponsor-level .square-basic .background-color {
      background-color: #363b74; }
    .page-template-template-issue .article-grid.sponsor-level .square-basic:hover .inner {
      background-color: #363b74; }

body.page-template-template-find-an-expert .search-result img,
body.page-template-template-departments .search-result img {
  height: auto;
  width: 75px; }
body.page-template-template-find-an-expert h2,
body.page-template-template-departments h2 {
  color: #363b74;
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 4em; }
  body.page-template-template-find-an-expert h2:first-child,
  body.page-template-template-departments h2:first-child {
    margin-top: 0; }

.issue-term {
  line-height: 2em; }

.totally-not-a-tablerow {
  display: table-row; }

.totally-not-a-tablecell {
  display: table-cell;
  position: relative;
  vertical-align: top; }
  .totally-not-a-tablecell.has-image {
    width: calc(75px + 2em); }

.spk_gallery .spk_gallery-main .image-crop {
  background: transparent;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 0 !important; }
  .spk_gallery .spk_gallery-main .image-crop > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .spk_gallery .spk_gallery-main .image-crop > div > div {
      transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
      -webkit-transform: translate(50%, 50%);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
      .spk_gallery .spk_gallery-main .image-crop > div > div > div {
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
        .spk_gallery .spk_gallery-main .image-crop > div > div > div img {
          min-width: 100% !important;
          max-width: 100%;
          min-height: 100% !important;
          height: auto;
          width: auto !important; }
.spk_gallery .spk_gallery-carousel {
  margin: 0 20%;
  text-align: center;
  overflow: visible; }
  .spk_gallery .spk_gallery-carousel .image-crop {
    background: transparent;
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    cursor: pointer;
    border: 5px solid #fff;
    width: auto; }
    .spk_gallery .spk_gallery-carousel .image-crop > div {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .spk_gallery .spk_gallery-carousel .image-crop > div > div {
        transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        -webkit-transform: translate(50%, 50%);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        .spk_gallery .spk_gallery-carousel .image-crop > div > div > div {
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%); }
          .spk_gallery .spk_gallery-carousel .image-crop > div > div > div img {
            min-width: 100% !important;
            max-width: 100%;
            min-height: 100% !important;
            height: auto;
            width: auto !important; }
  .spk_gallery .spk_gallery-carousel .flex-direction-nav a {
    background: transparent;
    margin-top: -15px;
    opacity: 1; }
    .spk_gallery .spk_gallery-carousel .flex-direction-nav a.flex-next {
      right: -60px;
      opacity: 1 !important; }
    .spk_gallery .spk_gallery-carousel .flex-direction-nav a.flex-prev {
      left: -60px;
      opacity: 1 !important; }
.spk_gallery ul {
  list-style: none;
  margin: 0; }
.spk_gallery .caption {
  text-align: center; }
  .spk_gallery .caption p {
    margin: 0;
    margin-top: 1rem; }

.flexslider {
  border: none;
  padding: 0;
  margin-bottom: 1rem !important;
  box-shadow: none; }
  .flexslider img {
    margin: 0; }

.single-staff .meta-top {
  display: none; }
.single-staff .container.single-container h1.blog-heading {
  text-align: center;
  margin-bottom: 1rem; }
.single-staff .entry-content .alignleft {
  margin-left: 0;
  margin-right: 1.5rem; }

body.single-resource .tabbed-content-wrap {
  margin-bottom: 5em; }
body.single-resource .tableauPlaceholder {
  background: url("images/icon--loading.svg");
  background-position: center;
  background-repeat: no-repeat; }
  body.single-resource .tableauPlaceholder iframe {
    margin: 0 auto !important; }
  body.single-resource .tableauPlaceholder > * {
    opacity: 0;
    transition: opacity .25s ease;
    margin: 0 auto !important; }
  body.single-resource .tableauPlaceholder.tableauPlaceholder--visible {
    background: none; }
    body.single-resource .tableauPlaceholder.tableauPlaceholder--visible > * {
      opacity: 1; }

.everyAction__signupForms .HeaderHtml {
  padding: 1.5rem 1.25rem 0 1.25rem; }

.everyAction__form p, .everyAction__form div, .everyAction__form a {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif; }
.everyAction__form .at-inner {
  border: 0; }
.everyAction__form .at a, .everyAction__form a {
  color: #65c8c0; }
  .everyAction__form .at a:hover, .everyAction__form a:hover {
    color: #000; }
.everyAction__form .at .btn-at-primary {
  background-color: #65c8c0;
  color: #fff; }
  .everyAction__form .at .btn-at-primary:hover, .everyAction__form .at .btn-at-primary:focus, .everyAction__form .at .btn-at-primary:active {
    background-color: #228C82;
    color: #fff; }
.everyAction__form .at input[type="text"], .everyAction__form .at input[type="password"], .everyAction__form .at input[type="date"], .everyAction__form .at input[type="datetime"], .everyAction__form .at input[type="datetime-local"], .everyAction__form .at input[type="month"], .everyAction__form .at input[type="week"], .everyAction__form .at input[type="email"], .everyAction__form .at input[type="number"], .everyAction__form .at input[type="search"], .everyAction__form .at input[type="tel"], .everyAction__form .at input[type="time"], .everyAction__form .at input[type="url"], .everyAction__form .at input[type="color"], .everyAction__form .at textarea {
  font-size: 16px;
  padding: 0 .8rem; }
  .everyAction__form .at input[type="text"]:hover, .everyAction__form .at input[type="password"]:hover, .everyAction__form .at input[type="date"]:hover, .everyAction__form .at input[type="datetime"]:hover, .everyAction__form .at input[type="datetime-local"]:hover, .everyAction__form .at input[type="month"]:hover, .everyAction__form .at input[type="week"]:hover, .everyAction__form .at input[type="email"]:hover, .everyAction__form .at input[type="number"]:hover, .everyAction__form .at input[type="search"]:hover, .everyAction__form .at input[type="tel"]:hover, .everyAction__form .at input[type="time"]:hover, .everyAction__form .at input[type="url"]:hover, .everyAction__form .at input[type="color"]:hover, .everyAction__form .at textarea:hover {
    border-color: #23b1a5; }
  .everyAction__form .at input[type="text"]:focus, .everyAction__form .at input[type="password"]:focus, .everyAction__form .at input[type="date"]:focus, .everyAction__form .at input[type="datetime"]:focus, .everyAction__form .at input[type="datetime-local"]:focus, .everyAction__form .at input[type="month"]:focus, .everyAction__form .at input[type="week"]:focus, .everyAction__form .at input[type="email"]:focus, .everyAction__form .at input[type="number"]:focus, .everyAction__form .at input[type="search"]:focus, .everyAction__form .at input[type="tel"]:focus, .everyAction__form .at input[type="time"]:focus, .everyAction__form .at input[type="url"]:focus, .everyAction__form .at input[type="color"]:focus, .everyAction__form .at textarea:focus {
    background: #fff !important;
    color: #000 !important; }
.everyAction__form .at select {
  background-image: url(https://capitalbankmd.com/nwlc-wrapper/img/icon-dropdown-arrow.svg) !important; }
.everyAction__form .at textarea {
  font-size: .9rem;
  line-height: 1.368em; }
.everyAction__form .at input[type="checkbox"]:checked + span:before,
.everyAction__form .at input[type="checkbox"]:active + span:before {
  background-color: #65c8c0;
  border-color: #65c8c0; }
.everyAction__form .at input[type="submit"],
.everyAction__form .submitStep {
  float: none;
  text-transform: uppercase; }
  .everyAction__form .at input[type="submit"].at-secondary-submit,
  .everyAction__form .submitStep.at-secondary-submit {
    float: right; }
.everyAction__form .at .submitStep {
  background-color: #228C82;
  border: 0; }
.everyAction__form input.edit-otheramount {
  padding: 10px 25px !important;
  font-size: 17px !important; }
.everyAction__form .at-form-submit {
  text-align: center; }
.everyAction__form .at h1, .everyAction__form .at h2, .everyAction__form .at h3, .everyAction__form .at h4, .everyAction__form .at h5, .everyAction__form .at h6 {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Arial, sans-serif; }
.everyAction__form label, .everyAction__form .at fieldset legend, .everyAction__form .at-markup.FastAction {
  font-family: "Gotham A", "Gotham B", Arial, sans-serif; }
.everyAction__form .has-overlay #content {
  z-index: 999; }
.everyAction__form .at form .label-amount > a {
  background: none;
  border: 2px solid #65c8c0; }
.everyAction__form .at form .label-amount {
  color: #000; }
.everyAction__form .at form .label-amount:hover > a {
  background-color: #65c8c0;
  border-color: #228C82; }
.everyAction__form .at form .label-amount input[type="radio"]:checked + a {
  border: none;
  background-color: #65c8c0; }
.everyAction__form input[type="radio"], .everyAction__form input[type="checkbox"] {
  visibility: visible; }
.everyAction__form .at form .label-amount.label-otheramount {
  margin: 12px 0 0; }
.everyAction__form .at form .label-amount input:required {
  background-color: #65c8c0;
  color: #000;
  border-color: #228C82; }
.everyAction__form .at form .label-amount input:required + .label-otheramount-prefix {
  color: #000; }
.everyAction__form .at .at-step.active {
  border-color: #228C82; }
.everyAction__form .fastAction .circle {
  color: #fff; }
.everyAction__form .thankYou .btn-facebook,
.everyAction__form .thankYou .btn-twitter {
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 25px 0 0; }
.everyAction__form .thankYou .btn-social::before {
  height: 16px; }

.has-overlay .everyAction__donateForms #content {
  z-index: 9999; }

.everyAction__donateCharityInfo {
  position: relative;
  z-index: 2; }

.everyAction__donateCharityColumn {
  display: inline-block;
  width: 40%;
  margin-right: 3%;
  vertical-align: middle;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .everyAction__donateCharityColumn {
      display: block;
      width: 100%;
      margin: 0 0 30px 0; } }

.everyAction__donateCharityImage {
  width: 165px; }

img {
  max-width: 100%; }

.at textarea[rows] {
  line-height: 22px; }

.content.thankYou {
  padding: 3rem 0 0; }

.everyAction__donateForms #header-one {
  box-shadow: none; }

#profile-menu {
  top: 19px !important; }

.home #hero {
  position: relative;
  margin-bottom: -50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .home #hero {
      margin-bottom: 0;
      padding-bottom: 0; } }

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