/* Campaign CSS recovered from E4E. Original theme: BLUEPRINT INTERACTIVE Theme; author: Blueprint Interactive; source https://e4e.org/wp-content/themes/blueprint/style.css */
*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Roboto,Arial,sans-serif;background:#fff;color:#000}img{height:auto;max-width:100%}p{margin:1em 0}a{transition:color .2s}button{font:inherit;cursor:pointer}.clearfix{display:block}.clearfix:after{content:"";display:table;clear:both}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(Roboto-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(Roboto-700.ttf) format('truetype');
}
@font-face {
  font-family: "Lemon";
  src: url("LEMONMILK-Regular.otf");
}

@font-face {
  font-family: "Lemon Bold";
  src: url("LEMONMILK-Bold.otf");
}

.crt_main {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.crt_main .ext {
  display: none !important;
}

.crt_landing-main {
  padding-top: 0;
  overflow: hidden;
}

.crt_landing-main a {
  border: none;
  color: #008a00;
}

.crt_landing-main .crt_resource-card-wrap a {
  color: #000000;
  text-decoration: none;
}

.crt_landing-main a:hover {
  color: #7abc43;
}

.crt_header {
  background-color: #000000;
  padding: 30px 5%;
  position: relative;
}

a.crt_main-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
  width: 30%;
}

a.crt_main-logo svg,
a.crt_main-logo img {
  height: auto;
  width: 100%;
}

.crt_main-nav {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: middle;
  /* width: calc(100% - 405px); */
  width: calc(100% - 31%);
}

/* MOBILE NAV */
.container {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  top: 20px;
  z-index: 10;
  display: block;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  background-color: #007c28;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  /* background-color: #082D81; */
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  /* background-color: #082D81; */
}

/* .container {
    display: none;
} */

.crt_main-nav ul {
  list-style: none;
  margin: 0;
}

.crt_main-nav ul li:before {
  display: none;
}

.crt_main-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

.crt_landing-main .crt_main-nav ul li a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-family: "Lemon", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.crt_main-nav ul li a img {
  display: inline-block;
  vertical-align: top;
  width: 23px;
}

.crt_main-nav ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.crt_main-nav ul li a.crt_green-btn {
  border: none !important;
  color: #ffffff !important;
  padding: 12px 20px;
  margin-right: 0;
}

.crt_main-nav ul li a.crt_green-btn:hover {
  background-color: #007c28;
}

.crt_landing-main .crt_main-nav ul li:hover a {
  border-bottom: 2px solid #007c28;
}

/* HERO */
.crt_hero {
  position: relative;
}

.crt_hero-video-wrap {
  height: 700px;
  width: 100%;
  overflow: hidden;

  width: 65%;
  margin-left: auto;
}

.crt_hero-video-wrap video {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.crt_white-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(
    90deg,
    #000 41%,
    rgba(255, 255, 255, 0) 81%,
    rgba(255, 255, 255, 0) 100%
  );
}

.crt_hero-inner {
  left: 5%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  /* width: 800px; */
  width: 50%;
}

.crt_h1 h2 {
  color: #037934;
  font-family: "Lemon Bold", sans-serif;
  font-size: 59px;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
}

.crt_hero-inner p {
  font-size: 23px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 20px 0;
  max-width: 600px;
}

