@charset "UTF-8";
html {
  font-size: 14px; }
  @media (min-width: 1400px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1800px) {
    html {
      font-size: 18px; } }

html, body {
  padding: 0;
  margin: 0;
  font-family: "proxima-nova"; }
  html.scroll-lock, body.scroll-lock {
    height: 100%;
    overflow: hidden; }

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

div.text-align-center {
  width: 100%;
  text-align: center; }

p, li {
  color: #555555;
  font-size: 1.30rem;
  line-height: 1.73; }

figure {
  margin: 0; }

h1, h2, h3 {
  font-family: "utopia-std";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 2.5rem;
  line-height: 1.434; }
  h1.ceo-logo {
    font-size: 1.625rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.875rem; } }

button {
  background: transparent;
  border: 0; }

ul {
  padding: 0; }

h2 {
  font-size: 2rem;
  line-height: 1.434; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.625rem; } }

a {
  color: #2da301;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #36C700; }

hr {
  width: 75%;
  border: 0;
  border-top: 1px solid #979797;
  margin: 1.5rem 0; }
  .full-hr hr {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .full-hr hr {
        margin-top: -4.5rem;
        margin-top: 0; } }

@media (min-width: 768px) {
  .full-hr + .full {
    margin-top: -4.5rem;
    margin-top: 0; } }

.site {
  overflow: hidden; }

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

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

.cta-link {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 2.05;
  display: block;
  margin-top: 4rem; }
  .step .cta-link {
    margin-top: 1rem; }

ul.cta-btns, .module-copy ul.cta-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2rem 0;
  padding: 0; }
  @media (min-width: 768px) {
    ul.cta-btns, .module-copy ul.cta-btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      ul.cta-btns li, .module-copy ul.cta-btns li {
        margin: 0 1rem 3rem; } }

