/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.4.0
* Docs at http://davidtheclark.github.io/scut
*/
@font-face {
  font-family: "Helvetica Now";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNowText.ttf") format("truetype"), url("../fonts/HelveticaNowText-Regular.woff2") format("woff2"); }
/* italic */
@font-face {
  font-family: "Helvetica Now";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/HelveticaNowTextIt.ttf") format("truetype"), url("../fonts/HelveticaNowText-It.woff2") format("woff2"); }
/* extrabold */
@font-face {
  font-family: "Helvetica Now";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/HelveticaNowTextBold.ttf") format("truetype"), url("../fonts/HelveticaNowText-Bold.woff2") format("woff2"); }
/* extrabold italic*/
@font-face {
  font-family: "Helvetica Now";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/HelveticaNowTextBdIt.ttf") format("truetype"), url("../fonts/HelveticaNowText-BdIt.woff2") format("woff2"); }
/* black*/
@font-face {
  font-family: "Helvetica Now Black";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/HelveticaNowTextBlack.ttf") format("truetype"), url("../fonts/HelveticaNowText-Black.woff2") format("woff2"); }
/* black italic*/
@font-face {
  font-family: "Helvetica Now Black";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/HelveticaNowTextBlkIt.ttf") format("truetype"), url("../fonts/HelveticaNowText-BlkIt.woff2") format("woff2"); }
/* light */
@font-face {
  font-family: "Helvetica Now";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/HelveticaNowTextLight.ttf") format("truetype"), url("../fonts/HelveticaNowText-Light.woff2") format("woff2"); }
/* light italic*/
@font-face {
  font-family: "Helvetica Now";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/HelveticaNowTextLtIt.ttf") format("truetype"), url("../fonts/HelveticaNowText-LtIt.woff2") format("woff2"); }
/*==========================
MEDIA QUERIES
==========================*/
html, body {
  font-size: 10px;
  font-family: "Helvetica Now", sans-serif;
  padding: 0;
  margin: 0;
  position: relative; }

body {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1.44px;
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
  width: 100vw;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body:before {
    content: "";
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 25rem;
    height: 15rem;
    background: url(../public_assets/images/left-bush.svg) no-repeat bottom left;
    background-size: contain; }
  body:after {
    content: "";
    position: fixed;
    z-index: -1;
    bottom: 0;
    right: 0;
    display: block;
    width: 30rem;
    height: 40rem;
    background: url(../public_assets/images/right-bush-tree.svg) no-repeat bottom right;
    background-size: contain; }

* {
  box-sizing: border-box; }

.container {
  max-width: 122.5rem;
  margin: 0 auto;
  padding: 0 1rem; }
  @media only screen and (min-width: 1200px) {
    .container {
      padding: 0; } }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none; }

.button, .primary-button, .subscribe .gform_wrapper .gform_footer input {
  display: inline-block;
  padding: 1rem 2rem;
  background: #BC5B15;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: .2s; }
  @media only screen and (min-width: 1000px) {
    .button, .primary-button, .subscribe .gform_wrapper .gform_footer input {
      padding: .5rem 4.6rem; } }
  .button:hover, .button:active, .primary-button:hover, .subscribe .gform_wrapper .gform_footer input:hover, .primary-button:active, .subscribe .gform_wrapper .gform_footer input:active {
    transform: scale(1.1); }

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.blue {
  color: #058185 !important; }

.orange {
  color: #BC5B15 !important; }

.wp-block-image {
  padding: 0;
  margin: -3rem 0 10rem !important; }
  @media only screen and (min-width: 800px) {
    .wp-block-image {
      margin: -7rem 0 10rem !important; } }
  .wp-block-image img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%; }

.wp-block-spacer {
  display: none; }
  @media only screen and (min-width: 800px) {
    .wp-block-spacer {
      display: block; } }

::-webkit-input-placeholder {
  font-style: italic;
  color: #919191; }

:-moz-placeholder {
  font-style: italic;
  color: #919191; }

::-moz-placeholder {
  font-style: italic;
  color: #919191; }

:-ms-input-placeholder {
  font-style: italic;
  color: #919191; }

::-ms-input-placeholder {
  font-style: italic;
  color: #919191; }

::placeholder {
  font-style: italic;
  color: #919191; }

.clear:after, .site-header .header-upper:after, .subscribe .gform_wrapper:after, .image-with-text:after, .project-slideshow .slideshow-wrapper .slideshow-slide:after, .column-boxes:after, .stat-boxes:after, .stat-boxes .stat-box-wrapper:after, .rollover-boxes:after, .team-boxes:after, .accordion-items:after, .info-box-section:after, .info-box:after, .financial-statements:after, .donate-box:after, .sponsors:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clear, * html .site-header .header-upper, .site-header * html .header-upper, * html .subscribe .gform_wrapper, .subscribe * html .gform_wrapper, * html .image-with-text, * html .project-slideshow .slideshow-wrapper .slideshow-slide, .project-slideshow .slideshow-wrapper * html .slideshow-slide, * html .column-boxes, * html .stat-boxes, * html .stat-boxes .stat-box-wrapper, .stat-boxes * html .stat-box-wrapper, * html .rollover-boxes, * html .team-boxes, * html .accordion-items, * html .info-box-section, * html .info-box, * html .financial-statements, * html .donate-box, * html .sponsors {
  zoom: 1; }

/* IE6 */
*:first-child + html .clear, *:first-child + html .site-header .header-upper, .site-header *:first-child + html .header-upper, *:first-child + html .subscribe .gform_wrapper, .subscribe *:first-child + html .gform_wrapper, *:first-child + html .image-with-text, *:first-child + html .project-slideshow .slideshow-wrapper .slideshow-slide, .project-slideshow .slideshow-wrapper *:first-child + html .slideshow-slide, *:first-child + html .column-boxes, *:first-child + html .stat-boxes, *:first-child + html .stat-boxes .stat-box-wrapper, .stat-boxes *:first-child + html .stat-box-wrapper, *:first-child + html .rollover-boxes, *:first-child + html .team-boxes, *:first-child + html .accordion-items, *:first-child + html .info-box-section, *:first-child + html .info-box, *:first-child + html .financial-statements, *:first-child + html .donate-box, *:first-child + html .sponsors {
  zoom: 1; }

/* IE7 */
.entry-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 3rem;
  width: 100vw; }
  @media only screen and (min-width: 1000px) {
    .entry-header {
      margin-bottom: 6rem; } }
  .entry-header.banner {
    height: 30rem; }
    .entry-header.banner .post-thumbnail {
      position: absolute;
      top: 0;
      left: 0; }
      .entry-header.banner .post-thumbnail:after {
        height: 30rem;
        opacity: .2; }
  .entry-header.inner {
    height: 50rem; }
    .entry-header.inner .post-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .entry-header.inner .post-thumbnail img {
        width: 100%;
        height: auto; }
      .entry-header.inner .post-thumbnail:after {
        height: 50rem; }
    .entry-header.inner .hero-title h1 {
      max-width: 58rem;
      margin: 0 auto; }
      .entry-header.inner .hero-title h1.search-title {
        max-width: 80rem; }
  .entry-header.text_image {
    height: 80vh; }
    .entry-header.text_image .post-thumbnail:after {
      height: 80rem; }
    .entry-header.text_image.short {
      height: 50rem; }
      .entry-header.text_image.short .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0; }
        .entry-header.text_image.short .post-thumbnail:after {
          height: 50rem; }
  .entry-header .post-thumbnail {
    position: relative;
    width: 100%;
    height: 75vh;
    max-height: 80vh; }
    @media only screen and (min-width: 1000px) {
      .entry-header .post-thumbnail {
        height: auto; } }
    .entry-header .post-thumbnail img {
      width: 100%;
      height: auto;
      display: none; }
    .entry-header .post-thumbnail:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: linear-gradient(0deg, #000 0%, transparent 100%); }
  .entry-header .hero-title {
    text-align: center;
    position: absolute;
    z-index: 2;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .entry-header .hero-title h1 {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: 4.32px;
      font-weight: 200;
      padding: 0;
      margin: 0 auto;
      max-width: 80rem;
      color: #fff; }
      @media only screen and (min-width: 1000px) {
        .entry-header .hero-title h1 {
          font-size: 7.2rem;
          line-height: 8rem; } }
    .entry-header .hero-title h2 {
      font-size: 1.8rem;
      font-weight: 400;
      color: #fff;
      margin-top: 2rem; }
      @media only screen and (min-width: 1000px) {
        .entry-header .hero-title h2 {
          margin-top: 3rem; } }
    .entry-header .hero-title .primary-button, .entry-header .hero-title .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .entry-header .hero-title input {
      margin-top: 2rem; }
      @media only screen and (min-width: 1000px) {
        .entry-header .hero-title .primary-button, .entry-header .hero-title .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .entry-header .hero-title input {
          margin-top: 4rem; } }
    .entry-header .hero-title .arrow {
      right: calc(50% - .75rem);
      top: calc(100% + 6rem);
      cursor: pointer;
      transform: translateY(-50%) translateX(15%) rotate(135deg); }
      @media only screen and (min-width: 1000px) {
        .entry-header .hero-title .arrow {
          top: calc(100% + 8rem); } }
  .entry-header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -38rem;
    left: -4%;
    z-index: 3;
    width: 55%;
    height: 40rem;
    transform: rotate(5deg);
    transform-origin: 100% 0;
    background: #fff; }
  .entry-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -38rem;
    right: -3%;
    z-index: 3;
    width: 55%;
    height: 40rem;
    transform: rotate(-5deg);
    transform-origin: 0 0;
    background: #fff; }

.search-results-block {
  margin: 7rem 0; }

.skip-link {
  display: none; }

.site-header {
  position: relative;
  z-index: 10; }
  .site-header .header-upper {
    position: relative;
    z-index: 1;
    background: #fff;
    height: 8rem;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5); }
    .site-header .header-upper .container {
      position: relative; }
    .site-header .header-upper .main-logo {
      display: block;
      width: 22rem;
      height: 10rem;
      background: url(../public_assets/images/parks-foundation-logo.svg) no-repeat center center;
      background-size: contain;
      overflow: hidden;
      text-indent: -1000px;
      position: absolute;
      top: 0;
      left: 1rem; }
      @media only screen and (min-width: 1000px) {
        .site-header .header-upper .main-logo {
          width: 30rem;
          left: 0; } }
      .site-header .header-upper .main-logo:before {
        content: "";
        display: block;
        position: absolute;
        width: 10rem;
        height: 10rem;
        background: #fff;
        top: -14px;
        left: -21px;
        border-radius: 50%;
        z-index: -1; }
        @media only screen and (min-width: 1000px) {
          .site-header .header-upper .main-logo:before {
            top: -2px;
            left: -10px; } }
    .site-header .header-upper .top-menu {
      float: right;
      padding: 0;
      margin: 2rem 0 0; }
      .site-header .header-upper .top-menu li {
        list-style: none;
        display: none;
        margin-left: 3rem;
        color: #058185;
        font-weight: 400;
        cursor: pointer;
        position: relative; }
        .site-header .header-upper .top-menu li:nth-child(3) {
          display: inline-block; }
        @media only screen and (min-width: 1000px) {
          .site-header .header-upper .top-menu li {
            display: inline-block; }
            .site-header .header-upper .top-menu li#search-reveal {
              display: none; } }
        .site-header .header-upper .top-menu li .jumplink {
          font-weight: 400;
          color: #058185;
          text-decoration: none; }
  .site-header #site-navigation {
    clear: both;
    position: fixed;
    z-index: 100;
    height: 100vh;
    top: 0;
    right: -110%;
    width: 96%;
    background: #058185;
    padding: 0;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5);
    transition: .5s; }
    .site-header #site-navigation.active {
      right: 0; }
    @media only screen and (min-width: 1000px) {
      .site-header #site-navigation {
        position: relative;
        z-index: 0;
        width: 100%;
        top: auto;
        right: auto;
        height: auto; } }
    .site-header #site-navigation #primary-menu {
      text-align: right;
      padding: 6rem 0 0;
      margin: 0; }
      @media only screen and (min-width: 1000px) {
        .site-header #site-navigation #primary-menu {
          padding: 0; } }
      .site-header #site-navigation #primary-menu li {
        padding: 1rem 0;
        position: relative;
        list-style: none; }
        .site-header #site-navigation #primary-menu li.close-menu {
          position: absolute;
          z-index: 200;
          top: 2rem;
          right: 1rem;
          width: 3rem;
          height: 3rem;
          cursor: pointer;
          overflow: hidden;
          text-indent: -1000px; }
          .site-header #site-navigation #primary-menu li.close-menu a {
            display: none; }
          .site-header #site-navigation #primary-menu li.close-menu:before {
            content: "";
            display: block;
            width: 3rem;
            height: 5px;
            background: #fff;
            position: absolute;
            top: 13px;
            left: 0;
            transform: rotate(45deg); }
          .site-header #site-navigation #primary-menu li.close-menu:after {
            content: "";
            display: block;
            width: 3rem;
            height: 5px;
            background: #fff;
            position: absolute;
            bottom: 12px;
            left: 0;
            transform: rotate(-45deg); }
        @media only screen and (min-width: 1000px) {
          .site-header #site-navigation #primary-menu li {
            display: inline-block;
            margin-left: 3rem; }
            .site-header #site-navigation #primary-menu li.close-menu {
              display: none; } }
        .site-header #site-navigation #primary-menu li a {
          color: #fff;
          text-decoration: none;
          font-weight: 400; }
        @media only screen and (min-width: 1000px) {
          .site-header #site-navigation #primary-menu li.menu-item-has-children:active ul, .site-header #site-navigation #primary-menu li.menu-item-has-children:focus ul {
            display: block; } }
        .site-header #site-navigation #primary-menu li ul {
          width: 80%;
          padding: 6rem 0 0 1rem;
          margin: 0;
          position: fixed;
          height: 100vh;
          z-index: 10;
          top: 0;
          right: -110%;
          background: #BC5B15;
          box-shadow: 0 3px 13px rgba(0, 0, 0, 0.5);
          transition: .5s; }
          .site-header #site-navigation #primary-menu li ul.active {
            right: 0; }
          @media only screen and (min-width: 1000px) {
            .site-header #site-navigation #primary-menu li ul {
              width: auto;
              height: auto;
              position: absolute;
              z-index: -1;
              top: 100%;
              left: 50%;
              right: auto;
              transform: translateX(-50%);
              text-align: center;
              display: none;
              padding: 0;
              transition: 0s; } }
          .site-header #site-navigation #primary-menu li ul li {
            padding: 1rem 0;
            margin: 0; }
            @media only screen and (min-width: 1000px) {
              .site-header #site-navigation #primary-menu li ul li {
                padding: 1rem; } }
            .site-header #site-navigation #primary-menu li ul li.back {
              position: absolute;
              top: 2.5rem;
              left: 2rem;
              width: 2.5rem;
              text-align: left;
              z-index: 10;
              transform: rotate(-135deg); }
              .site-header #site-navigation #primary-menu li ul li.back:before {
                content: "";
                display: block;
                width: 2.4rem;
                height: 5px;
                border-radius: 5px 0 0 5px;
                background: #fff;
                position: absolute;
                top: 0;
                left: 0; }
              .site-header #site-navigation #primary-menu li ul li.back:after {
                content: "";
                display: block;
                width: 5px;
                height: 2.4rem;
                border-radius: 0 0 5px 5px;
                background: #fff;
                position: absolute;
                top: 0;
                right: 0; }
              .site-header #site-navigation #primary-menu li ul li.back a {
                display: none; }
              @media only screen and (min-width: 1000px) {
                .site-header #site-navigation #primary-menu li ul li.back {
                  display: none; } }
            .site-header #site-navigation #primary-menu li ul li a {
              min-width: 18rem;
              display: block;
              width: 100%;
              padding: 0 1rem;
              transform: scale(1);
              transition: .2s; }
              @media only screen and (min-width: 1000px) {
                .site-header #site-navigation #primary-menu li ul li a:hover, .site-header #site-navigation #primary-menu li ul li a:active {
                  transform: scale(1.1); } }
        .site-header #site-navigation #primary-menu li:hover ul, .site-header #site-navigation #primary-menu li:active ul {
          display: block; }
  .site-header #hamburger {
    position: absolute;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    top: 10rem;
    right: 1rem;
    cursor: pointer; }
    .site-header #hamburger.fixed {
      position: fixed;
      top: 2rem; }
    @media only screen and (min-width: 1000px) {
      .site-header #hamburger {
        display: none; } }
    .site-header #hamburger span {
      width: 3rem;
      height: .5rem;
      background: #000;
      border: 1px solid #fff;
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 0;
      transition: .2s; }
      .site-header #hamburger span:nth-child(2) {
        top: .75rem; }
      .site-header #hamburger span:nth-child(3) {
        top: 1.6rem; }