.crt_green-btn {
  background: #7abc43;
  color: #ffffff;
  display: inline-block;
  font-family: "Lemon Bold", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.crt_green-btn:hover {
  background-color: #007c28;
}

.crt_take-action {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}

.crt_take-action h2 {
  color: #037934;
  font-family: "Lemon Bold", sans-serif;
  font-size: 55px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.crt_take-action-left {
  display: inline-block;
  padding-right: 2%;
  width: 49%;
  vertical-align: top;
  vertical-align: middle;
}

.crt_take-action-left img {
  height: auto;
  width: 100%;
}

.crt_take-action-right {
  display: inline-block;
  text-align: center;
  width: 49%;
  vertical-align: top;
  vertical-align: middle;
}

.crt_take-action-right h3 {
  color: #78bc43;
  font-family: "Lemon Bold", sans-serif;
  font-size: 30px;
  margin: 20px 0;
  padding: 0;
}

.crt_take-action-right p {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
}

.crt_take-action-form-wrapper {
  font-size: 0;
  text-align: left;
}

.crt_take-action-form-wrapper input {
  background: #d4eb8d;
  border: none;
  display: inline-block;
  margin: 1%;
  font-size: 20px;
  max-width: none;
  padding: 5px 10px;
  /* width: 48%; */
  width: 20px;
}

.crt_take-action-form-wrapper input[type="submit"],
.crt_take-action-form-wrapper a.sli-button.sli-floating.sli-large {
  background-color: #000000 !important;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-family: "Lemon Bold", sans-serif;
  font-size: 25px;
  letter-spacing: 0;
  margin-left: auto;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.crt_take-action-form-wrapper a.sli-button.sli-floating.sli-large:hover {
  background-color: #007c28 !important;
}

.crt_problem,
.crt_national-impact {
  background-color: #d4eb8d;
  position: relative;
  padding: 50px 5%;
}

.crt_problem .apple-background {
  /* height: 800px; */
  height: 90%;
  left: 5%;
  position: absolute;
  width: auto;
}

.crt_problem .inner,
.crt_national-impact .inner {
  max-width: 1100px;
  margin: auto;
}

.crt_problem h2,
.crt_national-impact h2,
.crt_map-wrapper h2 {
  font-family: "Lemon Bold", sans-serif;
  font-size: 55px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.crt_problem h3,
.crt_national-impact h3 {
  color: #000000;
  font-family: "Lemon Bold", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.crt_problem p,
.crt_national-impact p,
.crt_map-wrapper p {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.crt_map-image {
  max-width: 100%;
  margin-top: 45px;
}

.crt_map-lengend {
  margin-top: 30px;
  max-width: 100%;
}

.crt_national-impact {
  margin: auto;
}

.crt_card-wrap .paragraphs-items {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.crt_card {
  display: inline-block;
  text-align: center;
  padding: 0 1%;
  width: 24%;
}

.crt_card p {
  margin: 20px 0 30px;
}

.crt_card img {
  height: 169px;
  width: 100%;
  object-fit: contain;
}

.crt_map-wrapper {
  background-color: #d4eb8d;
  margin: auto;
  padding: 50px 5%;
}

.crt_inner {
  max-width: 1100px;
  margin: auto;
  /* width: 90%; */
}

.crt_map-wrapper svg {
  height: auto;
  width: 100%;
}

.crt_resources {
  margin: 50px auto;
}

.crt_resources h2 {
  color: #037934;
  font-family: "Lemon Bold", sans-serif;
  font-size: 55px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.resource-card-wrap {
  display: flex;
  justify-content: space-around;
}

.resource-card-wrap h3 {
  font-family: "Lemon Bold", sans-serif;
  font-size: 30px;
  color: #74b340;
  letter-spacing: 0;
  line-height: 1.2;
}

.resource-card-wrap p {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
}

.crt_resources {
  margin: 50px auto;
  max-width: 1100px;
  width: 90%;
}

.crt_resources h2 {
  color: #037934;
  font-family: "Lemon Bold", sans-serif;
  font-size: 55px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.crt_resource-card-wrap {
  display: flex;
  justify-content: space-around;
}

.crt_resource-card {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 30px 2%;
}

.crt_resource-card h3 {
  color: #74b340;
  font-family: "Lemon Bold", sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.2;
  padding-top: 0;
  text-transform: uppercase;
}

.crt_resource-card p {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
}

.crt_resource-card ul li {
  padding: 0;
  list-style: none;
  margin: 2rem 0 2rem 3rem;
}

.crt_resource-card ul li:before {
  display: block;
  position: absolute;
  color: #85d24c;
  content: "\25CF";
  font-size: 1.7rem;
  padding: 0 1rem 0 0;
  margin-left: -3rem;
}

#main.crt_landing-main a {
  border: none;
}

#main.crt_landing-main .crt_resource-card-wrap a {
  color: #000000;
  text-decoration: none;
}

.crt_sub-footer {
  background-color: #000000;
  text-align: center;
  padding: 15px 5%;
}

.crt_sub-footer p {
  color: #78bc43;
  font-family: "Lemon", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 0;
  text-align: center;
}

.crt_sub-footer p span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

.crt_sub-footer p span svg,
.crt_sub-footer p span img {
  height: auto;
  width: 40px;
}

.crt_header.footer {
  background-color: #ffffff;
}

.crt_header.footer .crt_main-nav {
  width: 100%;
}

.crt_landing-main .footer .crt_main-nav ul li a,
.crt_header.footer .crt_main-nav ul li a {
  color: #000000;
}

.crt_header.footer .footer-ul {
  text-align: center;
  width: 100%;
}

.crt_header.footer .footer-ul .crt_nav li {
  margin-top: 10px;
}

.crt_landing-main .footer .crt_main-nav ul li {
  vertical-align: top;
  padding: 0 4%;
}

.crt_landing-main .footer .crt_main-nav ul li.no-hover a,
.crt_landing-main .footer .crt_main-nav ul li.no-hover:hover a {
  border-color: transparent !important;
}

.crt_main-nav .social-div {
  display: flex;
  justify-content: space-evenly;
  /* margin-left: auto;
    margin-top: 10px;
    margin-right: 20px; */
  margin: 20px auto;
  /* width: 166px; */
  width: 100%;
}

.crt_main-nav .social-div a {
  display: inline-block;
}

.crt_main-nav .social-div a svg {
  height: 20px;
  width: auto;
}

.crt_main-nav .social-div a .fill-hover {
  transition: all ease-in-out 0.4s;
}

.crt_main-nav .social-div a:hover .fill-hover {
  fill: #78bc43;
}

.node-type-crt-landing-page .addthis-smartlayers-mobile,
.node-type-crt-landing-page .addthis-smartlayers-desktop {
  display: none !important;
}


/* Recovered page-specific responsive overrides */

        .footer,
        .site-header {
            display: none;
        }
        .crt_header.footer {
            display: block;
        }
        .main-content {
            padding-top: 0;
        }
        .containers {
            cursor: pointer;
            float: right;
            right: 5%;
            position: absolute;
            top: 20px;
            z-index: 10;
            display: none;
        }
        @media screen and (max-width: 1300px) {
            .crt_take-action {
                padding: 30px 5%;
            }
        }
        @media screen and (max-width: 1200px) {
            .crt_header {
                padding: 30px 2.5%;
            }
            #main.crt_landing-main .crt_main-nav ul li a {
                font-size: 14px;
            }
            /* a.crt_main-logo {
                width: 175px;
            }
            .crt_main-nav {
                width: calc(100% - 179px);
            } */
            .crt_h1 h2 {
                font-size: 50px;
            }
            .crt_hero-inner p {
                font-size: 20px;
            }
        }
        @media screen and (max-width: 1100px) {
            .containers {
                display: block;
            }
            .header-crt .nav_crt {
                background-color: #000000;
                display: none; 
                padding-top: 50px;
            }
            .crt_main-nav.header-crt ul.nav_crt li {
                display: block;
                padding: 10px 0 0;
            }
            .crt_main-nav.header-crt {
                left: 0;
                position: absolute;
                text-align: center;
                top: 0;
                z-index: 3;
                vertical-align: top;
                width: 100%;
            }
            .crt_main-nav.header-crt ul {
                padding: 50px 5%;
            }
        }
        @media screen and (max-width: 1000px) {
            .crt_resource-card h3 {
                font-size: 25px;
            }
            .crt_take-action h2,
            .crt_resources h2,
            .crt_problem h2, 
            .crt_national-impact h2 {
                font-size: 40px;
            }
            .crt_card {
                width: 48%;
            }
            .crt_resource-card {
                width: 100%;
            }
            .crt_take-action-left,
            .crt_take-action-right {
                width: 100%;
            }
        }
        @media screen and (max-width: 750px) {
            .crt_header.footer .crt_main-nav ul li {
                display: block;
            }
            .crt_header.footer .crt_main-nav {
                vertical-align: top;
            }
            .crt_hero {
                margin-bottom: 50px;
                padding: 0 0 50px;
            }
            .crt_hero-inner {
                left: 5%;
                max-width: 90%;
                position: relative;
                /* top: 50%; */
                transform: none;
                z-index: 2;
                width: 90%;
            }
            .crt_hero-video-wrap {
                height: 400px;
            }
            .crt_white-back {
                background-image: linear-gradient(0deg,#000 41%,rgba(255,255,255,0.00) 81%,rgba(255,255,255,0.00) 100%);
            }
            .crt_take-action-form-wrapper input {
                width: 100%;
            }
            .crt_hero-video-wrap {
                width: 100%;
            }
            .crt_main-nav .social-div {
                width: 180px;
            }
            .crt_hero-inner {
                margin-top: -100px;
            }
            .crt_take-action-left, 
            .crt_take-action-right {
                width: 100%;
                margin: auto;
                display: block;
            }
            .crt_take-action-right {
                margin-top: 30px;
            }
            .crt_card {
                width: 100%;
            }
            a.crt_main-logo {
                width: 260px;
            }
            .crt_take-action-form-wrapper .single-form {
                width: 100%;
            }
        }
        @media screen and (max-width: 640px) {
            .crt_take-action-form-wrapper #id_d5a9a695-13af-49b6-9c43-74dd96862b46 {
                padding: 0 !important;
            }
            .crt_take-action-form-wrapper #id_da7884fb-0b72-42a5-9acd-7565071e9e34 {
                padding: 0 !important;
            }
            .crt_take-action-form-wrapper .single-form.two,
            .crt_take-action-form-wrapper .single-form.one {
                padding: 0;
            }
            .crt_h1 h2 {
                font-size: 41px;
                /* padding-top: 100px; */
            }
            .crt_hero-video-wrap {
                height: auto;
            }
            .crt_h1 {
                padding-top: 100px;
            }
            .crt_white-back {
                background-image: linear-gradient(0deg,#000 60%,rgba(255,255,255,0.00) 81%,rgba(255,255,255,0.00) 100%);
            }
            .crt_green-btn {
                width: 100%;
            }
        }
    