.btn {
  cursor: pointer;
  background: #2da301;
  padding: 7px 12px;
  border-radius: 0.25rem;
  color: #fff !important; }
  .btn.large {
    font-size: 1.4rem;
    padding: 20px;
    max-width: 400px;
    width: 50%;
    display: inline-block; }
  .btn:hover {
    background: #89F063; }

.social-links {
  margin: 1rem 0; }
  .social-links a {
    text-decoration: none; }
    .social-links a svg {
      width: 1.875rem;
      height: 1.875rem; }
  .social-links a:hover svg {
    color: #89F063;
    fill: #89F063; }
  .social-links.large a svg {
    width: 3rem;
    height: 3rem; }

/* highlighting */
.hilight strong.highlight {
  display: inline;
  position: relative;
  font-weight: inherit;
  background-color: #2da301;
  padding: 0.1875rem 0.4rem; }
  .fg-light .hilight strong.highlight {
    background-color: #2da301; }

.page-title {
  padding: 0;
  margin: 0 0 0.25rem; }

/* intro */
.intro-text p {
  color: #000;
  font-family: "utopia-std";
  line-height: 1.434;
  font-size: 2.875rem;
  font-weight: 600;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .intro-text p {
      font-size: 2rem; } }

.svg-color-hero, .circle-underlay {
  z-index: -1; }

.img-circle-mask {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover; }
  .img-circle-mask.contain {
    background-size: contain; }

h1 {
  color: #000000;
  font-family: "utopia-std"; }

svg, div[class^="svg-icon"] {
  z-index: 1;
  position: relative; }

.bg-shape {
  display: block;
  background-color: #F8F3E8;
  height: 100%;
  width: 100%;
  max-width: 601px;
  max-height: 601px;
  z-index: -2;
  position: absolute; }
  .bg-shape.rectangle {
    max-width: none;
    max-height: none;
    height: 100%; }
  .bg-shape.offset-left {
    left: -10%; }
  .bg-shape.offset-right {
    right: -10%;
    grid-column: 10; }
  .bg-shape.circle {
    border-radius: 50%;
    height: 38vw;
    width: 38vw; }
  .bg-shape.green {
    background-color: #2da301; }
  .bg-shape.blue {
    background-color: #047BAF; }
  .bg-shape.tan, .bg-shape.beige {
    background-color: #F8F3E8; }
  @media (min-width: 768px) {
    .bg-shape {
      top: 0; }
      .bg-shape.rectangle {
        top: -10%; } }
  @media (min-width: 1024px) {
    .bg-shape {
      top: -2rem; } }
  @media (min-width: 1800px) {
    .bg-shape.offset-left {
      left: -24%; }
    .bg-shape.offset-right {
      right: -10%;
      grid-column: 10; } }

.container .secondary-nav {
  z-index: 100;
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .container .secondary-nav .dd-nav {
    margin: 0 auto;
    width: 100%; }
  .container .secondary-nav a:hover {
    color: #2da301;
    border-color: #2da301; }
  .container .secondary-nav label, .container .secondary-nav select {
    font-size: 1rem; }
    .container .secondary-nav label:active, .container .secondary-nav label:focus, .container .secondary-nav select:active, .container .secondary-nav select:focus {
      outline: none; }
  .container .secondary-nav select {
    font-weight: bold; }
  .container .secondary-nav.fixed {
    width: 100%;
    position: fixed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #2da301; }
    .container .secondary-nav.fixed a {
      color: #fff;
      border-bottom: 0; }
    .container .secondary-nav.fixed label, .container .secondary-nav.fixed select {
      color: #fff; }
    .container .secondary-nav.fixed .arrow {
      color: #fff; }
    .container .secondary-nav.fixed + .connected-modules {
      margin-top: 80px; }
    @media (max-width: 767px) {
      .container .secondary-nav.fixed {
        top: 5.3rem; } }
    @media (min-width: 768px) {
      .container .secondary-nav.fixed {
        top: 5.25rem; }
        .container .secondary-nav.fixed + .connected-modules {
          margin-top: 110px; } }
    @media (min-width: 1024px) {
      .container .secondary-nav.fixed {
        top: 6.25rem; }
        .container .secondary-nav.fixed + .connected-modules {
          margin-top: 125px; } }
  .container .secondary-nav.full .grid {
    width: 100%;
    display: none; }
  .container .secondary-nav .grid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    display: none; }
  .container .secondary-nav a {
    color: #555555;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 0.25rem;
    border-bottom: 0.25rem solid #888888; }
  .container .secondary-nav .arrow {
    margin: 0 0 0 1rem;
    color: #2da301; }
    .container .secondary-nav .arrow svg {
      width: 0.875rem;
      height: 0.625rem; }
  @media (min-width: 768px) {
    .container .secondary-nav {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .container .secondary-nav .dd-nav {
        grid-column: 1/span 6; }
      .container .secondary-nav a {
        font-size: 1rem;
        padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .container .secondary-nav {
      -webkit-box-pack: normal;
      -ms-flex-pack: normal;
      justify-content: normal; }
      .container .secondary-nav.full .grid {
        display: grid; }
      .container .secondary-nav .grid > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-column: 1/span 12; }
      .container .secondary-nav .dd-nav {
        display: none; } }

.secondary-nav li {
  width: calc(25% - 2rem); }
  .secondary-nav li a {
    width: 100%;
    display: block;
    text-align: left; }

.brand {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .brand .ceo-logo svg {
    height: 100%;
    width: 70%; }
  .brand .ceo-logo span {
    text-indent: -999999px;
    display: block; }
  .brand h1 {
    margin: 0; }
  @media (min-width: 1024px) {
    .brand {
      margin: 1rem 0; }
      .brand .ceo-logo svg {
        width: 85%; } }
  @media (min-width: 1800px) {
    .brand .ceo-logo svg {
      width: 100%; } }

.footer {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "proxima-nova";
  background: #fff;
  color: #555555;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .adminbar-on .footer {
    padding-bottom: 50px; }
  .footer a {
    text-decoration: none; }
  @media (min-width: 1024px) {
    .bg-beige + .footer {
      margin-top: -6rem; } }

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "utopia-std";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .footer-links a {
    font-size: 1.625em;
    line-height: 1.38;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .footer-links a:hover {
      color: #2da301; }
  @media (max-width: 767px) {
    .footer-links {
      float: left;
      width: 40%; } }

.footer-hiring {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #2da301; }
  .footer-hiring a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875rem; }
    .footer-hiring a .hiring-circle {
      width: 144px;
      height: 144px;
      border-radius: 50%;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      font-size: 1.625rem;
      color: #000;
      background: #fff; }
    .footer-hiring a .apply-cta {
      text-decoration: underline;
      font-size: 1.1875rem;
      line-height: 1.526;
      margin-top: 1em; }

.footer-copyright {
  font-size: 0.8125rem;
  line-height: 2.75;
  font-weight: 400;
  color: #888888;
  padding-bottom: 1em; }
  .footer-copyright a {
    color: #2da301; }
  @media (max-width: 767px) {
    .footer-copyright {
      clear: both;
      width: 100%;
      text-align: center; } }

.footer-contact, .footer-address {
  line-height: 2; }
  @media (max-width: 767px) {
    .footer-contact, .footer-address {
      float: right;
      width: 60%; } }

.footer-links, .footer-contact, .footer-address {
  padding: 1em 0; }

.footer-badges {
  width: 60%;
  float: right; }
  .footer-badges ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0; }
    .footer-badges ul li img {
      width: 100px; }
    .footer-badges ul li + li {
      margin-left: 1rem; }

@media (min-width: 768px) {
  .footer-copyright {
    grid-row: 2;
    grid-column: 7 / span 5; }
  .footer-links {
    grid-row: 1;
    grid-column: 1 / span 3; }
  .footer-address {
    grid-row: 1;
    grid-column: 3 / span 4; }
  .footer-contact {
    grid-row: 1;
    grid-column: 7 / span 4; }
  .footer-badges {
    grid-row: 2;
    grid-column: 1 / span 5;
    float: none;
    width: 100%; }
    .footer-badges ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

@media (min-width: 1024px) {
  .footer-hiring {
    grid-column: 1 / span 9;
    margin: 0; }
  .footer-links {
    grid-row: 2;
    grid-column: 1 / span 2; }
  .footer-address {
    grid-row: 2;
    grid-column: 3 / span 2; }
  .footer-contact {
    grid-row: 2;
    grid-column: 6 / span 3; }
  .footer-badges {
    grid-row: 2;
    grid-column: 9 / span 5; }
    .footer-badges ul {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .footer-copyright {
    grid-row: 3;
    grid-column: 1 / 10; }
  .footer-links, .footer-contact, .footer-address {
    padding: 2.8125em 0 0; } }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .grid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .grid .grid {
        padding-left: 0;
        padding-right: 0; } }

/* CSS Grid */
@media (max-width: 767px) {
  .grid + .grid {
    margin-top: 4.5rem; } }

@media (min-width: 768px) {
  .grid {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 2.5rem repeat(6, minmax(auto, 1fr)) 1.5rem; }
    .grid.main-content > * {
      margin-bottom: 1rem; }
    .grid .brand {
      grid-column: 2/4; } }

@media (min-width: 1024px) {
  .grid {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 2.5rem repeat(12, minmax(auto, 1fr)) 1em; } }

@media (min-width: 1400px) {
  .grid {
    grid-gap: 1.25rem;
    grid-template-columns: 1fr repeat(12, minmax(auto, 1fr)) 1fr; } }

@media (min-width: 1800px) {
  .grid {
    grid-template-columns: 2fr repeat(12, minmax(auto, 1fr)) 2fr; } }

.main-content.with-sidebar.container .content .full {
  grid-template-columns: 6fr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-content.with-sidebar .sidebar, .main-content.with-sidebar > .content {
  margin-bottom: 4rem; }

@media (max-width: 767px) {
  .main-content.with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-content.with-sidebar .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .main-content.with-sidebar .sidebar {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin-bottom: 0;
      margin-top: 0; }
      .main-content.with-sidebar .sidebar .filter {
        width: 100%;
        padding: 0;
        margin-top: 1rem; }
      .main-content.with-sidebar .sidebar.left {
        background: #F8F3E8;
        padding-bottom: 4rem;
        margin-bottom: 4rem; }
    .main-content.with-sidebar .content {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    .main-content.with-sidebar .section-title {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media (min-width: 768px) {
  .main-content.with-sidebar {
    grid-template-columns: 2.5rem 4fr 2fr 1.5rem;
    grid-template-areas: "hero hero hero hero" "gut1 heading sidebar gut2" "gut1 content sidebar gut2";
    grid-gap: 0; }
    .main-content.with-sidebar.left, .location .main-content.with-sidebar {
      grid-template-columns: 2.5rem 2fr 4fr 1.5rem;
      grid-template-areas: "hero hero hero hero" "gut1 heading heading gut2" "gut1 sidebar content gut2"; }
      .main-content.with-sidebar.left .sidebar, .location .main-content.with-sidebar .sidebar {
        padding-right: 25%;
        padding-left: 0; }
    .main-content.with-sidebar .section-title {
      grid-area: heading;
      grid-template-columns: 8fr;
      margin-top: 4rem; }
    .main-content.with-sidebar .content.grid {
      grid-area: content;
      grid-template-columns: 4fr;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
    .main-content.with-sidebar .sidebar {
      grid-area: sidebar; }
    .main-content.with-sidebar .hero {
      grid-area: hero; }
    .main-content.with-sidebar .sidebar .filter {
      padding-left: 25%;
      margin-top: 1.5rem; }
    .main-content.with-sidebar .intro {
      grid-area: intro; }
    .main-content.with-sidebar > .content {
      margin-bottom: 9rem; }
    .main-content.with-sidebar .module-copy .inner {
      grid-column: span 5; } }

@media (min-width: 1024px) {
  .main-content.with-sidebar {
    grid-template-columns: 2.5rem 8fr 4fr 1em; }
    .main-content.with-sidebar.left, .location .main-content.with-sidebar {
      grid-template-columns: 2.5rem 4fr 8fr 1em; }
    .main-content.with-sidebar .content.grid {
      grid-template-columns: 8fr; }
    .main-content.with-sidebar .module-copy .inner {
      grid-column: span 11; } }

@media (min-width: 1400px) {
  .main-content.with-sidebar {
    grid-template-columns: 1fr 8fr 4fr 1fr; }
    .main-content.with-sidebar.left, .location .main-content.with-sidebar {
      grid-template-columns: 1fr 4fr 8fr 1fr; } }

@media (min-width: 1800px) {
  .main-content.with-sidebar {
    grid-template-columns: 2fr 8fr 4fr 2fr; }
    .main-content.with-sidebar.left, .location .main-content.with-sidebar {
      grid-template-columns: 2fr 4fr 8fr 2fr; } }

/*--------------------------------------------------------------
If no grid support, limit width to 50em and center align
--------------------------------------------------------------*/
@supports not (display: grid) {
  .grid {
    max-width: 50em;
    margin: 0 auto; } }

/*--------------------------------------------------------------
CSS Grid layout for wider screens, when browser supports grid:
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .hb-nav {
    display: block; }
  .header nav {
    display: none; } }

@media (min-width: 768px) {
  .main-nav {
    grid-column: 7;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 1024px) {
  .main-nav {
    grid-column: 13 / span 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 1024px) {
  /* Layout with CSS Grid */
  @supports (display: grid) {
    .header .grid {
      display: grid; }
    .hb-nav {
      display: none; }
    .site {
      position: relative; }
    .header {
      -webkit-transition: height 0.3s;
      transition: height 0.3s;
      min-height: 6.25rem;
      padding: 0;
      background: #fff;
      color: #fff;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 5rem;
      -webkit-transition: min-height 0.3s;
      transition: min-height 0.3s; }
      .header nav {
        width: auto;
        height: auto; }
      .header .grid {
        height: 6.25rem;
        -ms-flex-line-pack: center;
        align-content: center; }
        .header .grid h1 {
          grid-column: 2/4; }
        .header .grid .brand {
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          grid-column: 2 / span 1;
          grid-row: span 2; }
        .header .grid .main-nav {
          grid-column: 3/14; }
          .header .grid .main-nav nav {
            padding-top: 0;
            display: block;
            height: auto;
            margin-bottom: 20px;
            position: absolute;
            top: 0px; }
            .header .grid .main-nav nav li {
              font-size: 1rem; }
            .header .grid .main-nav nav > ul {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              margin: 0; }
        .header .grid .pre-nav {
          margin: 1rem 0 0.625rem;
          grid-column: 4/14;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: #fff;
          position: relative;
          font-size: 0.8125em; }
          .header .grid .pre-nav a {
            color: #555555;
            font-weight: 700; }
            .header .grid .pre-nav a:hover {
              color: #000000; }
          .header .grid .pre-nav a + a {
            margin-left: 1.5rem; }
          .header .grid .pre-nav .pre-nav-search {
            position: relative;
            padding-left: 10px; }
          .header .grid .pre-nav .pre-nav-search:before {
            content: '';
            width: 12px;
            height: 13px;
            background: transparent;
            position: absolute;
            left: -10px;
            top: 0;
            background-image: url("/symbol/svg/icon-search.svg"); }
      .header .main-nav {
        min-height: 3.125rem; }
      .header .subnav {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 1;
        max-height: 300px; }
        .header .subnav .active {
          color: #2da301; }
      .header:hover {
        min-height: 35rem; }
        .header:hover .subnav {
          -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          max-height: 100vh;
          opacity: 1; } } }

.main-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  grid-template-columns: 100%;
  padding-top: 4.5rem; }
  .main-content > *:last-child {
    margin-bottom: 0; }
  .main-content .module-copy:last-child, .main-content .module-cards:last-child, .main-content .module-bio-grid:last-child, .main-content .module-split:not(.no-bottom-last):last-child, .main-content .module-map:last-child {
    margin-bottom: 9rem; }
  .main-content .module-copy + .module-ctas {
    margin-top: -2rem; }
    @media (min-width: 768px) {
      .main-content .module-copy + .module-ctas {
        margin-top: -4rem; } }
  .main-content > .bg-beige:last-child, .main-content > .bg-black:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .main-content {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .main-content {
      padding-top: 5.25rem; } }
  @media (min-width: 1024px) {
    .main-content {
      padding-top: 6.25rem;
      grid-column: 2/8;
      grid-row: 2;
      background: transparent;
      position: relative;
      min-height: 0; } }

@media (min-width: 1400px) {
  .footer-hiring {
    grid-column: -3 / span 3; }
  .footer-address {
    grid-column: 3 / span 3; } }

@media (min-width: 1800px) {
  .footer-hiring {
    grid-column: -2 / span 2; } }

/* for testing */
.twin:last-of-type {
  grid-column: 5/8; }

div[class^="svg-icon"] {
  display: inline-block; }

/* intro */
.intro-block {
  display: block; }
  @media (min-width: 768px) {
    .intro-block {
      grid-column: 2 / 8; } }
  @media (min-width: 1024px) {
    .intro-block {
      grid-column: 2 / 12; } }

.sidebar {
  grid-column: 2 / 6;
  margin-top: 4.5rem; }
  .sidebar.left {
    margin-top: 0; }
  .sidebar + article {
    grid-column: 6 / 14; }
  @media (max-width: 767px) {
    .sidebar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .sidebar img {
    max-width: 150%; }
  .sidebar .filter h2 {
    border-bottom: 2px solid #D8D8D8;
    color: #000;
    font-size: 1.625rem;
    margin-top: 0; }
  .sidebar .filter ul {
    list-style: none; }
    .sidebar .filter ul li {
      font-size: 1rem;
      line-height: 2;
      font-weight: 600; }
      .sidebar .filter ul li a {
        text-decoration: none;
        color: #888888;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .sidebar .filter ul li a:hover {
          color: #000000; }
      .sidebar .filter ul li a.active {
        color: #2da301; }

.module-feature {
  text-align: center;
  font-size: 1rem;
  padding: 4rem 0; }
  .container .module-feature .content {
    width: 50%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .container .module-feature .content {
        width: 75%; } }
  .module-feature .feature-image {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto; }
  .module-feature a {
    color: #000;
    font-weight: 700; }
    .module-feature a:hover {
      color: #2da301; }

.module-connector {
  overflow: visible; }
  .module-connector .inner svg {
    width: 100%; }
  @media (max-width: 767px) {
    .module-connector {
      display: none !important; } }
  @media (min-width: 768px) {
    .module-connector {
      height: auto;
      margin-top: -0.5rem; }
      .module-connector + div {
        margin-top: -1rem; }
      .module-connector.rtl-right {
        margin-top: -1rem; }
        .module-connector.rtl-right + div {
          margin-top: 2.5rem; }
      .module-connector .inner {
        grid-column: 2/ span 4; }
      .module-connector.vert-right .inner {
        grid-column: 5/ span 1;
        text-align: center; }
        .module-connector.vert-right .inner svg {
          width: 0.5rem; } }
  @media (min-width: 1024px) {
    .module-connector {
      height: auto;
      margin-top: -1.5rem; }
      .module-connector + div {
        margin-top: -1rem; }
      .module-connector.rtl-right {
        margin-top: -1rem; }
        .module-connector.rtl-right + div {
          margin-top: 2.5rem; }
      .module-connector.vert-right + div {
        margin-top: 0; }
      .module-connector .inner {
        grid-column: 2/ span 10; }
      .module-connector.vert-right .inner {
        grid-column: 9/ span 1; }
        .module-connector.vert-right .inner svg {
          width: 1rem; } }

.connected-modules > * {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .connected-modules .module-split .split {
    grid-column: span 6; }
  .connected-modules .module-split.image-left .split {
    grid-column: 8/span 5; }
  .connected-modules .module-split.image-right .split.image {
    grid-column: 7/span 6; }
  .connected-modules .module-split.image-left .split.image {
    grid-column: span 6; } }

.module-stats .stats-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .module-stats .stats-content h2 {
    margin-top: 0;
    margin-bottom: 4rem; }

@media (min-width: 768px) {
  .module-stats .stats-content {
    grid-column: 1/7; }
  .module-stats.bg-beige .content {
    padding: 4.5rem 0; } }

@media (min-width: 1024px) {
  .module-stats .stats-content {
    grid-column: 2/12; }
  .module-stats.bg-beige .content {
    padding: 4.5rem 0; } }

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .stats {
      margin: 0; } }
  .stats .stat {
    font-weight: 600;
    line-height: 2;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .stats .stat:only-child {
      width: 60%; }
    .stats .stat p {
      font-size: 1.3rem;
      font-weight: 600;
      color: #555555;
      line-height: 1.25;
      width: 80%;
      margin: 0.5rem auto 0; }
    .stats .stat .stat-num {
      display: block;
      position: relative;
      font-size: 4rem;
      line-height: 1.45;
      font-weight: 600;
      color: #2da301; }
      .stats .stat .stat-num span {
        display: inline-block;
        margin: 0 auto;
        position: relative;
        z-index: 2; }
        .stats .stat .stat-num span em {
          font-size: 0.75em;
          font-style: normal; }
  @media (max-width: 767px) {
    .stats {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .stats .stat {
        width: 45%; }
        .stats .stat p {
          line-height: 1.5; }
        .stats .stat:only-child {
          width: 80%; } }
  @media (min-width: 768px) {
    .stats + .stat {
      margin-left: 3rem; } }
  @media (min-width: 1024px) {
    .stats {
      width: 84%; }
      .stats .stat .stat-num {
        font-size: 5.3125em;
        font-family: "utopia-std";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; } }

.module-instagram-feed .content {
  grid-area: content; }

.module-instagram-feed .heading {
  grid-column: 1/span 4;
  text-align: center;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .module-instagram-feed .heading {
      grid-column: 2/span 4; } }
  @media (min-width: 1024px) {
    .module-instagram-feed .heading {
      grid-column: 3/span 6; } }

.module-instagram-feed .inner {
  grid-column: span 12; }

.module-instagram-feed .insta-tag {
  font-weight: 700; }

.module-instagram-feed .grid > a {
  grid-column: span 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .module-instagram-feed .grid > a img {
    width: 100%; }

@media (min-width: 1024px) {
  .module-instagram-feed .grid > a {
    grid-column: span 4; } }

.module-cards {
  text-align: center; }
  .module-cards .content {
    grid-area: content; }
  .module-cards .heading {
    margin: 0 0 5rem; }
  .module-cards .card {
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.3125em solid #2da301;
    -webkit-box-shadow: 0 0 0.1875rem 0.125rem rgba(175, 175, 175, 0.25);
    box-shadow: 0 0 0.1875rem 0.125rem rgba(175, 175, 175, 0.25);
    padding: 2rem 1rem; }
    .module-cards .card .cta-link {
      font-size: 1rem; }
      .module-cards .card .cta-link:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0);
        top: 0;
        left: 0; }
      .module-cards .card .cta-link:hover:after {
        background: rgba(255, 255, 255, 0.1); }
    .module-cards .card .type {
      font-weight: 700;
      color: #888888;
      margin-bottom: 2rem;
      text-transform: uppercase; }
    .module-cards .card .logo-holder {
      height: auto;
      height: 6.25rem;
      width: 50%; }
      .module-cards .card .logo-holder img[class] {
        width: 100%;
        height: 100%; }
      .module-cards .card .logo-holder img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center; }
    .module-cards .card .card-head {
      padding: 0 0 1.25rem; }
      .module-cards .card .card-head h3 {
        margin: 1rem 0 0 0; }
      .module-cards .card .card-head img {
        width: 100%; }
      .module-cards .card .card-head .meta {
        font-family: "proxima-nova";
        display: block;
        color: #888888;
        font-size: 0.8125rem;
        padding: 1.25em 0; }
    .module-cards .card svg {
      max-width: 40%; }
    .module-cards .card ul {
      list-style: none;
      text-align: center; }
    .module-cards .card li + li {
      margin-top: 1em; }
    .page-iamyouceo .module-cards .card h3 {
      font-size: 3rem;
      color: #047BAF; }
    .page-iamyouceo .module-cards .card .meta {
      font-size: 1.33rem;
      color: #000000;
      font-weight: 700; }
    @media (max-width: 767px) {
      .module-cards .card {
        widows: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  @media (max-width: 767px) {
    .module-cards {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .module-cards .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        justify-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .module-cards .card {
        margin-bottom: 3rem; }
        .module-cards .card svg {
          max-width: 30%; }
        .module-cards .card + .card {
          width: 100%; } }
  @media (min-width: 1024px) {
    .module-cards .card {
      padding: 2rem 2rem 2rem; } }

.module-split {
  position: relative; }
  .module-split.logo .grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .module-split .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (min-width: 1024px) {
      .module-split .grid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .module-split .text {
    z-index: 3; }
    .module-split .text.light {
      color: white; }
      .module-split .text.light p {
        color: white; }
  .module-split .image {
    z-index: 1; }
  .module-split.image-left .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 1024px) {
    .module-split.image-left .text {
      grid-column: 8/span 5;
      margin-left: -10%;
      width: 110%; }
    .module-split.image-left.success-story .text {
      grid-column: 7/span 5;
      width: 100%;
      margin-left: 0; }
    .module-split.image-left.success-story .split.image {
      grid-column: span 5; } }
  @media (min-width: 1800px) {
    .module-split.image-left .image img {
      margin-left: -16.66%;
      width: 116.66%; }
      .with-sidebar .module-split.image-left .image img {
        margin-left: 0;
        width: 100%; }
    .module-split.image-left .image .bg-shape.rectangle {
      width: 116.66%; } }
  .module-split.image-left.quarter--image .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 1024px) {
    .module-split.image-left.quarter--image .text {
      grid-column: 6/span 7;
      margin-left: -10%;
      width: 110%; }
    .module-split.image-left.quarter--image.success-story .text {
      grid-column: 6/span 7;
      width: 100%;
      margin-left: 0; }
    .module-split.image-left.quarter--image.success-story .split.image {
      grid-column: span 4; } }
  @media (min-width: 1800px) {
    .module-split.image-left.quarter--image .image img {
      margin-left: -16.66%;
      width: 116.66%; }
      .with-sidebar .module-split.image-left.quarter--image .image img {
        margin-left: 0;
        width: 100%; }
    .module-split.image-left.quarter--image .image .bg-shape.rectangle {
      width: 116.66%; } }
  .module-split.small--image .image-wrap img {
    width: 33%; }
  .module-split.image-left.small--image .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .module-split .image-wrap {
    position: relative; }
  .module-split .split {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .module-split .split.overflow-left img {
      width: 117%;
      margin-left: -17%; }
    @media (min-width: 768px) {
      .module-split .split.text :first-child {
        padding-top: 0;
        margin-top: 0; } }
  .module-split img {
    width: 100%; }
  .module-split .video {
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .module-split .video iframe {
      aspect-ratio: 16 / 9;
      width: 100%; }
  @media (max-width: 767px) {
    .module-split {
      margin-bottom: 4rem;
      margin-top: 3rem;
      overflow: visible; }
      .module-split .split.image {
        overflow: visible; }
      .module-split .image, .module-split .video {
        overflow: hidden;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-bottom: 0; }
        .module-split .image .bg-shape, .module-split .video .bg-shape {
          display: none; }
        .module-split .image .bg-shape.rectangle, .module-split .video .bg-shape.rectangle {
          top: -10%;
          display: block; }
        .module-split .image img, .module-split .video img {
          max-width: 100%;
          height: auto;
          top: 24px;
          position: absolute;
          position: relative;
          top: 0;
          -webkit-transform: none;
          transform: none;
          left: 0; } }
  @media (min-width: 768px) {
    .module-split {
      width: 100%; }
      .module-split .split {
        grid-column: span 3; }
      .module-split.quarter--image .split {
        grid-column: span 4; }
      .module-split.quarter--image .split.image {
        grid-column: span 2; }
      .module-split .image {
        width: 100%; }
        .module-split .image.has-rectangle {
          margin-bottom: 10%;
          top: 10%; }
      .module-split .text {
        width: 90%; }
      .module-split.image-right .text {
        margin-left: 0;
        margin-right: 10%;
        grid-row: 1; }
      .module-split.image-right .split.image {
        grid-column: 4/span 3; }
      .module-split.image-right.quarter--image .split.image {
        grid-column: 5/span 2; }
      .module-split.success-story .text {
        width: 100%; }
      .module-split.success-story.image-right .text {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .module-split .split {
      grid-column: span 6;
      grid-row: 1; }
    .module-split.quarter--image .split.text {
      grid-column: 2/span 6; }
    .module-split.image-right.quarter--image .split.text {
      grid-column: 6/span 6; }
    .module-split.image-right .split.image {
      grid-column: 7/span 6; }
    .module-split.image-left .split.image {
      grid-column: span 6; }
    .module-split.success-story.image-right.quarter--image .split.image {
      grid-column: 9/span 5; }
    .module-split.image-right.quarter--image .split.image {
      grid-column: 2/span 4; }
    .module-split.image-left.quarter--image .split.image {
      grid-column: span 4; }
    .module-split.success-story.image-right.quarter--image .split.image {
      grid-column: 2/span 4; } }
  @media (min-width: 768px) {
    .module-split .right {
      grid-column: span 3;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 1024px) {
    .module-split .right {
      grid-column: 8/span 5; }
      .module-split .right.image {
        grid-column: 7/span 6; } }

.svg-circle {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.article-item {
  position: relative;
  padding: 40px 0;
  border-top: 2px solid #ccc; }
  .article-item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article-item .meta {
    color: #888888;
    font-size: 1rem;
    font-weight: 600; }
  .article-item h1 {
    font-size: 1.8rem;
    line-height: 1.25; }
  .article-item p {
    font-size: 1.2rem;
    line-height: 1.2; }
  .article-item img {
    max-width: 100%; }
  .article-item:first-of-type {
    border-color: #047BAF; }
  .article-item:hover h1 {
    color: #2da301; }
  .article-item:hover .read-more {
    color: #89F063; }

.read-more {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2da301;
  font-weight: 600;
  text-decoration: underline; }

.circled {
  border-radius: 50%; }

.bg-black {
  background-color: #000; }

/* section colors */
.bg-beige .content {
  padding: 3rem 0; }

.bg-gray .content {
  padding: 3rem 0; }

.bg-color + .bg-color, .bg-color + .module-quotes, .bg-color + .module-banner, .bg-color + .module-cutout {
  margin-top: -2rem; }
  @media (min-width: 768px) {
    .bg-color + .bg-color, .bg-color + .module-quotes, .bg-color + .module-banner, .bg-color + .module-cutout {
      margin-top: -4rem; } }

.bg-gray {
  background-color: #EFEFEF; }

.bg-beige, .module-banner, .module-cutout {
  background-color: #F8F3E8;
  width: 100%; }
  @media (max-width: 767px) {
    .bg-beige + .module-banner, .bg-beige + .module-cutout, .bg-beige + .bg-beige, .module-banner + .module-banner, .module-banner + .module-cutout, .module-banner + .bg-beige, .module-cutout + .module-banner, .module-cutout + .module-cutout, .module-cutout + .bg-beige {
      margin-top: -3rem; } }
  @media (min-width: 768px) {
    .bg-beige + .module-banner, .bg-beige + .module-cutout, .bg-beige + .bg-beige, .module-banner + .module-banner, .module-banner + .module-cutout, .module-banner + .bg-beige, .module-cutout + .module-banner, .module-cutout + .module-cutout, .module-cutout + .bg-beige {
      margin-top: -6rem; } }
  @media (min-width: 1400px) {
    .bg-beige + .module-banner, .bg-beige + .module-cutout, .bg-beige + .bg-beige, .module-banner + .module-banner, .module-banner + .module-cutout, .module-banner + .bg-beige, .module-cutout + .module-banner, .module-cutout + .module-cutout, .module-cutout + .bg-beige {
      margin-top: -4.5rem; } }
  @media (min-width: 768px) {
    .bg-beige + .module-banner, .bg-beige + .module-cutout, .module-banner + .module-banner, .module-banner + .module-cutout, .module-cutout + .module-banner, .module-cutout + .module-cutout {
      padding-top: 9rem; } }
  @media (max-width: 767px) {
    .bg-beige + .module-block-heading, .module-banner + .module-block-heading, .module-cutout + .module-block-heading {
      margin-top: -1.25rem; } }

.bg-beige .content {
  padding: 3rem 0; }

.module-banner {
  height: 100vh;
  max-height: 800px;
  display: block;
  background-size: cover;
  background-position: center center; }
  .module-banner.no-image {
    max-height: 650px; }
  .module-banner.fg-light {
    background-color: #047BAF; }
  .module-banner .inner {
    text-align: center;
    grid-column: 1/span 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .module-banner:last-child {
    margin-bottom: 0; }
  .module-banner.donate #option-none {
    display: none; }
  @media (min-width: 768px) {
    .module-banner.donate .inner {
      grid-column: 1/span 3; } }
  @media (min-width: 1024px) {
    .module-banner.donate .inner {
      grid-column: 1/span 5; } }
  @media (min-width: 768px) {
    .module-banner.donate .inner.center {
      grid-column: 1/span 3; } }
  @media (min-width: 1024px) {
    .module-banner.donate .inner.center {
      grid-column: 4/span 6; } }

.module-cutout, .module-overlay {
  overflow: hidden;
  height: 100vh;
  max-height: 800px;
  position: relative; }
  .module-cutout .full, .module-cutout .grid, .module-overlay .full, .module-overlay .grid {
    height: 100%; }
  .module-cutout .bg-holder, .module-overlay .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    min-height: 45vh;
    background-size: cover;
    background-position: 50% 50%; }
  .module-cutout .cutout, .module-overlay .cutout {
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .module-cutout .cutout.no-bg, .module-overlay .cutout.no-bg {
      padding-top: 0; }
      .module-cutout .cutout.no-bg:before, .module-overlay .cutout.no-bg:before {
        display: none; }
    .module-cutout .cutout .cutout-circle, .module-overlay .cutout .cutout-circle {
      display: block;
      position: absolute;
      z-index: 0;
      width: 70vw;
      margin-left: 0;
      max-width: 1000px; }
  @media (max-width: 767px) {
    .module-cutout, .module-overlay {
      max-height: none;
      overflow: visible;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
      .module-cutout .bg-holder, .module-overlay .bg-holder {
        min-height: auto;
        height: 30vh;
        position: relative; }
      .module-cutout .cutout, .module-overlay .cutout {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .module-cutout .cutout .cutout-circle, .module-overlay .cutout .cutout-circle {
          display: none; } }
  @media (min-width: 768px) {
    .module-cutout, .module-overlay {
      background: #fff; }
      .module-cutout .cutout, .module-overlay .cutout {
        grid-column: 1/span 3;
        min-height: 45vh;
        padding-top: calc(50vh - 15em);
        margin-left: 10%; }
        .module-cutout .cutout .cutout-circle, .module-cutout .cutout:before, .module-overlay .cutout .cutout-circle, .module-overlay .cutout:before {
          width: 140%;
          left: -30%;
          top: 0;
          margin-top: calc(50vh - 15em); }
      .module-cutout .cutout .cutout-content, .module-overlay .cutout .cutout-content {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding-top: 0; }
        .module-cutout .cutout .cutout-content .text-center, .module-overlay .cutout .cutout-content .text-center {
          text-align: center; }
          .module-cutout .cutout .cutout-content .text-center h2, .module-overlay .cutout .cutout-content .text-center h2 {
            display: inline-block; }
      .module-cutout.blurb-right .cutout, .module-overlay.blurb-right .cutout {
        grid-column: 4/span 3; } }
  @media (min-width: 1024px) {
    .module-cutout .cutout, .module-overlay .cutout {
      grid-column: 2/span 5; }
      .module-cutout .cutout .cutout-circle, .module-cutout .cutout:before, .module-overlay .cutout .cutout-circle, .module-overlay .cutout:before {
        width: 140%;
        left: -30%;
        top: 2%;
        margin-top: calc(50vh - 15em); }
    .module-cutout.blurb-right .cutout, .module-overlay.blurb-right .cutout {
      grid-column: 8/span 5; } }
  @media (min-width: 1800px) {
    .module-cutout .cutout .cutout-circle, .module-overlay .cutout .cutout-circle {
      top: 0%; } }

.module-block-heading, .module-download {
  position: relative; }
  @media (max-width: 767px) {
    .module-block-heading + div, .module-block-heading + article, .module-download + div, .module-download + article {
      margin-top: 8rem; }
    .module-block-heading h1, .module-download h1 {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; } }
  .module-block-heading .content, .module-download .content {
    padding-top: 5rem;
    padding-bottom: 10em;
    color: #fff;
    text-align: center; }
    .module-block-heading .content.bg-green, .module-download .content.bg-green {
      background: #2da301; }
    .module-block-heading .content.bg-blue, .module-download .content.bg-blue {
      background: #047BAF; }
    .module-block-heading .content h1, .module-block-heading .content p, .module-download .content h1, .module-download .content p {
      color: #fff;
      width: 66.67%;
      margin: 0 auto; }
    .module-block-heading .content h1, .module-download .content h1 {
      font-size: 2.25rem; }
    .module-block-heading .content p, .module-download .content p {
      font-size: 1.1875rem;
      font-weight: 600;
      font-family: "proxima-nova";
      line-height: 1.73;
      margin-top: 2rem; }
  .module-block-heading .drop-image, .module-download .drop-image {
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #89F063;
    bottom: 0;
    left: 50%;
    height: 11rem;
    width: 11rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover; }
  .module-block-heading.has-image + div, .module-block-heading.has-image + article, .module-download.has-image + div, .module-download.has-image + article {
    margin-top: 4.5rem; }

.module-download .content {
  padding: 3rem 0; }
  .module-download .content .dl-icon {
    width: 80px;
    height: 100px; }
  .module-download .content p {
    margin-top: 1rem;
    font-weight: 200; }
    .module-download .content p strong {
      font-weight: 600; }

.module-pivot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5rem 0; }
  .module-pivot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .module-pivot .pivot-circle-mask {
    height: 150px;
    width: 150px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 1rem; }
  .module-pivot img {
    width: 9.375rem;
    height: 9.375rem;
    margin-bottom: 1rem; }
  .module-pivot .pivot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 8.3%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 30rem;
    min-height: 9rem;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .module-pivot .pivot.pivot-text-only {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 1.75rem 0; }
    .module-pivot .pivot:hover {
      opacity: 0.5; }
    .module-pivot .pivot + .pivot:before {
      content: '';
      height: 6.125rem;
      border-left: 2px solid #555555;
      left: 0;
      top: 1.5rem;
      position: absolute; }
  .module-pivot span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 1rem; }
  .module-pivot a {
    color: #000;
    font-weight: 600; }
  @media (max-width: 767px) {
    .module-pivot .pivot {
      display: none; }
      .module-pivot .pivot:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.intro-article {
  z-index: 2;
  margin-top: 6.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .intro-article .meta {
    margin-top: 1.2rem; }
  .intro-article .inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .intro-article .inner-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (min-width: 768px) {
      .intro-article .inner-content {
        grid-column: 2 / span 4; } }
    @media (min-width: 1024px) {
      .intro-article .inner-content {
        grid-column: 2 / span 8; } }
    @media (min-width: 1800px) {
      .intro-article .inner-content {
        grid-column: 2 / span 8; } }
  .intro-article:not(.success-story) .image {
    border-radius: 50%;
    overflow: hidden; }
    .intro-article:not(.success-story) .image img {
      width: 100%; }
  .intro-article .image {
    width: 120%;
    padding-bottom: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .intro-article .image img {
      width: 100%; }
    @media (min-width: 768px) {
      .intro-article .image {
        grid-column: span 3; } }
    @media (min-width: 1024px) {
      .intro-article .image {
        grid-column: span 4; } }
    @media (min-width: 1400px) {
      .intro-article .image img {
        width: 150%; } }
    @media (min-width: 1800px) {
      .intro-article .image {
        grid-column: span 4; } }
  .intro-article + .module-stats.bg-beige {
    z-index: 1; }
    @media (min-width: 768px) {
      .intro-article + .module-stats.bg-beige {
        margin-top: -3.125rem; } }
    @media (min-width: 1024px) {
      .intro-article + .module-stats.bg-beige {
        margin-top: -9rem; } }
  @media (max-width: 767px) {
    .intro-article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .intro-article .image {
        width: calc(100% - 2rem);
        padding-bottom: calc(100% - 2rem);
        margin: 0 auto; } }
  @media (min-width: 768px) {
    .intro-article {
      margin-top: 2.25rem; } }

.share-links {
  margin-bottom: 1rem; }
  .share-links a {
    text-decoration: none; }

.logos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .logos-wrap h1, .logos-wrap h2 {
    margin-top: 0; }
  @media (min-width: 768px) {
    .logos-wrap {
      grid-column: 1/ span 12; } }
  @media (min-width: 1024px) {
    .logos-wrap h1, .logos-wrap h2 {
      margin: 0 auto;
      width: 55%; } }

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .align-left .logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .logos .align-right * {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .logos .logo {
    max-width: 40%; }
    .logos .logo img {
      width: 100%;
      height: 100%;
      max-height: 8rem;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: scale-down;
      object-fit: scale-down; }
    .logos .logo a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: block;
      position: relative; }
      .logos .logo a:hover {
        opacity: 0.5; }
    @media (min-width: 768px) {
      .logos .logo {
        max-width: 20%; }
        .logos .logo img {
          max-height: 10rem; } }

.logos > div {
  text-align: center;
  margin: 2em; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .container .content {
    width: 100%; }
  .container .full {
    grid-template-areas: "gut1 content gut2";
    width: 100%;
    display: grid;
    grid-template-columns: 2.5rem auto 2.5rem; }
    .container .full .two-up > *, .container .full .four-up > * {
      grid-column: span 3; }
      @media (min-width: 1024px) {
        .container .full .two-up > *, .container .full .four-up > * {
          grid-column: span 6; } }
    @media (max-width: 767px) {
      .container .full .four-up {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .container .full .three-up > * {
      grid-column: span 2; }
      @media (min-width: 768px) {
        .container .full .three-up > *:only-child {
          grid-column: 2/span 4; } }
      @media (min-width: 1024px) {
        .container .full .three-up > * {
          grid-column: span 4; } }
    @media (min-width: 1024px) {
      .container .full .four-up > * {
        grid-column: span 3; } }
    .container .full .two-up > *, .container .full .four-up, .container .full .three-up > * {
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .container .full .two-up > *:only-child, .container .full .four-up:only-child, .container .full .three-up > *:only-child {
          grid-column: 3 / span 8; }
          .container .full .two-up > *:only-child h3, .container .full .four-up:only-child h3, .container .full .three-up > *:only-child h3 {
            font-size: 2.25rem; } }
    @media (min-width: 768px) {
      .container .full.overflow-grid {
        grid-template-columns: 2.5rem repeat(6, minmax(auto, 1fr)) 2em; }
      .container .full.bg-beige .content {
        padding: 4.5rem 0; } }
    @media (min-width: 1024px) {
      .container .full.overflow-grid {
        grid-template-columns: 2.5rem repeat(12, minmax(auto, 1fr)) 2em; }
      .container .full.bg-beige .content {
        padding: 4.5rem 0; } }
    @media (min-width: 1400px) {
      .container .full {
        grid-template-columns: 1fr 12fr 1fr; }
        .container .full.overflow-grid {
          grid-template-columns: 1fr repeat(12, minmax(auto, 1fr)) 1fr; } }
    @media (min-width: 1800px) {
      .container .full {
        grid-template-columns: 2fr 12fr 2fr; }
        .container .full.overflow-grid {
          grid-template-columns: 2fr repeat(12, minmax(auto, 1fr)) 2fr; } }
    @media (max-width: 767px) {
      .container .full, .container .full .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .container .content {
    grid-area: content; }
  @media (max-width: 767px) {
    .container.header .full .grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .container .grid {
    grid-area: content;
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 1fr)); }
    @media (max-width: 767px) {
      .container .grid {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .container .grid .full, .container .grid {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .container .grid .grid {
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 768px) {
      .container .grid {
        grid-template-columns: repeat(6, minmax(auto, 1fr)); } }
    @media (min-width: 1024px) {
      .container .grid {
        grid-template-columns: repeat(12, minmax(auto, 1fr)); } }
    .container .grid .brand {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      grid-column: 1 / span 1;
      grid-row: span 2; }
    .container .grid .pre-nav {
      grid-column: 2/13; }
    .container .grid .main-nav {
      grid-column: 2/13; }
      @media (min-width: 768px) {
        .container .grid .main-nav {
          grid-row: span 2; } }
      @media (min-width: 1024px) {
        .container .grid .main-nav {
          grid-row: auto; } }
  @media (max-width: 767px) {
    .container.main-content > * {
      margin-bottom: 3rem; }
      .container.main-content > *.module-banner:last-child {
        margin-bottom: 0; }
    .container .sortable {
      width: 100%; } }
  @media (min-width: 768px) {
    .container, .container .sortable {
      display: grid;
      grid-row-gap: 6rem; }
    .blog-entry .container {
      grid-row-gap: 3rem; } }
  @media (min-width: 1400px) {
    .container, .container .sortable {
      display: grid;
      grid-row-gap: 4.5rem; }
    .blog-entry .container {
      grid-row-gap: 2.25rem; } }

.main-content > .full.module-copy:first-child {
  margin-top: 0; }

/* merge modules with same bg*/
.module-copy.bg-white + .module-copy.bg-white, .module-copy.bg-beige + .module-copy.bg-beige {
  margin-top: -3rem; }
  @media (min-width: 768px) {
    .module-copy.bg-white + .module-copy.bg-white, .module-copy.bg-beige + .module-copy.bg-beige {
      margin-top: -6rem; } }
  @media (min-width: 1400px) {
    .module-copy.bg-white + .module-copy.bg-white, .module-copy.bg-beige + .module-copy.bg-beige {
      margin-top: -4.5rem; } }

.module-copy.bg-beige + .module-copy.bg-beige .content {
  margin-top: -3rem;
  padding-top: 0; }

@media (min-width: 768px) {
  .module-copy.bg-beige + .module-copy.bg-beige .content {
    padding-top: 0;
    margin-top: -4.5rem; } }

.footer.container {
  grid-template-columns: 2.5rem 10fr 2.5rem;
  grid-template-areas: "gut content gut2"; }
  @media (min-width: 1024px) {
    .footer.container {
      grid-template-columns: 2.5rem 11fr 2.5rem; }
      .module-banner + .footer.container {
        margin-top: -9rem; } }
  @media (min-width: 1400px) {
    .footer.container {
      grid-template-columns: 1fr 11fr 1fr; } }
  @media (min-width: 1800px) {
    .footer.container {
      grid-template-columns: 1fr 12fr 1fr; } }
  .footer.container .footer-content {
    grid-template-columns: repeat(12, 1fr);
    grid-area: content;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.5rem; }
    @media (min-width: 768px) {
      .footer.container .footer-content {
        display: grid;
        padding: 0; } }
  .footer.container .footer-hiring {
    grid-area: hiring; }

.module-image {
  position: relative; }
  .module-image.has-bg-circle {
    margin-bottom: 8rem; }
  .module-image .beige-circle {
    height: 68rem;
    width: 68rem; }
  .module-image .inner {
    width: 100%;
    margin: 1em 0;
    text-align: right; }
    .module-image .inner img {
      width: 100%; }
    .module-image .inner figcaption {
      margin-top: 1em;
      color: #555555;
      font-weight: 600;
      font-size: .8125rem; }
    @media (min-width: 768px) {
      .module-image .inner {
        grid-column: 2/span 5; } }
    @media (min-width: 1024px) {
      .module-image .inner {
        grid-column: -9/span 8; }
        .module-image .inner.align-left {
          grid-column: 1/span 8; }
        .module-image .inner.align-center {
          grid-column: 3/span 8; } }
  .module-image.full-image img {
    width: 100%; }
  .module-image.full-image .grid {
    grid-row: 2; }

.module-copy figure img {
  width: auto;
  max-width: 100%;
  height: auto; }

.module-copy a {
  text-decoration: none; }
  .module-copy a:hover {
    text-decoration: underline; }

.module-copy a.btn {
  padding: 1rem 2rem;
  font-weight: 600; }
  .module-copy a.btn:hover {
    text-decoration: none; }

.module-copy ul {
  list-style-position: outside;
  margin-left: 1.5rem; }
  .module-copy ul li {
    line-height: 1.5; }

.module-copy ul, .intro-article ul, .split ul {
  padding-left: 2rem; }
  .module-copy ul li + li, .intro-article ul li + li, .split ul li + li {
    margin-top: 2rem; }

.module-copy .inner > *:first-child, .intro-article .inner > *:first-child, .split .inner > *:first-child {
  margin-top: 0; }

.module-copy.columns-2 .inner, .intro-article.columns-2 .inner, .split.columns-2 .inner {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }
  .module-copy.columns-2 .inner ul, .intro-article.columns-2 .inner ul, .split.columns-2 .inner ul {
    padding: 0; }
    .module-copy.columns-2 .inner ul li + li, .intro-article.columns-2 .inner ul li + li, .split.columns-2 .inner ul li + li {
      margin-top: 1.5rem; }

.module-copy.columns-3 .inner, .intro-article.columns-3 .inner, .split.columns-3 .inner {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }
  .module-copy.columns-3 .inner ul, .intro-article.columns-3 .inner ul, .split.columns-3 .inner ul {
    padding: 0; }
    .module-copy.columns-3 .inner ul li + li, .intro-article.columns-3 .inner ul li + li, .split.columns-3 .inner ul li + li {
      margin-top: 1.5rem; }

.module-copy .pullquote, .intro-article .pullquote, .split .pullquote {
  font-size: 2.25rem;
  color: #047BAF;
  font-family: "utopia-std";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  line-height: 1.389; }

.module-copy hr, .intro-article hr, .split hr {
  border-color: #ccc;
  width: 100%;
  margin-bottom: 1.25rem; }

.module-copy p + hr, .intro-article p + hr, .split p + hr {
  margin-top: 5rem; }

@media (max-width: 767px) {
  .module-copy .grid, .intro-article .grid, .split .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 768px) {
  .module-copy .column, .intro-article .column, .split .column {
    grid-column: span 3; } }

@media (min-width: 1024px) {
  .module-copy .column, .intro-article .column, .split .column {
    grid-column: span 6; } }

.module-copy .column ul li, .intro-article .column ul li, .split .column ul li {
  margin-top: 0; }

@media (min-width: 768px) {
  .module-copy .inner, .intro-article .inner, .split .inner {
    grid-column: span 5; }
    .module-copy .inner.offset-center, .intro-article .inner.offset-center, .split .inner.offset-center {
      grid-column: 2 / span 4; }
    .module-copy .inner.offset-right, .intro-article .inner.offset-right, .split .inner.offset-right {
      grid-column: 2 / span 5; } }

@media (min-width: 1024px) {
  .module-copy .inner, .intro-article .inner, .split .inner {
    grid-column: span 9; }
    .module-copy .inner.offset-center, .intro-article .inner.offset-center, .split .inner.offset-center {
      grid-column: 3 / span 8; }
    .module-copy .inner.offset-right, .intro-article .inner.offset-right, .split .inner.offset-right {
      grid-column: 4 / span 9; }
    .module-copy .inner h1, .module-copy .inner h2, .intro-article .inner h1, .intro-article .inner h2, .split .inner h1, .split .inner h2 {
      width: 56%; }
    .with-sidebar .module-copy .inner h1, .with-sidebar .module-copy .inner h2, .with-sidebar .intro-article .inner h1, .with-sidebar .intro-article .inner h2, .with-sidebar .split .inner h1, .with-sidebar .split .inner h2 {
      width: 100%; }
    .module-copy .inner.offset-center h1, .module-copy .inner.offset-center h2, .intro-article .inner.offset-center h1, .intro-article .inner.offset-center h2, .split .inner.offset-center h1, .split .inner.offset-center h2 {
      width: 100%; } }

.module-copy.columns-2 p, .module-copy.columns-2 ul, .module-copy.columns-2 ol, .module-copy.columns-3 p, .module-copy.columns-3 ul, .module-copy.columns-3 ol, .intro-article.columns-2 p, .intro-article.columns-2 ul, .intro-article.columns-2 ol, .intro-article.columns-3 p, .intro-article.columns-3 ul, .intro-article.columns-3 ol, .split.columns-2 p, .split.columns-2 ul, .split.columns-2 ol, .split.columns-3 p, .split.columns-3 ul, .split.columns-3 ol {
  margin-top: 0px; }

@media (max-width: 767px) {
  .module-copy.columns-2 .inner, .module-copy.columns-3 .inner, .intro-article.columns-2 .inner, .intro-article.columns-3 .inner, .split.columns-2 .inner, .split.columns-3 .inner {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1; } }

@media (min-width: 768px) {
  .module-copy.columns-2 .inner.offset-center, .module-copy.columns-3 .inner.offset-center, .intro-article.columns-2 .inner.offset-center, .intro-article.columns-3 .inner.offset-center, .split.columns-2 .inner.offset-center, .split.columns-3 .inner.offset-center {
    grid-column: 1 / span 6; } }

@media (min-width: 1024px) {
  .module-copy.columns-2 .inner.offset-center, .module-copy.columns-3 .inner.offset-center, .intro-article.columns-2 .inner.offset-center, .intro-article.columns-3 .inner.offset-center, .split.columns-2 .inner.offset-center, .split.columns-3 .inner.offset-center {
    grid-column: 3 / span 8; } }

@media (min-width: 768px) {
  .module-copy hr, .intro-article hr, .split hr {
    margin-bottom: 5rem; } }

.module-bio-grid .grid {
  grid-row-gap: 5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .module-bio-grid .grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.module-bio-grid .explainer {
  text-align: center;
  grid-row-start: 1;
  grid-column: span 12; }
  .module-bio-grid .explainer p {
    margin: 0 auto;
    width: 66%; }

.module-bio-grid .bio {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative; }
  .module-bio-grid .bio .name {
    margin: 2rem 0 1rem; }
  .module-bio-grid .bio .blurb {
    padding: 0 1rem;
    font-size: 1.1rem; }
  .module-bio-grid .bio .job-title {
    margin-bottom: 1rem;
    color: #555555;
    font-size: 1.25rem;
    font-weight: 500; }
  .module-bio-grid .bio .board-info {
    font-size: 1rem;
    line-height: 1.25;
    color: #888888; }
  .module-bio-grid .bio .cta-link {
    margin: 1rem 0 2rem; }
    .module-bio-grid .bio .cta-link:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
    .module-bio-grid .bio .cta-link:hover:before {
      background: rgba(255, 255, 255, 0.25); }
  .module-bio-grid .bio .image-wrap {
    margin: 0 auto;
    width: 75%;
    height: 0;
    padding-bottom: 75%;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center center; }
    .module-bio-grid .bio .image-wrap img {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
  @media (max-width: 767px) {
    .module-bio-grid .bio {
      width: 50%;
      margin-bottom: 6rem; }
      .module-bio-grid .bio.small {
        width: 33%; }
        .module-bio-grid .bio.small h3 {
          font-size: 1.2rem; } }
  @media (min-width: 768px) {
    .module-bio-grid .bio {
      grid-column: span 2; }
      .module-bio-grid .bio.small {
        grid-column: span 2; } }
  @media (min-width: 1024px) {
    .module-bio-grid .bio {
      grid-column: span 4; }
      .module-bio-grid .bio.small {
        grid-column: span 3; } }

.grid.grid-7-5 {
  grid-template-areas: "left right"; }
  @media (min-width: 1024px) {
    .grid.grid-7-5 {
      grid-template-columns: 7fr 5fr; } }
  .grid.grid-7-5 > * img {
    max-width: 100%; }
  .grid.grid-7-5 .left {
    grid-area: "left"; }
  .grid.grid-7-5 .right {
    grid-area: "right"; }

/* Modules */
.module-icons {
  text-align: center; }
  .module-icons h2 {
    max-width: 650px;
    margin: 0 auto; }
  .module-icons .icon-block {
    width: 100%; }
    .module-icons .icon-block svg {
      -webkit-transform: scale(0.7);
      transform: scale(0.7); }
    @media (max-width: 767px) {
      .module-icons .icon-block {
        margin: 0 auto; } }

.module-quotes {
  position: relative;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 0;
  min-height: 200px; }
  .module-quotes.bg-green {
    background: #2da301; }
  .module-quotes.bg-blue {
    background: #047BAF; }
  .module-quotes.single {
    min-height: 0; }
  .module-quotes .content {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 10; }
  .module-quotes .cutout {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .module-quotes i {
    display: inline-block;
    text-indent: -999999px; }
  .module-quotes h2 {
    text-align: center;
    margin-top: 0; }
  .module-quotes .slick-slide {
    text-align: center; }
  .module-quotes .attribution {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    font-size: 1rem;
    font-family: "utopia-std";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff; }
  .module-quotes .quote {
    margin-top: -0.2rem; }
  .module-quotes .slick-slide:only-child .quote-slide {
    padding-bottom: 100px; }
  .module-quotes.single .slick-slide:only-child .quote-slide {
    padding-bottom: 3.5rem; }
  .module-quotes .quote-slide {
    text-align: center;
    display: none;
    width: 66.66% !important;
    max-width: 800px;
    margin: 0 auto; }
    .module-quotes .quote-slide p {
      color: #fff;
      font-family: "utopia-std";
      font-size: 1.71rem;
      line-height: 1.5;
      font-weight: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .module-quotes .quote-slide p:before, .module-quotes .quote-slide p:after {
        content: '\201D';
        display: inline; }
      .module-quotes .quote-slide p:before {
        content: '\201C'; }
    @media (min-width: 1800px) {
      .module-quotes .quote-slide {
        width: 50% !important;
        max-width: 800px; } }
  .module-quotes .slick-dots {
    text-align: center;
    margin-top: 3rem; }
    .module-quotes .slick-dots li {
      display: inline-block; }
      .module-quotes .slick-dots li + li {
        margin-left: 1rem; }
    .module-quotes .slick-dots input[type="button"], .module-quotes .slick-dots button {
      outline: 0;
      display: inline-block;
      line-height: 0;
      padding: 0;
      border: 2px solid #047BAF;
      height: 0.75rem;
      width: 0.75rem;
      border-radius: 50%;
      background: transparent;
      text-indent: -99999px; }
    .module-quotes .slick-dots button {
      cursor: pointer; }
    .module-quotes .slick-dots .slick-active button {
      background: #047BAF; }

.grid-image img {
  max-width: 100%; }

.beige-circle {
  width: 81.25rem;
  height: 81.25rem;
  position: absolute;
  right: -31.25rem;
  background-color: #F8F3E8;
  border-radius: 50%;
  z-index: -1;
  display: block; }
  .beige-circle.mid-page {
    top: 120vh; }
    .main-page-program-innovation .beige-circle.mid-page {
      top: 170vh; }
  @media (max-width: 767px) {
    .beige-circle {
      display: none; } }

.circle-holder {
  position: relative; }
  .circle-holder .beige-circle {
    margin-top: -18%; }

.adminbar--sticky {
  bottom: 0;
  top: auto !important;
  position: fixed !important; }

.module-flowchart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .module-flowchart .step-num {
    color: #2da301;
    font-size: 8rem;
    line-height: 1;
    margin: 0;
    font-family: "proxima-nova"; }
  .module-flowchart h3 {
    margin-top: 0;
    font-family: "proxima-nova"; }
  .module-flowchart .first h3 {
    font-size: 2.25rem; }
  .module-flowchart .step.first {
    text-align: center; }
  .module-flowchart .step:last-child {
    grid-column: 5/span 4; }
  .module-flowchart .rtl svg, .module-flowchart .rtc svg {
    width: 100%; }
  .module-flowchart .horiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .module-flowchart p {
    font-size: 1.5em; }
  @media (max-width: 767px) {
    .module-flowchart .grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .module-flowchart .step {
      text-align: center;
      margin-top: 1.5rem; }
      .module-flowchart .step.first {
        margin-top: 0; }
      .module-flowchart .step:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .module-flowchart .rtl, .module-flowchart .horiz, .module-flowchart .rtc {
      display: none; }
    .module-flowchart p {
      font-size: 1.3em; } }
  @media (min-width: 768px) {
    .module-flowchart .step {
      grid-column: span 2; }
      .module-flowchart .step.first {
        grid-column: 2/span 4; }
      .module-flowchart .step.col-start {
        grid-column: 1/span 2; }
      .module-flowchart .step:last-child {
        grid-column: 3/span 2; }
    .module-flowchart .horiz {
      grid-column: span 2; }
    .module-flowchart .rtl {
      grid-column: 1/span 5;
      padding-right: 10%; }
      .module-flowchart .rtl.first {
        grid-column: 1/span 4;
        padding-right: 20%; }
    .module-flowchart .rtc {
      grid-column: 3/span 4;
      padding-right: 10%; } }
  @media (min-width: 1024px) {
    .module-flowchart .step {
      grid-column: span 4; }
      .module-flowchart .step.first {
        grid-column: 4/span 6; }
      .module-flowchart .step.col-start {
        grid-column: 2/span 4; }
      .module-flowchart .step:last-child {
        grid-column: 5/span 4; }
    .module-flowchart .horiz {
      grid-column: span 2; }
    .module-flowchart .rtl {
      grid-column: 2/span 8; }
      .module-flowchart .rtl.first {
        grid-column: 2/span 6;
        padding-right: 13%; }
    .module-flowchart .rtc {
      grid-column: 5/span 6; } }

.sticky-hiring {
  z-index: 10000;
  min-width: 200px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2da301;
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%; }
  .sticky-hiring .cta-link {
    margin-top: 0; }
  .sticky-hiring a {
    color: #fff;
    text-decoration: none;
    line-height: 1; }
  .sticky-hiring.hide {
    bottom: -2.5rem !important;
    opacity: 0; }
  .adminbar-on .sticky-hiring {
    bottom: 50px; }
  @media (max-width: 767px) {
    .sticky-hiring {
      -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 768px) {
    .sticky-hiring {
      width: auto;
      padding: 0 1rem; } }

.sort-filter .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sel2 {
  display: inline-block;
  width: calc(50% - 1rem); }

.select2 .select2-selection {
  border: 0;
  border-radius: 0;
  font-size: 1.1875rem;
  height: 2.2rem;
  border-bottom: 1px solid #979797; }
  .select2 .select2-selection:focus {
    outline: none !important; }

mark {
  background-color: #89F063; }

.search-bar-title .page-title {
  line-height: 1;
  margin: 0; }

@media (min-width: 768px) {
  .search-bar-title {
    width: 66.67%; } }

.searchbar-wrap {
  position: relative;
  margin: 3rem 0; }
  .searchbar-wrap button.search-icon {
    position: absolute;
    right: 0.5rem;
    top: 0;
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .searchbar-wrap button.search-icon:active, .searchbar-wrap button.search-icon:focus {
      outline: 0; }

.searchbar {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #ccc;
  padding: 0.94rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.results-meta {
  text-align: right;
  color: #888888;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.2rem; }

input:focus, select:focus {
  outline: none; }

.form-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #F8F3E8; }
  .form-wrap .inner {
    width: 100%; }
  .form-wrap select {
    height: 3.5rem;
    font-size: 1rem;
    background: #fff;
    padding: 1rem 1.25rem;
    width: 50%; }
  .form-wrap .form-select-label {
    margin-bottom: 1rem;
    font-size: 1.3rem; }
  .form-wrap .form-select {
    width: 100%;
    margin-bottom: 1rem;
    border: none; }

.main-page-locations .banner {
  min-height: 100px;
  height: 384px;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .main-page-locations .banner {
      background-size: cover; } }

.main-page-locations .overlay-mask {
  display: none; }

.location .intro {
  position: relative; }

.location .hero .bg-shape.circle {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: auto; }

.location .hero {
  min-height: 33vh;
  margin-bottom: 6rem;
  width: 100%;
  position: relative; }
  .location .hero .full {
    background-size: cover;
    background-color: #ccc; }

@media (max-width: 767px) {
  .location .hero {
    margin-bottom: 0; } }

.location-feed {
  font-weight: 800;
  margin-top: 2rem; }
  .location-feed:first-child {
    margin-top: 0; }

.location-meta {
  font-size: 1.1875rem;
  line-height: 2;
  margin-bottom: 2rem; }
  .location-meta h3 {
    line-height: 1.5;
    margin: 1rem 0 1rem; }
  .location-meta:first-child h3 {
    margin-top: 0; }
  .location-meta span {
    display: block;
    color: #555555; }
    .location-meta span a {
      color: #555555;
      text-decoration: none; }
      .location-meta span a:hover {
        color: #2da301; }
  .location-meta + .location-meta {
    border-top: 1px solid #ccc; }
  @media (max-width: 767px) {
    .location-meta {
      padding-top: 1.5rem; } }

.location-map {
  text-align: right;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; }

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%; }

.location-circle {
  color: #fff;
  position: relative; }
  .location-circle .loc-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .location-circle .circle {
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .location-circle .circle:hover {
    background: #36C700; }
    .location-circle .circle:hover .address, .location-circle .circle:hover .city-state-zip {
      text-decoration: underline;
      display: inline; }
  .location-circle .bg-shape {
    max-width: 441px;
    max-height: 441px; }
  @media (max-width: 767px) {
    .location-circle {
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .location-circle .bg-shape {
        margin-top: 8rem; } }
  @media (min-width: 768px) {
    .location-circle {
      grid-column: 1 / span 3;
      bottom: -4rem; } }
  @media (min-width: 1024px) {
    .location-circle {
      grid-column: 1 / span 5; } }
  .location-circle .bg-shape {
    position: relative;
    top: 0;
    display: inline-block;
    overflow: hidden; }
    @media (max-width: 767px) {
      .location-circle .bg-shape {
        width: 85vw;
        height: 85vw;
        margin-bottom: 4rem; } }
  .location-circle .location-circle-inner {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 60%;
    left: 20%;
    top: 0; }
    .location-circle .location-circle-inner h2 {
      margin: 0;
      text-align: center;
      line-height: 1; }
    .location-circle .location-circle-inner.headquarters h2 {
      font-size: 1.5rem;
      margin: 1rem 0 0.5rem; }
      .location-circle .location-circle-inner.headquarters h2:first-child {
        margin-top: 0; }
  .location-circle .addr, .location-circle .hours {
    line-height: 1.5;
    text-align: center; }
  .location-circle .hours {
    margin-top: 1.25rem; }
  .location-circle .bg-shape {
    position: relative; }

@media (max-width: 767px) {
  body.main-page-locations .content {
    margin-bottom: 0; }
  body.main-page-locations .container .content .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 767px) {
  body.main-page-locations .banner {
    position: absolute; } }

body.main-page-locations .location-circle {
  grid-row: 1;
  z-index: 1;
  width: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    body.main-page-locations .location-circle {
      z-index: 10; } }
  @media (min-width: 768px) {
    body.main-page-locations .location-circle {
      grid-column: 4/span 3; } }
  @media (min-width: 1024px) {
    body.main-page-locations .location-circle {
      grid-column: 8/span 5; } }
  @media (min-width: 1400px) {
    body.main-page-locations .location-circle {
      grid-column: 9/span 4; } }
  @media (min-width: 1800px) {
    body.main-page-locations .location-circle {
      grid-column: 9/span 4; } }

.site-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  width: 100%;
  grid-row: 2; }
  .site-locations .half {
    width: 50%; }
  @media (max-width: 767px) {
    .site-locations .half {
      width: 50%; }
    .site-locations h2 {
      font-size: 1.5rem; } }
  @media (min-width: 768px) {
    .site-locations {
      grid-column: 1 / span 3;
      grid-row: 1; } }
  @media (min-width: 1024px) {
    .site-locations {
      grid-column: 2 / span 7; } }
  @media (min-width: 1800px) {
    .site-locations {
      grid-column: 1 / span 8; } }
  .site-locations > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%; }
  .site-locations ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-locations h2 {
    margin-bottom: 1rem; }
  .site-locations a {
    color: #555555;
    text-decoration: none; }
    .site-locations a:hover {
      color: #89F063; }

button[type="submit"] {
  background: #2da301;
  padding: 10px 20px;
  color: white;
  font-family: "proxima-nova";
  font-size: 1rem;
  font-weight: 600;
  display: block;
  border-radius: 8px;
  width: 100%;
  text-align: center; }

a.debug {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
  text-decoration: none;
  background: rgba(45, 163, 1, 0.4);
  padding: 10px 20px; }
  a.debug:hover {
    background: rgba(45, 163, 1, 0.2); }

.career-link {
  font-weight: 700;
  text-decoration: none; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.careers-block {
  border-top: 2px solid #ddd;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .careers-block.leadership ul {
    list-style: none;
    padding: 0; }
    .careers-block.leadership ul li {
      font-size: 1rem; }

.module-careers h3 {
  border-top: 2px solid #979797;
  padding-top: 2rem; }
  .module-careers h3:first-of-type {
    border-top: none;
    padding-top: 0; }

.location-openings {
  display: block; }
  @media (max-width: 767px) {
    .location-openings {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .location-openings ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .location-openings ul li {
      font-size: 1.2rem; }
      .location-openings ul li + li {
        margin-top: 1.2rem; }
  .location-openings h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  @media (min-width: 768px) {
    .location-openings .city-openings, .location-openings .state-openings, .location-openings .grid-sizer {
      width: calc(50% - 2rem);
      display: block;
      padding-bottom: 2rem;
      padding-right: 2rem;
      float: left; }
    .location-openings .state-openings {
      width: calc(100% - 2rem); }
      .location-openings .state-openings ul {
        width: calc(60% - 2rem); }
    .location-openings .mgrid:after {
      content: '';
      display: block;
      clear: both; } }

.download-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.module-download .content {
  position: relative; }

.donate-cta {
  text-decoration: none; }

.fg-light .banner-content p, .fg-light .banner-content h2, .fg-light p, .fg-light h2 {
  color: #fff; }

.fg-light .banner-content .donate-option, .fg-light .donate-option {
  color: #fff; }

.fg-light .banner-content .donate-cta:hover, .fg-light .donate-cta:hover {
  color: #fff !important; }

@media (max-width: 767px) {
  .fg-light .banner-content p, .fg-light .banner-content h2 {
    color: black; } }

.fof {
  font-size: 8rem;
  margin-bottom: 0; }
  .fof + p {
    margin-bottom: 4rem; }

.success-story h2 .type {
  font-size: 0.70em;
  display: block; }

.datamaps-hoverover {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block !important; }

.datamaps-hoverover.show {
  opacity: 1; }

.datamaps-bubble {
  cursor: pointer; }

.location-hover {
  background: #047BAF;
  width: 14rem;
  height: 14rem;
  margin-left: -50%;
  margin-top: -100%;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  text-decoration: none; }
  .mobile-device .location-hover {
    pointer-events: all; }
  .location-hover .inner {
    margin: 0 auto;
    max-width: 9rem;
    text-align: center; }
    .location-hover .inner h3 {
      margin: 0 0 0.5rem;
      font-family: "utopia-std";
      font-weight: 400; }
    .location-hover .inner .city {
      font-size: 1.25rem;
      font-family: "proxima-nova";
      font-weight: 200; }

.module-map .inner {
  text-align: center;
  width: 100%;
  grid-column: span 6; }
  .module-map .inner p {
    line-height: 1.4; }
  .module-map .inner h1 {
    margin: 0; }

.module-map .map-hldr {
  text-align: left; }

.module-map .mobile-only {
  display: none; }

@media (max-width: 767px) {
  .module-map .map-hldr {
    pointer-events: none; }
  .module-map .mobile-only {
    display: block;
    margin-top: 2rem; }
  .module-map .locations-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem; } }

@media (min-width: 1024px) {
  .module-map .inner {
    grid-column: span 12; }
  .module-map p {
    width: 50%;
    margin: 1rem auto; } }

.module-signup {
  display: grid; }

.module-embed iframe {
  width: 100%; }

.module-embed .timecounts-form-embed .form-widget-required-icon {
  position: absolute;
  right: 0; }

.module-embed .timecounts-form-embed .form-widget-type-timecounts-phone .dial-code {
  width: 200px !important; }

.module-embed #mc_embed_signup {
  background: transparent;
  font-family: "proxima-nova" !important;
  margin-bottom: 4rem; }
  .module-embed #mc_embed_signup form {
    padding: 0; }
  .module-embed #mc_embed_signup .indicates-required {
    margin-bottom: 1rem; }
  .module-embed #mc_embed_signup .button {
    height: 45px;
    margin-top: 2rem; }
  .module-embed #mc_embed_signup .mc-field-group {
    width: 100%; }
  .module-embed #mc_embed_signup input[type=text], .module-embed #mc_embed_signup input[type=email] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .module-embed #mc_embed_signup .mc-field-group select {
    padding: 1rem 1.25rem; }

.module-embed.bg- #mc_embed_signup {
  padding: 2rem 3rem;
  background: transparent;
  border-radius: 13px; }

.module-embed.bg-white input[type="text"], .module-embed.bg-white input[type="email"] {
  border-color: #ccc !important; }

.module-embed.bg-beige input:not(.mce_inline_error) {
  border: none !important; }

.module-embed input[type="submit"], .module-embed button, .module-embed .button {
  display: block !important;
  background: #2da301 !important;
  width: 100% !important;
  font-size: 1rem !important; }

.module-embed div.mce_inline_error {
  background: transparent !important; }

.module-embed .share {
  text-align: left; }
  .module-embed .share a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none; }
  .module-embed .share ul {
    list-style: none; }
  @media (min-width: 768px) {
    .module-embed .share {
      grid-column: 1 / span 2; }
      .module-embed .share h3 {
        width: 140px; } }
  @media (min-width: 1024px) {
    .module-embed .share {
      grid-column: 3 / span 3; }
      .module-embed .share h3 {
        width: 180px; } }

@media (min-width: 768px) {
  .module-embed .form {
    grid-column: span 4; } }

@media (min-width: 1024px) {
  .module-embed .form {
    grid-column: span 5; } }

.module-embed .inner {
  width: 100%; }
  @media (min-width: 768px) {
    .module-embed .inner {
      grid-column: span 5; }
      .module-embed .inner.offset-center {
        grid-column: 2 / span 4; }
        .main-content.with-sidebar .module-embed .inner.offset-center {
          grid-column: 1 / span 6; }
      .module-embed .inner.offset-right {
        grid-column: 2 / span 5; }
        .main-content.with-sidebar .module-embed .inner.offset-right {
          grid-column: 1 / span 6; } }
  @media (min-width: 1024px) {
    .module-embed .inner {
      grid-column: span 9; }
      .module-embed .inner.offset-center {
        grid-column: 4 / span 6; }
        .main-content.with-sidebar .module-embed .inner.offset-center {
          grid-column: 1 / span 11; }
      .module-embed .inner.offset-right {
        grid-column: 4 / span 9; }
        .main-content.with-sidebar .module-embed .inner.offset-right {
          grid-column: 1 / span 11; }
      .module-embed .inner h1, .module-embed .inner h2 {
        width: 56%; }
      .with-sidebar .module-embed .inner h1, .with-sidebar .module-embed .inner h2 {
        width: 100%; }
      .module-embed .inner.offset-center h1, .module-embed .inner.offset-center h2 {
        width: 100%; } }

.module-icon-list .inner.offset-center {
  grid-column: 1/span 6; }
  @media (min-width: 1024px) {
    .module-icon-list .inner.offset-center {
      grid-column: 3/span 8; } }

ul.icon-list {
  padding-left: 0;
  margin-left: 0; }
  ul.icon-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    ul.icon-list li + li {
      margin-top: 1rem; }
    ul.icon-list li p:first-child {
      margin-top: 1rem; }
    ul.icon-list li .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    ul.icon-list li .copy {
      margin-left: 1rem;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%; }
    @media (min-width: 768px) {
      ul.icon-list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        ul.icon-list li .icon {
          width: 200px; }
          ul.icon-list li .icon svg {
            -webkit-transform: scale(0.65);
            transform: scale(0.65); }
          ul.icon-list li .icon .copy {
            width: calc(100% - 200px); } }

.popup-list .inner {
  text-align: center; }

.popup-list .inline-content {
  max-width: 100%; }
  .popup-list .inline-content p {
    font-size: 1.2rem; }

.popup-list .popup-item {
  grid-column: span 3;
  text-align: center;
  padding: 2rem 1rem;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: .3125rem solid #000;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .popup-list .popup-item::before, .popup-list .popup-item::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .popup-list .popup-item {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1024px) {
    .popup-list .popup-item {
      grid-column: span 4; } }
  .popup-list .popup-item .inner {
    vertical-align: middle;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup-list .popup-item .title {
    font-size: 1.5rem;
    margin-bottom: 1rem; }
  .popup-list .popup-item .learn-more-cta {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2da301;
    text-decoration: underline;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .popup-list .popup-item .popup-content {
    display: none; }
  .popup-list .popup-item:hover .learn-more-cta {
    color: #2da301;
    text-decoration: none; }
  .popup-list .popup-item::before, .popup-list .popup-item::after {
    border: 2px solid transparent;
    border-bottom: 0;
    width: 0;
    height: 0;
    pointer-events: none; }
  .popup-list .popup-item::before {
    top: 0;
    left: 0; }
  .popup-list .popup-item::after {
    bottom: 0;
    right: 0; }
  .popup-list .popup-item:hover::before, .popup-list .popup-item:hover::after {
    width: 100%;
    height: 100%; }
  .popup-list .popup-item:hover::before {
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }
  .popup-list .popup-item:hover::after {
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
  .popup-list .popup-item::after {
    top: 0;
    left: 0; }
  .popup-list .popup-item:hover::before {
    border-top-color: #000;
    border-right-color: #000; }
  .popup-list .popup-item:hover::after {
    border-left-color: #000;
    -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }

.popup-list .popup-item__icon {
  width: 90px; }
  .popup-list .popup-item__icon img {
    width: 100%;
    height: auto; }

.popup-list.popup-list--override .popup-item {
  cursor: default; }
  .popup-list.popup-list--override .popup-item a {
    cursor: pointer; }

.popout-header {
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  background: #047BAF;
  color: white;
  left: 0;
  top: 0; }
  .popout-header h1 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    font-family: "proxima-nova"; }

.popout {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .popout ul {
    margin-left: 2rem; }
  .popout:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .popout .popout-inner {
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    width: calc(100% - 6rem);
    height: auto;
    max-height: 90%;
    max-width: 1000px;
    background: #fff;
    position: relative; }
    .popout .popout-inner .popout-content {
      padding: 2rem 2rem 4rem;
      padding-top: 1rem;
      height: 100%;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .popout .popout-inner .popout-content.image-full {
        padding: 0; }
        .popout .popout-inner .popout-content.image-full img {
          width: 100%;
          margin: 0;
          overflow: hidden; }
      .popout .popout-inner .popout-content.hilight strong.highlight {
        color: black;
        background-color: #2da301; }
      .popout .popout-inner .popout-content img {
        width: 75%;
        margin: 2rem auto;
        display: block; }
        @media (max-width: 767px) {
          .popout .popout-inner .popout-content img {
            width: 100%; } }
      .popout .popout-inner .popout-content #clockdiv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 2rem auto 2rem;
        font-size: 1.5rem; }
        .popout .popout-inner .popout-content #clockdiv div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 2rem;
          margin: 0 3px;
          border: 1px solid #047BAF;
          color: #047BAF; }
          .popout .popout-inner .popout-content #clockdiv div span {
            font-weight: 700; }
          @media (max-width: 767px) {
            .popout .popout-inner .popout-content #clockdiv div {
              padding: 1rem; } }
    @media (max-width: 767px) {
      .popout .popout-inner {
        width: calc(100% - 1rem);
        height: calc(100% - 1rem); } }
  .popout .date {
    font-family: "proxima-nova";
    font-size: 1rem; }
    .popout .date + h1 {
      margin-top: 1rem; }
  #close-popout:checked + .popout {
    display: none; }
  .popout .close:before, .popout .close:after {
    background-color: #000; }

#close-popout {
  display: none; }

.close-pop {
  z-index: 10002;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.module-accordion .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .module-accordion .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-column: 1 / span 6; } }
  @media (min-width: 1024px) {
    .module-accordion .inner {
      grid-column: 2 / span 10; } }

.accordion-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .accordion-item + .accordion-item {
    margin-top: 0; }

.accordion-item__details {
  display: block;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0s;
  transition: 0s; }
  .accordion-item__details p:first-child {
    margin-top: 0; }

.accordion-expander + label {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .accordion-expander + label:hover {
    color: #047BAF;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .accordion-expander + label:before {
    content: " ▸ ";
    font-size: 1.5rem;
    position: absolute;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.25s, -webkit-transform 0.5s;
    transition: color 0.25s, -webkit-transform 0.5s;
    transition: transform 0.5s, color 0.25s;
    transition: transform 0.5s, color 0.25s, -webkit-transform 0.5s; }

.accordion-expander {
  height: 0;
  width: 0;
  opacity: 0; }

.accordion-expander:checked + label:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.accordion-expander:checked + label + .accordion-item__details {
  max-height: 10000px;
  -webkit-transition: 1s;
  transition: 1s; }

.circle-underlay {
  position: relative;
  grid-column: 1/-1;
  z-index: 0;
  background: #000;
  padding-bottom: 20.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2da301; }
  .circle-underlay .page-title {
    line-height: 1;
    height: calc(80%);
    position: absolute; }
  .circle-underlay.bg-blue {
    background: #047BAF; }
  .circle-underlay .cutout-mask {
    position: absolute;
    bottom: 0;
    left: 0; }
  .circle-underlay .page-title {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .circle-underlay .page-title h1 {
      color: #fff;
      font-size: 2.875rem; }
  @media (max-width: 767px) {
    .circle-underlay {
      /* .circle-underlay */
      width: 100%;
      margin: 5rem 0 0; }
      .circle-underlay .page-title h1 {
        line-height: 1; } }
  @media (min-width: 768px) {
    .circle-underlay {
      height: 2rem; } }
  @media (min-width: 1024px) {
    .circle-underlay {
      height: 33%;
      margin-top: 0; } }
  @media (min-width: 1400px) {
    .circle-underlay {
      height: 50%; } }

.banner-video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  min-width: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  .banner-video-wrap:after {
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    top: 0;
    left: 0;
    position: absolute; }
  .fg-light .banner-video-wrap:after {
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    top: 0;
    left: 0;
    position: absolute; }
  @media (min-width: 768px) {
    .banner-video-wrap {
      height: 100%;
      padding: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

/* negative margin after header*/
.banner {
  background-size: cover;
  background-position: 10% 50%;
  background-color: #F8F3E8;
  height: 50vw;
  position: relative; }
  .banner .ambient-video {
    position: absolute;
    height: 100%;
    width: 100%; }
  .banner .caption.horiz {
    z-index: 100;
    width: 22%;
    position: absolute;
    bottom: 0rem;
    right: 0;
    grid-area: content;
    text-align: right; }
    .banner .caption.horiz p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.4;
      color: #aaa;
      font-weight: 200; }
      .banner .caption.horiz p strong {
        font-weight: 600; }
  .banner .caption.vert {
    height: 100px;
    color: #fff;
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: transparent;
    right: 0.5;
    top: 0;
    right: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .banner .caption.vert p {
      font-size: 0.7em;
      color: #fff; }
    @media (min-width: 768px) {
      .banner .caption.vert {
        top: 3rem;
        right: 50px;
        min-width: 240px;
        width: calc(50vw - 250px);
        -webkit-transform: rotate(-90deg) translate(0, 0);
        transform: rotate(-90deg) translate(0, 0);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-area: gut2; } }
    @media (min-width: 1024px) {
      .banner .caption.vert {
        top: -3.5rem;
        width: calc(50vw - 220px);
        min-width: 450px;
        padding: 0 2rem; }
        .banner .caption.vert p {
          font-size: 0.9em; } }
    @media (min-width: 1400px) {
      .banner .caption.vert {
        top: -3rem;
        width: calc(50vw - 290px); } }
    @media (min-width: 1800px) {
      .banner .caption.vert {
        width: calc(50vw - 350px); } }
  .banner:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: -10%;
    background-image: radial-gradient(transparent, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    width: 120%;
    height: 130%;
    content: ''; }
  .banner img {
    width: 100%; }
  @media (max-width: 767px) {
    .container .banner .grid {
      height: auto; } }
  @media (min-width: 768px) {
    .container .banner .grid {
      height: 77%;
      max-height: calc(90vh - 4rem); } }
  .banner .cta-link {
    margin-top: 0; }
    .banner .cta-link.btn {
      display: inline-block;
      text-decoration: none;
      margin-top: 2rem;
      background-color: #2da301; }
      .banner .cta-link.btn:hover {
        color: #555555; }
  .banner .banner-content {
    padding: 0 15px 15px 0; }
    .banner .banner-content > p {
      font-size: 1.5em; }
  .banner .banner-text-wrap {
    display: grid;
    z-index: 10;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (max-width: 767px) {
    .banner {
      width: 100%;
      margin: 5.3rem 0 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0 0;
      height: auto;
      background-color: #F8F3E8;
      padding-bottom: 4rem; }
      .banner .caption.horiz {
        width: 100%;
        bottom: 10px;
        right: 10px; }
      .banner.no-content {
        padding-bottom: 0; }
        .container.main-content > .banner.no-content {
          margin-bottom: 0; }
        .banner.no-content .overlay-mask {
          color: #fff; }
        .banner.no-content .banner-text-wrap, .banner.no-content .banner-text-wrap:before {
          background: #fff;
          padding-bottom: 0; }
      .banner .banner-text-wrap {
        position: relative;
        margin-top: calc(56% + 3rem);
        width: 100%; }
        .banner .banner-text-wrap:before {
          content: '';
          position: absolute;
          width: 100vw;
          display: block;
          top: -40px;
          left: 0;
          background-color: #F8F3E8;
          height: calc(100% + 40px);
          z-index: -1; }
      .banner .intro-text {
        margin-bottom: 0; }
      .banner .intro-text p:first-child {
        margin-top: 0; }
      .banner:after {
        display: none; }
      .banner .overlay-mask {
        color: #F8F3E8;
        top: 30vw;
        height: auto;
        bottom: auto; }
        .banner .overlay-mask .scroll-arrow {
          bottom: -0.25rem; }
      .banner .banner-content {
        width: 90%; } }
  @media (min-width: 768px) {
    .banner {
      overflow: hidden;
      min-height: 550px;
      margin-top: -6.25rem; }
      .banner .intro-text p {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 0; }
      .banner .banner-content {
        grid-column: 1/ span 3; }
      .banner .banner-text-wrap {
        padding-top: 5.25rem; }
      .banner + .full {
        margin-top: -4.5rem; } }
  @media (min-width: 1024px) {
    .banner {
      min-height: 650px;
      padding-top: 6.25rem; }
      .banner .intro-text p {
        font-size: 2.4rem; }
      .banner .banner-content {
        grid-column: 1/ span 6; }
      .banner .banner-text-wrap {
        padding-top: 0; } }
  @media (min-width: 1400px) {
    .banner .intro-text p {
      font-size: 2.875rem; }
    .banner .banner-content {
      grid-column: 1/ span 6; } }
  @media (min-width: 1800px) {
    .banner .intro-text p {
      font-size: 2.875vw; } }

.circle-mask {
  background-size: cover;
  background-position: 50% 50%;
  width: 150%;
  height: 0;
  padding-bottom: 150%;
  border-radius: 50%;
  overflow: hidden; }
  .circle-mask.contain {
    background-size: contain; }
  .sidebar .circle-mask {
    margin-left: -3rem; }
    @media (max-width: 767px) {
      .sidebar .circle-mask {
        width: 100%;
        padding-bottom: 100%;
        margin: 0 auto; } }

.overlay-mask {
  width: 100%;
  position: absolute;
  bottom: -0.325rem;
  left: 0;
  color: #fff; }
  .overlay-mask svg {
    width: 100%; }
  @media (max-width: 767px) {
    .banner-video-wrap + .banner-text-wrap + .overlay-mask {
      top: calc(39% - 2px); } }

.scroll-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 100%;
  z-index: 10;
  cursor: pointer; }
  .scroll-arrow svg {
    width: 100%;
    height: 100%; }
  .scroll-arrow div {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .scroll-arrow {
      -webkit-transform: translate(-50%, 0) scale(0.8);
      transform: translate(-50%, 0) scale(0.8); }
      .scroll-arrow .page-title {
        height: 1rem; }
      .scroll-arrow div {
        bottom: -35%; } }
  @media (min-width: 768px) {
    .scroll-arrow div {
      bottom: -10%; } }
  @media (min-width: 1024px) {
    .scroll-arrow div {
      bottom: -5%; } }
  @media (min-width: 1400px) {
    .scroll-arrow div {
      bottom: calc(18% - 30px); } }

.container .module-header.intro-para {
  margin-top: 6rem; }

.container .module-header.centered.module-copy .inner {
  grid-column: 1/span 12;
  text-align: center; }
  .container .module-header.centered.module-copy .inner h1 {
    margin: 0 auto;
    /* STUB: temp solution for vote page */
    font-family: "proxima-nova"; }

@media (max-width: 767px) {
  .container .module-header {
    margin-top: 5.3rem; }
    .container .module-header.intro-para {
      margin-top: 8rem; } }

@media (min-width: 768px) {
  .container .module-header {
    margin-top: 1rem; } }

.container .module-header .grid {
  grid-row-gap: 3.5rem; }

.copy ul, .text ul {
  padding-left: 2rem; }

.header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  font-family: "proxima-nova";
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .header .full {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .header.nav-open {
    height: 100vh; }
    @media (min-width: 1024px) {
      .header.nav-open {
        height: auto; } }
  .header a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555555;
    font-weight: 600; }
    .header a:not(.btn):hover {
      color: #2da301 !important; }
  .header .donate-btn {
    margin: 0; }
    @media (min-width: 768px) {
      .header .donate-btn {
        margin-left: 0.75rem; } }
  .header .grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .pre-nav {
    display: none; }
  .header .inner {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-transition: 0;
    transition: 0; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .main-nav nav {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-nav nav ul {
      list-style: none;
      padding: 0; }
    .main-nav nav .link-parent {
      cursor: initial; }
    .main-nav nav .link-parent, .main-nav nav .link {
      padding: 25px 0;
      color: #000;
      font-weight: 700; }
    .main-nav nav > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .main-nav nav > ul li:hover .link-parent {
        color: #2da301; }
      .main-nav nav > ul li:hover .subnav {
        display: block; }
        .main-nav nav > ul li:hover .subnav:before {
          border-color: #2da301; }
    @media (max-width: 767px) {
      .main-nav nav {
        padding: 0; }
        .main-nav nav .link-parent {
          padding: 0; }
        .main-nav nav .link-parent, .main-nav nav .link {
          color: #2da301;
          position: relative; }
          .main-nav nav .link-parent:hover + .subnav, .main-nav nav .link:hover + .subnav {
            display: block; }
        .main-nav nav .subnav {
          margin: 0.5rem 0 0 0; }
        .main-nav nav > ul {
          overflow: scroll;
          margin-left: 4.5em; }
          .main-nav nav > ul:hover {
            margin-top: 5rem; }
          .main-nav nav > ul > li {
            font-size: 1.72rem;
            margin-bottom: 1.5rem;
            padding-left: 1.5rem;
            line-height: 1; }
            .main-nav nav > ul > li + li {
              margin-top: 1rem; }
            .main-nav nav > ul > li:hover {
              border-left: 3px solid #2da301; } }
    @media (min-width: 768px) {
      .main-nav nav .link-parent {
        border-bottom: 2px solid #2da301;
        padding-bottom: 0.75rem; }
      .main-nav nav .subnav {
        display: block; }
      .main-nav nav > ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 90%;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .main-nav nav > ul > li {
        margin-top: 1em;
        width: 33%;
        line-height: 2.5 !important; }
      .main-nav nav .donate-btn {
        margin-left: 0; } }
    @media (min-width: 1024px) {
      .main-nav nav .subnav {
        max-width: 100%; }
      .main-nav nav > ul {
        max-width: 100%; }
      .main-nav nav > ul > li {
        width: auto;
        margin-top: 0; }
        .main-nav nav > ul > li a {
          line-height: 1.3; }
        .main-nav nav > ul > li + li {
          margin-left: 3rem; }
      .main-nav nav .link-parent {
        border-bottom: 0;
        padding-bottom: 1.5625rem; } }
    @media (min-width: 1400px) {
      .main-nav nav > ul > li + li {
        margin-left: 4rem; } }

.hb-nav {
  width: 1.5rem;
  border-top: 3px solid #000000;
  margin: 0;
  top: 1em;
  cursor: pointer;
  z-index: 10000; }
  .hb-nav:before, .hb-nav:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 3px solid #000000;
    margin-top: 5px; }
  input:checked + .hb-nav + nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

#nav-expand:checked + .hb-nav + nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    #nav-expand:checked + .hb-nav + nav {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 100px; } }

.subnav {
  display: none;
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .subnav {
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      max-height: 0;
      position: relative;
      display: block;
      overflow: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      max-height: 0;
      opacity: 0; }
      .subnav:before {
        content: '';
        width: 80px;
        border-top: 5px solid #ccc;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0; }
      .subnav li {
        margin: 22px 0 0;
        font-size: 1rem;
        max-width: 140px; }
        .subnav li a {
          display: block; } }
  @media (min-width: 1400px) {
    .subnav:before {
      width: 100px; }
    .subnav li {
      font-size: 1.05rem; } }

#nav-expand {
  display: none; }

/* TABS */
.tab-nav {
  margin-bottom: 0 !important;
  padding: 0 1rem; }
  .tab-nav .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tab-nav .tab-btn {
    font-weight: 800;
    text-decoration: none;
    padding: 1rem 0;
    border-bottom: 4px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #888888;
    min-width: 15%;
    text-align: center; }
    .tab-nav .tab-btn + .tab {
      margin-left: 1rem; }
    .tab-nav .tab-btn.active {
      color: #000;
      border-color: #89F063; }
  .tab-nav ~ .full {
    margin-top: 0; }
  @media (min-width: 768px) {
    .tab-nav ~ .full {
      margin-top: -6rem; } }
  @media (min-width: 1400px) {
    .tab-nav ~ .full {
      margin-top: -4.5rem; } }
  @media (max-width: 767px) {
    .tab-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tab-nav .content {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }

.tab {
  display: none !important; }
  .tab.active {
    display: grid !important; }
    @media (max-width: 767px) {
      .tab.active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

.module-faq .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .module-faq .inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      grid-column: 1 / span 6; } }
  @media (min-width: 1024px) {
    .module-faq .inner {
      grid-column: 2 / span 10; } }

@media (min-width: 768px) {
  .faq-item {
    width: calc(50% - 2rem); }
    .faq-item:nth-child(2n) {
      margin-left: 4rem; } }

.donate-module {
  text-align: center;
  margin-top: 2rem; }
  .donate-module .donate-cta {
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .donate-module .donate-cta:focus {
      outline: 0; }
    .donate-module .donate-cta:hover {
      color: #047BAF; }

.donate-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 2rem; }
  .donate-options input[type="radio"] {
    display: none; }

.donate-option, .IATS_AmountSpan {
  font-family: "proxima-nova";
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 6.25rem;
  width: 6.25rem;
  border: 3px solid #2da301;
  border-radius: 50%;
  color: #047BAF;
  font-size: 1.625rem;
  line-height: 2.54;
  font-weight: 600; }

input[type="radio"]:checked + .IATS_AmountSpan, input[type="radio"]:checked + .donate-option,
.IATS_AmoutnSpan:hover, .donate-option:hover {
  background: #2da301;
  color: #fff; }

#IATS_Form {
  margin: 0 0 -3rem;
  padding-bottom: 5rem;
  position: relative; }
  #IATS_Form label {
    font-family: "proxima-nova"; }
  @media (min-width: 768px) {
    #IATS_Form {
      grid-column: 1/span 6;
      margin-bottom: -5px; } }
  @media (min-width: 1024px) {
    #IATS_Form {
      grid-column: 1/span 12; } }
  #IATS_Form .IATS_PaymentLabelOnLeft, #IATS_Form .IATS_PaymentLabelOnTop {
    opacity: 0;
    font-size: 0.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #IATS_Form .IATS_PaymentLabelOnLeft.IATS_PaymentItemErrorMessage, #IATS_Form .IATS_PaymentLabelOnTop.IATS_PaymentItemErrorMessage {
      opacity: 1;
      padding-top: 0.5rem; }
    #IATS_Form .IATS_PaymentLabelOnLeft.show, #IATS_Form .IATS_PaymentLabelOnTop.show {
      opacity: 1; }
  #IATS_Form #IATS_PaymentBoxDiv, #IATS_Form .IATS_InnerDiv, #IATS_Form .IATS_AmountItemDiv, #IATS_Form .IATS_AmountDiv, #IATS_Form span.IATS_AmountSectionTitle {
    background: transparent;
    border: 0;
    padding: 0; }
  #IATS_Form span.IATS_AmountSectionTitle {
    color: #000000;
    margin-bottom: 3rem;
    font-size: 1.625rem;
    font-weight: 700;
    font-family: "utopia-std"; }
  #IATS_Form .IATS_RadioAmtButton {
    opacity: 0;
    display: none; }
  #IATS_Form #IATS_PaymentBoxDiv {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0; }
  #IATS_Form .IATS_AmountSpan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    cursor: pointer; }
  #IATS_Form .IATS_AmountDiv {
    position: relative;
    padding-bottom: 6rem; }
    #IATS_Form .IATS_AmountDiv td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #IATS_Form .IATS_AmountItemDiv {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem; }
    #IATS_Form .IATS_AmountItemDiv td {
      width: auto !important; }
    @media (min-width: 768px) {
      #IATS_Form .IATS_AmountItemDiv {
        width: 25%;
        margin-bottom: 2rem; } }
    @media (min-width: 1024px) {
      #IATS_Form .IATS_AmountItemDiv {
        width: auto; } }
  #IATS_Form .IATS_AccountNumberField {
    width: 100%; }
  #IATS_Form .IATS_OtherAmount {
    display: block;
    width: 50%;
    position: absolute;
    bottom: 1rem;
    left: 24%;
    margin-left: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #IATS_Form .IATS_OtherAmount.show {
      opacity: 1; }
  #IATS_Form #IATS_AmountSectionDiv {
    text-align: center; }
  #IATS_Form #IATS_PaymentSectionDiv, #IATS_Form span.IATS_Action, #IATS_Form .IATS_ErrorMsgDiv, #IATS_Form .IATS_SecureDataDiv {
    background: #F8F3E8;
    margin: 0; }
  #IATS_Form button.IATS_Action {
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    background: #2da301;
    border: 0;
    font-size: 1.1875rem;
    font-family: "proxima-nova"; }
  #IATS_Form .IATS_SecureDataDiv {
    padding-bottom: 4rem;
    text-align: center; }
  #IATS_Form .IATS_ErrorMsgDiv {
    height: 0;
    padding: 0; }
  #IATS_Form .IATS_PaymentSectionTitle {
    color: #000;
    text-align: center; }
  #IATS_Form .IATS_PaymentLabelOnTop {
    opacity: 1 !important; }
  #IATS_Form select.IATS_PaymentTitleInputField, #IATS_Form input.IATS_PaymentInputField, #IATS_Form textarea.IATS_PaymentInputField, #IATS_Form select.IATS_PaymentInputField, #IATS_Form input.IATS_AccountNumberField, #IATS_Form input.IATS_CVV2Field, #IATS_Form input.IATS_ExpiryMonthField, #IATS_Form input.IATS_ExpiryYearField, #IATS_Form input.IATS_LastAccountNumberField, #IATS_Form select.IATS_ExpiryMonthField, #IATS_Form select.IATS_ExpiryYearField, #IATS_Form select.IATS_ACHInput, #IATS_Form input.IATS_ACHInput, #IATS_Form select.IATS_PaymentReoccurringInputField, #IATS_Form input.IATS_PaymentDateInputField, #IATS_Form input.IATS_OtherAmount, #IATS_Form .IATS_ShoppingCartOption1SelectList {
    border-color: #ccc;
    border-width: 1px;
    padding: 1rem 1.25rem;
    font-size: 1.1875rem;
    font-family: "proxima-nova";
    min-width: 120px; }
    #IATS_Form select.IATS_PaymentTitleInputField::-webkit-input-placeholder, #IATS_Form input.IATS_PaymentInputField::-webkit-input-placeholder, #IATS_Form textarea.IATS_PaymentInputField::-webkit-input-placeholder, #IATS_Form select.IATS_PaymentInputField::-webkit-input-placeholder, #IATS_Form input.IATS_AccountNumberField::-webkit-input-placeholder, #IATS_Form input.IATS_CVV2Field::-webkit-input-placeholder, #IATS_Form input.IATS_ExpiryMonthField::-webkit-input-placeholder, #IATS_Form input.IATS_ExpiryYearField::-webkit-input-placeholder, #IATS_Form input.IATS_LastAccountNumberField::-webkit-input-placeholder, #IATS_Form select.IATS_ExpiryMonthField::-webkit-input-placeholder, #IATS_Form select.IATS_ExpiryYearField::-webkit-input-placeholder, #IATS_Form select.IATS_ACHInput::-webkit-input-placeholder, #IATS_Form input.IATS_ACHInput::-webkit-input-placeholder, #IATS_Form select.IATS_PaymentReoccurringInputField::-webkit-input-placeholder, #IATS_Form input.IATS_PaymentDateInputField::-webkit-input-placeholder, #IATS_Form input.IATS_OtherAmount::-webkit-input-placeholder, #IATS_Form .IATS_ShoppingCartOption1SelectList::-webkit-input-placeholder {
      color: #ccc; }
    #IATS_Form select.IATS_PaymentTitleInputField::-moz-placeholder, #IATS_Form input.IATS_PaymentInputField::-moz-placeholder, #IATS_Form textarea.IATS_PaymentInputField::-moz-placeholder, #IATS_Form select.IATS_PaymentInputField::-moz-placeholder, #IATS_Form input.IATS_AccountNumberField::-moz-placeholder, #IATS_Form input.IATS_CVV2Field::-moz-placeholder, #IATS_Form input.IATS_ExpiryMonthField::-moz-placeholder, #IATS_Form input.IATS_ExpiryYearField::-moz-placeholder, #IATS_Form input.IATS_LastAccountNumberField::-moz-placeholder, #IATS_Form select.IATS_ExpiryMonthField::-moz-placeholder, #IATS_Form select.IATS_ExpiryYearField::-moz-placeholder, #IATS_Form select.IATS_ACHInput::-moz-placeholder, #IATS_Form input.IATS_ACHInput::-moz-placeholder, #IATS_Form select.IATS_PaymentReoccurringInputField::-moz-placeholder, #IATS_Form input.IATS_PaymentDateInputField::-moz-placeholder, #IATS_Form input.IATS_OtherAmount::-moz-placeholder, #IATS_Form .IATS_ShoppingCartOption1SelectList::-moz-placeholder {
      color: #ccc; }
    #IATS_Form select.IATS_PaymentTitleInputField:-ms-input-placeholder, #IATS_Form input.IATS_PaymentInputField:-ms-input-placeholder, #IATS_Form textarea.IATS_PaymentInputField:-ms-input-placeholder, #IATS_Form select.IATS_PaymentInputField:-ms-input-placeholder, #IATS_Form input.IATS_AccountNumberField:-ms-input-placeholder, #IATS_Form input.IATS_CVV2Field:-ms-input-placeholder, #IATS_Form input.IATS_ExpiryMonthField:-ms-input-placeholder, #IATS_Form input.IATS_ExpiryYearField:-ms-input-placeholder, #IATS_Form input.IATS_LastAccountNumberField:-ms-input-placeholder, #IATS_Form select.IATS_ExpiryMonthField:-ms-input-placeholder, #IATS_Form select.IATS_ExpiryYearField:-ms-input-placeholder, #IATS_Form select.IATS_ACHInput:-ms-input-placeholder, #IATS_Form input.IATS_ACHInput:-ms-input-placeholder, #IATS_Form select.IATS_PaymentReoccurringInputField:-ms-input-placeholder, #IATS_Form input.IATS_PaymentDateInputField:-ms-input-placeholder, #IATS_Form input.IATS_OtherAmount:-ms-input-placeholder, #IATS_Form .IATS_ShoppingCartOption1SelectList:-ms-input-placeholder {
      color: #ccc; }
    #IATS_Form select.IATS_PaymentTitleInputField::-ms-input-placeholder, #IATS_Form input.IATS_PaymentInputField::-ms-input-placeholder, #IATS_Form textarea.IATS_PaymentInputField::-ms-input-placeholder, #IATS_Form select.IATS_PaymentInputField::-ms-input-placeholder, #IATS_Form input.IATS_AccountNumberField::-ms-input-placeholder, #IATS_Form input.IATS_CVV2Field::-ms-input-placeholder, #IATS_Form input.IATS_ExpiryMonthField::-ms-input-placeholder, #IATS_Form input.IATS_ExpiryYearField::-ms-input-placeholder, #IATS_Form input.IATS_LastAccountNumberField::-ms-input-placeholder, #IATS_Form select.IATS_ExpiryMonthField::-ms-input-placeholder, #IATS_Form select.IATS_ExpiryYearField::-ms-input-placeholder, #IATS_Form select.IATS_ACHInput::-ms-input-placeholder, #IATS_Form input.IATS_ACHInput::-ms-input-placeholder, #IATS_Form select.IATS_PaymentReoccurringInputField::-ms-input-placeholder, #IATS_Form input.IATS_PaymentDateInputField::-ms-input-placeholder, #IATS_Form input.IATS_OtherAmount::-ms-input-placeholder, #IATS_Form .IATS_ShoppingCartOption1SelectList::-ms-input-placeholder {
      color: #ccc; }
    #IATS_Form select.IATS_PaymentTitleInputField::placeholder, #IATS_Form input.IATS_PaymentInputField::placeholder, #IATS_Form textarea.IATS_PaymentInputField::placeholder, #IATS_Form select.IATS_PaymentInputField::placeholder, #IATS_Form input.IATS_AccountNumberField::placeholder, #IATS_Form input.IATS_CVV2Field::placeholder, #IATS_Form input.IATS_ExpiryMonthField::placeholder, #IATS_Form input.IATS_ExpiryYearField::placeholder, #IATS_Form input.IATS_LastAccountNumberField::placeholder, #IATS_Form select.IATS_ExpiryMonthField::placeholder, #IATS_Form select.IATS_ExpiryYearField::placeholder, #IATS_Form select.IATS_ACHInput::placeholder, #IATS_Form input.IATS_ACHInput::placeholder, #IATS_Form select.IATS_PaymentReoccurringInputField::placeholder, #IATS_Form input.IATS_PaymentDateInputField::placeholder, #IATS_Form input.IATS_OtherAmount::placeholder, #IATS_Form .IATS_ShoppingCartOption1SelectList::placeholder {
      color: #ccc; }
  #IATS_Form input.IATS_PaymentDateInputField, #IATS_Form input.IATS_ExpiryMonthField {
    background-position-x: calc(100% - 0.5rem); }
  #IATS_Form #IATS_Payment_ExpiryDateDiv {
    width: 50%; }
    @media (max-width: 768px) {
      #IATS_Form #IATS_Payment_ExpiryDateDiv {
        width: 100%; } }
  #IATS_Form select {
    height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-appearance: none;
    position: relative;
    background: url("/symbol/svg/icon-triangle.svg") no-repeat #fff;
    background-position: calc(100% - 0.7rem) 50%; }
    @media (min-width: 768px) {
      #IATS_Form select {
        height: 50px; } }
  #IATS_Form .IATS_PaymentFrequencyItemDiv, #IATS_Form .IATS_PaymentTypeItemDiv {
    padding: 0;
    margin-top: 2rem;
    text-align: center;
    border: 0; }
  #IATS_Form .IATS_RadioPaymentButton {
    display: none; }
  #IATS_Form .IATS_RadioPaymentLabel {
    padding: 1.5rem 2rem;
    font-size: 1.1875rem;
    cursor: pointer;
    font-weight: 500;
    color: #555555; }
  #IATS_Form .IATS_PaymentFrequencyItemDiv {
    border-bottom: 1px solid #ccc; }
    #IATS_Form .IATS_PaymentFrequencyItemDiv .IATS_RadioPaymentButton:checked + .IATS_RadioPaymentLabel, #IATS_Form .IATS_PaymentFrequencyItemDiv .IATS_RadioPaymentButton:checked + input + .IATS_RadioPaymentLabel {
      border-bottom: 4px solid #89F063; }
  #IATS_Form .IATS_PaymentTypeItemDiv .IATS_RadioPaymentButton:checked + .IATS_RadioPaymentLabel, #IATS_Form .IATS_PaymentTypeItemDiv .IATS_RadioPaymentButton:checked + input + .IATS_RadioPaymentLabel {
    background: #2da301;
    color: #fff; }
  #IATS_Form .IATS_PaymentTypeItemDiv .IATS_RadioPaymentLabel {
    border: 2px solid #2da301;
    border-radius: 8px;
    font-weight: 500;
    color: #555555; }

#IATS_Payment_ConnectMessage {
  background: #F8F3E8;
  display: block;
  padding: 1.5rem 0;
  font-family: monospace;
  font-size: 0.8rem;
  text-align: center; }

#IATS_PaymentSectionDiv, #IATS_ResponseSectionDiv {
  padding: 2rem 1rem;
  width: calc(100% - 2rem); }
  @media (min-width: 1024px) {
    #IATS_PaymentSectionDiv, #IATS_ResponseSectionDiv {
      padding: 100px;
      width: calc(100% - 200px); } }
  @media (min-width: 1024px) {
    #IATS_PaymentSectionDiv, #IATS_ResponseSectionDiv {
      padding: 100px calc((100% - 1000px)/2) 0;
      width: auto; } }

#IATS_ResponseSectionDiv {
  padding-bottom: 100px; }

div.IATS_ResponseItemDiv {
  border: none !important; }

.IATS_ResponseHeader {
  font-family: "utopia-std";
  font-size: 2rem !important; }

.IATS_ResponseStatus, .IATS_ResponseFooter {
  font-weight: 200 !important;
  font-size: 1.2rem !important;
  font-family: "proxima-nova"; }

.donate-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .donate-footer .donate-footer-inner {
    margin: 0 auto;
    padding: 3rem 2rem;
    font-style: italic;
    font-size: 0.8rem;
    font-color: #888888;
    text-align: center;
    max-width: 800px; }

#IATS_Form #IATS_Payment_ExpiryDateDiv label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_Payment_ExpiryDateDiv .IATS_PaymentItemErrorMessage, #IATS_Form #IATS_Payment_ScheduleType label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_Payment_ScheduleType .IATS_PaymentItemErrorMessage, #IATS_Form #IATS_ReoccurringDiv_BeginDate label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_ReoccurringDiv_BeginDate .IATS_PaymentItemErrorMessage, #IATS_Form #IATS_ReoccurringDiv_EndDate label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_ReoccurringDiv_EndDate .IATS_PaymentItemErrorMessage, #IATS_Form #IATS_PaymentItemDiv_Country label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_PaymentItemDiv_Country .IATS_PaymentItemErrorMessage, #IATS_Form #IATS_ReoccurringDiv_ScheduleType label.IATS_PaymentLabelOnLeft, #IATS_Form #IATS_ReoccurringDiv_ScheduleType .IATS_PaymentItemErrorMessage {
  opacity: 1; }

#IATS_Form #IATS_CAPTCHADiv {
  padding: 40px calc((100% - 964px)/2) 0;
  width: auto;
  background: #F8F3E8; }

.freeform-row {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }
  .freeform-row select {
    height: 3.5rem;
    border: none; }
  @media (max-width: 767px) {
    .freeform-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 !important; }
      .freeform-row .freeform-column {
        width: 100%;
        margin: 0 !important; } }

.freeform-input,
.module-embed input[type="email"],
.module-embed input[type="text"], .module-embed textarea {
  border: none;
  border-width: 1px;
  padding: 1rem 1.25rem !important;
  font-size: 1.1rem !important;
  font-family: "proxima-nova";
  border-radius: 0px; }
  .freeform-input::-webkit-input-placeholder,
  .module-embed input[type="email"]::-webkit-input-placeholder,
  .module-embed input[type="text"]::-webkit-input-placeholder, .module-embed textarea::-webkit-input-placeholder {
    color: #999; }
  .freeform-input::-moz-placeholder,
  .module-embed input[type="email"]::-moz-placeholder,
  .module-embed input[type="text"]::-moz-placeholder, .module-embed textarea::-moz-placeholder {
    color: #999; }
  .freeform-input:-ms-input-placeholder,
  .module-embed input[type="email"]:-ms-input-placeholder,
  .module-embed input[type="text"]:-ms-input-placeholder, .module-embed textarea:-ms-input-placeholder {
    color: #999; }
  .freeform-input::-ms-input-placeholder,
  .module-embed input[type="email"]::-ms-input-placeholder,
  .module-embed input[type="text"]::-ms-input-placeholder, .module-embed textarea::-ms-input-placeholder {
    color: #999; }
  .freeform-input::placeholder,
  .module-embed input[type="email"]::placeholder,
  .module-embed input[type="text"]::placeholder, .module-embed textarea::placeholder {
    color: #999; }

textarea {
  height: 200px; }

.freeform-row .freeform-column .freeform-label {
  font-weight: 700; }

.freeform-label, .freeform-row .freeform-column label {
  margin-bottom: 0.5rem; }
  .freeform-label.freeform-input-only-label, .freeform-row .freeform-column label.freeform-input-only-label {
    display: inline-block !important; }

.form-option {
  display: none; }
  .form-option.show {
    display: block; }

ul.freeform-errors li {
  font-size: 1rem; }

.module-video .content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

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

input[type="email"], input[type="text"], input[type="submit"] {
  border-radius: 0;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-embed {
  text-align: left;
  background: #fff;
  clear: left;
  margin-bottom: 2rem;
  max-width: 480px; }
  .form-embed form {
    font-family: "proxima-nova";
    padding: 0; }
    .form-embed form label {
      display: block;
      font-family: "proxima-nova";
      font-weight: 700;
      margin-bottom: 0rem; }
    .form-embed form input[type="email"], .form-embed form input[type="text"], .form-embed form input[type="submit"] {
      font-family: "proxima-nova";
      border: 1px solid #000;
      font-size: 1rem;
      height: 2rem;
      padding-left: 1rem;
      padding-right: 1rem;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    .form-embed form input[type="email"], .form-embed form input[type="text"] {
      width: calc(100% - 140px); }
    .form-embed form input[type="submit"] {
      border: 1px solid #2da301;
      background: #2da301;
      color: #fff;
      margin-left: 5px; }
    @media (min-width: 1400px) {
      .form-embed form input[type="email"], .form-embed form input[type="text"] {
        width: calc(100% - 150px); } }
    @media (min-width: 1800px) {
      .form-embed form input[type="email"], .form-embed form input[type="text"] {
        width: calc(100% - 180px); } }

#newsletter-slideout {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100001;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  max-width: 500px; }
  #newsletter-slideout.right {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .adminbar-on #newsletter-slideout {
    bottom: 50px; }
  #newsletter-slideout #mc_embed_signup {
    background-color: transparent; }
    #newsletter-slideout #mc_embed_signup h2 {
      color: #fff; }
    #newsletter-slideout #mc_embed_signup label, #newsletter-slideout #mc_embed_signup .indicates-required {
      color: #fff; }
    #newsletter-slideout #mc_embed_signup .indicates-required {
      margin-bottom: 1rem; }
  @media (max-width: 767px) {
    #newsletter-slideout {
      bottom: 42px;
      bottom: -3rem; }
      .adminbar-on #newsletter-slideout {
        bottom: 98px; } }
  #newsletter-slideout .close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right; }
  #newsletter-slideout .form-embed {
    background: #2da301;
    margin-bottom: 0;
    padding: 2rem 2rem; }
    #newsletter-slideout .form-embed h1, #newsletter-slideout .form-embed h2, #newsletter-slideout .form-embed h3, #newsletter-slideout .form-embed h4 {
      margin-top: 0;
      margin-bottom: 0.5rem; }
    #newsletter-slideout .form-embed h4 {
      font-size: 1.25rem;
      color: #fff; }
    #newsletter-slideout .form-embed p {
      color: #fff;
      font-size: 1rem; }
    #newsletter-slideout .form-embed label {
      display: none; }
    #newsletter-slideout .form-embed input[type="email"], #newsletter-slideout .form-embed input[type="text"], #newsletter-slideout .form-embed textarea {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-color: #fff;
      margin-bottom: 0.75rem;
      font-size: 0.75rem; }
    #newsletter-slideout .form-embed input[type="submit"], #newsletter-slideout .form-embed button[type="submit"] {
      border: 1px solid #fff;
      background: #2da301;
      margin-left: 0;
      border-radius: 0;
      display: inline-block; }
      #newsletter-slideout .form-embed input[type="submit"]:focus, #newsletter-slideout .form-embed input[type="submit"]:active, #newsletter-slideout .form-embed button[type="submit"]:focus, #newsletter-slideout .form-embed button[type="submit"]:active {
        outline: none; }
    #newsletter-slideout .form-embed .ff-form-errors {
      background: #89F063;
      border: 0;
      border-radius: 0; }
      #newsletter-slideout .form-embed .ff-form-errors p {
        color: #000000;
        font-weight: 600; }
    #newsletter-slideout .form-embed .freeform-row .freeform-column .freeform-errors > li, #newsletter-slideout .form-embed .freeform-row .freeform-column .ff-errors > li {
      color: #000;
      font-weight: 600;
      font-size: 0.8rem; }
    #newsletter-slideout .form-embed .states {
      display: none; }
    #newsletter-slideout .form-embed textarea {
      border-radius: 0;
      height: 80px; }
    #newsletter-slideout .form-embed .freeform-row .freeform-column {
      padding: 0; }
  #newsletter-slideout.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #newsletter-slideout.show.right {
      left: auto;
      right: 0; }
  #newsletter-slideout p.newsletter-error {
    font-weight: bold;
    color: #000000; }

.close {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  cursor: pointer; }
  .close input {
    display: none; }

.close:hover {
  opacity: 1; }

.close:before, .close:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #fff; }

.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.features {
  grid-column: 1/span 6; }
  @media (min-width: 1024px) {
    .features {
      grid-column: 1/span 7; } }
  .features ul {
    list-style: none; }
    .features ul li {
      background-color: white;
      margin: 0; }
  .features .featue-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .features .featue-items {
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: 1fr 1fr; } }
  .features .feature-item {
    position: relative;
    border-bottom: 0.3125em solid #047BAF;
    -webkit-box-shadow: 0 0 0.1875rem 0.125rem rgba(175, 175, 175, 0.25);
    box-shadow: 0 0 0.1875rem 0.125rem rgba(175, 175, 175, 0.25);
    font-size: 1rem;
    grid-column: span 1; }
    .features .feature-item + .feature-item {
      margin-top: 1rem; }
    @media (min-width: 768px) {
      .features .feature-item {
        margin-top: 0; } }
    .features .feature-item a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .features .feature-item h3 {
      margin-top: 0;
      line-height: 1.1; }
    .features .feature-item:after {
      content: "";
      position: absolute;
      pointer-events: none;
      -webkit-transition: 0.75s;
      transition: 0.75s;
      border: 1px solid rgba(255, 255, 255, 0);
      width: 100%;
      height: calc(100% + 1px);
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .features .feature-item:hover:after {
      border: 1px solid #047BAF;
      border-bottom: 0; }
    .features .feature-item:hover h3, .features .feature-item:hover .read-more {
      color: #047BAF; }
    .features .feature-item .feed-image {
      width: 100%;
      height: 0%;
      padding-bottom: 70%;
      position: relative; }
      .features .feature-item .feed-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .features .feature-item:first-child {
      padding: 1rem;
      grid-column: 1/span 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .features .feature-item:first-child {
          grid-column: 1/span 2;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          .features .feature-item:first-child .feature-content {
            padding: 0 0 1rem 1rem;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            height: 100%;
            position: relative; } }
      .features .feature-item:first-child p {
        line-height: 1.25; }
      .features .feature-item:first-child .feed-image {
        width: 100%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-bottom: 50%; }
      .features .feature-item:first-child .read-more {
        position: absolute;
        bottom: 1rem;
        left: 1rem; }
  .features .feature-content {
    padding: 2rem 2rem 3.5rem; }
  .features .content-type {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0.25rem 0.5rem;
    background: #F8F3E8; }

.feeds {
  grid-column: 1/span 6; }
  @media (min-width: 1024px) {
    .feeds {
      grid-column: 8/span 4; } }
  .feeds ul {
    list-style: none; }
    .feeds ul li {
      font-family: "utopia-std";
      font-size: 1.4rem;
      line-height: 1.1;
      padding-bottom: 1rem;
      border-bottom: 1px solid #2da301; }
      .feeds ul li a {
        text-decoration: none;
        color: #555555; }
        .feeds ul li a:hover {
          color: #2da301; }
      @media (min-width: 768px) {
        .feeds ul li {
          font-size: 1.8rem; } }
    .feeds ul li + li {
      margin-top: 2rem; }

.heading {
  grid-column: 1/span 6;
  text-align: center; }
  @media (min-width: 1024px) {
    .heading {
      grid-column: 1/span 12; } }

.full-width-bg {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0; }
  .full-width-bg.full-height {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0; }

.logoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .text-center .logoBlock {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .text-right .logoBlock {
    text-align: left;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .logoBlock .image {
    padding-right: 2rem; }
    .logoBlock .image img {
      max-height: 200px;
      width: auto; }
    @media (max-width: 767px) {
      .logoBlock .image {
        padding-right: 1rem; }
        .logoBlock .image img {
          max-width: auto;
          max-width: 100px; } }
  .logoBlock .name {
    padding-left: 2rem;
    border-left: 1px solid black; }
    @media (max-width: 767px) {
      .logoBlock .name {
        padding-left: 1rem; } }
    .logoBlock .name h2 {
      margin: 0;
      padding: 1rem 0;
      line-height: 1; }

.module-imageTextColumns a .copy {
  font-weight: normal;
  text-decoration: none !important; }

.page-morethanabackground h1, .page-morethanabackground h2, .page-morethanabackground h3, .page-morethanabackground h4, .page-morethanabackground h5, .page-morethanabackground h6 {
  font-family: "proxima-nova";
  font-weight: 800; }

.page-morethanabackground h1 {
  color: #2da301; }

.classy-donate.full {
  position: relative;
  padding: 2.5rem 1rem; }
  .circle-underlay + .classy-donate.full {
    margin-top: -3rem; }
    @media (min-width: 1400px) {
      .circle-underlay + .classy-donate.full {
        margin-top: -4.5rem; } }
  .classy-donate.full .full-width-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .classy-donate.full iframe {
    margin: 0 auto; }
