/*
Theme Name: Million Tree
*/
/*
@mixin font-sizes($sizes){
  @each $breakpoint in $breakpoints {
    $width: map-get($breakpoint, $width);
    @media only screen and (max-width: $width){
      font-size: $font-sizes-{$breakpoint}($sizes);
    }
  }
}
*/
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Medium.woff2") format("woff2"), url("fonts/TTCommons-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Black.woff2") format("woff2"), url("fonts/TTCommons-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Regular.woff2") format("woff2"), url("fonts/TTCommons-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Thin.woff2") format("woff2"), url("fonts/TTCommons-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Italic.woff2") format("woff2"), url("fonts/TTCommons-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'TT Commons';
  src: url("fonts/TTCommons-Bold.woff2") format("woff2"), url("fonts/TTCommons-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box; }

body {
  font-family: "TT Commons", sans-serif;
  font-size: 20px;
  color: #000000;
  background: #F8FFFF;
  font-size: 16px;
  line-height: 1.1; }
  body img {
    max-width: 100%; }
  @media only screen and (max-width: 993px) {
    body {
      padding-top: 65px; } }
  body.acknowledge {
    overflow: hidden; }

section {
  float: left;
  width: 100%; }

input[type="text"], input[type="email"], input[type="search"], input[type="submit"], textarea, button {
  font-family: "TT Commons", sans-serif;
  font-size: 20px;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0; }

h1,
.h1,
.h1 p {
  font-size: 54px;
  font-weight: 600;
  font-family: "TT Commons", sans-serif;
  line-height: 1.15; }
  @media only screen and (max-width: 1100px) {
    h1,
    .h1,
    .h1 p {
      font-size: 44px; } }
  @media only screen and (max-width: 550px) {
    h1,
    .h1,
    .h1 p {
      font-size: 30px; } }

h2,
.h2,
.h2 p {
  font-size: 46px;
  font-weight: 600;
  font-family: "TT Commons", sans-serif; }
  @media only screen and (max-width: 1100px) {
    h2,
    .h2,
    .h2 p {
      font-size: 36px; } }
  @media only screen and (max-width: 550px) {
    h2,
    .h2,
    .h2 p {
      font-size: 25px; } }

h3,
.h3,
.h3 p {
  font-size: 40px;
  font-weight: 600;
  font-family: "TT Commons", sans-serif; }
  @media only screen and (max-width: 1100px) {
    h3,
    .h3,
    .h3 p {
      font-size: 30px; } }
  @media only screen and (max-width: 550px) {
    h3,
    .h3,
    .h3 p {
      font-size: 20px; } }

h4,
.h4,
.h4 p {
  font-size: 34px;
  font-weight: 600;
  font-family: "TT Commons", sans-serif; }
  @media only screen and (max-width: 1100px) {
    h4,
    .h4,
    .h4 p {
      font-size: 24px; } }
  @media only screen and (max-width: 550px) {
    h4,
    .h4,
    .h4 p {
      font-size: 18px; } }

h5,
.h5,
.h5 p {
  font-size: 26px;
  font-weight: 600; }
  @media only screen and (max-width: 1100px) {
    h5,
    .h5,
    .h5 p {
      font-size: 19px; } }
  @media only screen and (max-width: 550px) {
    h5,
    .h5,
    .h5 p {
      font-size: 16px; } }

h6,
.h6,
.h6 p {
  font-size: 16px;
  font-weight: 600; }
  @media only screen and (max-width: 1100px) {
    h6,
    .h6,
    .h6 p {
      font-size: 15px; } }
  @media only screen and (max-width: 550px) {
    h6,
    .h6,
    .h6 p {
      font-size: 15px; } }

a {
  color: #000000;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

p,
.p {
  font-family: "TT Commons", sans-serif;
  font-size: 20px;
  color: #000000;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.9px; }
  @media only screen and (max-width: 1100px) {
    p,
    .p {
      font-size: 20px;
      letter-spacing: 0; } }
  @media only screen and (max-width: 780px) {
    p,
    .p {
      font-size: 18px; } }
  @media only screen and (max-width: 550px) {
    p,
    .p {
      font-size: 15px; } }

b,
strong,
strong * {
  font-weight: 600; }

ul {
  margin-bottom: 1.5rem; }

*:focus {
  outline: none; }

.site {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1337px; }
  @media only screen and (max-width: 1337px) {
    .container {
      width: 100%;
      padding: 0 25px; } }
  @media only screen and (max-width: 993px) {
    .container {
      padding: 0 15px; } }

@media only screen and (min-width: 1337px) {
  .row {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; } }
.row .pledge {
  max-width: 1210px; }

@media only screen and (min-width: 992px) {
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 993px) {
  [class^="col-md"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 993px) {
  [class^="col-xs"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.generic--page {
  padding-top: 60px;
  padding-bottom: 60px;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 993px) {
    .generic--page {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .generic--page .img-responsive {
    margin-bottom: 1.5rem; }

.no--margin {
  margin: 0 !important; }

.no--padding {
  padding: 0 !important; }

.no--padding--top {
  padding-top: 0 !important; }

.no--padding--left {
  padding-left: 0 !important; }

.no--padding--right {
  padding-right: 0 !important; }

.no--padding--bottom {
  padding-bottom: 0 !important; }

.text--center {
  text-align: center !important; }

.img-responsive {
  display: block;
  width: 100%; }

.show-device {
  display: none !important; }
  @media only screen and (max-width: 993px) {
    .show-device {
      display: block !important; } }

.hidde-device {
  display: block !important; }
  @media only screen and (max-width: 993px) {
    .hidde-device {
      display: none !important; } }

.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear {
  float: left;
  clear: both;
  width: 100%; }

.button {
  -webkit-appearance: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 25px;
  text-align: center;
  font-family: 'TT Commons';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  .button.button--red {
    background: #E44A4A;
    border: 2px solid #E44A4A;
    color: #FFFFFF; }
    .button.button--red:hover {
      background: #CA3D3D;
      border-color: #CA3D3D; }
  .button.button--green {
    background: #FFFFFF;
    border: 2px solid #00E870;
    color: #00E870; }
    .button.button--green:hover {
      background: #00E870;
      color: #FFFFFF; }
  .button.button--blue {
    background: #281B3D;
    border: 2px solid #281B3D;
    color: #FFFFFF; }
    .button.button--blue:hover {
      background: #E44A4A;
      border-color: #E44A4A; }
  .button.button--calculate {
    background: #00E870;
    border: 2px solid #00E870;
    color: #FFFFFF;
    box-shadow: 0px 8px 14px rgba(121, 121, 121, 0.5);
    width: 295px; }
    @media only screen and (min-width: 993px) {
      .button.button--calculate {
        font-size: 20px;
        padding: 18px 35px;
        border-radius: 100px; } }
    @media only screen and (max-width: 780px) {
      .button.button--calculate {
        padding-top: 19px;
        padding-bottom: 19px;
        max-width: 265px;
        border-radius: 50px; } }
    @media only screen and (max-width: 550px) {
      .button.button--calculate {
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 260px;
        font-size: 16px; } }
    .button.button--calculate:hover {
      background: #E44A4A;
      border-color: #E44A4A; }
  .button:focus, .button:visited {
    outline: 0 none; }
  @media only screen and (max-width: 780px) {
    .button {
      padding: 10px;
      font-size: 14px;
      border-radius: 50px; } }

.link {
  color: #E44A4A;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none; }
  .link__no--uppercase {
    text-transform: none; }
  .link:hover {
    color: #CA3D3D; }
  @media only screen and (max-width: 700px) {
    .link {
      font-size: 15px; } }
  .link.no--uppercase {
    text-transform: none; }
  .link.link--green {
    color: #00E870;
    text-transform: none; }
    .link.link--green:hover {
      color: #00724B; }

.alignleft {
  float: left;
  max-width: 50%;
  margin: 0 30px 20px 0; }

.alignright {
  float: right;
  max-width: 50%;
  margin: 0 0 20px 30px; }

.alignnone, .aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100%; }

.header {
  height: 85px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  background: #281B3D;
  z-index: 5; }
  .header .row {
    max-width: 100%; }
  .header__background-header {
    background: #281B3D;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: none; }
  .header.initial-header {
    position: absolute;
    background: transparent;
    top: 20px;
    width: 100%;
    left: 0; }
    @media only screen and (max-width: 993px) {
      .header.initial-header {
        top: 0;
        background: #281B3D; } }
    @media only screen and (min-width: 993px) {
      .header.initial-header .header__content {
        height: 85px; } }
    .header.initial-header .header__logo img {
      max-height: inherit; }
      @media only screen and (max-width: 993px) {
        .header.initial-header .header__logo img {
          max-height: 45px; } }
    @media only screen and (min-width: 993px) {
      .header.initial-header .header__menu {
        max-height: 80px;
        padding-left: 50px; } }
    @media only screen and (min-width: 1100px) {
      .header.initial-header .header__menu {
        padding-left: 0; } }
  .header.nav-up {
    top: -85px; }
    @media only screen and (max-width: 993px) {
      .header.nav-up {
        top: -65px; } }
  .header__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px; }
    @media only screen and (max-width: 993px) {
      .header__content {
        height: 65px; } }
  .header__logo {
    z-index: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }
    .header__logo a {
      float: left;
      width: auto;
      height: 100%; }
      .header__logo a img {
        float: left;
        width: auto;
        height: 100%;
        max-height: 45px; }
  .header__actions {
    z-index: 1;
    position: relative; }
  .header__hamburger {
    z-index: 1;
    display: none;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    float: right;
    margin-top: 10px;
    width: 40px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }
    .header__hamburger.is-active:hover {
      color: #E44A4A; }
    .header__hamburger.is-active:visited, .header__hamburger.is-active:focus {
      color: #FFFFFF; }
    .header__hamburger.is-active.hamburger-inner, .header__hamburger.is-active.hamburger-inner::before, .header__hamburger.is-active.hamburger-inner::after {
      background-color: #E44A4A; }
    .header__hamburger .hamburger-box {
      display: block;
      top: 50%;
      margin-top: 7px; }
    .header__hamburger .hamburger-inner,
    .header__hamburger .hamburger-inner::before,
    .header__hamburger .hamburger-inner::after {
      width: 40px;
      height: 5px;
      background-color: #FFFFFF;
      border-radius: 5px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .header__hamburger .hamburger-inner::after {
      width: 40px; }
    .header__hamburger .is-active .hamburger-inner::after {
      width: 40px; }
    .header__hamburger .hamburger-inner::before,
    .header__hamburger .hamburger-inner::after {
      content: "";
      display: block; }
    .header__hamburger .hamburger-inner::before {
      top: -10px; }
    .header__hamburger .hamburger-inner::after {
      bottom: -10px; }
    .header__hamburger.hamburger--spin .hamburger-inner {
      transition-duration: 0.22s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .header__hamburger.hamburger--spin .hamburger-inner::before {
      transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .header__hamburger.hamburger--spin .hamburger-inner::after {
      transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .header__hamburger.hamburger--spin.is-active .hamburger-inner {
      transform: rotate(225deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .header__hamburger.hamburger--spin.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
    .header__hamburger.hamburger--spin.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media only screen and (max-width: 993px) {
      .header__hamburger {
        display: block; } }
  .header__button--pledge {
    float: left;
    margin-right: 25px;
    display: none; }
    .header__button--pledge a {
      color: #00724B;
      background: #00E870;
      display: block;
      padding: 10px 25px;
      border-radius: 25px;
      line-height: 1.3;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (max-width: 700px) {
        .header__button--pledge a {
          font-size: 14px;
          padding: 5px 10px;
          margin-top: 5px; } }
      .header__button--pledge a:hover {
        color: #FFFFFF;
        background: #E44A4A; }
    @media only screen and (max-width: 993px) {
      .header__button--pledge {
        display: block; } }
    @media only screen and (max-width: 700px) {
      .header__button--pledge {
        margin-right: 10px; } }
  .header__menu {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: calc(100% - 207px);
    max-width: 650px;
    max-height: 60px; }
    .header__menu-subnavigation {
      text-align: right !important;
      margin-bottom: 10px; }
      .header__menu-subnavigation .menu-sub-menu-header-container {
        display: inline-block; }
      .header__menu-subnavigation .sub-menu-header {
        margin: 0;
        display: inline-block; }
        .header__menu-subnavigation .sub-menu-header li {
          display: inline-block;
          line-height: 11px;
          float: left; }
          @media only screen and (max-width: 993px) {
            .header__menu-subnavigation .sub-menu-header li {
              padding-top: 10px;
              padding-bottom: 15px; } }
          .header__menu-subnavigation .sub-menu-header li a {
            color: #FFFFFF;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            float: left; }
            .header__menu-subnavigation .sub-menu-header li a:hover {
              color: #E44A4A; }
        @media only screen and (max-width: 993px) {
          .header__menu-subnavigation .sub-menu-header {
            padding: 0 !important;
            text-align: center;
            padding-top: 5px !important; } }
      .header__menu-subnavigation .action-user {
        display: inline-block;
        margin: 0; }
        .header__menu-subnavigation .action-user li {
          display: inline-block;
          border-left: 2px solid #FFFFFF;
          line-height: 11px;
          margin-left: 10px;
          padding-left: 10px;
          float: left; }
          @media only screen and (max-width: 993px) {
            .header__menu-subnavigation .action-user li {
              padding-top: 10px;
              padding-bottom: 15px; } }
          @media only screen and (max-width: 993px) {
            .header__menu-subnavigation .action-user li {
              border-left: 0 none;
              margin-left: 0;
              padding-left: 0; } }
          .header__menu-subnavigation .action-user li a {
            color: #FFFFFF;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            float: left; }
            .header__menu-subnavigation .action-user li a:hover {
              color: #E44A4A; }
        @media only screen and (max-width: 993px) {
          .header__menu-subnavigation .action-user {
            padding: 0 !important;
            text-align: center; } }
    @media only screen and (max-width: 1024px) {
      .header__menu-navigation {
        order: 0; } }
    .header__menu-navigation .menu {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__menu-navigation .menu li {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        max-width: 110px;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 10px;
        position: relative; }
        @media only screen and (max-width: 993px) {
          .header__menu-navigation .menu li {
            padding-top: 5px;
            padding-bottom: 5px; } }
        .header__menu-navigation .menu li a {
          color: #FFFFFF;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 600;
          display: block;
          line-height: 1.3; }
          .header__menu-navigation .menu li a:hover {
            color: #E44A4A; }
        .header__menu-navigation .menu li .sub-menu {
          display: none;
          position: absolute;
          background: #E44A4A;
          padding-top: 10px;
          padding-bottom: 10px;
          border-radius: 10px;
          margin-top: 10px;
          min-width: 200px; }
          .header__menu-navigation .menu li .sub-menu:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #E44A4A;
            position: absolute;
            top: -8px;
            left: 12px; }
            @media only screen and (max-width: 993px) {
              .header__menu-navigation .menu li .sub-menu:before {
                border-bottom-color: #190f2a; } }
          .header__menu-navigation .menu li .sub-menu li {
            padding: 0 10px;
            display: block;
            text-align: left;
            max-width: 100%;
            margin: 7px 0; }
            .header__menu-navigation .menu li .sub-menu li a {
              display: inline-block;
              color: #FFFFFF !important; }
              @media only screen and (max-width: 993px) {
                .header__menu-navigation .menu li .sub-menu li a {
                  color: #E44A4A !important; } }
              .header__menu-navigation .menu li .sub-menu li a:after {
                display: none; }
              .header__menu-navigation .menu li .sub-menu li a:hover {
                color: #281B3D !important; }
            .header__menu-navigation .menu li .sub-menu li .menu-icon {
              display: none; }
            @media only screen and (max-width: 993px) {
              .header__menu-navigation .menu li .sub-menu li {
                text-align: center; } }
            @media only screen and (max-width: 993px) {
              .header__menu-navigation .menu li .sub-menu li.current-menu-item a {
                color: #FFFFFF !important; } }
          @media only screen and (max-width: 993px) {
            .header__menu-navigation .menu li .sub-menu {
              position: relative;
              padding: 0 !important;
              min-width: inherit;
              background: #190f2a;
              margin-bottom: 0; }
              .header__menu-navigation .menu li .sub-menu.active {
                display: block; } }
        @media only screen and (min-width: 993px) {
          .header__menu-navigation .menu li:hover ul {
            display: block; } }
        .header__menu-navigation .menu li.menu-item-has-children {
          padding-right: 25px;
          position: relative; }
          .header__menu-navigation .menu li.menu-item-has-children .menu-icon {
            position: absolute;
            right: 0;
            top: 10px;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #FFFFFF;
            float: right;
            margin-left: 7px;
            margin-top: 5px;
            padding-top: 10px; }
            @media only screen and (max-width: 993px) {
              .header__menu-navigation .menu li.menu-item-has-children .menu-icon {
                border-top-color: #E44A4A; } }
            @media only screen and (max-width: 993px) {
              .header__menu-navigation .menu li.menu-item-has-children .menu-icon.active {
                transform: rotate(-180deg); } }
          @media only screen and (max-width: 993px) {
            .header__menu-navigation .menu li.menu-item-has-children {
              padding-right: 0;
              text-align: center; } }
        @media only screen and (min-width: 993px) {
          .header__menu-navigation .menu li.menu-item-has-children:hover a {
            color: #E44A4A; } }
        @media only screen and (min-width: 993px) {
          .header__menu-navigation .menu li.menu-item-has-children:hover .menu-icon {
            border-top: 7px solid #E44A4A; } }
        .header__menu-navigation .menu li.current-menu-item a {
          color: #E44A4A; }
          @media only screen and (max-width: 993px) {
            .header__menu-navigation .menu li.current-menu-item a {
              color: #FFFFFF; } }
        .header__menu-navigation .menu li.current-menu-item .menu-icon {
          border-top-color: #E44A4A; }
        .header__menu-navigation .menu li.button-menu {
          max-width: inherit; }
          .header__menu-navigation .menu li.button-menu a {
            color: #00724B;
            background: #00E870;
            display: block;
            padding: 10px 25px;
            border-radius: 25px; }
            .header__menu-navigation .menu li.button-menu a:hover {
              color: #FFFFFF;
              background: #E44A4A; }
          @media only screen and (max-width: 993px) {
            .header__menu-navigation .menu li.button-menu {
              display: none; } }
        @media only screen and (max-width: 993px) {
          .header__menu-navigation .menu li {
            max-width: inherit; } }
    .header__menu.opened {
      max-height: 400px;
      -webkit-transition: max-height 0.3s ease-in-out;
      -moz-transition: max-height 0.3s ease-in-out;
      -o-transition: max-height 0.3s ease-in-out;
      -ms-transition: max-height 0.3s ease-in-out;
      transition: max-height 0.3s ease-in-out; }
      .header__menu.opened ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 75px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 0; }
        .header__menu.opened ul li {
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: auto;
          -ms-flex-item-align: auto;
          align-self: auto;
          max-width: inherit;
          margin-top: 10px; }
          .header__menu.opened ul li a {
            font-size: 26px;
            color: #E44A4A; }
          .header__menu.opened ul li.menu-item-has-children .menu-icon {
            border-top-color: #E44A4A; }
            @media only screen and (max-width: 993px) {
              .header__menu.opened ul li.menu-item-has-children .menu-icon {
                border-top-color: #E44A4A;
                top: 15px;
                right: -30px; } }
          @media only screen and (max-width: 993px) {
            .header__menu.opened ul li.menu-item-has-children.active .menu-icon {
              right: 0; } }
          @media only screen and (max-width: 480px) {
            .header__menu.opened ul li.menu-item-has-children.active .menu-icon {
              right: 10px;
              top: 0; } }
          .header__menu.opened ul li.current-menu-item .menu-icon {
            border-top-color: #FFFFFF; }
    .header__menu.childrens {
      max-height: 550px;
      -webkit-transition: max-height 0.2s ease-in-out;
      -moz-transition: max-height 0.2s ease-in-out;
      -o-transition: max-height 0.2s ease-in-out;
      -ms-transition: max-height 0.2s ease-in-out;
      transition: max-height 0.2s ease-in-out; }
    @media only screen and (max-width: 993px) {
      .header__menu {
        background: #190f2a;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 100%;
        max-height: 0;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        -ms-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media only screen and (max-width: 993px) {
    .header {
      height: 65px; } }

.menu-open .header {
  top: 0 !important;
  position: fixed !important; }

@media only screen and (max-width: 993px) {
  .menu-open .header__background-header {
    display: block; } }

@media only screen and (max-width: 993px) {
  .menu-open .header.nav-down .header__background-header,
  .header.nav-down .header__background-header {
    display: block; } }

.header.nav-down .header__menu-subnavigation,
.header.nav-up .header__menu-subnavigation {
  margin-bottom: 0; }

.header.nav-down.initial-header .header__menu-subnavigation {
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .header.nav-down.initial-header .header__menu-subnavigation {
      order: 1;
      text-align: center; } }

@media only screen and (max-width: 1024px) {
  .header .header__menu-subnavigation {
    order: 1;
    text-align: center; } }

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .header__menu.opened ul {
    padding-top: 70px; }

  .header__menu.opened ul li {
    margin-top: 0;
    padding-bottom: 0; }

  .header__menu-subnavigation .sub-menu-header li,
  .header__menu-subnavigation .action-user li {
    padding-bottom: 13px !important; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .header__menu.opened ul li a {
    font-size: 18px; }

  .header__menu.opened ul li.menu-item-has-children .menu-icon {
    border-top-color: #E44A4A;
    top: 5px;
    right: -30px; }

  .header__menu-subnavigation .action-user li {
    padding-top: 5px;
    padding-bottom: 15px; }

  .header__menu-subnavigation .sub-menu-header li, .header__menu-subnavigation .action-user li {
    padding-bottom: 0 !important;
    padding-top: 5px; }

  .header__menu-subnavigation .sub-menu-header li a, .header__menu-subnavigation .action-user li a {
    line-height: 1.1; }

  .header__menu-subnavigation .sub-menu-header {
    padding-top: 1px !important; }

  .header__menu-navigation .menu li .sub-menu {
    margin-top: 3px; } }
.footer {
  padding: 85px 0 0 0;
  background: #211634 url("images/footer-bg.png") repeat-x scroll center top;
  float: left;
  width: 100%;
  height: 415px; }
  .footer__logo-footer {
    margin-bottom: 30px; }
    @media only screen and (min-width: 993px) {
      .footer__logo-footer {
        padding-left: 15px; } }
    @media only screen and (max-width: 993px) {
      .footer__logo-footer {
        text-align: center;
        margin-bottom: 15px; } }
  .footer__sub-logos ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid #BFBFBF;
    padding-top: 10px; }
    .footer__sub-logos ul li:nth-last-child(1) {
      border: 0 none;
      margin: 0;
      padding: 0; }
    .footer__sub-logos ul li img {
      display: block; }
  @media only screen and (max-width: 993px) {
    .footer__sub-logos {
      text-align: center; } }
  .footer__menu-footer {
    max-width: 900px; }
    .footer__menu-footer .menu-footer-menu-container {
      width: calc(100% - 150px);
      display: inline-block; }
      .footer__menu-footer .menu-footer-menu-container ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .footer__menu-footer .menu-footer-menu-container ul li {
          -webkit-order: 0;
          -ms-flex-order: 0;
          order: 0;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          -webkit-align-self: auto;
          -ms-flex-item-align: auto;
          align-self: auto;
          max-width: 120px;
          text-align: center; }
          .footer__menu-footer .menu-footer-menu-container ul li a {
            color: #E44A4A;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            display: block;
            line-height: 1.3; }
            .footer__menu-footer .menu-footer-menu-container ul li a:hover {
              color: #FFFFFF; }
          .footer__menu-footer .menu-footer-menu-container ul li.current-menu-item a {
            color: #FFFFFF; }
          @media only screen and (max-width: 700px) {
            .footer__menu-footer .menu-footer-menu-container ul li {
              max-width: inherit;
              margin-top: 10px; } }
        @media only screen and (max-width: 700px) {
          .footer__menu-footer .menu-footer-menu-container ul {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-align-content: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; } }
      @media only screen and (max-width: 700px) {
        .footer__menu-footer .menu-footer-menu-container {
          width: 100%; } }
    @media only screen and (max-width: 993px) {
      .footer__menu-footer {
        padding: 35px 0 0 0; } }
    @media only screen and (max-width: 700px) {
      .footer__menu-footer {
        padding: 15px 0 0 0; } }
    .footer__menu-footer p {
      color: #FFFFFF;
      font-size: 13px;
      font-weight: 400;
      text-align: center;
      margin-top: 40px;
      margin-bottom: -10px;
      letter-spacing: 0; }
      .footer__menu-footer p a {
        color: #E44A4A;
        text-decoration: none; }
        .footer__menu-footer p a:hover {
          color: #FFFFFF; }
      @media only screen and (max-width: 700px) {
        .footer__menu-footer p {
          margin-top: 15px;
          margin-bottom: 0;
          padding-bottom: 20px; } }
  .footer__social {
    float: right; }
    .footer__social ul li {
      display: inline-block;
      margin-right: 15px;
      padding-right: 15px;
      border-right: 2px solid #BFBFBF; }
      .footer__social ul li:nth-last-child(1) {
        border: 0 none;
        margin: 0;
        padding: 0; }
      .footer__social ul li a {
        color: #E44A4A;
        float: left;
        line-height: 1;
        height: 20px;
        font-size: 20px; }
        .footer__social ul li a:hover {
          color: #FFFFFF; }
    @media only screen and (min-width: 700px) {
      .footer__social {
        padding-top: 5px; } }
    @media only screen and (max-width: 700px) {
      .footer__social {
        float: none;
        text-align: center;
        margin-top: 15px; } }
  @media only screen and (max-width: 993px) {
    .footer {
      padding: 15px 0 0 0; } }
  @media only screen and (max-width: 700px) {
    .footer {
      height: auto; } }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  max-width: 80vw;
  padding: 30px;
  background: #fff;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
  transform: translate(-50%, -50%); }
  .modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    background: #FF4A46 url(images/modal-close.svg) center center no-repeat; }
  .modal > .row {
    max-height: 80vh; }
  .modal .row.mCustomScrollbar {
    width: calc(100% + 17px); }
    .modal .row.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .modal .row.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
      background: #FF4A46; }

.gform_wrapper .gform_body label {
  color: #575F68;
  font-size: 13px !important;
  font-weight: 600; }
.gform_wrapper .gform_body input[type="text"], .gform_wrapper .gform_body input[type="email"], .gform_wrapper .gform_body input[type="tel"], .gform_wrapper .gform_body input[type="password"], .gform_wrapper .gform_body input[type="number"], .gform_wrapper .gform_body input[type="url"], .gform_wrapper .gform_body input select, .gform_wrapper .gform_body input textarea {
  border: 1px solid #DEE0E2;
  padding: 10px !important;
  font-family: "TT Commons", sans-serif; }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_body input[type="text"], .gform_wrapper .gform_body input[type="email"], .gform_wrapper .gform_body input[type="tel"], .gform_wrapper .gform_body input[type="password"], .gform_wrapper .gform_body input[type="number"], .gform_wrapper .gform_body input[type="url"], .gform_wrapper .gform_body input select, .gform_wrapper .gform_body input textarea {
      line-height: 1 !important; } }
.gform_wrapper .gform_body .ginput_container_password button {
  top: 39px;
  padding: 0;
  margin: 0;
  height: 20px;
  cursor: pointer; }
  .gform_wrapper .gform_body .ginput_container_password button span {
    color: #575F68; }
  @media only screen and (max-width: 480px) {
    .gform_wrapper .gform_body .ginput_container_password button {
      top: 30px;
      right: 0; } }
.gform_wrapper .gform_body textarea {
  border: 1px solid #DEE0E2;
  padding: 10px !important;
  max-height: 120px;
  line-height: 20px;
  font-family: "TT Commons", sans-serif; }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_body textarea {
      line-height: 1 !important; } }
.gform_wrapper .gform_body select {
  border: 1px solid #DEE0E2;
  padding: 10px !important;
  -webkit-appearance: none;
  background: transparent;
  background-image: url("images/rectangle.png");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 15px; }
.gform_wrapper .gform_body input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important; }
  @media only screen and (max-width: 550px) {
    .gform_wrapper .gform_body input[type="checkbox"] {
      vertical-align: top !important; } }
  .gform_wrapper .gform_body input[type="checkbox"]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #FFFFFF; }
  .gform_wrapper .gform_body input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 15px;
    border: solid #00E870;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    left: 8px; }
.gform_wrapper .gform_body input[type="file"] {
  color: #575F68;
  font-size: 11px;
  margin-top: 5px; }
  .gform_wrapper .gform_body input[type="file"]::-webkit-file-upload-button {
    visibility: hidden; }
  .gform_wrapper .gform_body input[type="file"]::before {
    content: 'BROWSE';
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 0;
    border-radius: 25px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #00E870;
    color: #00E870;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    cursor: pointer;
    width: 75px; }
  .gform_wrapper .gform_body input[type="file"]:hover::before {
    background: #00E870;
    color: #FFFFFF; }
  .gform_wrapper .gform_body input[type="file"]:active {
    outline: 0; }
    .gform_wrapper .gform_body input[type="file"]:active::before {
      background: #00E870;
      color: #FFFFFF; }
.gform_wrapper .gform_body .ginput_container {
  margin-top: 5px !important; }
.gform_wrapper .gform_body .gsection {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #00E870;
  border-bottom: 0 none; }
  .gform_wrapper .gform_body .gsection.no--line {
    margin: 0;
    padding: 0;
    border: 0;
    border: 0 none; }
  .gform_wrapper .gform_body .gsection h2 {
    color: #281B3D;
    font-weight: 400 !important;
    font-size: 20px;
    max-width: 500px; }
    @media only screen and (max-width: 700px) {
      .gform_wrapper .gform_body .gsection h2 {
        font-size: 18px; } }
.gform_wrapper .gform_body .form-results .preview-step .line-separator hr {
  width: 100%;
  height: 1px;
  border-top: 1px solid #00E870;
  margin-bottom: 25px; }
.gform_wrapper .gform_body .form-results .preview-step .total-tree-amount {
  font-family: "TT Commons", sans-serif;
  color: #00724B;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 993px) {
    .gform_wrapper .gform_body .form-results .preview-step .total-tree-amount {
      letter-spacing: -0.9px; } }
.gform_wrapper .gform_body .form-results .preview-step .section-step {
  color: #6D6D6D;
  font-size: 18px;
  font-family: "TT Commons", sans-serif;
  margin-bottom: 25px; }
  @media only screen and (min-width: 993px) {
    .gform_wrapper .gform_body .form-results .preview-step .section-step {
      max-width: 80%; } }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_body .form-results .preview-step .section-step {
      font-size: 16px; } }
.gform_wrapper .gform_body .form-results .preview-step .label-result-strong {
  color: #575F68;
  font-size: 13px;
  font-family: "TT Commons", sans-serif;
  margin-bottom: 5px; }
.gform_wrapper .gform_body .form-results .preview-step .label-result-simple {
  color: #281B3D;
  font-size: 16px;
  font-family: "TT Commons", sans-serif;
  margin-bottom: 15px; }
  .gform_wrapper .gform_body .form-results .preview-step .label-result-simple a {
    color: #281B3D; }
.gform_wrapper .gform_body .form-results .preview-step .edit-action {
  position: absolute;
  right: 56px; }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_body .form-results .preview-step .edit-action {
      position: relative;
      right: 0;
      text-align: right;
      margin-bottom: 10px; } }
  .gform_wrapper .gform_body .form-results .preview-step .edit-action a {
    color: #E44A4A;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-weight: 600;
    font-size: 14px;
    font-family: "TT Commons", sans-serif; }
    @media only screen and (min-width: 993px) {
      .gform_wrapper .gform_body .form-results .preview-step .edit-action a {
        letter-spacing: -0.7px; } }
    .gform_wrapper .gform_body .form-results .preview-step .edit-action a:hover {
      color: #CA3D3D; }
    .gform_wrapper .gform_body .form-results .preview-step .edit-action a i {
      margin-right: 4px; }
.gform_wrapper .gform_body .form-results .preview-step.current_step_8 {
  display: none !important; }
.gform_wrapper .gform_body .custom--label li {
  margin-bottom: 20px; }
  .gform_wrapper .gform_body .custom--label li label {
    font-size: 14px !important;
    line-height: 1;
    margin-left: 15px !important;
    vertical-align: top !important; }
    @media only screen and (min-width: 780px) {
      .gform_wrapper .gform_body .custom--label li label {
        max-width: 94%; } }
    @media only screen and (max-width: 993px) {
      .gform_wrapper .gform_body .custom--label li label {
        margin-left: 30px !important; } }
    .gform_wrapper .gform_body .custom--label li label span {
      font-weight: 400 !important; }
.gform_wrapper .gform_body .custom--label-title .gfield_label {
  font-size: 16px !important;
  margin-left: 0;
  line-height: 1; }
.gform_wrapper .gform_body .checkbox--label ul {
  margin-bottom: 0; }
  .gform_wrapper .gform_body .checkbox--label ul li {
    margin-bottom: 0; }
    .gform_wrapper .gform_body .checkbox--label ul li label {
      color: #281B3D;
      font-weight: 500;
      font-size: 14px !important;
      margin-left: 15px;
      vertical-align: text-bottom;
      line-height: 15px; }
      @media only screen and (max-width: 993px) {
        .gform_wrapper .gform_body .checkbox--label ul li label {
          margin-left: 30px; } }
.gform_wrapper .gform_body .checkbox--label .gfield_description {
  font-size: 14px;
  line-height: 15px;
  color: #575F68;
  margin: 0;
  padding: 0;
  margin-left: 29px;
  width: auto;
  margin-top: -3px;
  font-family: 'TT Commons' !important;
  -webkit-text-size-adjust: none;
  font-weight: 400 !important;
  float: left; }
.gform_wrapper .gform_body .margin--label label {
  margin-left: 10px;
  line-height: 1; }
  @media only screen and (max-width: 993px) {
    .gform_wrapper .gform_body .margin--label label {
      margin-left: 30px; } }
.gform_wrapper .gform_body .margin--label .gfield_label {
  margin-left: 0; }
.gform_wrapper .gform_body .margin--label li label {
  font-weight: 500;
  font-size: 14px !important; }
.gform_wrapper .gform_body .subtitle--inner {
  font-size: 16px !important;
  font-weight: 600;
  color: #575F68; }
  .gform_wrapper .gform_body .subtitle--inner span {
    font-weight: 400 !important; }
  .gform_wrapper .gform_body .subtitle--inner.spacing {
    margin-top: 30px; }
  .gform_wrapper .gform_body .subtitle--inner.margin {
    margin-top: 20px;
    margin-bottom: 10px; }
.gform_wrapper .gform_body .view--options {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  .gform_wrapper .gform_body .view--options:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: 25px;
    z-index: 2; }
.gform_wrapper .gform_body .text--inner-inital {
  color: #6D6D6D;
  font-size: 18px;
  line-height: 21px; }
  .gform_wrapper .gform_body .text--inner-inital .black {
    color: #281B3D; }
  @media only screen and (max-width: 550px) {
    .gform_wrapper .gform_body .text--inner-inital {
      font-size: 16px; } }
.gform_wrapper .gform_body .list--margin-inner .ginput_container_checkbox ul {
  margin-top: 16px; }
.gform_wrapper .gform_page_footer {
  border-top: 0 none !important;
  margin-top: 40px !important;
  padding: 0 !important;
  margin-bottom: 0 !important; }
.gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 25px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #00E870;
  color: #00E870;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  cursor: pointer;
  line-height: 1; }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
      padding: 5px 20px;
      font-size: 14px !important; } }
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_previous_button:hover {
  background: #00E870;
  color: #FFFFFF; }
.gform_wrapper .gform_button {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 65px;
  border-radius: 25px;
  text-align: center;
  background: #E44A4A;
  border: 2px solid #E44A4A;
  color: #FFFFFF;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  cursor: pointer; }
  @media only screen and (max-width: 700px) {
    .gform_wrapper .gform_button {
      padding: 5px 20px;
      font-size: 14px !important; } }
  .gform_wrapper .gform_button:hover {
    background: #CA3D3D;
    border-color: #CA3D3D; }
.gform_wrapper li.hidden_label input {
  margin-top: 5px !important; }
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  width: 24px !important;
  float: left; }
  @media only screen and (max-width: 993px) {
    .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
      -webkit-appearance: none; } }

.gform_wrapper div.validation_error {
  color: #CA3D3D !important;
  border-color: #CA3D3D !important; }

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #CA3D3D !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border-color: #CA3D3D !important;
  background-color: transparent !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-top: 0 none !important;
  border-bottom: 0 none !important; }

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 0 !important; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #CA3D3D !important; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important; }
  @media only screen and (max-width: 780px) {
    .gform_wrapper .field_description_below .gfield_description {
      margin-bottom: 15px !important; } }
  .gform_wrapper .field_description_below .gfield_description a {
    color: #E44A4A;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }
    .gform_wrapper .field_description_below .gfield_description a:hover {
      color: #CA3D3D; }

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
  margin-top: 0 !important; }

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .gform_wrapper .gform_body .checkbox--label .gfield_description {
    margin-left: 29px; }

  .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox] {
    vertical-align: text-top; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .gform_wrapper .gform_body .checkbox--label .gfield_description {
    margin-left: 29px; }

  .gform_wrapper .gform_body input[type="checkbox"]:before {
    top: 4px; } }
.gform_wrapper .validation_message {
  margin-top: 2px !important; }

.gform_wrapper .ginput_container_fileupload .validation_message {
  margin-top: 5px !important;
  font-size: 13px; }

@media only screen and (max-width: 550px) {
  .gform_wrapper div.validation_error {
    font-size: 14px !important;
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .gform_wrapper .gform_body input[type="checkbox"]:checked:after {
    top: 4px; } }
/* HERO BLOCK */
.hero-image {
  height: 75vh;
  max-height: 680px;
  float: left;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 993px) {
    .hero-image {
      max-height: 480px; } }
  @media only screen and (max-width: 780px) {
    .hero-image {
      max-height: 315px; } }
  .hero-image--small {
    max-height: 300px; }
    .hero-image--small .hero-image__text {
      bottom: 0; }
    @media only screen and (max-width: 993px) {
      .hero-image--small {
        max-height: 250px; } }
    @media only screen and (max-width: 780px) {
      .hero-image--small {
        max-height: 210px; } }
  .hero-image--medium {
    max-height: 480px; }
    @media only screen and (max-width: 993px) {
      .hero-image--medium {
        max-height: 340px; } }
    @media only screen and (max-width: 780px) {
      .hero-image--medium {
        max-height: 210px; } }
  .hero-image .container {
    padding: 0; }
  .hero-image .container,
  .hero-image .row {
    height: 100%; }
  .hero-image__shadow {
    pointer-events: none;
    box-sizing: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    height: 40%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
    .hero-image__shadow.pledged {
      height: 30%; }
      @media only screen and (max-width: 993px) {
        .hero-image__shadow.pledged {
          display: none; } }
    @media only screen and (max-width: 780px) {
      .hero-image__shadow {
        display: none; } }
  .hero-image__copy-box {
    height: 100%;
    max-width: 1335px;
    padding: 0 0.5rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 1337px) {
      .hero-image__copy-box {
        left: 0;
        padding: 0 25px; } }
    @media only screen and (max-width: 993px) {
      .hero-image__copy-box.flexed {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 25px; } }
    @media only screen and (max-width: 780px) {
      .hero-image__copy-box.flexed {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 0; } }
  .hero-image--small .hero-image__copy-box {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .hero-image--small .hero-image__copy-box .h2 {
      margin-bottom: 45px; }
  .hero-image--medium .hero-image__copy-box.text--bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .hero-image--medium .hero-image__copy-box.text--bottom .h2 {
      margin-bottom: 90px; }
  @media only screen and (min-width: 993px) {
    .hero-image--medium .hero-image__copy-box.text--bottom--small {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .hero-image--medium .hero-image__copy-box.text--bottom--small .hero-image__text {
        max-width: 60%; }
      .hero-image--medium .hero-image__copy-box.text--bottom--small .h2 {
        font-size: 46px;
        margin-bottom: 150px; } }
  @media only screen and (max-width: 993px) {
    .hero-image--medium .hero-image__copy-box.text--bottom--small.bottom--mobile {
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .hero-image--medium .hero-image__copy-box.text--bottom--small.bottom--mobile .h2 {
        margin-bottom: 25px; } }
  @media only screen and (max-width: 993px) {
    .hero-image--medium .hero-image__copy-box.text--bottom--small h2 {
      margin-top: 30px; } }
  @media only screen and (max-width: 700px) {
    .hero-image--medium .hero-image__copy-box.text--bottom--small .hero-image__text {
      max-width: 100%; } }
  .hero-image--medium .hero-image__copy-box .hero-image__text {
    max-width: 80%; }
    @media only screen and (max-width: 1337px) {
      .hero-image--medium .hero-image__copy-box .hero-image__text {
        padding-left: 0.5rem; } }
  .hero-image--medium .hero-image__copy-box .h2 {
    margin-bottom: 0; }
  .hero-image__text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: 770px; }
    .hero-image__text .h2 {
      color: #FFFFFF;
      margin-bottom: 45px;
      font-weight: 600;
      line-height: 1; }
      @media only screen and (min-width: 993px) {
        .hero-image__text .h2 {
          font-size: 60px; } }
      @media only screen and (max-width: 993px) {
        .hero-image__text .h2 {
          margin-bottom: 25px; } }
    @media only screen and (max-width: 993px) {
      .hero-image__text {
        max-width: 100%;
        width: 100%; }
        .hero-image__text.text-center {
          text-align: center; } }
  .hero-image__tracker {
    background: #281B3D;
    border-radius: 43px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 30px 25px;
    max-width: 425px;
    width: 100%;
    line-height: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7); }
    .hero-image__tracker.bottom {
      position: absolute;
      bottom: -50px;
      right: 25px;
      top: auto; }
      @media only screen and (min-width: 1337px) {
        .hero-image__tracker.bottom {
          right: -25px; } }
      @media only screen and (max-width: 993px) {
        .hero-image__tracker.bottom {
          bottom: -80px;
          left: 50%;
          right: auto;
          transform: translateX(-50%); } }
      @media only screen and (max-width: 550px) {
        .hero-image__tracker.bottom {
          transform: none;
          left: 25px;
          right: 25px;
          width: auto;
          padding-right: 25px;
          padding-left: 25px;
          bottom: -45px; } }
    @media only screen and (max-width: 550px) {
      .hero-image__tracker.normal {
        padding-right: 25px;
        padding-left: 25px; } }
    .hero-image__tracker.center {
      position: absolute;
      bottom: -65px;
      left: 50%;
      top: auto;
      transform: translateX(-50%);
      max-width: 580px; }
      @media only screen and (max-width: 700px) {
        .hero-image__tracker.center {
          transform: none;
          left: 25px;
          right: 25px;
          width: auto;
          bottom: -40px; } }
      @media only screen and (max-width: 550px) {
        .hero-image__tracker.center {
          border-radius: 43px 37px 37px 43px; } }
    .hero-image__tracker .hero-image__tracker-text {
      padding-right: 20px; }
      .hero-image__tracker .hero-image__tracker-text span {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        color: #E44A4A;
        margin: 0; }
        @media only screen and (min-width: 993px) {
          .hero-image__tracker .hero-image__tracker-text span {
            font-size: 20px; } }
      .hero-image__tracker .hero-image__tracker-text p {
        margin: 0;
        color: #E44A4A;
        line-height: 1; }
        @media only screen and (min-width: 993px) {
          .hero-image__tracker .hero-image__tracker-text p {
            font-size: 20px; } }
        @media only screen and (max-width: 550px) {
          .hero-image__tracker .hero-image__tracker-text p br {
            display: none; } }
      @media only screen and (max-width: 550px) {
        .hero-image__tracker .hero-image__tracker-text {
          padding-right: 0;
          max-width: 165px; } }
    .hero-image__tracker .hero-image__tracker-amount {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto; }
      .hero-image__tracker .hero-image__tracker-amount .icon-trees {
        display: block;
        text-align: center; }
        .hero-image__tracker .hero-image__tracker-amount .icon-trees img {
          -webkit-filter: invert(1);
          -ms-filter: invert(1);
          -o-filter: invert(1);
          filter: invert(1); }
      .hero-image__tracker .hero-image__tracker-amount span {
        display: block;
        font-weight: 600;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center; }
      .hero-image__tracker .hero-image__tracker-amount h4 {
        margin: 0;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF; }
    .hero-image__tracker .hero-image__tracker-action {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-top: -30px;
      margin-right: -30px;
      margin-bottom: -30px;
      border-radius: 0 40px 40px 0;
      overflow: hidden;
      position: relative;
      background: #E44A4A;
      max-width: 150px; }
      .hero-image__tracker .hero-image__tracker-action a {
        font-weight: 600;
        color: #FFFFFF;
        background: #E44A4A;
        font-size: 20px;
        padding-left: 10px;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 120px; }
        .hero-image__tracker .hero-image__tracker-action a i {
          position: absolute;
          right: 20px;
          top: 10px;
          color: #FFFFFF; }
          @media only screen and (max-width: 480px) {
            .hero-image__tracker .hero-image__tracker-action a i {
              right: 5px;
              top: 0;
              text-indent: 0; } }
        @media only screen and (max-width: 550px) {
          .hero-image__tracker .hero-image__tracker-action a {
            font-size: 16px;
            max-width: 100px; } }
        @media only screen and (max-width: 480px) {
          .hero-image__tracker .hero-image__tracker-action a {
            width: 30px;
            text-indent: -9999em; } }
      @media only screen and (max-width: 550px) {
        .hero-image__tracker .hero-image__tracker-action {
          margin-top: -15px;
          margin-bottom: -15px;
          margin-right: -20px;
          max-width: 120px;
          min-width: 40px; } }
    @media only screen and (max-width: 993px) {
      .hero-image__tracker {
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 550px) {
      .hero-image__tracker {
        padding: 15px; } }

/* SECTION BLOCK PAGES */
.section-content {
  padding-top: 60px; }
  .section-content.form .container {
    position: relative;
    max-width: 1110px; }
    .section-content.form .container .row {
      position: relative; }
  @media only screen and (max-width: 993px) {
    .section-content.form .col-xs-7 {
      order: 1; }
    .section-content.form .col-xs-4 {
      order: 0; } }
  @media only screen and (max-width: 993px) {
    .section-content.login .col-xs-7 {
      order: 1; }
    .section-content.login .col-xs-5 {
      order: 0; } }
  .section-content.double {
    padding-top: 120px; }
    @media only screen and (max-width: 993px) {
      .section-content.double {
        padding-top: 60px; } }
    @media only screen and (max-width: 700px) {
      .section-content.double {
        padding-top: 30px; } }
  @media only screen and (min-width: 993px) {
    .section-content.double--bottom {
      padding-bottom: 120px; } }
  @media only screen and (min-width: 993px) {
    .section-content.single--bottom {
      padding-bottom: 60px; } }
  .section-content.small {
    padding-top: 1.5rem;
    padding-bottom: 30px; }
  .section-content.relative {
    position: relative; }
  .section-content .text--inner-inital a {
    color: #E44A4A; }
    .section-content .text--inner-inital a:hover {
      color: #CA3D3D; }
  .section-content .text--inner-inital .button {
    color: #00E870; }
    .section-content .text--inner-inital .button:hover {
      color: #FFFFFF; }
  .section-content__text-block {
    max-width: 890px;
    margin: auto;
    text-align: center; }
    .section-content__text-block.left--aligned {
      margin-left: 0;
      text-align: left; }
    .section-content__text-block h3 {
      color: #281B3D;
      font-weight: 400; }
    .section-content__text-block.double--bottom {
      padding-bottom: 120px; }
      .section-content__text-block.double--bottom h3 {
        color: #6B6B6B; }
        @media only screen and (min-width: 993px) {
          .section-content__text-block.double--bottom h3 {
            letter-spacing: -2.3px;
            font-size: 46px;
            line-height: 46px; } }
      @media only screen and (min-width: 993px) {
        .section-content__text-block.double--bottom {
          padding-bottom: 140px;
          padding-top: 20px; } }
      @media only screen and (max-width: 993px) {
        .section-content__text-block.double--bottom {
          padding-bottom: 30px; } }
    .section-content__text-block.gray h3 {
      color: #6B6B6B; }
      @media only screen and (min-width: 993px) {
        .section-content__text-block.gray h3 {
          letter-spacing: -2px; } }
    .section-content__text-block.reduced {
      max-width: 860px;
      padding-top: 45px;
      padding-bottom: 40px; }
      .section-content__text-block.reduced p {
        font-size: 40px;
        color: #281B3D; }
        @media only screen and (max-width: 1100px) {
          .section-content__text-block.reduced p {
            font-size: 30px; } }
        @media only screen and (max-width: 550px) {
          .section-content__text-block.reduced p {
            font-size: 20px; } }
      @media only screen and (max-width: 993px) {
        .section-content__text-block.reduced {
          padding-top: 80px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 550px) {
        .section-content__text-block.reduced {
          padding-top: 40px; } }
    .section-content__text-block h4,
    .section-content__text-block p {
      color: #6B6B6B; }
    .section-content__text-block .h2 {
      color: #281B3D; }
  .section-content__post-grid-block {
    max-width: 1230px;
    margin: auto;
    position: relative; }
    .section-content__post-grid-block .post-grid-item {
      border-left: 1px solid #D3D3D3;
      padding-left: 30px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .section-content__post-grid-block .post-grid-item h6 {
        color: #484848;
        text-transform: uppercase; }
      .section-content__post-grid-block .post-grid-item h5 {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 40px; }
        @media only screen and (max-width: 993px) {
          .section-content__post-grid-block .post-grid-item h5 {
            margin-bottom: 20px;
            margin-top: 5px; } }
      @media only screen and (max-width: 993px) {
        .section-content__post-grid-block .post-grid-item {
          border: 0 none !important;
          padding: 0;
          padding-right: 20px; } }
    .section-content__post-grid-block .firstActiveItem .post-grid-item {
      border: 0 none !important; }
    .section-content__post-grid-block .owl-nav {
      position: absolute;
      right: -25px;
      top: 15%; }
      .section-content__post-grid-block .owl-nav .owl-prev {
        display: none; }
      .section-content__post-grid-block .owl-nav .owl-next {
        margin: 0; }
        .section-content__post-grid-block .owl-nav .owl-next i {
          background: #CA3D3D;
          color: #FFFFFF;
          padding: 17px 7px;
          border-radius: 25px 0 0 25px;
          display: block;
          text-align: right;
          margin: 0;
          font-size: 14px; }
        .section-content__post-grid-block .owl-nav .owl-next:focus, .section-content__post-grid-block .owl-nav .owl-next:visited {
          outline: 0 none;
          background: transparent; }
    .section-content__post-grid-block .owl-dots {
      text-align: left;
      margin-top: 10px; }
      .section-content__post-grid-block .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 0px;
        margin-right: 8px; }
      .section-content__post-grid-block .owl-dots .owl-dot.active span {
        background: #00E870; }
    @media only screen and (max-width: 780px) {
      .section-content__post-grid-block {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(auto, auto);
        grid-gap: 0; } }
  .section-content__grid-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    grid-auto-rows: minmax(300px, auto); }
    .section-content__grid-block .grid-image {
      float: left;
      width: 100%; }
      .section-content__grid-block .grid-image img {
        display: block;
        width: 100%; }
    .section-content__grid-block .grid-description {
      background: #F8FFFF;
      margin: 0 15px;
      display: inline-block;
      position: relative;
      padding: 25px;
      margin-top: -100px;
      width: -webkit-fill-available;
      padding-bottom: 0; }
      .section-content__grid-block .grid-description .grid-headline {
        float: left;
        width: 100%; }
        .section-content__grid-block .grid-description .grid-headline h4 {
          font-weight: 600;
          color: #000;
          margin-bottom: 20px; }
          @media only screen and (min-width: 993px) {
            .section-content__grid-block .grid-description .grid-headline h4 {
              font-size: 32px; } }
      .section-content__grid-block .grid-description .title-grid p {
        color: #281B3D; }
      .section-content__grid-block .grid-description p {
        color: #000; }
        @media only screen and (min-width: 780px) {
          .section-content__grid-block .grid-description p {
            font-size: 22px;
            line-height: 24px; } }
      .section-content__grid-block .grid-description ul li {
        color: #000;
        list-style: none;
        margin-bottom: 1.5rem;
        padding-left: 15px; }
        .section-content__grid-block .grid-description ul li::before {
          content: "\2022";
          color: #000000;
          font-weight: 600;
          display: inline-block;
          width: 15px;
          margin-left: -15px; }
        @media only screen and (min-width: 780px) {
          .section-content__grid-block .grid-description ul li {
            font-size: 22px;
            line-height: 24px;
            letter-spacing: -0.9px; } }
        @media only screen and (max-width: 780px) {
          .section-content__grid-block .grid-description ul li {
            font-size: 15px;
            line-height: 1.1; } }
      .section-content__grid-block .grid-description .grid--text {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 60px;
        grid-auto-rows: minmax(200px, auto); }
        .section-content__grid-block .grid-description .grid--text .grid--text--content {
          margin-top: 1.5rem; }
          @media only screen and (max-width: 780px) {
            .section-content__grid-block .grid-description .grid--text .grid--text--content {
              margin-bottom: -1.5rem; } }
        @media only screen and (max-width: 780px) {
          .section-content__grid-block .grid-description .grid--text {
            grid-template-columns: repeat(1, 1fr);
            grid-gap: 0;
            grid-auto-rows: minmax(auto, auto);
            padding-bottom: 0; } }
      @media only screen and (max-width: 993px) {
        .section-content__grid-block .grid-description {
          margin-top: -50px;
          padding: 15px;
          padding-bottom: 0; } }
    @media only screen and (min-width: 1337px) {
      .section-content__grid-block {
        max-width: 1240px;
        margin: auto; } }
    @media only screen and (max-width: 993px) {
      .section-content__grid-block {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        grid-auto-rows: minmax(auto, auto); } }
  .section-content__button-actions {
    text-align: center; }
    .section-content__button-actions a {
      margin: 0 20px; }
      @media only screen and (max-width: 993px) {
        .section-content__button-actions a {
          margin: 10px 20px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 480px) {
        .section-content__button-actions a {
          margin: 10px 20px; } }
  .section-content__title-block {
    text-align: center; }
    .section-content__title-block p {
      font-size: 34px;
      margin-bottom: 40px; }
  .section-content__carousel-block {
    padding-bottom: 60px; }
    .section-content__carousel-block .item {
      text-align: center;
      margin: auto; }
      .section-content__carousel-block .item img {
        width: auto;
        display: inline-block; }
    @media only screen and (max-width: 993px) {
      .section-content__carousel-block {
        padding-bottom: 30px;
        padding-top: 0; } }
    @media only screen and (max-width: 550px) {
      .section-content__carousel-block {
        padding-bottom: 0; } }
  .section-content__help-text {
    margin-top: 105px;
    margin-left: 40px;
    max-width: 370px;
    display: none; }
    @media only screen and (max-width: 993px) {
      .section-content__help-text {
        display: none !important; } }
    .section-content__help-text .button-action-separator {
      border-top: 1px solid #979797;
      padding-top: 30px; }
    .section-content__help-text p {
      font-size: 14px;
      line-height: 18px;
      color: #000;
      font-weight: 500;
      letter-spacing: 0.18px; }
      .section-content__help-text p a {
        color: #E44A4A;
        font-weight: 600;
        text-decoration: none; }
        .section-content__help-text p a:hover {
          color: #CA3D3D; }
    .section-content__help-text#help_step_1 p {
      font-size: 18px; }
    .section-content__help-text ul li {
      font-size: 14px;
      line-height: 18px;
      color: #000;
      letter-spacing: 0.18px;
      font-weight: 500;
      list-style: none;
      margin-bottom: 1.5rem; }
      .section-content__help-text ul li:before {
        content: "\2022";
        color: #000000;
        font-weight: 600;
        display: inline-block;
        width: 9px; }
    .section-content__help-text ol {
      margin-top: 5px;
      counter-reset: item; }
      .section-content__help-text ol li {
        font-size: 14px;
        display: block;
        line-height: 18px;
        color: #000;
        letter-spacing: 0.18px;
        font-weight: 500;
        margin-bottom: 1.5rem; }
        .section-content__help-text ol li:before {
          font-weight: 600;
          display: inline-block;
          content: counter(item) ": ";
          counter-increment: item;
          width: 15px;
          color: #E44A4A; }
    .section-content__help-text .link {
      font-size: 16px; }
    @media only screen and (max-width: 993px) {
      .section-content__help-text {
        margin-top: 50px;
        margin-left: 0; } }
  .section-content__single-block-box {
    margin: auto;
    margin-top: 200px;
    text-align: center;
    max-width: 770px;
    padding-bottom: 300px;
    position: relative; }
    .section-content__single-block-box h2 {
      color: #FFFFFF;
      margin-bottom: 2.5rem; }
    .section-content__single-block-box p {
      color: #FFFFFF;
      margin-bottom: 2.5rem;
      letter-spacing: -1.9px; }
      @media only screen and (min-width: 993px) {
        .section-content__single-block-box p {
          font-size: 38px; } }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box p {
          letter-spacing: 0; } }
    .section-content__single-block-box a {
      letter-spacing: -1.9px; }
      @media only screen and (min-width: 993px) {
        .section-content__single-block-box a {
          font-size: 38px; } }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box a {
          letter-spacing: 0; } }
    .section-content__single-block-box.height--screen {
      min-height: 50vh; }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box.height--screen p {
          letter-spacing: 0;
          transform: translate(-50%, -50%);
          top: 50%;
          position: absolute;
          left: 50%; } }
    .section-content__single-block-box.carbon {
      padding-bottom: 45px;
      margin-top: 125px;
      max-width: 850px; }
      .section-content__single-block-box.carbon h2 {
        color: #281B3D;
        margin: 0;
        margin-bottom: 10px; }
        @media only screen and (max-width: 550px) {
          .section-content__single-block-box.carbon h2 {
            font-size: 30px; } }
      .section-content__single-block-box.carbon p {
        color: #3F3F3F;
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 0; }
        @media only screen and (min-width: 993px) {
          .section-content__single-block-box.carbon p {
            line-height: 21px; } }
        @media only screen and (max-width: 993px) {
          .section-content__single-block-box.carbon p {
            font-size: 16px; } }
        @media only screen and (max-width: 550px) {
          .section-content__single-block-box.carbon p {
            margin-bottom: 1rem; } }
        .section-content__single-block-box.carbon p a {
          color: #E44A4A;
          font-size: 18px;
          letter-spacing: 0; }
          @media only screen and (max-width: 993px) {
            .section-content__single-block-box.carbon p a {
              font-size: 16px; } }
          .section-content__single-block-box.carbon p a:hover {
            color: #CA3D3D; }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box.carbon {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 1024px) {
        .section-content__single-block-box.carbon {
          margin-top: 70px; } }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box.carbon {
          margin-top: 30px; } }
      @media only screen and (max-width: 550px) {
        .section-content__single-block-box.carbon {
          margin-top: 0; } }
    .section-content__single-block-box.pledge {
      padding-bottom: 0;
      max-width: 100%;
      text-align: left; }
      .section-content__single-block-box.pledge h2 {
        color: #281B3D;
        margin: 0;
        font-size: 46px;
        margin-bottom: 10px;
        text-align: left;
        font-weight: 600; }
        @media only screen and (max-width: 550px) {
          .section-content__single-block-box.pledge h2 {
            font-size: 30px; } }
      .section-content__single-block-box.pledge h4 {
        color: #281B3D;
        margin: 0;
        margin-bottom: 10px;
        text-align: left; }
        @media only screen and (max-width: 993px) {
          .section-content__single-block-box.pledge h4 {
            margin-top: 35px; } }
        @media only screen and (max-width: 550px) {
          .section-content__single-block-box.pledge h4 {
            font-size: 30px; } }
      .section-content__single-block-box.pledge p {
        color: #281B3D;
        font-size: 22px;
        letter-spacing: 0; }
        .section-content__single-block-box.pledge p i:last-child {
          display: none; }
        @media only screen and (min-width: 993px) {
          .section-content__single-block-box.pledge p {
            max-width: 80%; } }
      .section-content__single-block-box.pledge span {
        display: block;
        font-size: 34px;
        color: #E44A4A;
        text-align: left;
        font-weight: 600;
        margin-bottom: 40px; }
        @media only screen and (min-width: 993px) {
          .section-content__single-block-box.pledge span {
            letter-spacing: -1.2px; } }
        @media only screen and (max-width: 550px) {
          .section-content__single-block-box.pledge span {
            margin-bottom: 20px;
            margin-top: 20px;
            font-size: 20px; } }
      @media only screen and (max-width: 993px) {
        .section-content__single-block-box.pledge {
          padding-bottom: 0;
          margin-top: 0; } }
    @media only screen and (min-width: 993px) {
      .section-content__single-block-box.public {
        padding-left: 30px; } }
    .section-content__single-block-box.public h2 {
      color: #281B3D;
      margin: 0;
      font-size: 46px;
      margin-bottom: 10px;
      text-align: left;
      font-weight: 400; }
      @media only screen and (max-width: 550px) {
        .section-content__single-block-box.public h2 {
          font-size: 30px; } }
    .section-content__single-block-box.logo-pledge {
      background: #FFFFFF;
      padding-top: 80%;
      position: relative; }
      @media only screen and (min-width: 993px) {
        .section-content__single-block-box.logo-pledge {
          margin-bottom: 35px; } }
      .section-content__single-block-box.logo-pledge img {
        max-height: 180px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 250px; }
      .section-content__single-block-box.logo-pledge:after {
        content: '';
        background: #00E870;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 15px;
        left: 15px;
        z-index: -1; }
        @media only screen and (max-width: 993px) {
          .section-content__single-block-box.logo-pledge:after {
            top: 8px;
            left: 8px; } }
    @media only screen and (max-width: 993px) {
      .section-content__single-block-box {
        margin-top: 120px;
        padding-bottom: 100px; } }
  .section-content__current-status {
    margin-bottom: 45px; }
    @media only screen and (max-width: 993px) {
      .section-content__current-status {
        margin-bottom: 15px; } }
    .section-content__current-status strong {
      display: block;
      font-size: 28px;
      color: #00E870;
      text-transform: uppercase;
      margin-bottom: 15px; }
  @media only screen and (min-width: 993px) {
    .section-content__double-column {
      width: 48%;
      display: inline-block;
      vertical-align: top; } }
  .section-content__title-block-pledge {
    color: #6D6D6D;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
    .section-content__title-block-pledge.public {
      color: #00E870; }
      .section-content__title-block-pledge.public.margin {
        margin-bottom: 30px; }
        .section-content__title-block-pledge.public.margin a {
          color: #FFFFFF;
          font-size: 18px;
          letter-spacing: 0;
          text-decoration: underline;
          font-weight: 600; }
          .section-content__title-block-pledge.public.margin a:hover {
            text-decoration: none; }
        .section-content__title-block-pledge.public.margin span {
          color: #FFFFFF;
          font-size: 18px;
          letter-spacing: 0;
          font-weight: 600; }
    .section-content__title-block-pledge.sub {
      font-size: 15px; }
  .section-content__description-bock {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
    .section-content__description-bock.small {
      max-width: 100px;
      display: inline-block;
      width: 100%; }
      @media only screen and (max-width: 550px) {
        .section-content__description-bock.small {
          max-width: 100%;
          display: block; } }
    .section-content__description-bock.double {
      display: inline-block;
      width: calc(100% - 160px);
      margin-bottom: 0; }
      @media only screen and (max-width: 550px) {
        .section-content__description-bock.double {
          width: 100%;
          display: block; } }
    .section-content__description-bock.last {
      width: 100%;
      max-width: 150px; }
      @media only screen and (max-width: 550px) {
        .section-content__description-bock.last {
          max-width: 100%;
          display: block; } }
    .section-content__description-bock.margin--top {
      margin-top: 1.5rem; }
    .section-content__description-bock span {
      color: #575F68;
      font-size: 13px;
      font-weight: 600;
      display: block; }
    .section-content__description-bock p {
      font-size: 15px;
      color: #281B3D;
      margin-bottom: 3px; }
      .section-content__description-bock p strong {
        color: #6D6D6D; }
      .section-content__description-bock p .label {
        color: #575F68;
        font-size: 13px;
        font-weight: 600;
        display: inline-block;
        margin-right: 5px; }
        @media only screen and (max-width: 700px) {
          .section-content__description-bock p .label span {
            display: inline !important; } }
      .section-content__description-bock p a {
        color: #E44A4A;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease; }
        .section-content__description-bock p a:hover {
          color: #CA3D3D; }
    .section-content__description-bock.public p {
      color: #FFFFFF;
      font-size: 22px;
      letter-spacing: 0; }
      .section-content__description-bock.public p strong,
      .section-content__description-bock.public p b {
        color: #FFFFFF; }
    .section-content__description-bock.public ul {
      margin-left: 3rem; }
      .section-content__description-bock.public ul li {
        list-style: disc;
        margin-top: 1.5rem;
        color: #FFFFFF;
        font-size: 22px;
        letter-spacing: 0; }
        .section-content__description-bock.public ul li a {
          color: #E44A4A;
          transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -webkit-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease; }
          .section-content__description-bock.public ul li a:hover {
            color: #CA3D3D; }
    .section-content__description-bock.resalted .title {
      color: #00E870;
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 10px;
      margin-top: 10px; }
      .section-content__description-bock.resalted .title.white {
        color: #FFFFFF; }
    .section-content__description-bock.resalted p {
      color: #FFFFFF;
      font-size: 16px;
      letter-spacing: 0; }
      .section-content__description-bock.resalted p .label {
        font-size: 16px;
        font-weight: 600;
        color: #FFFFFF;
        text-transform: none;
        letter-spacing: 0; }
      .section-content__description-bock.resalted p.last--word .italic {
        font-style: italic; }
    .section-content__description-bock.reduced p {
      font-size: 18px;
      font-weight: 400; }
  @media only screen and (max-width: 993px) {
    .section-content__left-side-pledge {
      background: #FFFFFF;
      padding: 20px;
      padding-bottom: 0;
      order: 1; } }
  .section-content__right-side-pledge {
    background: #FFFFFF;
    padding: 40px;
    margin-bottom: 60px; }
    .section-content__right-side-pledge.donate {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
      background: #00422C; }
    @media only screen and (max-width: 993px) {
      .section-content__right-side-pledge {
        padding: 20px;
        padding-top: 0;
        margin-bottom: 30px;
        order: 2; } }
  @media only screen and (min-width: 993px) {
    .section-content__box-donate-content {
      order: 1; } }
  @media only screen and (max-width: 993px) {
    .section-content__box-donate-content {
      padding-left: 0;
      padding-right: 0; } }
  .section-content__box-donate {
    background: transparent;
    border: 5px solid #E44A4A;
    padding: 40px;
    margin-bottom: 60px;
    display: inline-table;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
    max-width: 365px; }
    @media only screen and (min-width: 993px) {
      .section-content__box-donate {
        float: right; } }
    @media only screen and (max-width: 993px) {
      .section-content__box-donate {
        max-width: 100%;
        margin-bottom: 30px;
        width: 100%;
        order: 0; } }
    .section-content__box-donate h5 {
      color: #281B3D;
      margin-bottom: 10px; }
      @media only screen and (min-width: 993px) {
        .section-content__box-donate h5 {
          letter-spacing: -1.4px; } }
    .section-content__box-donate p {
      color: #545454; }
      @media only screen and (min-width: 993px) {
        .section-content__box-donate p {
          font-size: 20px; } }
  @media only screen and (max-width: 993px) {
    .section-content__box-report-content {
      max-width: 100%;
      margin-bottom: 30px;
      width: 100%;
      order: 0;
      padding: 0; } }
  .section-content__box-report {
    background: #00724B;
    padding: 15px; }
    .section-content__box-report p {
      color: #FFFFFF;
      font-size: 16px; }
    .section-content__box-report a {
      color: #FFFFFF;
      text-decoration: underline; }
      .section-content__box-report a:hover {
        color: #FFFFFF;
        text-decoration: none; }
  .section-content__total-bock span {
    display: block;
    font-size: 18px;
    color: #00724B;
    margin-bottom: 1.5rem;
    font-weight: 600; }
    @media only screen and (min-width: 993px) {
      .section-content__total-bock span {
        letter-spacing: -0.9px; } }
  .section-content__line-step-divisor {
    display: block;
    background: #00E870;
    width: 100%;
    height: 1px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
    .section-content__line-step-divisor.public {
      background: #497868; }
  .section-content__generic-block {
    max-width: 735px;
    margin-left: auto;
    margin-right: auto; }
    .section-content__generic-block h2 {
      color: #281B3D;
      font-weight: 400;
      margin-bottom: 1.5rem;
      letter-spacing: -1.6px; }
      @media only screen and (min-width: 993px) {
        .section-content__generic-block h2 {
          font-size: 32px;
          margin-bottom: 2.5rem; } }
      @media only screen and (max-width: 993px) {
        .section-content__generic-block h2 {
          letter-spacing: 0; } }
    .section-content__generic-block h3 {
      color: #00724B;
      font-weight: 600;
      margin-bottom: 1.5rem;
      letter-spacing: -1.3px; }
      @media only screen and (min-width: 993px) {
        .section-content__generic-block h3 {
          font-size: 26px; } }
      @media only screen and (max-width: 993px) {
        .section-content__generic-block h3 {
          letter-spacing: 0; } }
    .section-content__generic-block h4 {
      color: #281B3D;
      font-weight: 600;
      margin-bottom: 1.5rem;
      letter-spacing: -0.9px; }
      @media only screen and (min-width: 993px) {
        .section-content__generic-block h4 {
          font-size: 18px; } }
      @media only screen and (max-width: 993px) {
        .section-content__generic-block h4 {
          letter-spacing: 0; } }
    .section-content__generic-block p {
      color: #6B6B6B;
      line-height: 20px; }
      @media only screen and (min-width: 993px) {
        .section-content__generic-block p {
          font-size: 18px; } }
    .section-content__generic-block a {
      color: #E44A4A; }
    .section-content__generic-block ul {
      margin-left: 2rem;
      list-style: none;
      margin-bottom: 1.5rem; }
      .section-content__generic-block ul li {
        list-style: none;
        line-height: 20px;
        color: #6B6B6B;
        letter-spacing: -0.9px; }
        @media only screen and (min-width: 993px) {
          .section-content__generic-block ul li {
            font-size: 18px; } }
        @media only screen and (max-width: 993px) {
          .section-content__generic-block ul li {
            letter-spacing: 0; } }
        .section-content__generic-block ul li:before {
          content: "\2022";
          color: #00E870;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    .section-content__generic-block hr {
      width: 100%;
      height: 1px;
      border-top: 1px solid #00E870;
      margin-bottom: 1.5rem; }
    .section-content__generic-block .img-responsive {
      margin-bottom: 1.5rem; }
    .section-content__generic-block .quote--text {
      max-width: 520px;
      border-left: 4px solid #00E870;
      padding-left: 20px;
      margin-left: 40px;
      margin-bottom: 1.5rem; }
      .section-content__generic-block .quote--text .p {
        color: #00E870;
        font-weight: 600;
        letter-spacing: -0.9px; }
        @media only screen and (min-width: 993px) {
          .section-content__generic-block .quote--text .p {
            font-size: 18px; } }
        @media only screen and (max-width: 993px) {
          .section-content__generic-block .quote--text .p {
            letter-spacing: 0; } }
      @media only screen and (max-width: 550px) {
        .section-content__generic-block .quote--text {
          margin-left: 0; } }
    .section-content__generic-block .cards--boxes {
      margin-bottom: 2rem;
      padding-bottom: 40px; }
      .section-content__generic-block .cards--boxes:not(:last-child) {
        border-bottom: 1px solid #6D6D6D; }
      .section-content__generic-block .cards--boxes:last-child {
        padding-bottom: 0; }
    .section-content__generic-block .image--logo--content {
      padding-left: 0;
      padding-right: 30px; }
      @media only screen and (max-width: 993px) {
        .section-content__generic-block .image--logo--content {
          padding-right: 0; } }
    .section-content__generic-block .card--content--box {
      padding: 0; }
    .section-content__generic-block .image--logo {
      background: #FFFFFF;
      padding-top: 65%;
      position: relative;
      border: 1px solid #D3D3D3; }
      @media only screen and (max-width: 993px) {
        .section-content__generic-block .image--logo {
          margin-bottom: 25px; } }
      .section-content__generic-block .image--logo img {
        max-height: 80px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 170px; }
    .section-content__generic-block .card--content h3 {
      font-size: 22px;
      margin-bottom: 0.5rem; }
    .section-content__generic-block .quote--block {
      border-left: 3px solid #00E870;
      margin-left: 35px;
      padding-left: 15px;
      padding-top: 10px; }
      @media only screen and (max-width: 700px) {
        .section-content__generic-block .quote--block {
          padding-left: 10px;
          margin-left: 25px; } }
      .section-content__generic-block .quote--block p {
        font-weight: 600;
        color: #00E870; }
      .section-content__generic-block .quote--block .quote--author {
        font-weight: 600;
        display: block;
        font-size: 14px;
        color: #6B6B6B; }
    .section-content__generic-block .links--cards {
      margin-top: 1.5rem; }
      .section-content__generic-block .links--cards ul {
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 480px) {
          .section-content__generic-block .links--cards ul {
            text-align: center; } }
        .section-content__generic-block .links--cards ul li {
          display: inline-block;
          margin-right: 15px; }
          @media only screen and (max-width: 480px) {
            .section-content__generic-block .links--cards ul li {
              display: block;
              margin: 0;
              margin-bottom: 7px; } }
          .section-content__generic-block .links--cards ul li a {
            font-weight: 600;
            color: #E44A4A; }
            .section-content__generic-block .links--cards ul li a:hover {
              color: #CA3D3D; }
          .section-content__generic-block .links--cards ul li:before {
            display: none; }
          .section-content__generic-block .links--cards ul li:not(:last-child):after {
            content: "|";
            color: #CA3D3D;
            font-weight: 600;
            margin-left: 15px; }
            @media only screen and (max-width: 480px) {
              .section-content__generic-block .links--cards ul li:not(:last-child):after {
                display: none; } }
    .section-content__generic-block .box--grid--content {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 25px;
      width: 100%;
      display: grid; }
      @media only screen and (max-width: 700px) {
        .section-content__generic-block .box--grid--content {
          grid-template-columns: repeat(1, 1fr); } }
    .section-content__generic-block .accordion_container {
      border-bottom: 1px solid #00E870; }
      .section-content__generic-block .accordion_container .accordion_head {
        border-top: 1px solid #00E870;
        padding: 15px;
        cursor: pointer;
        overflow: hidden; }
        .section-content__generic-block .accordion_container .accordion_head .text--header {
          float: left;
          display: block;
          padding-right: 15px;
          color: #E44A4A;
          font-weight: 600;
          font-size: 24px;
          width: calc(100% - 30px); }
        .section-content__generic-block .accordion_container .accordion_head .plusminus {
          float: right;
          background: #E44A4A;
          color: #FFFFFF;
          border-radius: 4px;
          width: 30px;
          display: block;
          text-align: center;
          line-height: 30px;
          font-size: 22px;
          font-weight: 600; }
        .section-content__generic-block .accordion_container .accordion_head.active {
          background: #F4F4F4; }
          .section-content__generic-block .accordion_container .accordion_head.active .text--header {
            color: #00724B; }
      .section-content__generic-block .accordion_container .accordion_body {
        background: #F4F4F4;
        padding: 15px; }
  .section-content__leadership {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 120px;
    padding-top: 60px; }
    @media only screen and (max-width: 993px) {
      .section-content__leadership {
        padding-top: 30px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 780px) {
      .section-content__leadership {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 550px) {
      .section-content__leadership {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px; } }
    .section-content__leadership .item-box {
      background: #fff;
      box-shadow: 0 0 21px rgba(198, 198, 198, 0.5); }
      .section-content__leadership .item-box .logo-pledge {
        padding: 30px 40px;
        height: 170px; }
        .section-content__leadership .item-box .logo-pledge img {
          max-height: 110px;
          width: auto;
          margin: auto; }
        @media only screen and (max-width: 993px) {
          .section-content__leadership .item-box .logo-pledge {
            padding: 15px; } }
      .section-content__leadership .item-box .pledge-text {
        text-align: center;
        padding: 0 20px;
        padding-bottom: 25px;
        min-height: 90px; }
        @media only screen and (max-width: 993px) {
          .section-content__leadership .item-box .pledge-text {
            padding: 15px;
            padding-top: 0; } }
        .section-content__leadership .item-box .pledge-text span {
          display: block;
          color: #281B3D;
          font-weight: 600;
          font-size: 13px;
          margin-bottom: 5px; }
        .section-content__leadership .item-box .pledge-text h5 {
          color: #545454;
          font-weight: 600; }
          @media only screen and (min-width: 993px) {
            .section-content__leadership .item-box .pledge-text h5 {
              letter-spacing: -1.2px; } }
        .section-content__leadership .item-box .pledge-text.amount h5 {
          color: #00E870;
          font-weight: 600; }
          @media only screen and (min-width: 993px) {
            .section-content__leadership .item-box .pledge-text.amount h5 {
              letter-spacing: -1.2px; } }
      .section-content__leadership .item-box .link-pledge {
        text-align: center;
        padding-bottom: 30px; }
        @media only screen and (max-width: 993px) {
          .section-content__leadership .item-box .link-pledge {
            padding-bottom: 15px; } }
        .section-content__leadership .item-box .link-pledge a {
          font-size: 16px; }
          @media only screen and (min-width: 993px) {
            .section-content__leadership .item-box .link-pledge a {
              letter-spacing: -0.8px; } }
  .section-content__council {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 120px; }
    @media only screen and (max-width: 993px) {
      .section-content__council {
        padding-bottom: 60px; } }
    @media only screen and (max-width: 780px) {
      .section-content__council {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 550px) {
      .section-content__council {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px; } }
    .section-content__council .item-box {
      background: #fff;
      box-shadow: 0 0 21px rgba(198, 198, 198, 0.5);
      padding: 10px;
      position: relative; }
      .section-content__council .item-box .photo-member {
        max-height: 330px;
        overflow: hidden; }
        @media only screen and (max-width: 993px) {
          .section-content__council .item-box .photo-member {
            max-height: inherit; } }
      .section-content__council .item-box .pledge-text {
        text-align: center;
        padding-bottom: 15px; }
        @media only screen and (max-width: 993px) {
          .section-content__council .item-box .pledge-text {
            padding-top: 0; } }
        .section-content__council .item-box .pledge-text .name {
          width: 100%; }
          .section-content__council .item-box .pledge-text .name h5 {
            color: #545454;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: 10px; }
            @media only screen and (min-width: 993px) {
              .section-content__council .item-box .pledge-text .name h5 {
                letter-spacing: -1.2px; } }
            @media only screen and (max-width: 993px) {
              .section-content__council .item-box .pledge-text .name h5 {
                font-size: 22px; } }
        .section-content__council .item-box .pledge-text .title {
          width: 100%; }
          .section-content__council .item-box .pledge-text .title p {
            font-size: 18px;
            padding: 0 10px; }
            @media only screen and (max-width: 993px) {
              .section-content__council .item-box .pledge-text .title p {
                font-size: 17px; } }
            @media only screen and (max-width: 700px) {
              .section-content__council .item-box .pledge-text .title p {
                font-size: 16px; } }
        .section-content__council .item-box .pledge-text .link-pledge {
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0; }
          @media only screen and (max-width: 993px) {
            .section-content__council .item-box .pledge-text .link-pledge {
              position: relative;
              width: 100%;
              bottom: 0; } }
          .section-content__council .item-box .pledge-text .link-pledge a {
            font-size: 16px;
            text-transform: none; }
            @media only screen and (min-width: 993px) {
              .section-content__council .item-box .pledge-text .link-pledge a {
                letter-spacing: -0.8px; } }
  @media only screen and (min-width: 993px) {
    .section-content__box-items-content {
      padding-right: 0; } }
  .section-content__box-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
    grid-auto-rows: minmax(50%, auto);
    height: 100%; }
    @media only screen and (max-width: 993px) {
      .section-content__box-items {
        grid-auto-rows: minmax(auto, auto); } }
  @media only screen and (min-width: 993px) {
    .section-content .bottom--aligned {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  @media only screen and (max-width: 993px) {
    .section-content__box-items-content {
      padding: 0; } }
  .section-content__box-item {
    text-align: center;
    background: #DFDFDF;
    padding: 0 30px;
    position: relative;
    height: 100%; }
    .section-content__box-item h3 {
      font-weight: 100;
      margin-bottom: 15px; }
      @media only screen and (min-width: 1100px) {
        .section-content__box-item h3 {
          letter-spacing: -5.3px; } }
      @media only screen and (min-width: 993px) {
        .section-content__box-item h3 {
          font-size: 6vw; } }
      @media only screen and (max-width: 993px) {
        .section-content__box-item h3 {
          font-size: 60px; } }
      @media only screen and (max-width: 550px) {
        .section-content__box-item h3 {
          margin-bottom: 0; } }
    .section-content__box-item p {
      margin: 0; }
      @media only screen and (min-width: 1100px) {
        .section-content__box-item p {
          letter-spacing: -1.2px; } }
      @media only screen and (min-width: 993px) {
        .section-content__box-item p {
          font-size: 1.5vw;
          line-height: 1.5vw; } }
      @media only screen and (min-width: 1337px) {
        .section-content__box-item p {
          font-size: 24px;
          line-height: 24px; } }
      @media only screen and (max-width: 550px) {
        .section-content__box-item p {
          font-size: 18px;
          font-weight: 400;
          line-height: 18px; } }
      @media only screen and (max-width: 350px) {
        .section-content__box-item p {
          font-size: 16px;
          line-height: 16px; } }
    .section-content__box-item .box-item-info {
      width: 100%;
      padding: 0 25px; }
      @media only screen and (min-width: 993px) {
        .section-content__box-item .box-item-info {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); } }
      @media only screen and (max-width: 993px) {
        .section-content__box-item .box-item-info {
          padding: 0; } }
      .section-content__box-item .box-item-info a {
        text-decoration: underline;
        font-size: 20px; }
        @media only screen and (max-width: 780px) {
          .section-content__box-item .box-item-info a {
            font-size: 17px; } }
        @media only screen and (max-width: 480px) {
          .section-content__box-item .box-item-info a {
            font-size: 15px; } }
      .section-content__box-item .box-item-info .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 5px; }
        .section-content__box-item .box-item-info .popup .tooltips--copy {
          visibility: hidden;
          opacity: 0;
          width: 280px;
          background-color: #FFFFFF;
          color: #fff;
          border: 1px solid #000000;
          text-align: left;
          border-radius: 2px;
          padding: 15px 15px;
          position: absolute;
          z-index: 1;
          bottom: 125%;
          left: 50%;
          margin-left: -140px; }
          .section-content__box-item .box-item-info .popup .tooltips--copy p {
            color: #000000;
            font-size: 14px;
            line-height: 15px;
            letter-spacing: 0; }
            .section-content__box-item .box-item-info .popup .tooltips--copy p a {
              color: #E44A4A;
              font-size: 14px;
              text-decoration: none; }
              .section-content__box-item .box-item-info .popup .tooltips--copy p a:hover {
                color: #CA3D3D;
                text-decoration: underline; }
          .section-content__box-item .box-item-info .popup .tooltips--copy .tooltips--close {
            color: #E44A4A;
            position: absolute;
            right: 5px;
            top: 0px;
            margin: 0px;
            line-height: 1;
            font-size: 18px;
            text-decoration: none; }
            .section-content__box-item .box-item-info .popup .tooltips--copy .tooltips--close:hover {
              color: #CA3D3D; }
          .section-content__box-item .box-item-info .popup .tooltips--copy::after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 100%;
            margin-top: -1px;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top-color: #FFFFFF; }
          .section-content__box-item .box-item-info .popup .tooltips--copy::before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -5px;
            top: 100%;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-top-color: #000000; }
          .section-content__box-item .box-item-info .popup .tooltips--copy.show {
            visibility: visible;
            opacity: 1;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }
          @media only screen and (max-width: 700px) {
            .section-content__box-item .box-item-info .popup .tooltips--copy {
              width: 200px;
              margin-left: -100px; } }
          @media only screen and (max-width: 480px) {
            .section-content__box-item .box-item-info .popup .tooltips--copy {
              width: 150px;
              margin-left: -75px;
              padding: 10px; }
              .section-content__box-item .box-item-info .popup .tooltips--copy p {
                font-size: 12px; }
                .section-content__box-item .box-item-info .popup .tooltips--copy p a {
                  font-size: 12px; } }
          @media only screen and (max-width: 350px) {
            .section-content__box-item .box-item-info .popup .tooltips--copy {
              width: 120px;
              margin-left: -60px; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .section-content__box-item:nth-child(1) {
      background: #00724B; }
      .section-content__box-item:nth-child(1) h3,
      .section-content__box-item:nth-child(1) p,
      .section-content__box-item:nth-child(1) a {
        color: #FFFFFF; }
      @media only screen and (max-width: 700px) {
        .section-content__box-item:nth-child(1) .box-item-info .popup .tooltips--copy {
          width: 200px;
          margin-left: -100px; } }
      @media only screen and (max-width: 480px) {
        .section-content__box-item:nth-child(1) .box-item-info .popup .tooltips--copy {
          width: 150px;
          margin-left: -75px;
          padding: 10px; }
          .section-content__box-item:nth-child(1) .box-item-info .popup .tooltips--copy p {
            font-size: 12px; }
            .section-content__box-item:nth-child(1) .box-item-info .popup .tooltips--copy p a {
              font-size: 12px; } }
      @media only screen and (max-width: 350px) {
        .section-content__box-item:nth-child(1) .box-item-info .popup .tooltips--copy {
          width: 120px;
          margin-left: -60px; } }
    .section-content__box-item:nth-child(2) {
      background: #00E870; }
      .section-content__box-item:nth-child(2) h3,
      .section-content__box-item:nth-child(2) p,
      .section-content__box-item:nth-child(2) a {
        color: #FFFFFF; }
      @media only screen and (max-width: 700px) {
        .section-content__box-item:nth-child(2) .box-item-info .popup .tooltips--copy {
          width: 200px;
          margin-left: -100px; } }
      @media only screen and (max-width: 480px) {
        .section-content__box-item:nth-child(2) .box-item-info .popup .tooltips--copy {
          width: 150px;
          margin-left: -75px;
          padding: 10px; }
          .section-content__box-item:nth-child(2) .box-item-info .popup .tooltips--copy p {
            font-size: 12px; }
            .section-content__box-item:nth-child(2) .box-item-info .popup .tooltips--copy p a {
              font-size: 12px; } }
      @media only screen and (max-width: 350px) {
        .section-content__box-item:nth-child(2) .box-item-info .popup .tooltips--copy {
          width: 120px;
          margin-left: -60px; } }
    @media only screen and (max-width: 993px) {
      .section-content__box-item:nth-child(3) {
        grid-column: 1 / span 2; } }
    @media only screen and (min-width: 993px) {
      .section-content__box-item:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2; } }
    @media only screen and (min-width: 993px) {
      .section-content__box-item.first h3 {
        font-size: 4.5vw; } }
    @media only screen and (max-width: 550px) {
      .section-content__box-item.first {
        padding: 20px 40px; } }
    @media only screen and (max-width: 350px) {
      .section-content__box-item.first {
        padding: 20px; } }
    @media only screen and (max-width: 700px) {
      .section-content__box-item.first .box-item-info .popup .tooltips--copy {
        width: 200px;
        margin-left: -100px; } }
    @media only screen and (max-width: 480px) {
      .section-content__box-item.first .box-item-info .popup .tooltips--copy p {
        font-size: 12px; }
        .section-content__box-item.first .box-item-info .popup .tooltips--copy p a {
          font-size: 12px; } }
    .section-content__box-item.last {
      background: #DCDCDC !important; }
      @media only screen and (min-width: 993px) {
        .section-content__box-item.last h3 {
          font-size: 4.5vw; } }
      @media only screen and (min-width: 993px) {
        .section-content__box-item.last {
          margin-top: -60px; } }
      @media only screen and (max-width: 700px) {
        .section-content__box-item.last .box-item-info .popup .tooltips--copy {
          width: 200px;
          margin-left: -100px; } }
      @media only screen and (max-width: 480px) {
        .section-content__box-item.last .box-item-info .popup .tooltips--copy p {
          font-size: 12px; }
          .section-content__box-item.last .box-item-info .popup .tooltips--copy p a {
            font-size: 12px; } }
    .section-content__box-item.dark-gray {
      background: #c6c6c6 !important; }
    .section-content__box-item.gray {
      background: #DFDFDF; }
      .section-content__box-item.gray h3,
      .section-content__box-item.gray p,
      .section-content__box-item.gray a {
        color: #000000; }
    @media only screen and (max-width: 993px) {
      .section-content__box-item {
        padding: 30px; } }
    @media only screen and (max-width: 700px) {
      .section-content__box-item {
        padding: 10px 15px;
        padding-bottom: 20px; } }
  .section-content__map-box .img-content-inner {
    display: none; }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .map-box.left-i {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .map-box.right-i {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .img-map.right-i, .section-content__map-box .img-map.left-i {
      width: 50vw; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .img-content-inner {
      position: absolute;
      width: 50%;
      display: block; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .left-i .img-content-inner {
      left: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .right-i .img-content-inner {
      right: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .img-hide {
      opacity: 0;
      visibility: hidden;
      display: none; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box .img-fixed {
      width: calc(100% + 79px);
      max-width: none; } }
  @media only screen and (min-width: 993px) {
    .section-content__map-box {
      padding-left: 0; } }
  .section-content__grid-item {
    margin-bottom: 30px; }
    .section-content__grid-item h5,
    .section-content__grid-item p {
      color: #6B6B6B;
      margin-bottom: 0; }
      @media only screen and (min-width: 993px) {
        .section-content__grid-item h5,
        .section-content__grid-item p {
          font-size: 24px;
          letter-spacing: -1.2px; } }
    .section-content__grid-item a {
      color: #E44A4A; }
      .section-content__grid-item a:hover {
        color: #CA3D3D; }
    @media only screen and (min-width: 993px) {
      .section-content__grid-item {
        max-width: 405px; }
        .section-content__grid-item:last-child {
          margin-bottom: 0; } }
  .section-content__title-section {
    text-align: center;
    margin-bottom: 60px; }
    .section-content__title-section h3 {
      color: #281B3D;
      font-weight: 400; }
      @media only screen and (max-width: 550px) {
        .section-content__title-section h3 {
          font-size: 25px; } }
    @media only screen and (max-width: 993px) {
      .section-content__title-section {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 993px) {
    .section-content .resized {
      height: auto !important; } }
  .section-content__organizations-carousel {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    grid-auto-rows: minmax(400px, auto); }
    @media only screen and (max-width: 993px) {
      .section-content__organizations-carousel {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(auto, auto); } }
  .section-content__lead-item {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.0471208);
    background: #FFFFFF; }
    .section-content__lead-item .lead-item__logo {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 165px;
      border-bottom: 1px solid #C9C9C9;
      padding: 0 25px; }
      .section-content__lead-item .lead-item__logo img {
        margin: auto;
        max-height: 160px;
        vertical-align: middle; }
        @media only screen and (max-width: 550px) {
          .section-content__lead-item .lead-item__logo img {
            max-height: 130px; } }
      @media only screen and (max-width: 550px) {
        .section-content__lead-item .lead-item__logo {
          height: 135px;
          border-bottom: 2px solid #C9C9C9; } }
    .section-content__lead-item .lead-item__copy {
      padding: 35px 25px; }
      .section-content__lead-item .lead-item__copy p {
        color: #545454;
        line-height: 29px;
        margin-bottom: 0; }
        @media only screen and (min-width: 993px) {
          .section-content__lead-item .lead-item__copy p {
            font-size: 24px; } }
        @media only screen and (max-width: 550px) {
          .section-content__lead-item .lead-item__copy p {
            line-height: 15px; } }
      .section-content__lead-item .lead-item__copy a i {
        margin-left: 10x; }
  .section-content__list-item {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.0471208);
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .section-content__list-item.no--image {
      padding-bottom: 30px; }
    .section-content__list-item .list-item__image {
      max-width: 225px;
      float: left; }
      @media only screen and (max-width: 700px) {
        .section-content__list-item .list-item__image {
          max-width: 100%;
          width: 100%; }
          .section-content__list-item .list-item__image img {
            display: block;
            width: 100%; } }
    .section-content__list-item .lead-item__copy {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
      float: left;
      width: calc(100% - 225px); }
      .section-content__list-item .lead-item__copy h4 {
        color: #281B3D;
        font-weight: 500;
        margin-bottom: 10px; }
        @media only screen and (max-width: 700px) {
          .section-content__list-item .lead-item__copy h4 {
            margin-bottom: 5px;
            font-size: 20px; } }
      .section-content__list-item .lead-item__copy p {
        color: #281B3D;
        font-weight: 500; }
        @media only screen and (min-width: 993px) {
          .section-content__list-item .lead-item__copy p {
            font-size: 18px; } }
      .section-content__list-item .lead-item__copy a i {
        margin-left: 15px; }
        @media only screen and (max-width: 993px) {
          .section-content__list-item .lead-item__copy a i {
            margin-left: 5px; } }
      @media only screen and (max-width: 993px) {
        .section-content__list-item .lead-item__copy {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 700px) {
        .section-content__list-item .lead-item__copy {
          max-width: 100%;
          width: 100%;
          padding: 25px; } }
    @media only screen and (max-width: 993px) {
      .section-content__list-item {
        margin-bottom: 25px; } }
  .section-content__copy-block-single h3 {
    font-weight: 400;
    margin-bottom: 20px; }
  @media only screen and (min-width: 993px) {
    .section-content__copy-block-single {
      margin-top: 0 !important; } }
  @media only screen and (max-width: 993px) {
    .section-content__copy-block-single {
      position: relative;
      margin-bottom: 30px;
      box-shadow: 0 0 10px rgba(158, 155, 155, 0.5);
      padding: 15px;
      background: #FFFFFF; } }
  .section-content__copy-block-grid h5 {
    font-weight: 600;
    margin-bottom: 40px; }
    @media only screen and (max-width: 993px) {
      .section-content__copy-block-grid h5 {
        margin-bottom: 10px; } }
  .section-content__copy-block-grid .copy-blok-grid-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin: auto;
    text-align: center; }
    .section-content__copy-block-grid .copy-blok-grid-items h3 {
      font-weight: 400;
      margin-bottom: 15px;
      margin-top: 25px; }
      @media only screen and (min-width: 993px) {
        .section-content__copy-block-grid .copy-blok-grid-items h3 {
          font-size: 44px; } }
      @media only screen and (max-width: 993px) {
        .section-content__copy-block-grid .copy-blok-grid-items h3 {
          margin-bottom: 10px;
          margin-top: 0; } }
      @media only screen and (max-width: 700px) {
        .section-content__copy-block-grid .copy-blok-grid-items h3 {
          margin-bottom: 0; } }
    .section-content__copy-block-grid .copy-blok-grid-items .grid-copy-item p {
      margin-bottom: 0; }
      @media only screen and (max-width: 700px) {
        .section-content__copy-block-grid .copy-blok-grid-items .grid-copy-item p {
          font-size: 13px; } }
    .section-content__copy-block-grid .copy-blok-grid-items .popup {
      position: relative;
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-top: 5px; }
      .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--action {
        text-decoration: underline;
        font-size: 20px; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--action:hover {
          text-decoration: none; }
        @media only screen and (max-width: 700px) {
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--action {
            font-size: 13px; } }
      .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy {
        visibility: hidden;
        opacity: 0;
        width: 280px;
        background-color: #FFFFFF;
        color: #fff;
        border: 1px solid #000000;
        text-align: left;
        border-radius: 2px;
        padding: 15px 15px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -140px; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy p {
          color: #000000;
          font-size: 14px;
          line-height: 15px;
          letter-spacing: 0; }
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy p a {
            color: #E44A4A;
            font-size: 14px;
            text-decoration: none; }
            .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy p a:hover {
              color: #CA3D3D;
              text-decoration: underline; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy .tooltips--close {
          color: #E44A4A;
          position: absolute;
          right: 5px;
          top: 0px;
          margin: 0px;
          line-height: 1;
          font-size: 18px;
          text-decoration: none; }
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy .tooltips--close:hover {
            color: #CA3D3D; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          margin-left: -5px;
          top: 100%;
          margin-top: -1px;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: #FFFFFF; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          margin-left: -5px;
          top: 100%;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-top-color: #000000; }
        .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy.show {
          visibility: visible;
          opacity: 1;
          -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s; }
        @media only screen and (max-width: 700px) {
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy {
            width: 200px;
            margin-left: -100px; } }
        @media only screen and (max-width: 480px) {
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy {
            width: 150px;
            margin-left: -75px;
            padding: 10px; }
            .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy p {
              font-size: 12px; }
              .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy p a {
                font-size: 12px; } }
        @media only screen and (max-width: 350px) {
          .section-content__copy-block-grid .copy-blok-grid-items .popup .tooltips--copy {
            width: 120px;
            margin-left: -60px; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media only screen and (min-width: 993px) {
    .section-content__copy-block-grid {
      margin-top: 0 !important; } }
  @media only screen and (max-width: 993px) {
    .section-content__copy-block-grid {
      position: relative;
      margin-bottom: 30px;
      box-shadow: 0 0 10px rgba(158, 155, 155, 0.5);
      padding: 15px;
      background: #FFFFFF; } }
  .section-content__carbon-calculator-action {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding-bottom: 70px; }
    .section-content__carbon-calculator-action .opacity {
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      opacity: 0.5;
      pointer-events: none; }
    .section-content__carbon-calculator-action .label-carbon {
      margin-bottom: 30px; }
      @media only screen and (max-width: 700px) {
        .section-content__carbon-calculator-action .label-carbon {
          margin-bottom: 15px; } }
      @media only screen and (min-width: 993px) {
        .section-content__carbon-calculator-action .label-carbon {
          max-width: 260px;
          margin-bottom: 60px; } }
      @media only screen and (max-width: 993px) {
        .section-content__carbon-calculator-action .label-carbon {
          max-width: 470px;
          margin-left: auto;
          margin-right: auto;
          text-align: left; } }
      @media only screen and (max-width: 550px) {
        .section-content__carbon-calculator-action .label-carbon {
          text-align: left;
          margin-bottom: 7px;
          margin-left: 0;
          max-width: 100%; } }
      .section-content__carbon-calculator-action .label-carbon span {
        color: #281B3D;
        font-size: 28px;
        font-weight: 600;
        display: block;
        line-height: 26px; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-action .label-carbon span br {
            display: none; } }
        @media only screen and (max-width: 700px) {
          .section-content__carbon-calculator-action .label-carbon span {
            font-size: 20px;
            line-height: 20px; } }
        @media only screen and (max-width: 550px) {
          .section-content__carbon-calculator-action .label-carbon span {
            font-size: 18px;
            line-height: 18px; } }
        @media only screen and (max-width: 350px) {
          .section-content__carbon-calculator-action .label-carbon span {
            font-size: 16px;
            line-height: 16px; } }
      .section-content__carbon-calculator-action .label-carbon a {
        color: #545454;
        font-weight: 600;
        font-size: 14px;
        margin-top: 7px; }
    .section-content__carbon-calculator-action .input-carbon {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
      @media only screen and (min-width: 993px) {
        .section-content__carbon-calculator-action .input-carbon {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 993px) {
        .section-content__carbon-calculator-action .input-carbon {
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media only screen and (max-width: 550px) {
        .section-content__carbon-calculator-action .input-carbon {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .section-content__carbon-calculator-action .input-carbon select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        outline: 0;
        box-shadow: none;
        border: 0 !important;
        background: #FFFFFF;
        background-image: none;
        flex: 1;
        padding: 0 20px;
        color: #E44A4A;
        cursor: pointer;
        font-size: 22px;
        font-weight: 600;
        background-image: url(images/rectangle.png);
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 22px;
        font-family: "TT Commons", sans-serif; }
        .section-content__carbon-calculator-action .input-carbon select:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #f00; }
        .section-content__carbon-calculator-action .input-carbon select::-ms-expand {
          display: none; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-action .input-carbon select {
            background-position-y: 19px;
            background-size: 20px; } }
        @media only screen and (max-width: 700px) {
          .section-content__carbon-calculator-action .input-carbon select {
            font-size: 16px;
            background-position-x: 95%;
            background-position-y: 19px;
            background-size: 20px; } }
        @media only screen and (max-width: 550px) {
          .section-content__carbon-calculator-action .input-carbon select {
            padding: 0 15px; } }
        @media only screen and (max-width: 480px) {
          .section-content__carbon-calculator-action .input-carbon select {
            font-size: 14px; } }
      .section-content__carbon-calculator-action .input-carbon .select {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 450px;
        height: 50px;
        line-height: 3;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 25px;
        border: 1px solid #DEE0E2; }
        .section-content__carbon-calculator-action .input-carbon .select::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          padding: 0 1em;
          background: #FFFFFF;
          cursor: pointer;
          pointer-events: none;
          -webkit-transition: .25s all ease;
          -o-transition: .25s all ease;
          transition: .25s all ease; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-action .input-carbon .select {
            max-width: 470px;
            height: 45px;
            order: 1; } }
        @media only screen and (max-width: 550px) {
          .section-content__carbon-calculator-action .input-carbon .select {
            max-width: 100%; } }
      .section-content__carbon-calculator-action .input-carbon .number {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 450px;
        height: 50px;
        line-height: 3;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 25px;
        border: 1px solid #DEE0E2; }
        .section-content__carbon-calculator-action .input-carbon .number input[type="text"] {
          outline: 0;
          box-shadow: none;
          border: 0 !important;
          background: #FFFFFF;
          background-image: none;
          flex: 1;
          padding: 0 20px;
          color: #E44A4A;
          cursor: pointer;
          font-size: 22px;
          font-weight: 600; }
          .section-content__carbon-calculator-action .input-carbon .number input[type="text"]::-webkit-input-placeholder {
            color: #E44A4A; }
          .section-content__carbon-calculator-action .input-carbon .number input[type="text"]:-ms-input-placeholder {
            color: #E44A4A; }
          .section-content__carbon-calculator-action .input-carbon .number input[type="text"]::placeholder {
            color: #E44A4A; }
          @media only screen and (max-width: 700px) {
            .section-content__carbon-calculator-action .input-carbon .number input[type="text"] {
              font-size: 16px; } }
          @media only screen and (max-width: 550px) {
            .section-content__carbon-calculator-action .input-carbon .number input[type="text"] {
              padding: 0 15px; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-action .input-carbon .number input[type="text"] {
              font-size: 14px; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-action .input-carbon .number {
            max-width: 470px;
            height: 45px; } }
        @media only screen and (max-width: 550px) {
          .section-content__carbon-calculator-action .input-carbon .number {
            max-width: 100%; } }
      .section-content__carbon-calculator-action .input-carbon .range {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 560px;
        height: 50px;
        line-height: 3;
        background: #FFFFFF;
        overflow: hidden;
        border-radius: 25px;
        border: 1px solid #DEE0E2;
        box-shadow: 0px 0px 12px rgba(193, 193, 193, 0.5); }
        @media only screen and (max-width: 700px) {
          .section-content__carbon-calculator-action .input-carbon .range {
            max-width: 400px;
            height: 35px; } }
        .section-content__carbon-calculator-action .input-carbon .range .range-slide {
          float: left;
          width: 100%;
          max-width: 430px;
          border-right: 4px solid #E0E0E0;
          padding-left: 15px;
          padding-right: 15px; }
          @media only screen and (max-width: 700px) {
            .section-content__carbon-calculator-action .input-carbon .range .range-slide {
              padding-left: 10px;
              padding-right: 10px;
              border-right-width: 2px; } }
          .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range] {
            -webkit-appearance: none;
            margin: 18px 0;
            width: 100%; }
            @media only screen and (max-width: 700px) {
              .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range] {
                margin: 5px 0; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]:focus {
              outline: none; }
              .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]:focus::-webkit-slider-runnable-track {
                background: #DDDDDD; }
              .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]:focus::-ms-fill-lower {
                background: #DDDDDD; }
              .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]:focus::-ms-fill-upper {
                background: #DDDDDD; }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-webkit-slider-runnable-track {
              width: 100%;
              height: 13px;
              cursor: pointer;
              animate: 0.2s;
              background: #DDDDDD;
              border-radius: 10px; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-webkit-slider-runnable-track {
                  height: 7px;
                  margin-top: -23px; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-webkit-slider-thumb {
              height: 23px;
              width: 23px;
              border-radius: 50%;
              background: #00E870;
              cursor: pointer;
              -webkit-appearance: none;
              margin-top: -5px; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-webkit-slider-thumb {
                  width: 17px;
                  height: 17px;
                  margin-top: -5px; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-moz-range-track {
              width: 100%;
              height: 13px;
              cursor: pointer;
              animate: 0.2s;
              background: #DDDDDD;
              border-radius: 10px; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-moz-range-track {
                  height: 7px; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-moz-range-thumb {
              height: 23px;
              width: 23px;
              border-radius: 50%;
              background: #00E870;
              cursor: pointer; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-moz-range-thumb {
                  width: 17px;
                  height: 17px; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-track {
              width: 100%;
              height: 13px;
              cursor: pointer;
              animate: 0.2s;
              background: transparent;
              border-color: transparent;
              border-width: 13px 0;
              color: transparent; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-track {
                  height: 7px;
                  border-width: 7px 0; } }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-fill-lower {
              background: #DDDDDD;
              border-radius: 10px; }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-fill-upper {
              background: #DDDDDD;
              border-radius: 10px; }
            .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-thumb {
              height: 23px;
              width: 23px;
              border-radius: 50%;
              background: #00E870;
              cursor: pointer; }
              @media only screen and (max-width: 700px) {
                .section-content__carbon-calculator-action .input-carbon .range .range-slide input[type=range]::-ms-thumb {
                  width: 17px;
                  height: 17px; } }
        .section-content__carbon-calculator-action .input-carbon .range .range-number {
          font-weight: 600;
          font-size: 32px;
          color: #00E870;
          float: left;
          line-height: 48px;
          width: 100%;
          max-width: 100px;
          text-align: center; }
          @media only screen and (max-width: 700px) {
            .section-content__carbon-calculator-action .input-carbon .range .range-number {
              font-size: 20px;
              line-height: 35px;
              max-width: 75px; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-action .input-carbon .range .range-number {
              font-size: 18px; } }
      .section-content__carbon-calculator-action .input-carbon .radio {
        width: 100%;
        max-width: 290px; }
        @media only screen and (max-width: 700px) {
          .section-content__carbon-calculator-action .input-carbon .radio {
            max-width: 200px; } }
        @media only screen and (max-width: 480px) {
          .section-content__carbon-calculator-action .input-carbon .radio {
            max-width: 165px; } }
        .section-content__carbon-calculator-action .input-carbon .radio .switch {
          position: relative;
          display: flex;
          width: 100%;
          max-width: 290px;
          height: 50px;
          background: #FFFFFF;
          overflow: hidden;
          border-radius: 25px; }
          @media only screen and (max-width: 700px) {
            .section-content__carbon-calculator-action .input-carbon .radio .switch {
              height: 35px; } }
        .section-content__carbon-calculator-action .input-carbon .radio .switch-label {
          position: relative;
          z-index: 2;
          float: left;
          width: 50%;
          line-height: 50px;
          font-size: 26px;
          color: #D8D8D8;
          text-align: center;
          font-weight: 600;
          cursor: pointer; }
          .section-content__carbon-calculator-action .input-carbon .radio .switch-label:active {
            font-weight: 600; }
          @media only screen and (max-width: 700px) {
            .section-content__carbon-calculator-action .input-carbon .radio .switch-label {
              font-size: 16px;
              line-height: 35px; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-action .input-carbon .radio .switch-label {
              font-size: 14px; } }
        .section-content__carbon-calculator-action .input-carbon .radio .switch-label-off {
          padding-left: 2px; }
        .section-content__carbon-calculator-action .input-carbon .radio .switch-label-on {
          padding-right: 2px; }
        .section-content__carbon-calculator-action .input-carbon .radio .switch-input {
          display: none; }
          .section-content__carbon-calculator-action .input-carbon .radio .switch-input:checked + .switch-label {
            font-weight: 600;
            color: #FFFFFF;
            -webkit-transition: 0.15s ease-out;
            -moz-transition: 0.15s ease-out;
            -ms-transition: 0.15s ease-out;
            -o-transition: 0.15s ease-out;
            transition: 0.15s ease-out; }
          .section-content__carbon-calculator-action .input-carbon .radio .switch-input:checked + .switch-label-on ~ .switch-selection {
            left: 50%; }
        .section-content__carbon-calculator-action .input-carbon .radio .switch-selection {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          display: block;
          width: 50%;
          height: 50px;
          background-color: #00E870;
          -webkit-transition: left 0.15s ease-out;
          -moz-transition: left 0.15s ease-out;
          -ms-transition: left 0.15s ease-out;
          -o-transition: left 0.15s ease-out;
          transition: left 0.15s ease-out; }
      .section-content__carbon-calculator-action .input-carbon a {
        display: flex;
        color: #545454;
        font-weight: 600;
        font-size: 14px;
        margin-left: 20px; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-action .input-carbon a {
            display: none; } }
        .section-content__carbon-calculator-action .input-carbon a .circle {
          font-weight: normal;
          border: 1px solid #545454;
          border-radius: 50%;
          width: 13px;
          line-height: 12px;
          height: 13px;
          text-align: center;
          font-size: 10px;
          float: right;
          margin-left: 5px; }
          .section-content__carbon-calculator-action .input-carbon a .circle i {
            margin-left: 1px;
            font-size: 8px; }
        .section-content__carbon-calculator-action .input-carbon a i {
          margin-left: 5px;
          font-size: 12px; }
        .section-content__carbon-calculator-action .input-carbon a:hover {
          color: #E44A4A; }
          .section-content__carbon-calculator-action .input-carbon a:hover .circle {
            border-color: #E44A4A; }
    @media only screen and (max-width: 700px) {
      .section-content__carbon-calculator-action {
        padding-bottom: 20px; } }
  .section-content__carbon-calculator-result {
    max-width: 1150px;
    width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }
    .section-content__carbon-calculator-result .content-row {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      padding-bottom: 80px; }
      @media only screen and (max-width: 993px) {
        .section-content__carbon-calculator-result .content-row {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-width: 525px;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          .section-content__carbon-calculator-result .content-row.last {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      @media only screen and (max-width: 993px) and (max-width: 993px) {
        .section-content__carbon-calculator-result .content-row.last {
          padding-bottom: 40px; } }

    @media only screen and (max-width: 993px) {
      .section-content__carbon-calculator-result .extended {
        flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 890px) {
      .section-content__carbon-calculator-result .extended {
        flex-basis: 100%;
        max-width: 100%; } }
    .section-content__carbon-calculator-result .circle-content {
      width: 100%;
      border-radius: 50%;
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; }
      .section-content__carbon-calculator-result .circle-content.circle-green {
        max-width: 340px;
        max-height: 340px;
        background: #00724B;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-green {
            margin-top: -25px;
            z-index: 2; } }
        @media only screen and (max-width: 480px) {
          .section-content__carbon-calculator-result .circle-content.circle-green {
            margin-left: 30px;
            margin-right: 30px; } }
        .section-content__carbon-calculator-result .circle-content.circle-green .amount-subtitle {
          color: #FFFFFF;
          font-size: 22px;
          font-weight: 600;
          display: block;
          line-height: 25px;
          text-transform: uppercase;
          margin-bottom: 0; }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-green .amount-subtitle {
              font-size: 4.6vw;
              line-height: 1.2; } }
        .section-content__carbon-calculator-result .circle-content.circle-green .amount-total {
          color: #FFFFFF;
          font-size: 80px;
          font-weight: 600;
          display: block;
          line-height: 1; }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-green .amount-total {
              line-height: 1;
              font-size: 16.7vw; } }
        .section-content__carbon-calculator-result .circle-content.circle-green.big {
          max-width: 525px;
          max-height: 525px;
          background: #00E870;
          flex: 2 1 auto; }
          @media only screen and (min-width: 993px) {
            .section-content__carbon-calculator-result .circle-content.circle-green.big {
              margin-left: -30px;
              margin-right: -30px;
              order: 1; } }
          @media only screen and (max-width: 1150px) {
            .section-content__carbon-calculator-result .circle-content.circle-green.big {
              min-width: 425px; } }
          @media only screen and (max-width: 993px) {
            .section-content__carbon-calculator-result .circle-content.circle-green.big {
              order: 0;
              margin-top: 0;
              z-index: 1; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-green.big {
              min-width: auto;
              margin-left: 0;
              margin-right: 0; } }
          .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-title {
            color: #00724B;
            font-size: 38px;
            font-weight: 600;
            display: block;
            line-height: 1;
            margin-bottom: 20px; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-title {
                line-height: 1;
                font-size: 8vw; } }
          .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-subtitle {
            color: #00724B;
            font-size: 28px;
            font-weight: 600;
            display: block;
            line-height: 1;
            text-transform: uppercase;
            margin-bottom: 0; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-subtitle {
                font-size: 5.9vw;
                line-height: 1.2; } }
          .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-total {
            color: #00724B;
            font-size: 120px;
            font-weight: 600;
            display: block;
            line-height: 1; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-green.big .amount-total {
                font-size: 25vw;
                line-height: 1; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-green:nth-child(1) {
            order: 2; } }
        @media only screen and (min-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-green:nth-child(2) {
            order: 2; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-green:nth-child(2) {
            order: 1; } }
      .section-content__carbon-calculator-result .circle-content.circle-red {
        max-width: 335px;
        max-height: 335px;
        background: #BC3333;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
        @media only screen and (min-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-red {
            margin-top: 40px; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-red {
            margin-top: -25px;
            z-index: 2; } }
        @media only screen and (max-width: 480px) {
          .section-content__carbon-calculator-result .circle-content.circle-red {
            margin-left: 30px;
            margin-right: 30px; } }
        .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon {
          background: #BC3333;
          max-width: 185px;
          max-height: 185px;
          position: relative;
          left: 50%;
          border-radius: 50%;
          transform: translateX(-50%);
          width: 100%;
          height: 100%;
          margin-top: -40%;
          margin-bottom: 20px; }
          @media only screen and (max-width: 993px) {
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon {
              max-width: 155px; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon {
              max-width: 115px; } }
          .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon .amount-icon-circle {
            padding-bottom: 100%;
            position: relative; }
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon .amount-icon-circle img {
              max-width: 127px;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
              @media only screen and (max-width: 993px) {
                .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon .amount-icon-circle img {
                  max-width: 100px; } }
              @media only screen and (max-width: 480px) {
                .section-content__carbon-calculator-result .circle-content.circle-red .amount-icon .amount-icon-circle img {
                  max-width: 55px; } }
        .section-content__carbon-calculator-result .circle-content.circle-red .amount-title {
          color: #FFFFFF;
          font-size: 18px;
          font-weight: 600;
          display: block;
          line-height: 1;
          margin-bottom: 5px;
          text-transform: uppercase; }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-title {
              font-size: 3.8vw;
              line-height: 1; } }
        .section-content__carbon-calculator-result .circle-content.circle-red .amount-subtitle {
          color: #FFFFFF;
          font-size: 26px;
          font-weight: 400;
          display: block;
          line-height: 1;
          margin-top: 5px; }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-subtitle {
              font-size: 5.5vw;
              line-height: 1; } }
        .section-content__carbon-calculator-result .circle-content.circle-red .amount-total {
          color: #FFFFFF;
          font-size: 65px;
          font-weight: 600;
          display: block;
          line-height: 1; }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-red .amount-total {
              font-size: 13.7vw;
              line-height: 1; } }
        .section-content__carbon-calculator-result .circle-content.circle-red.big {
          max-width: 430px;
          max-height: 430px;
          background: #E44A4A;
          flex: 2 1 auto;
          overflow: visible; }
          @media only screen and (min-width: 993px) {
            .section-content__carbon-calculator-result .circle-content.circle-red.big {
              margin-left: -30px;
              margin-right: -30px;
              order: 1; } }
          @media only screen and (max-width: 1150px) {
            .section-content__carbon-calculator-result .circle-content.circle-red.big {
              min-width: 390px; } }
          @media only screen and (max-width: 993px) {
            .section-content__carbon-calculator-result .circle-content.circle-red.big {
              order: 0;
              margin-top: 0;
              z-index: 1; } }
          @media only screen and (max-width: 480px) {
            .section-content__carbon-calculator-result .circle-content.circle-red.big {
              min-width: auto;
              margin-left: 0;
              margin-right: 0; } }
          .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-title {
            color: #600000;
            font-size: 28px;
            font-weight: 600;
            display: block;
            line-height: 1;
            margin-bottom: 0;
            text-transform: uppercase; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-title {
                font-size: 5.9vw;
                line-height: 1; } }
          .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-subtitle {
            color: #600000;
            font-size: 32px;
            font-weight: 400;
            display: block;
            line-height: 1;
            margin-bottom: 0;
            margin-top: 0; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-subtitle {
                font-size: 6.7vw;
                line-height: 1; } }
          .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-total {
            color: #600000;
            font-size: 90px;
            font-weight: 600;
            display: block;
            line-height: 1; }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content.circle-red.big .amount-total {
                font-size: 19vw;
                line-height: 1; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-red:nth-child(1) {
            order: 2; } }
        @media only screen and (min-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-red:nth-child(2) {
            order: 2; } }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-red:nth-child(2) {
            order: 1; } }
      .section-content__carbon-calculator-result .circle-content.circle-content-4 {
        max-width: 350px;
        max-height: 350px;
        background: #00C55F; }
        @media only screen and (min-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-content-4 {
            margin-left: 110px; } }
        @media only screen and (max-width: 480px) {
          .section-content__carbon-calculator-result .circle-content.circle-content-4 {
            margin-left: 30px;
            margin-right: 30px; } }
      .section-content__carbon-calculator-result .circle-content.circle-content-5 {
        max-width: 110px;
        max-height: 110px;
        background: #00C55F;
        margin-top: 290px; }
        @media only screen and (max-width: 993px) {
          .section-content__carbon-calculator-result .circle-content.circle-content-5 {
            margin-top: 35px;
            margin-left: 50%; } }
      .section-content__carbon-calculator-result .circle-content .circle {
        padding-bottom: 100%;
        position: relative; }
        .section-content__carbon-calculator-result .circle-content .circle .circle-inner {
          position: absolute;
          left: 50%;
          top: 50%;
          border-radius: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 25px; }
          .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-4 .amount-title {
            color: #FFFFFF;
            font-size: 32px;
            font-weight: 600;
            display: block;
            line-height: 35px;
            margin-bottom: 15px; }
            @media only screen and (min-width: 993px) {
              .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-4 .amount-title {
                letter-spacing: 1.5px; } }
            @media only screen and (max-width: 480px) {
              .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-4 .amount-title {
                font-size: 8.5vw;
                line-height: 1.2; } }
          @media only screen and (min-width: 480px) {
            .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-4 .circle-action a {
              font-size: 16px;
              padding: 15px 35px; } }
          @media only screen and (max-width: 550px) {
            .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-4 .circle-action a {
              padding: 17px 30px;
              font-size: 15px;
              border-radius: 50px; } }
          .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-5 {
            padding: 0; }
            .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-5 .circle-action a {
              display: block;
              color: #FFFFFF;
              font-weight: 500;
              line-height: 20px; }
              .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-5 .circle-action a span {
                display: block;
                margin-bottom: 5px;
                font-size: 20px; }
                @media only screen and (max-width: 550px) {
                  .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-5 .circle-action a span {
                    font-size: 16px; } }
              @media only screen and (max-width: 550px) {
                .section-content__carbon-calculator-result .circle-content .circle .circle-inner.circle-5 .circle-action a {
                  font-size: 12px;
                  line-height: 14px; } }
    @media only screen and (max-width: 700px) {
      .section-content__carbon-calculator-result {
        padding-top: 0; } }
  .section-content__separator {
    border-top: 2px solid #00E870;
    max-width: 1250px;
    margin: auto; }
  @media only screen and (min-width: 993px) {
    .section-content .resized {
      order: 3; } }
  @media only screen and (min-width: 993px) {
    .section-content .left .section-content__copy-block-single {
      padding-left: 50px;
      max-width: 610px; } }
  @media only screen and (min-width: 993px) {
    .section-content .right .section-content__copy-block-single {
      padding-right: 50px;
      max-width: 610px; } }
  @media only screen and (min-width: 993px) {
    .section-content .left .section-content__copy-block-grid {
      padding-right: 50px;
      max-width: 535px; } }
  @media only screen and (min-width: 993px) {
    .section-content .right .section-content__copy-block-grid {
      padding-left: 50px;
      max-width: 535px; } }
  @media only screen and (min-width: 993px) and (max-width: 1180px) {
    .section-content .right .section-content__copy-block-grid {
      padding-left: 25px;
      max-width: 535px;
      padding-right: 50px; } }
  @media only screen and (min-width: 993px) {
    .section-content .map-box.left {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content .map-box.center {
      margin: auto; } }
  @media only screen and (min-width: 993px) {
    .section-content .img-map.center {
      width: 100%; } }
  @media only screen and (min-width: 993px) {
    .section-content .img-map.center .img-hide {
      display: none; } }
  @media only screen and (min-width: 993px) {
    .section-content .map-box.right {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content .img-map.right, .section-content .img-map.left {
      width: 50vw;
      margin-bottom: -8px; } }
  .section-content .img-content-inner {
    display: none; }
    @media only screen and (min-width: 993px) {
      .section-content .img-content-inner {
        position: absolute;
        width: 50%;
        display: block; } }
  @media only screen and (min-width: 993px) {
    .section-content .left .img-content-inner {
      left: 0; } }
  @media only screen and (min-width: 993px) {
    .section-content .img-hide {
      opacity: 0;
      visibility: hidden; } }
  @media only screen and (max-width: 993px) {
    .section-content .img-map {
      margin-left: -25px;
      margin-right: -25px; } }
  @media only screen and (max-width: 993px) {
    .section-content {
      padding-top: 30px; } }

#modal_background {
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms; }

#acknowledge {
  position: absolute;
  z-index: 12;
  background: #FFFFFF;
  padding: 25px;
  margin: 0 15px;
  width: 100%;
  max-width: 700px;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  box-shadow: 0 0 21px rgba(198, 198, 198, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms; }
  @media only screen and (max-width: 700px) {
    #acknowledge {
      margin: 0;
      max-height: 500px;
      overflow-y: scroll; } }
  #acknowledge p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.18px; }
  #acknowledge .footer--modal button {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 25px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #E44A4A;
    color: #E44A4A;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    cursor: pointer; }
    #acknowledge .footer--modal button:hover {
      border: 2px solid #CA3D3D;
      color: #CA3D3D; }
  #acknowledge .footer--modal span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 15px;
    color: #E44A4A;
    text-transform: none;
    max-width: 300px; }
    @media only screen and (max-width: 550px) {
      #acknowledge .footer--modal span {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px; } }

@media only screen and (max-width: 993px) {
  .member--bio .photo-member-bio {
    margin-bottom: 25px; } }
.member--bio .pledge-text-bio h5 {
  color: #545454;
  font-weight: 600;
  margin-bottom: 15px; }
.member--bio .pledge-text-bio .title-bio p {
  font-size: 18px; }
  @media only screen and (max-width: 700px) {
    .member--bio .pledge-text-bio .title-bio p {
      font-size: 16px; } }
.member--bio .pledge-text-bio .bio p {
  color: #545454;
  font-size: 15px;
  margin-bottom: 1rem; }
  .member--bio .pledge-text-bio .bio p a {
    color: #E44A4A; }
    .member--bio .pledge-text-bio .bio p a:hover {
      color: #CA3D3D; }
.member--bio .quote-bio {
  border-left: 3px solid #00724B;
  margin-left: 60px;
  padding-left: 15px;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 993px) {
    .member--bio .quote-bio {
      margin-left: 30px; } }
  .member--bio .quote-bio p {
    font-weight: 600;
    color: #00724B;
    font-size: 18px;
    margin: 0; }
    @media only screen and (max-width: 700px) {
      .member--bio .quote-bio p {
        font-size: 16px; } }
.member--bio .video-title-bio p {
  font-weight: 600;
  color: #545454;
  font-size: 16px;
  margin-bottom: 0.5rem; }
.member--bio .video-bio .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 560px; }
.member--bio .video-bio .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }
.member--bio .video-bio .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#modal_background.active,
#modal_background.active #acknowledge {
  opacity: 1;
  visibility: visible; }

#modal_background.inactive,
#modal_background.inactive #acknowledge {
  opacity: 0;
  visibility: hidden; }

#password-lost-form-wrap {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.0471208);
  margin: 0;
  background: #FFFFFF;
  padding: 40px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 993px) {
    #password-lost-form-wrap {
      padding: 15px;
      margin-bottom: 30px; } }
  #password-lost-form-wrap .som-password-sent-message {
    margin-bottom: 25px;
    padding: 15px;
    border: 2px solid #00724B !important;
    border-radius: 0;
    background-color: #fff !important;
    color: #00724B !important;
    position: relative;
    display: table;
    width: 100%;
    border-left: 0 none !important;
    border-right: 0 none !important;
    font-size: 16px !important;
    font-weight: 600 !important; }
    #password-lost-form-wrap .som-password-sent-message.som-password-error-message {
      margin-bottom: 25px;
      padding: 15px;
      border: 2px solid #790000 !important;
      border-radius: 0;
      background-color: #fff !important;
      color: #790000 !important;
      position: relative;
      display: table;
      width: 100%;
      border-left: 0 none !important;
      border-right: 0 none !important;
      font-size: 16px !important;
      font-weight: 600 !important; }
  #password-lost-form-wrap legend {
    display: none; }
  #password-lost-form-wrap .somfrp-lost-pass-form-text p {
    font-weight: 600;
    color: #575F68;
    font-size: 18px; }
    @media only screen and (max-width: 993px) {
      #password-lost-form-wrap .somfrp-lost-pass-form-text p {
        font-size: 16px; } }
  #password-lost-form-wrap .no-margin label {
    color: #575F68;
    font-size: 13px !important;
    font-weight: 600; }
  #password-lost-form-wrap .no-margin input[type=text] {
    width: 100%;
    border: 1px solid #DEE0E2;
    padding: 10px !important;
    font-family: "TT Commons", sans-serif; }
  #password-lost-form-wrap div p label {
    color: #575F68;
    font-size: 13px !important;
    font-weight: 700; }
  #password-lost-form-wrap div p input[type=password] {
    width: 100%;
    border: 1px solid #DEE0E2;
    padding: 10px !important;
    font-family: "TT Commons", sans-serif; }
  #password-lost-form-wrap .lostpassword-submit button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 65px;
    border-radius: 25px;
    text-align: center;
    background: #E44A4A;
    border: 2px solid #E44A4A;
    color: #FFFFFF;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    cursor: pointer; }
    @media only screen and (max-width: 700px) {
      #password-lost-form-wrap .lostpassword-submit button {
        padding: 11px 20px;
        font-size: 14px !important; } }
    #password-lost-form-wrap .lostpassword-submit button:hover {
      background: #CA3D3D;
      border-color: #CA3D3D; }

@media only screen and (max-width: 780px) {
  .page-template-template-landing-pledge .section-content__text-block.gray h3 {
    padding-top: 0; } }

@media only screen and (max-width: 993px) {
  .page-template-template-leadership-circle .section-content__text-block.gray h3 {
    padding-top: 90px; } }
@media only screen and (max-width: 550px) {
  .page-template-template-leadership-circle .section-content__text-block.gray h3 {
    padding-top: 40px; } }

@media only screen and (max-width: 890px) {
  .page-template-template-landing-pledge .hero-image__text .h2 {
    margin-bottom: 10px;
    font-size: 30px; } }

@media only screen and (max-width: 890px) {
  .page-template-template-landing-pledge .hero-image__tracker {
    margin-top: 15px; } }

.page-template-template-contact .section-content__help-text,
.page-template-template-login .section-content__help-text {
  display: block !important; }

.page-template-template-login .gform_wrapper .gform_body {
  margin-top: 0 !important; }

.page-template-template-thank-you .section-content__single-block-box a {
  color: #E44A4A !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  .page-template-template-thank-you .section-content__single-block-box a:hover {
    color: #CA3D3D !important; }

.page-template-template-login .gform_wrapper form {
  padding: 40px !important;
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 993px) {
    .page-template-template-login .gform_wrapper form {
      padding: 15px !important; } }

.page-template-template-login .gform_wrapper .gfield_checkbox label {
  margin-left: 15px; }

.page-template-template-login .gform_wrapper .gfield input[type=text],
.page-template-template-login .gform_wrapper .gfield input[type=password] {
  width: 100%; }

.page-template-template-login .gf_login_links {
  background: #FFFFFF;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 993px) {
    .page-template-template-login .gf_login_links {
      padding-left: 15px !important;
      padding-bottom: 15px !important;
      margin-bottom: 40px; } }

.page-template-template-login .gf_login_links a {
  font-family: "TT Commons", sans-serif;
  font-size: 13px;
  color: #281B3D;
  font-weight: 600;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  text-decoration: underline; }
  .page-template-template-login .gf_login_links a:hover {
    color: #CA3D3D; }

.page-template-template-edit-pledge .section-content__help-text.help-text {
  display: block !important; }

@media only screen and (min-width: 993px) {
  .page-template-template-edit-pledge .section-content__help-text.help-text p {
    font-size: 20px; } }

.page-template-template-edit-pledge .content-form-block .gform_wrapper .gform_body .gform_page_footer .back-to-review-content {
  display: block !important; }

.page-template-template-edit-pledge #field_1_195,
.page-template-template-edit-pledge #field_1_108,
.page-template-template-edit-pledge #field_1_68 {
  display: none !important; }

.page-template-template-edit-pledge .content-form-block .gform_wrapper .gf_page_steps .gf_step:before {
  border: 1px solid #00E870;
  background-color: #00E870; }

.page-template-template-edit-pledge .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  cursor: pointer; }

.content-form-block .gform_wrapper .gform_body #gform_page_1_1 .gform_page_footer {
  padding-top: 0 !important;
  text-align: left;
  border: 0 none !important; }
  @media only screen and (min-width: 780px) {
    .content-form-block .gform_wrapper .gform_body #gform_page_1_1 .gform_page_footer {
      margin-top: -25px !important;
      padding-left: 40px !important;
      margin-left: 0; } }

.content-form-block .gform_wrapper .gform_body #gform_page_1_1 .gform_page_footer .gform_next_button {
  margin-top: 0 !important; }

.content-form-block .gform_wrapper .gform_body #gform_page_1_2 .gform_page_footer .gform_previous_button {
  display: none !important; }

.content-form-block.is--logged .email--condition {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important; }

.page-template-template-contact .section-content__help-text p,
.page-template-template-login .section-content__help-text p {
  font-size: 26px;
  line-height: 1.1;
  color: #545454; }
  @media only screen and (max-width: 1100px) {
    .page-template-template-contact .section-content__help-text p,
    .page-template-template-login .section-content__help-text p {
      font-size: 20px; } }
  @media only screen and (max-width: 780px) {
    .page-template-template-contact .section-content__help-text p,
    .page-template-template-login .section-content__help-text p {
      font-size: 18px; } }
  @media only screen and (max-width: 550px) {
    .page-template-template-contact .section-content__help-text p,
    .page-template-template-login .section-content__help-text p {
      font-size: 15px; } }

.page-template-template-contact .section-content__help-text p a,
.page-template-template-login .section-content__help-text p a {
  text-decoration: underline;
  font-weight: 500; }

@media only screen and (min-width: 993px) {
  .page-template-template-contact .gform_wrapper ul li.gfield {
    margin-top: 25px; } }

@media only screen and (max-width: 780px) {
  .page-template-template-about-us .hero-image--medium {
    background-position: center right !important; } }

@media only screen and (max-width: 700px) {
  .gform_wrapper .ginput_container span.gfield_required {
    display: inline !important; } }

@media only screen and (min-width: 993px) {
  .full-width-banner {
    margin-top: 2.5rem;
    margin-bottom: 2rem; } }

.error404 .section-content__single-block-box p {
  letter-spacing: 0; }

@media only screen and (min-width: 993px) {
  .twitter-box {
    max-width: 460px;
    margin: auto; } }
@media only screen and (max-width: 1100px) {
  .twitter-box {
    max-width: 400px;
    margin-left: 0; } }
@media only screen and (max-width: 993px) {
  .twitter-box {
    max-width: 100%; } }

#ctf .ctf-header {
  padding: 0;
  border-bottom: 0 none; }

#ctf .ctf-header-type-generic .ctf-header-generic-icon {
  background: transparent;
  color: #00E870; }

#ctf .ctf-header-type-generic .ctf-header-img {
  width: 20px; }
  @media only screen and (max-width: 993px) {
    #ctf .ctf-header-type-generic .ctf-header-img {
      height: 35px; } }

#ctf .ctf-header-type-generic .ctf-header-no-bio {
  color: #00E870;
  font-size: 26px;
  font-weight: 600;
  padding-top: 3px !important;
  margin-left: 30px !important; }
  @media only screen and (max-width: 993px) {
    #ctf .ctf-header-type-generic .ctf-header-no-bio {
      font-size: 19px; } }
  @media only screen and (max-width: 700px) {
    #ctf .ctf-header-type-generic .ctf-header-no-bio {
      font-size: 16px; } }

#ctf .ctf-header-type-generic .ctf-header-link {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-generic-icon {
  background: #FFFFFF;
  color: #00724B;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

#ctf .ctf-header-type-generic .ctf-header-link:hover .ctf-header-no-bio {
  color: #00724B;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

#ctf .ctf-item {
  padding-top: 0; }

#ctf .ctf-author-name, #ctf_lightbox .ctf-author-name,
#ctf .ctf-screename-sep, #ctf_lightbox .ctf-screename-sep,
#ctf .ctf-quoted-verified, #ctf .ctf-verified, #ctf_lightbox .ctf-quoted-verified, #ctf_lightbox .ctf-verified,
#ctf .ctf-quoted-tweet, #ctf .ctf-twitter-card {
  display: none !important; }

#ctf .ctf-author-screenname, #ctf_lightbox .ctf-author-screenname {
  display: block !important; }

#ctf .ctf-author-screenname, #ctf_lightbox .ctf-author-screenname {
  color: #A1A1A1 !important;
  font-size: 26px !important;
  font-weight: 600;
  margin-left: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }
  @media only screen and (max-width: 993px) {
    #ctf .ctf-author-screenname, #ctf_lightbox .ctf-author-screenname {
      font-size: 19px !important; } }
  @media only screen and (max-width: 700px) {
    #ctf .ctf-author-screenname, #ctf_lightbox .ctf-author-screenname {
      font-size: 16px !important; } }

#ctf .ctf-author-screenname:hover, #ctf_lightbox .ctf-author-screenname:hover {
  color: #6D6D6D !important; }

#ctf p.ctf-tweet-text {
  font-size: 34px;
  line-height: 35px;
  color: #000000; }
  #ctf p.ctf-tweet-text a {
    color: #00E870;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }
    #ctf p.ctf-tweet-text a:hover {
      color: #00724B; }
  @media only screen and (max-width: 1100px) {
    #ctf p.ctf-tweet-text {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (max-width: 993px) {
    #ctf p.ctf-tweet-text {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (max-width: 700px) {
    #ctf p.ctf-tweet-text {
      font-size: 18px;
      line-height: 18px; } }

/* PRIVACY POLICIES */
.text-block-box {
  background: #fff;
  max-width: 850px;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  position: relative; }
  .text-block-box__copy {
    padding: 50px; }
    .text-block-box__copy h2 {
      margin-bottom: 1.5rem;
      color: #281B3D; }
    .text-block-box__copy p {
      color: #6B6B6B;
      line-height: 20px; }
      .text-block-box__copy p a {
        color: #E44A4A;
        text-decoration: underline; }
        .text-block-box__copy p a:hover {
          text-decoration: none; }
      @media only screen and (min-width: 550px) {
        .text-block-box__copy p {
          font-size: 16px; } }
    .text-block-box__copy ul {
      margin-top: -1.5rem;
      margin-left: 2rem;
      list-style: none; }
      .text-block-box__copy ul li {
        list-style: none;
        line-height: 20px;
        color: #6B6B6B; }
        .text-block-box__copy ul li:before {
          content: "\2022";
          color: #6B6B6B;
          font-weight: bold;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
    @media only screen and (max-width: 993px) {
      .text-block-box__copy {
        padding: 30px; } }
  .text-block-box__headline {
    background: #00D369 url("images/headline-bg.png") repeat-x scroll center top;
    text-align: center;
    padding: 30px 100px; }
    .text-block-box__headline h4 {
      margin-bottom: 20px;
      color: #00724B;
      font-weight: 600;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 993px) {
        .text-block-box__headline h4 {
          font-size: 38px;
          max-width: 600px;
          text-align: center; } }
    @media only screen and (max-width: 993px) {
      .text-block-box__headline {
        padding: 30px; } }
  @media only screen and (max-width: 993px) {
    .text-block-box {
      margin-top: 0;
      margin-bottom: 30px; } }

/* PLEDGE FORM */
.content-form-block {
  margin-bottom: 120px; }
  .content-form-block .gform_wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.0471208);
    margin: 0; }
    .content-form-block .gform_wrapper .contact--us {
      padding: 15px !important;
      margin-bottom: 60px;
      margin-top: 0 !important; }
      @media only screen and (min-width: 993px) {
        .content-form-block .gform_wrapper .contact--us {
          padding: 40px !important; } }
      @media only screen and (max-width: 993px) {
        .content-form-block .gform_wrapper .contact--us {
          margin-bottom: 30px;
          margin-top: 0 !important; } }
      .content-form-block .gform_wrapper .contact--us .gform_body {
        margin-top: 0 !important; }
    .content-form-block .gform_wrapper .gf_page_steps {
      position: absolute;
      width: 100%;
      border: 0 none;
      text-align: left;
      top: 0;
      border-bottom: 0 none !important;
      display: inline-block; }
      @media only screen and (max-width: 993px) {
        .content-form-block .gform_wrapper .gf_page_steps {
          text-align: center; } }
      @media only screen and (max-width: 480px) {
        .content-form-block .gform_wrapper .gf_page_steps {
          left: 0; } }
      .content-form-block .gform_wrapper .gf_page_steps #gf_step_1_1 {
        display: none !important; }
      .content-form-block .gform_wrapper .gf_page_steps .gf_step {
        font-weight: 600;
        font-size: 16px;
        color: #6D6D6D;
        position: relative;
        margin: 0;
        padding-right: 20px;
        margin-right: 15px;
        padding-left: 20px;
        opacity: 1;
        display: inline-block;
        line-height: 19px !important;
        letter-spacing: -0.9px; }
        @media only screen and (max-width: 1100px) {
          .content-form-block .gform_wrapper .gf_page_steps .gf_step {
            padding-right: 15px;
            display: inline; } }
        @media only screen and (max-width: 993px) {
          .content-form-block .gform_wrapper .gf_page_steps .gf_step {
            font-size: 16px;
            padding-right: 0;
            margin-right: 5px;
            line-height: 16px !important; } }
        @media only screen and (max-width: 700px) {
          .content-form-block .gform_wrapper .gf_page_steps .gf_step {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 480px) {
          .content-form-block .gform_wrapper .gf_page_steps .gf_step {
            padding-left: 17px;
            margin-right: 3px;
            font-size: 14px;
            width: auto; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:after {
          content: '';
          width: 20px;
          height: 1px;
          position: absolute;
          top: 10px;
          right: 0;
          background-image: linear-gradient(to right, #B1B1B1 40%, rgba(255, 255, 255, 0) 0%);
          background-position: top;
          background-size: 4px 1px;
          background-repeat: repeat-x; }
          @media only screen and (max-width: 1100px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:after {
              width: 15px; } }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:after {
              display: none; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:before {
          content: "";
          display: block;
          position: absolute;
          width: 17px;
          height: 17px;
          border-radius: 50%;
          top: 0;
          left: 0;
          border: 1px solid #D1D1D1;
          background-color: #D1D1D1; }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
          color: #00724B; }
          .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
            display: inline-block;
            width: auto;
            text-indent: 0; }
            .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label:before {
              display: none; }
            @media only screen and (max-width: 700px) {
              .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
                font-size: 15px;
                line-height: 15px; } }
            @media only screen and (max-width: 480px) {
              .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
                font-size: 13px;
                line-height: 13px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_completed:before {
          border: 1px solid #00E870;
          background-color: #00E870; }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(2) .gf_step_label {
          max-width: 50px; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(2) .gf_step_label {
              max-width: 40px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(2) .gf_step_label {
              max-width: 35px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(2) .gf_step_label {
              max-width: 35px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(3) .gf_step_label {
          max-width: 70px; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(3) .gf_step_label {
              max-width: 60px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(3) .gf_step_label {
              max-width: 55px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(3) .gf_step_label {
              max-width: 50px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(6) .gf_step_label {
          max-width: 80px; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(6) .gf_step_label {
              max-width: 80px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(6) .gf_step_label {
              max-width: 65px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(6) .gf_step_label {
              max-width: 55px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(7) .gf_step_label {
          max-width: 95px; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(7) .gf_step_label {
              max-width: 85px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(7) .gf_step_label {
              max-width: 80px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(7) .gf_step_label {
              max-width: 75px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(8) .gf_step_label {
          max-width: 105px; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(8) .gf_step_label {
              max-width: 95px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(8) .gf_step_label {
              max-width: 90px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step:nth-child(8) .gf_step_label {
              max-width: 75px; } }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_last {
          padding-right: 0;
          margin-right: 0; }
          .content-form-block .gform_wrapper .gf_page_steps .gf_step.gf_step_last:after {
            display: none; }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
          content: "";
          display: block;
          width: 6px;
          height: 11px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 2px;
          left: 6px;
          text-indent: -9999em; }
        .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
          max-width: 105px;
          text-align: left; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
              text-indent: -99999em;
              position: relative;
              width: 50px; }
              .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label:before {
                content: '';
                position: absolute !important;
                background: #979797;
                width: 50px;
                height: 1px;
                left: 0;
                top: 50%;
                margin-top: -2px; } }
    @media only screen and (max-width: 993px) and (max-width: 550px) {
      .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label:before {
        width: 5px; } }
    @media only screen and (max-width: 993px) and (max-width: 350px) {
      .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label:before {
        width: 5px; } }
  @media only screen and (max-width: 993px) and (max-width: 550px) {
    .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
      width: 5px; } }
  @media only screen and (max-width: 993px) and (max-width: 350px) {
    .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
      width: 5px; } }

          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
              max-width: 105px; } }
          @media only screen and (max-width: 550px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
              max-width: 95px; } }
          @media only screen and (max-width: 480px) {
            .content-form-block .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
              max-width: 75px; } }
    .content-form-block .gform_wrapper .gform_body {
      margin-top: 100px; }
      .content-form-block .gform_wrapper .gform_body .gform_page_fields,
      .content-form-block .gform_wrapper .gform_body .gform_page_footer {
        padding: 15px !important;
        overflow: hidden;
        position: relative; }
        @media only screen and (min-width: 780px) {
          .content-form-block .gform_wrapper .gform_body .gform_page_fields,
          .content-form-block .gform_wrapper .gform_body .gform_page_footer {
            padding: 40px !important; } }
      .content-form-block .gform_wrapper .gform_body .gform_page_footer {
        border-top: 1px solid #00E870 !important;
        padding-top: 20px !important;
        margin-top: 0px !important;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 40px;
        margin-right: 40px;
        overflow: hidden;
        display: block;
        width: auto; }
        @media only screen and (max-width: 993px) {
          .content-form-block .gform_wrapper .gform_body .gform_page_footer {
            text-align: left; } }
        @media only screen and (max-width: 993px) {
          .content-form-block .gform_wrapper .gform_body .gform_page_footer {
            margin-left: 15px;
            margin-right: 15px; } }
        .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
        .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
          margin-top: 15px !important; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
            .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
              width: auto; } }
        .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_button {
          margin-top: 15px !important;
          margin-left: auto !important;
          margin-right: auto !important; }
          @media only screen and (max-width: 993px) {
            .content-form-block .gform_wrapper .gform_body .gform_page_footer .gform_button {
              width: auto; } }
        .content-form-block .gform_wrapper .gform_body .gform_page_footer .back-to-review-content {
          margin-top: 15px;
          display: none; }
      .content-form-block .gform_wrapper .gform_body .left--aligned {
        font-size: 14px;
        color: #575F68; }
        .content-form-block .gform_wrapper .gform_body .left--aligned strong {
          display: block;
          color: #281B3D;
          font-weight: 500; }
        @media only screen and (min-width: 780px) {
          .content-form-block .gform_wrapper .gform_body .left--aligned {
            float: left;
            margin-left: 35px !important;
            width: calc(100% - 195px);
            clear: none;
            margin-bottom: 0; } }
      .content-form-block .gform_wrapper .gform_body .no--margin--left {
        margin-left: 0 !important; }
      .content-form-block .gform_wrapper .gform_body .double--row {
        width: 45%;
        float: left;
        margin-right: 5%;
        clear: none;
        margin-bottom: 25px; }
      .content-form-block .gform_wrapper .gform_body .full--width {
        width: 100%;
        max-width: 90%; }
      .content-form-block .gform_wrapper .gform_body .custom--input {
        margin-top: -30px;
        margin-left: 65px !important;
        margin-bottom: 30px; }
        @media only screen and (max-width: 780px) {
          .content-form-block .gform_wrapper .gform_body .custom--input {
            margin-left: 30px !important; } }
        @media only screen and (max-width: 480px) {
          .content-form-block .gform_wrapper .gform_body .custom--input {
            margin-top: -20px;
            margin-bottom: 20px; } }
      @media only screen and (min-width: 780px) {
        .content-form-block .gform_wrapper .gform_body .right--aligned {
          float: right;
          width: 160px;
          clear: none;
          margin-top: 16px;
          margin-bottom: 0; } }
      .content-form-block .gform_wrapper .gform_body .right--aligned .gfield_description {
        display: none;
        padding-top: 5px;
        color: #E44A4A;
        padding-right: 0; }
      .content-form-block .gform_wrapper .gform_body .right--aligned.gfield_error {
        margin-top: 0 !important; }
        .content-form-block .gform_wrapper .gform_body .right--aligned.gfield_error label {
          margin-top: 0 !important; }
      .content-form-block .gform_wrapper .gform_body .disabled input {
        pointer-events: none;
        border-color: #f1f1f1; }
      .content-form-block .gform_wrapper .gform_body .no--margin--bottom {
        margin-bottom: 0; }
      .content-form-block .gform_wrapper .gform_body .medium--context {
        font-size: 14px !important;
        font-weight: 600; }
        .content-form-block .gform_wrapper .gform_body .medium--context a {
          color: #E44A4A;
          transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -webkit-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease; }
          .content-form-block .gform_wrapper .gform_body .medium--context a:hover {
            color: #CA3D3D; }
      .content-form-block .gform_wrapper .gform_body .large--context {
        font-size: 16px;
        color: #575F68; }
        .content-form-block .gform_wrapper .gform_body .large--context strong {
          display: block;
          color: #281B3D;
          font-weight: 500; }
      @media only screen and (min-width: 780px) {
        .content-form-block .gform_wrapper .gform_body .double--input li {
          width: 36%;
          display: inline-block;
          margin-left: 35px !important;
          margin-top: 10px;
          margin-bottom: 0;
          float: left; } }
      .content-form-block .gform_wrapper .gform_body .places ul {
        padding-top: 5px; }
        @media only screen and (min-width: 890px) {
          .content-form-block .gform_wrapper .gform_body .places ul {
            display: grid;
            grid-template-columns: repeat(2, 1fr); } }
        @media only screen and (min-width: 780px) {
          .content-form-block .gform_wrapper .gform_body .places ul li {
            width: 100%;
            display: block;
            margin-left: 35px !important;
            margin-top: 5px;
            margin-bottom: 5px;
            float: left; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(1) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 1;
              grid-row-end: 1; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(2) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 2;
              grid-row-end: 3; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(3) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 4;
              grid-row-end: 3; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(4) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 5;
              grid-row-end: 4; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(5) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 6;
              grid-row-end: 5; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(6) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 7;
              grid-row-end: 6; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(7) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 8;
              grid-row-end: 7; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(8) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 9;
              grid-row-end: 8; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(9) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 10;
              grid-row-end: 9; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(10) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 11;
              grid-row-end: 10; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(11) {
              grid-column-start: 1;
              grid-column-end: 1;
              grid-row-start: 12;
              grid-row-end: 11; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(12) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 1;
              grid-row-end: 1; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(13) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 2;
              grid-row-end: 2; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(14) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 3;
              grid-row-end: 3; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(15) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 5;
              grid-row-end: 4; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(15) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 6;
              grid-row-end: 5; }
            .content-form-block .gform_wrapper .gform_body .places ul li:nth-child(15) {
              grid-column-start: 2;
              grid-column-end: 2;
              grid-row-start: 7;
              grid-row-end: 6; } }
      @media only screen and (min-width: 780px) {
        .content-form-block .gform_wrapper .gform_body .input--margin {
          margin-left: 35px !important; } }
      @media only screen and (min-width: 780px) {
        .content-form-block .gform_wrapper .gform_body .list--margin li {
          margin-left: 35px !important; } }
      @media only screen and (max-width: 993px) {
        .content-form-block .gform_wrapper .gform_body {
          margin-top: 80px; } }
      @media only screen and (max-width: 700px) {
        .content-form-block .gform_wrapper .gform_body {
          margin-top: 50px; } }
  @media only screen and (max-width: 993px) {
    .content-form-block {
      margin-bottom: 30px; } }

.contact--us .gform_confirmation_message {
  font-size: 34px;
  font-weight: 500;
  max-width: 350px;
  margin: auto;
  text-align: center;
  padding-bottom: 60px; }
  .contact--us .gform_confirmation_message a {
    color: #E44A4A; }
    .contact--us .gform_confirmation_message a:hover {
      color: #CA3D3D;
      text-decoration: none; }
  @media only screen and (max-width: 993px) {
    .contact--us .gform_confirmation_message {
      font-size: 28px;
      padding-top: 30px; } }

@media only screen and (max-width: 550px) {
  .gform_wrapper .gfield_checkbox li label {
    max-width: 86% !important;
    width: 100% !important; } }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important; }

#gform_page_1_8 .gform_page_footer {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media only screen and (max-width: 993px) {
    #gform_page_1_8 .gform_page_footer {
      text-align: center; } }

#label_1_186_1 {
  color: #E44A4A; }

.edited .back-to-review-content {
  display: block !important; }

#gform_page_1_1 .back-to-review-content,
#gform_page_1_8 .back-to-review-content {
  display: none !important; }

#gform_page_1_8 .gform_page_footer .gform_previous_button {
  display: none !important; }

@media (max-width: 992px) and (min-width: 780px) {
  #gform_page_1_3 .hidden_label .gfield_label {
    clip: auto;
    position: relative !important;
    height: auto;
    width: auto;
    overflow: visible; }

  #gform_page_1_3 #field_1_126 {
    clear: both; } }
.gform_wrapper div.validation_error {
  float: left;
  margin-bottom: 0; }

@media only screen and (max-width: 480px) {
  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 480px) {
  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0 !important; } }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 1em !important; }

#edit_pledge #gform_page_1_7 .back-to-review-content {
  display: none !important; }

#label_1_163_1,
#label_1_241_1 {
  color: #281B3D !important;
  font-weight: 500 !important; }

div.site-content section.lined ~ section.lined .container {
  padding-bottom: 60px; }
  @media only screen and (max-width: 993px) {
    div.site-content section.lined ~ section.lined .container {
      padding-bottom: 30px; } }

.owl-carousel .owl-stage {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-item img {
  width: auto;
  max-width: 200px; }

.owl-carousel .owl-stage-outer {
  overflow: visible; }

.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 500ms; }

.owl-carousel .owl-item.active {
  opacity: 1; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 4px 7px !important; }

.fancybox-close-small {
  color: #E44A4A !important;
  opacity: 1;
  padding: 0;
  right: 20px;
  top: 10px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  background: transparent !important; }

.fancybox-close-small:hover {
  color: #CA3D3D; }

.fancybox-bg {
  background: transparent; }

.page-template-template-council .fancybox-bg {
  background: #1e1e1e; }
.page-template-template-council .fancybox-is-open .fancybox-bg {
  opacity: .5; }
.page-template-template-council .fancybox-can-pan .fancybox-content,
.page-template-template-council .fancybox-can-swipe .fancybox-content {
  padding: 25px 25px;
  max-width: 860px; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  padding: 25px 50px;
  background: #fff; }

.fancybox-button svg path {
  stroke: #E44A4A;
  stroke-width: 2px; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: auto; }

@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  .page-template-template-landing-pledge .hero-image__tracker {
    padding: 15px 25px; }

  .page-template-template-landing-pledge .hero-image__text .h2 {
    font-size: 25px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .header__menu.opened ul {
    padding-top: 75px; }

  .header__menu.opened ul li {
    margin-top: 0; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .section-content__box-item p {
    font-size: 2vw;
    line-height: 2vw; }

  .section-content__box-item.first h3,
  .section-content__box-item.last h3 {
    font-size: 5.5vw; }

  .section-content__box-item .box-item-info {
    padding: 0 15px; }

  .section-content__text-block.double--bottom h3 {
    font-size: 35px;
    line-height: 35px; }

  .section-content__text-block.double--bottom {
    padding-bottom: 100px;
    padding-top: 0; } }
@media only screen and (min-width: 1441px) {
  .section-content__map-box .img-fixed {
    width: calc(100% + 79px) !important; }

  .section-content__box-item.first,
  .section-content__box-item.last {
    transform: translateX(80px) !important; }

  .section-content__box-item.first h3 {
    font-size: 3.5vw; } }
@media only screen and (max-width: 1335px) {
  .section-content__box-item.first,
  .section-content__box-item.last {
    transform: none !important; }

  .section-content__map-box .img-fixed {
    width: 100% !important; } }