#search-reveal {
  position: Relative; }
  #search-reveal .search-field {
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 1;
    right: 0;
    width: 20rem;
    transition: .2s; }
    #search-reveal .search-field input {
      width: calc(100% - 3rem);
      float: left;
      border: 0;
      outline: 0;
      border-bottom: 2px solid #BC5B15; }
    #search-reveal .search-field .search-icon {
      width: 2rem;
      height: 2rem;
      float: left;
      margin-left: 1rem;
      display: block;
      overflow: hidden;
      text-indent: -1000px;
      position: relative; }
      #search-reveal .search-field .search-icon:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 3px solid #058185;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0; }
      #search-reveal .search-field .search-icon:after {
        content: "";
        display: block;
        width: 3px;
        height: 8px;
        background: #058185;
        position: absolute;
        top: 12px;
        left: 14px;
        transform: rotate(-45deg); }

.search-trigger span, .mobile-search-box span {
  position: relative;
  z-index: 0;
  display: block; }
.search-trigger.active span, .mobile-search-box.active span {
  display: none; }

.mobile-search-box {
  clear: both;
  margin-top: 3rem;
  float: right; }
  @media only screen and (min-width: 1000px) {
    .mobile-search-box {
      display: none; } }
  .mobile-search-box .search-field {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1; }
    .mobile-search-box .search-field input {
      background: transparent;
      color: #fff;
      border-color: #fff; }
  .mobile-search-box .search-icon:before {
    border-color: #fff !important; }
  .mobile-search-box .search-icon:after {
    background: #fff !important; }

.site-footer {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5rem; }
  @media only screen and (min-width: 1000px) {
    .site-footer {
      margin-top: 10rem; } }
  .site-footer .footer-logo {
    width: 20rem;
    height: 14rem;
    background: url(../public_assets/images/parks-foundation-logo-stacked.svg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000px;
    display: block;
    margin: 0 auto; }
  .site-footer .footer-nav {
    margin: 4rem 0;
    padding: 0; }
    .site-footer .footer-nav ul {
      padding: 0;
      margin: 0; }
      .site-footer .footer-nav ul li {
        display: block;
        margin: 0 0 1.5rem;
        list-style: none; }
        @media only screen and (min-width: 800px) {
          .site-footer .footer-nav ul li {
            display: inline-block;
            margin: 0 3rem; } }
        .site-footer .footer-nav ul li.close-menu {
          display: none; }
        .site-footer .footer-nav ul li a {
          text-decoration: none;
          color: #000; }
          .site-footer .footer-nav ul li a:hover, .site-footer .footer-nav ul li a:active {
            text-decoration: underline; }
        .site-footer .footer-nav ul li ul {
          display: none; }
  .site-footer .contact-menu {
    margin: 0;
    padding: 0; }
    .site-footer .contact-menu li {
      display: block;
      margin: 0 0 1.5rem;
      list-style: none; }
      @media only screen and (min-width: 800px) {
        .site-footer .contact-menu li {
          display: inline-block;
          margin: 0 1.5rem; } }
      .site-footer .contact-menu li a {
        text-decoration: underline;
        color: #000; }
        .site-footer .contact-menu li a:hover, .site-footer .contact-menu li a:active {
          text-decoration: none; }
  .site-footer .footer-seal {
    display: block;
    margin: 4rem auto;
    width: 9rem;
    height: 9rem;
    background: url(../public_assets/images/seal.svg) no-repeat center center;
    background-size: contain; }
  .site-footer .social {
    margin: 0 0 3rem;
    padding: 0; }
    .site-footer .social li {
      display: inline-block;
      margin: 0 1.5rem;
      list-style: none; }
      .site-footer .social li a {
        text-decoration: none;
        display: block;
        width: 2rem;
        height: 2rem;
        overflow: hidden;
        text-indent: -1000px; }
        .site-footer .social li a.ig {
          background: url(../public_assets/images/icon-instagram.svg) no-repeat center center;
          background-size: contain; }
        .site-footer .social li a.fb {
          background: url(../public_assets/images/icon-facebook.svg) no-repeat center center;
          background-size: contain; }
        .site-footer .social li a.tw {
          background: url(../public_assets/images/icon-x.svg) no-repeat center center;
          background-size: contain; }
        .site-footer .social li a.yt {
          background: url(../public_assets/images/icon-youtube.svg) no-repeat center center;
          background-size: contain; }
  .site-footer .copyright {
    margin: 0 auto 3rem;
    max-width: 80%; }
    .site-footer .copyright .siteby {
      display: inline-block;
      width: 7rem;
      height: 1.5rem;
      background: url(../public_assets/images/brink.svg) no-repeat center center;
      background-size: contain;
      overflow: hidden;
      text-indent: -1000px;
      margin-left: .5rem;
      transform: translateY(0.25rem); }

.subscribe .subscribe-box {
  background: #058185;
  color: #fff;
  padding: 2rem 3rem;
  text-align: center; }
  @media only screen and (min-width: 1150px) {
    .subscribe .subscribe-box {
      padding: 2.8rem 6rem 2rem 6rem;
      text-align: left; } }
  .subscribe .subscribe-box h2 {
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: -.5rem 0 0;
    font-size: 3.2rem;
    line-height: 4.6rem;
    letter-spacing: 2.56px; }
  .subscribe .subscribe-box form {
    margin: 0;
    padding: 0; }
    .subscribe .subscribe-box form fieldset {
      border: 0;
      margin: 0;
      padding: 0; }
    .subscribe .subscribe-box form .form-title {
      display: block; }
      @media only screen and (min-width: 1150px) {
        .subscribe .subscribe-box form .form-title {
          width: 28rem;
          float: left; } }
    .subscribe .subscribe-box form .form-row-group {
      display: block; }
      @media only screen and (min-width: 1150px) {
        .subscribe .subscribe-box form .form-row-group {
          width: calc(100% - 48rem);
          float: left;
          margin-right: 2rem; } }
    .subscribe .subscribe-box form .form-submit {
      display: block;
      position: relative; }
      @media only screen and (min-width: 1150px) {
        .subscribe .subscribe-box form .form-submit {
          width: 18rem;
          float: left;
          margin-top: -.2rem;
          cursor: pointer; } }
      .subscribe .subscribe-box form .form-submit.thinking .button {
        display: none; }
      .subscribe .subscribe-box form .form-submit.thinking:after {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        background: url(../public_assets/images/ajax-loader.gif) no-repeat center center;
        background-size: contain;
        position: relative;
        left: 50%;
        top: .4rem;
        transform: translateX(-50%); }
    .subscribe .subscribe-box form .form-row {
      display: block;
      margin: 0 0 2.8rem 0;
      position: relative; }
      @media only screen and (min-width: 1150px) {
        .subscribe .subscribe-box form .form-row {
          width: calc(33.33% - 1.6rem);
          float: left;
          margin: 0 .8rem; } }
      .subscribe .subscribe-box form .form-row label {
        display: none; }
      .subscribe .subscribe-box form .form-row input {
        width: 100%;
        outline: none;
        background: #058185;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: 0;
        padding: .75rem 2rem; }
        .subscribe .subscribe-box form .form-row input.error {
          border-color: #AB0520; }
      .subscribe .subscribe-box form .form-row .form-error {
        display: none;
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        bottom: -2.8rem;
        left: 0;
        white-space: nowrap; }
.subscribe #subscribe-errors {
  display: none;
  background: #AB0520;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #fff; }
  .subscribe #subscribe-errors.success {
    background: #058185; }
.subscribe .gform_confirmation_wrapper {
  background: #058185;
  color: #fff;
  padding: 2rem 3rem;
  text-align: center; }
  @media only screen and (min-width: 1000px) {
    .subscribe .gform_confirmation_wrapper {
      padding: 2rem 6rem; } }
.subscribe .gform_wrapper {
  background: #058185;
  padding: 2rem 3rem;
  position: relative;
  width: calc(100% - 4rem);
  margin: 0 auto; }
  @media only screen and (min-width: 1000px) {
    .subscribe .gform_wrapper {
      width: calc(100% - 10rem);
      padding: 2rem 6rem; } }
  .subscribe .gform_wrapper .validation_error {
    position: absolute;
    bottom: 100%;
    background: #AB0520;
    width: 100%;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: #fff; }
  .subscribe .gform_wrapper .gform_heading {
    margin: 0 0 2.4rem 0;
    text-align: center; }
    .subscribe .gform_wrapper .gform_heading h3 {
      color: #fff;
      font-weight: 400;
      padding: 0;
      margin: .5rem 0 0;
      font-size: 3.2rem;
      line-height: 4.6rem;
      letter-spacing: 2.56px; }
    @media only screen and (min-width: 1000px) {
      .subscribe .gform_wrapper .gform_heading {
        width: 27rem;
        float: left;
        margin: 0;
        text-align: left; }
        .subscribe .gform_wrapper .gform_heading h3 {
          margin: 0; } }
  .subscribe .gform_wrapper .gform_body {
    width: 100%;
    margin: 0 0 2.4rem 0; }
    @media only screen and (min-width: 1000px) {
      .subscribe .gform_wrapper .gform_body {
        width: calc(100% - 43rem);
        float: left;
        margin: .75rem 0 1rem; } }
    .subscribe .gform_wrapper .gform_body ul {
      margin: 0;
      padding: 0; }
      .subscribe .gform_wrapper .gform_body ul li {
        width: 100%;
        margin: 0 0 2.4rem 0;
        list-style: none !important;
        padding: 0;
        clear: none;
        position: relative; }
        @media only screen and (min-width: 1000px) {
          .subscribe .gform_wrapper .gform_body ul li {
            width: calc(50% - 2rem);
            float: left;
            margin: 0 1rem; } }
        .subscribe .gform_wrapper .gform_body ul li .ginput_container {
          padding: 0;
          margin: 0; }
        .subscribe .gform_wrapper .gform_body ul li label {
          display: none; }
        .subscribe .gform_wrapper .gform_body ul li input {
          width: 100%;
          outline: none;
          background: #058185;
          color: #fff;
          border: 2px solid #fff;
          border-radius: 5px;
          margin: 0;
          padding: .75rem 2rem; }
        .subscribe .gform_wrapper .gform_body ul li .validation_message {
          position: absolute;
          top: calc(100% - .5rem);
          width: 100%;
          left: 0;
          font-size: 1.2rem;
          color: #fff; }
        .subscribe .gform_wrapper .gform_body ul li.gfield_error input {
          border-color: #AB0520; }
  .subscribe .gform_wrapper .gform_footer {
    width: 12.5rem;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1000px) {
      .subscribe .gform_wrapper .gform_footer {
        width: 13rem;
        float: left;
        clear: none;
        margin: 0.75rem 0 0 1rem; } }
    .subscribe .gform_wrapper .gform_footer input {
      border: 0;
      padding: 1rem 4rem;
      outline: 0; }
.subscribe ::-webkit-input-placeholder {
  font-style: italic;
  color: #fff; }
.subscribe :-moz-placeholder {
  font-style: italic;
  color: #fff; }
.subscribe ::-moz-placeholder {
  font-style: italic;
  color: #fff; }
.subscribe :-ms-input-placeholder {
  font-style: italic;
  color: #fff; }
.subscribe ::-ms-input-placeholder {
  font-style: italic;
  color: #fff; }
.subscribe ::placeholder {
  font-style: italic;
  color: #fff; }
.subscribe .gform_ajax_spinner {
  background: transparent;
  top: 1rem;
  right: -4rem;
  position: absolute;
  z-index: 10; }

.center-title {
  width: 100%;
  text-align: center;
  color: #BC5B15;
  font-size: 3.2rem;
  line-height: 4.6rem;
  letter-spacing: 2.56px;
  font-weight: 400;
  margin-bottom: -6rem; }
  .center-title.marginless {
    margin-bottom: 0; }
  .center-title.marginbottom {
    margin-bottom: 3.5rem; }

.image-with-text {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
  border-top: 5px solid #058185;
  margin: 0 0 5rem 0; }
  @media only screen and (min-width: 1000px) {
    .image-with-text {
      margin: 0 0 10rem 0; } }
  .image-with-text.left .iwt-image {
    overflow: hidden;
    width: 100%; }
    @media only screen and (min-width: 1000px) {
      .image-with-text.left .iwt-image {
        width: 50%;
        height: 80rem;
        float: left;
        margin-bottom: 0; } }
  @media only screen and (min-width: 1000px) {
    .image-with-text.left .iwt-text {
      width: 50%;
      float: left; } }
  .image-with-text.top {
    border-top: 0;
    border-bottom: 5px solid #058185; }
    .image-with-text.top .iwt-image {
      width: 100%;
      overflow: hidden; }
      @media only screen and (min-width: 1000px) {
        .image-with-text.top .iwt-image {
          height: 50rem; } }
    .image-with-text.top .iwt-text {
      text-align: center; }
      .image-with-text.top .iwt-text .iwt-text-wrapper {
        max-width: 80rem;
        margin: 0 auto; }
  .image-with-text .iwt-image {
    position: relative; }
    .image-with-text .iwt-image img {
      width: 100%; }
      @media only screen and (min-width: 1000px) {
        .image-with-text .iwt-image img {
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: auto; } }
    @media only screen and (min-width: 1000px) {
      .image-with-text .iwt-image.full img {
        position: relative;
        width: 100%;
        min-height: auto;
        top: 50%;
        left: auto;
        transform: translateY(-50%); } }
  .image-with-text .iwt-text {
    padding: 3rem 2rem; }
    @media only screen and (min-width: 1000px) {
      .image-with-text .iwt-text {
        padding: 6rem 4rem; } }
    .image-with-text .iwt-text h2 {
      color: #BC5B15;
      font-weight: 400;
      margin-top: 0;
      letter-spacing: 1.28px;
      line-height: 4rem; }
      .image-with-text .iwt-text h2 strong {
        font-weight: 700; }
    .image-with-text .iwt-text strong {
      letter-spacing: .72px; }
    .image-with-text .iwt-text p {
      line-height: 3.1rem;
      letter-spacing: 1.17px; }
    .image-with-text .iwt-text .primary-button, .image-with-text .iwt-text .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .image-with-text .iwt-text input {
      margin-top: 3rem; }

.standard-copy {
  position: relative;
  text-align: center;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 1000px) {
    .standard-copy {
      margin-bottom: 10.5rem; } }
  .standard-copy p {
    max-width: 56rem;
    letter-spacing: 1.17px;
    margin: 0 auto 1.5rem;
    line-height: 3.1rem; }
  .standard-copy h1 {
    font-size: 5rem;
    line-height: 5rem;
    color: #BC5B15;
    font-weight: 200;
    margin: 0 0 2.4rem 0;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 1000px) {
      .standard-copy h1 {
        font-size: 7.2rem;
        line-height: 8rem;
        letter-spacing: 4.32px;
        margin: 0 0 3.5rem 0; } }
  .standard-copy h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 2.56px;
    color: #BC5B15;
    font-weight: 400;
    max-width: 68rem;
    margin: 0 auto 1.6rem; }
    @media only screen and (min-width: 1000px) {
      .standard-copy h2 {
        margin: 0 auto 1rem; } }
  .standard-copy hr {
    border: 0;
    height: 1.5rem; }
  .standard-copy.has-h1 h2 {
    color: #058185; }
  .standard-copy .button.mt {
    margin-top: 3.5rem; }
  .standard-copy img {
    width: 100%; }

.project-slideshow {
  position: relative;
  margin-bottom: 5rem; }
  @media only screen and (min-width: 1400px) {
    .project-slideshow {
      min-height: 32.5rem;
      margin-bottom: 10rem; } }
  .project-slideshow h2 {
    width: 100%;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4.6rem;
    letter-spacing: 2.56px;
    color: #BC5B15;
    margin: 0; }
  .project-slideshow .slideshow-intro-copy {
    max-width: 56rem;
    margin: 1rem auto 3.5rem;
    text-align: center;
    letter-spacing: 1.17px;
    line-height: 3.1rem; }
  .project-slideshow .slideshow-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 53rem; }
    @media only screen and (min-width: 1400px) {
      .project-slideshow .slideshow-wrapper {
        min-height: 32.5rem; } }
    .project-slideshow .slideshow-wrapper .slideshow-slide {
      position: absolute;
      top: 0;
      left: 100%;
      background: #058185;
      color: #fff;
      padding: 2rem;
      width: calc(100% - 4rem);
      margin-left: 2rem; }
      @media only screen and (min-width: 1400px) {
        .project-slideshow .slideshow-wrapper .slideshow-slide {
          width: calc(100% - 10rem);
          margin-left: 5rem;
          padding: 4rem 10rem;
          min-height: 32.5rem; } }
      .project-slideshow .slideshow-wrapper .slideshow-slide.active {
        left: 0; }
      .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-image-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 20rem; }
        @media only screen and (min-width: 1000px) {
          .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-image-wrapper {
            height: 30rem; } }
        @media only screen and (min-width: 1200px) {
          .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-image-wrapper {
            height: 40rem; } }
        @media only screen and (min-width: 1400px) {
          .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-image-wrapper {
            width: 49rem;
            height: 24rem;
            float: right; } }
        .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-image-wrapper img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 100%; }
      .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        letter-spacing: 1.44px; }
        @media only screen and (min-width: 1400px) {
          .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy {
            width: calc(100% - 56rem);
            float: left;
            margin-right: 7rem;
            margin-top: 0;
            text-align: left; } }
        .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy h3 {
          font-size: 3.2rem;
          line-height: 3.9rem;
          letter-spacing: 2.56px;
          font-weight: 400;
          margin-bottom: 1rem;
          margin-top: 0; }
        .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy .primary-button, .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy input {
          margin: 3rem auto 0;
          display: block;
          max-width: 20rem;
          text-align: center;
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.25); }
          @media only screen and (min-width: 1400px) {
            .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy .primary-button, .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .project-slideshow .slideshow-wrapper .slideshow-slide .slideshow-copy input {
              margin: 3rem 0 0; } }
  .project-slideshow .slideshow-arrow {
    position: absolute;
    bottom: 25rem;
    left: -.15rem;
    width: 5rem;
    height: 5rem;
    background: #BC5B15;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    z-index: 10;
    cursor: pointer; }
    @media only screen and (min-width: 1400px) {
      .project-slideshow .slideshow-arrow {
        bottom: 14rem;
        left: 2.5rem; } }
    .project-slideshow .slideshow-arrow .arrow {
      right: 1rem;
      transform: translateY(-50%) rotate(225deg);
      overflow: hidden;
      text-indent: -1000px; }
    .project-slideshow .slideshow-arrow.right {
      left: auto;
      right: -.15rem; }
      .project-slideshow .slideshow-arrow.right .arrow {
        right: 1.75rem;
        transform: translateY(-50%) rotate(45deg); }
      @media only screen and (min-width: 1400px) {
        .project-slideshow .slideshow-arrow.right {
          right: 2.5rem; } }

.column-boxes {
  clear: both;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 1000px) {
    .column-boxes {
      margin-bottom: 10.5rem; } }
  .column-boxes .column-box-wrapper {
    position: relative;
    width: 100%;
    margin-top: 3.5rem; }
    @media only screen and (min-width: 1000px) {
      .column-boxes .column-box-wrapper {
        width: calc(100% + 3.6rem);
        margin-left: -1.8rem; } }
  .column-boxes .column-box {
    width: 100%;
    margin: 0 0 3.6rem;
    border-bottom: 5px solid #058185;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 1000px) {
      .column-boxes .column-box {
        width: calc(33.33% - 3.6rem);
        float: left;
        margin: 0 1.8rem; } }
    .column-boxes .column-box .column-image {
      position: relative;
      width: 100%; }
      .column-boxes .column-box .column-image:after {
        content: "";
        padding-top: 100%;
        display: block; }
    .column-boxes .column-box .column-copy {
      padding: 3.5rem;
      line-height: 3.1rem;
      letter-spacing: 1.17px; }
      .column-boxes .column-box .column-copy h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: .63px;
        color: #058185;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 1rem 0;
        padding: 0; }

.stat-boxes {
  clear: both; }
  .stat-boxes h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 3.6rem;
    width: 100%;
    text-align: center;
    font-weight: 400; }
  .stat-boxes .stat-box-wrapper {
    position: relative;
    width: 100%;
    margin-top: 3.5rem;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .stat-boxes .stat-box-wrapper {
        width: calc(100% + 3.6rem);
        margin-left: -1.8rem; } }
  .stat-boxes .stat-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 3.6rem;
    color: #fff !important;
    padding: 3.6rem;
    position: relative; }
    @media only screen and (min-width: 800px) {
      .stat-boxes .stat-box {
        width: calc(50% - 3.8rem);
        display: inline-block;
        margin: 0 1.6rem 3.6rem; } }
    @media only screen and (min-width: 1000px) {
      .stat-boxes .stat-box {
        width: calc(33.33% - 3.8rem); } }
    .stat-boxes .stat-box.orange {
      background: #BC5B15; }
    .stat-boxes .stat-box.blue {
      background: #058185; }
    .stat-boxes .stat-box.large h4 {
      font-size: 7.2rem;
      line-height: 8rem;
      letter-spacing: 4.32px;
      font-weight: 400;
      margin: 0; }
    .stat-boxes .stat-box.standard h4 {
      font-size: 3.2rem;
      line-height: 4rem;
      letter-spacing: 1.28px;
      font-weight: 400;
      margin: .5rem 0; }
    .stat-boxes .stat-box .stat-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      padding: 1rem 0;
      width: calc(100% - 2rem); }
  .stat-boxes .stat-closing-copy {
    margin: 3.6rem 0 10rem;
    text-align: center;
    font-style: italic;
    color: #919191;
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 1.44px; }
    .stat-boxes .stat-closing-copy .primary-button, .stat-boxes .stat-closing-copy .subscribe .gform_wrapper .gform_footer input, .subscribe .gform_wrapper .gform_footer .stat-boxes .stat-closing-copy input {
      margin: 0 auto; }

.rollover-boxes {
  clear: both;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 800px) {
    .rollover-boxes {
      margin-bottom: 10.5rem; } }
  .rollover-boxes h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 1.28px;
    width: 100%;
    color: #BC5B15;
    font-weight: 400;
    text-align: center;
    margin: 0 0 3rem; }
  .rollover-boxes .rollover-box-wrapper {
    position: relative;
    margin-top: 3.5rem;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .rollover-boxes .rollover-box-wrapper {
        width: calc(100% + 3.6rem);
        margin-left: -1.8rem; } }
  .rollover-boxes .rollover-box {
    width: 100%;
    display: block;
    margin: 0 0 3.6rem;
    background: #058185;
    color: #fff;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 800px) {
      .rollover-boxes .rollover-box {
        width: calc(50% - 3.6rem);
        display: inline-block;
        margin: 0 1.4rem 3.6rem; } }
    .rollover-boxes .rollover-box h3 {
      font-size: 3.2rem;
      line-height: 4rem;
      letter-spacing: 1.28px;
      width: 100%;
      padding: 3rem;
      margin: 0; }
      @media only screen and (min-width: 800px) {
        .rollover-boxes .rollover-box h3 {
          padding: 0 3rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); } }
    .rollover-boxes .rollover-box .rollover-copy {
      width: 100%;
      background: #BC5B15;
      border-top: 5px solid #EF863A;
      padding: 1.4rem 3.5rem;
      transition: .2s; }
      @media only screen and (min-width: 800px) {
        .rollover-boxes .rollover-box .rollover-copy {
          position: absolute;
          top: 100%;
          left: 0; } }
    .rollover-boxes .rollover-box:hover .rollover-copy, .rollover-boxes .rollover-box:active .rollover-copy {
      top: 0; }

.team-boxes {
  clear: both;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 800px) {
    .team-boxes {
      margin-bottom: 10.5rem; } }
  .team-boxes h2 {
    width: 100%;
    color: #BC5B15;
    font-weight: 400;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 3.6rem; }
  .team-boxes .team-box-wrapper {
    position: relative;
    width: 100%;
    margin-top: 3.5rem;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .team-boxes .team-box-wrapper {
        width: calc(100% + 3.6rem);
        margin-left: -1.8rem; } }
  .team-boxes .team-box {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto 3.6rem;
    border-bottom: 5px solid #058185;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
    max-width: 40rem; }
    @media only screen and (min-width: 800px) {
      .team-boxes .team-box {
        width: calc(50% - 3.6rem);
        display: inline-block;
        margin: 0 1.4rem 3.6rem;
        max-width: auto; } }
    @media only screen and (min-width: 1200px) {
      .team-boxes .team-box {
        width: calc(25% - 3.6rem); } }
    .team-boxes .team-box .team-image {
      width: 100%; }
      .team-boxes .team-box .team-image:after {
        content: "";
        display: block;
        padding-top: 100%; }
    .team-boxes .team-box .team-copy {
      padding: 3.6rem; }
      .team-boxes .team-box .team-copy h3 {
        padding: 0;
        margin: 0;
        color: #058185;
        text-transform: uppercase;
        font-weight: 700; }
      .team-boxes .team-box .team-copy h4 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        terxt-transform: uppercase;
        letter-spacing: .72px;
        padding: 0;
        margin: 0 0 1.8rem;
        font-weight: 400; }
      .team-boxes .team-box .team-copy a {
        display: block;
        margin: .5rem 0 0 0;
        color: #000;
        font-size: 1.2rem;
        letter-spacing: 0;
        font-weight: 400; }

.accordion-items {
  clear: both;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 800px) {
    .accordion-items {
      margin-bottom: 10.5rem; } }
  .accordion-items h2 {
    width: 100%;
    color: #BC5B15;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 1.28px;
    text-align: center;
    margin: 0 0 3rem; }

.accordion-item {
  margin: 0 auto 3.6rem;
  width: 100%; }
  @media only screen and (min-width: 800px) {
    .accordion-item {
      width: calc(100% - 10rem); } }
  .accordion-item .accordion-title {
    background: #058185;
    padding: 3.5rem;
    position: relative;
    cursor: pointer; }
    .accordion-item .accordion-title h3 {
      max-width: calc(100% - 4rem);
      padding: 0;
      margin: 0;
      line-height: 2.8rem;
      letter-spacing: .63px;
      color: #fff; }
      @media only screen and (min-width: 800px) {
        .accordion-item .accordion-title h3 {
          max-width: calc(100% - 25rem); } }
    .accordion-item .accordion-title.opened .arrow {
      transform: translateY(-50%) rotate(-45deg); }
  .accordion-item .accordion-copy {
    padding: 0 3.5rem 3.5rem;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: .48px; }
    .accordion-item .accordion-copy p {
      margin: 0;
      padding-top: 3.5rem; }
  .accordion-item:hover .arrow, .accordion-item:active .arrow {
    top: calc(50% + 5px); }

.arrow {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%) rotate(135deg);
  transition: .2s;
  transform-origin: 50% 50%;
  overflow: hidden;
  text-indent: -1000px; }
  .arrow:before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 5px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  .arrow:after {
    content: "";
    display: block;
    width: 5px;
    height: 2.4rem;
    border-radius: 0 0 5px 5px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0; }

.info-box-section {
  clear: both; }

.info-box {
  margin-bottom: 6.9rem;
  border-top: 5px solid #058185;
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 800px) {
    .info-box {
      margin-bottom: 10.5rem; } }
  .info-box.search {
    width: 100%;
    margin: 0 0 3.2rem; }
    @media only screen and (min-width: 600px) {
      .info-box.search {
        width: calc(50% - 3.2rem);
        float: left;
        margin: 0 1.6rem 3.2rem; } }
    @media only screen and (min-width: 800px) {
      .info-box.search {
        width: calc(33.33% - 3.2rem); } }
  .info-box.half {
    width: 100%;
    margin-bottom: 3.5rem; }
    @media only screen and (min-width: 800px) {
      .info-box.half {
        width: calc(50% - 1.6rem);
        float: left;
        margin-right: 1.6rem; }
        .info-box.half.right {
          margin-left: 1.6rem;
          margin-right: 0; } }
  .info-box.standard {
    clear: both; }
  .info-box.has-image {
    border-top: 0;
    border-bottom: 5px solid #058185; }
  .info-box .info-box-image-wrapper {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    position: relative; }
    .info-box .info-box-image-wrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .info-box img {
    width: 120%;
    height: auto; }
  .info-box h2 {
    color: #BC5B15;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 1.28px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 3.5rem;
    padding: 0; }
  .info-box .info-box-description {
    margin: 0 auto 3.5rem;
    max-width: 95rem;
    text-align: center; }
    .info-box .info-box-description.condensed {
      padding: 3.5rem;
      margin-bottom: 0; }
      .info-box .info-box-description.condensed h2 {
        line-height: 4rem;
        margin-bottom: 0;
        padding-bottom: 0; }
        .info-box .info-box-description.condensed h2 a {
          color: #BC5B15;
          text-decoration: none; }
  .info-box .info-box-content {
    padding: 7rem; }
  .info-box .info-box-column {
    text-align: center; }
    .info-box .info-box-column.align- h3 {
      color: #058185; }
    .info-box .info-box-column.align-left {
      text-align: left !important; }
    .info-box .info-box-column h3 {
      color: #BC5B15;
      text-transform: uppercase;
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: .63px;
      font-weight: 700;
      margin: 0; }
    .info-box .info-box-column h4 {
      color: #BC5B15;
      text-transform: uppercase;
      font-size: 1.8rem;
      font-weight: 700;
      margin: 0; }
    .info-box .info-box-column p {
      margin: .8rem 0 2.4rem;
      letter-spacing: 1.17px; }
    .info-box .info-box-column a:not(.button) {
      color: #BC5B15; }
  .info-box .closing-statement {
    text-align: center;
    max-width: 56rem;
    margin: 3.5rem auto 0; }
    .info-box .closing-statement a {
      color: #BC5B15; }
  .info-box.single .info-box-column {
    width: 100%;
    text-align: center;
    display: block; }
  .info-box.double .info-box-column {
    width: 100%;
    margin: 0 0 3.6rem;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 800px) {
      .info-box.double .info-box-column {
        width: calc(50% - 3.6rem);
        margin: 0 1.4rem 3.6rem;
        display: inline-block; } }
  .info-box.all .info-box-column {
    width: 100%;
    margin: 0 0 3.6rem;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 1000px) {
      .info-box.all .info-box-column {
        width: calc(33.33% - 3.6rem);
        margin: 0 1.4rem 3.6rem;
        display: inline-block; } }

.financial-statements {
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 800px) {
    .financial-statements {
      margin-bottom: 10.5rem; } }
  .financial-statements h2 {
    text-align: center;
    color: #BC5B15;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 1.28px;
    font-weight: 400;
    margin: 0 0 3.5rem;
    padding: 0; }
  .financial-statements .financial-wrapper {
    width: 100%; }
    @media only screen and (min-width: 800px) {
      .financial-statements .financial-wrapper {
        width: calc(100% + 3.6rem);
        margin-left: -1.6rem; } }
  .financial-statements .financial-section {
    margin-bottom: 3.5rem;
    text-align: center; }
    .financial-statements .financial-section h3 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: .63px;
      text-align: center;
      margin-bottom: 3.5rem; }
    .financial-statements .financial-section .box-link {
      display: block;
      padding: 5rem;
      text-align: center;
      width: 100%;
      max-width: 40rem;
      font-weight: 700;
      letter-spacing: .72px;
      margin: 0 auto 3.5rem;
      color: #058185;
      text-decoration: none;
      background: #fff;
      box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
      transition: .2s; }
      @media only screen and (min-width: 800px) {
        .financial-statements .financial-section .box-link {
          display: inline-block;
          width: calc(50% - 3.6rem);
          margin: 0 1.4rem 3.5rem;
          max-width: auto; } }
      .financial-statements .financial-section .box-link:hover, .financial-statements .financial-section .box-link:active {
        background: #BC5B15;
        color: #fff; }

.donate-box {
  clear: both;
  margin-bottom: 10rem; }
  .donate-box .donate-left {
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (min-width: 1000px) {
      .donate-box .donate-left {
        width: calc(50% - 3.5rem);
        float: left;
        margin-right: 3.5rem; } }
    .donate-box .donate-left h2 {
      font-size: 3.2rem;
      color: #058185;
      line-height: 4rem;
      letter-spacing: 1.28px;
      font-weight: 400;
      margin: 0 0 3.5rem;
      padding: 0; }
    .donate-box .donate-left h3 {
      font-size: 1.8rem;
      line-height: 2.8rem;
      letter-spacing: .63px;
      color: #BC5B15;
      margin: 3.5rem 0;
      text-transform: uppercase; }
    .donate-box .donate-left img {
      width: 100%;
      height: auto; }
    .donate-box .donate-left .accordion-item {
      width: 100%; }
      .donate-box .donate-left .accordion-item h3 {
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: none; }
  .donate-box .donate-right {
    width: 100%;
    padding: 3.5rem;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 1000px) {
      .donate-box .donate-right {
        width: calc(50% - 3.5rem);
        float: left;
        margin-left: 3.5rem;
        overflow: hidden; } }

.sponsors {
  clear: both;
  margin-bottom: 6.9rem; }
  @media only screen and (min-width: 1000px) {
    .sponsors {
      margin-bottom: 10.5rem; } }
  .sponsors h2 {
    text-align: center;
    color: #BC5B15;
    font-size: 3.2rem;
    line-height: 4rem;
    letter-spacing: 1.28px;
    font-weight: 400;
    margin: 0 0 3.5rem;
    padding: 0; }
  .sponsors .sponsors-wrapper {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    text-align: center; }
    .sponsors .sponsors-wrapper .sponsor {
      width: calc(50% - 3.4rem);
      margin: 0 1.4rem 3.2rem;
      display: inline-block; }
      @media only screen and (min-width: 800px) {
        .sponsors .sponsors-wrapper .sponsor {
          width: calc(25% - 3.4rem); } }
      .sponsors .sponsors-wrapper .sponsor img {
        width: 100%; }

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