.grid-container {
	max-width: 90rem;
	margin: 0 auto;
}

.padding-collapse {
    padding: 0!important;
}


img { max-width: 100%;}

a.svg {
    position: relative;
    display: inline-block; 
  }

  a.svg:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
  }




h1, h2, h3, h4, h5, h6, blockquote  { 
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 700;
    color: #313B3D;

}
    
    
    p, li, ul, table, a {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        line-height: 1.9rem;
       
        color: #313B3D;

    }
    
    
    p, ul {
        margin-bottom: 1.3rem;
        font-size: 1.25rem;
    }
    
    
    h1 {
        color: #313B3D;
        margin-bottom: 0em;
        font-size: 3.052rem;
        line-height: 4.5rem;
    }
    
        
    h2 {
        font-size: 2.6rem;
        margin-bottom: 0.9rem;
        margin-top: 2rem;
        line-height: 2.7rem;

    }
    
    
    h3 {
        margin: 0.5rem 0 0.5rem 0;
        font-size: 1.753rem;
        line-height: 2rem;
        }
    
    
    
    h4 {
        margin-bottom: 0.5rem;
        font-size: 1.463rem;
        }


 h5  { 
    font-size: 1.25rem;
    margin-bottom: 0.5rem;

}
    

.blue {
    background-color: #275B9B!important;
}

.orange {
    background-color: #DC7901!important;
}

.green {
    background-color: #008A3C!important;
}

.light-green {
    background-color:#9AC431!important;
}

.red {
    background-color:#77094F!important;
}

.yellow {
    background-color: #FFD600!important;
}
    
.active {
    color: #DC7901}
  
  a {
      transition: .35s all ease;
      color: #DC7901;
      font-weight: 600;
  }
  
  a:hover {
      color: #9AC431;
      transition: .35s all ease;
  }

  a:focus {
    color: #9AC431;

  }

  

  



  /* hover styles */

  .main-btn {
    /* reset user agent stylesheet */
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* make sure properties affecting height have same value */
    font-size: 1rem;
    line-height: 1.2;
    padding: 0.5em var(--padding-x);
    border-width: 2px;

    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center; /* center the content horizontally */
    -webkit-align-items: center;
    align-items: center; /* center the content vertically */
    --padding-x: 1.2em;
    border-color: transparent; /* hide button border */

    background-color: #DC7901;
    border-radius: 10px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;

  }



.main-btn:hover,
.main-btn:focus {
  box-shadow: inset 0 -4.25em 0 0 var(--hover);
  color: #fff;
  transition: 0.55s;
}

.main-btn {
  --hover: #77094F;
}

p .main-btn {
    padding: 1rem 1rem 1.2rem 1rem;
    font-size: 1.2rem;
    margin: 0.5rem 0.5rem 1rem 0rem;
}

.option-btn {
    background-color: #fff;
    color: #DC7901;
    border-radius: 10px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4em;
    padding: 0.8em 1em;
    line-height: 1rem;
    display: inline-block;
}


.option-btn:hover,
.main-btn:focus {
  box-shadow: inset 0 -4.25em 0 0 var(--hover);
  color: #fff;
  transition: 0.55s;
}

.option-btn {
  --hover: #DC7901;
}




.donate-btn {
    /* reset user agent stylesheet */
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* make sure properties affecting height have same value */
    font-size: 1.4rem!important;
    line-height: 1.2;
    padding: 0.5em var(--padding-x);
    border-width: 2px;

    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center; /* center the content horizontally */
    -webkit-align-items: center;
    align-items: center; /* center the content vertically */
    --padding-x: 1.2em;
    border-color: transparent; /* hide button border */

    background-color: #DC7901;
    border-radius: 7px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4em;

  }








.donate-btn:hover,
.donate-btn:focus {
  box-shadow: inset 0 -4.25em 0 0 var(--hover);
  color: #fff!important;
  transition: 0.55s;
}

.donate-btn {
  --hover: #9AC431;
}


.donate-btn-alt {
    background-color: #77094F;
    color: #fff;
    border-radius: 7px;
    font-family: fira-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem!important;
    padding: 1rem 1rem!important;
    line-height: 1rem;
    display: inline-block;
    margin-top: 2.3rem!important;
    text-align: center;
}


.donate-btn-alt:hover,
.donate-btn-alt:focus {
  box-shadow: inset 0 -4.25em 0 0 var(--hover);
  color: #fff!important;
  transition: 0.55s;
}

.donate-btn-alt {
  --hover: #DC7901;
}






.newsletter-btn {
    background-color: #313B3D;
    color: #fff;
    border-radius: 10px;
    font-family: fira-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    padding: 0.8em 1em;
    line-height: 1rem;
    display: inline-block;
    margin: 1rem 0 0 0;
}


.newsletter-btn:hover,
.newsletter-btn:focus {
  box-shadow: inset 0 -4.25em 0 0 var(--hover);
  color: #fff;
  transition: 0.55s;
}

.newsletter-btn {
  --hover: #77094F;
}

.newsletter-btn img {
    margin-right: 1rem;
}



.newsletter-option-btn {
    background-color: #fff;
    color: #DC7901;
    border-radius: 10px;
    font-family: fira-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    padding: 0.8em 3em;
    line-height: 1rem;
    display: inline-block;
    margin: 0.6rem 0 0 0;
}


.newsletter-option-btn:hover,
.newsletter-option-btn:focus {
opacity: 0.8;
  transition: 0.55s;
}

.newsletter-option-btn img {
    margin-right: 1rem;
}



/* header section */

header {
    margin: 1.5rem 0em 1rem 0rem;
}


.logo {
    margin: 1.5rem 0 0 0rem;
    padding-left: 3rem!important;
}
    

.main-nav {
    margin-top: 1.5rem;
    padding: 0.5rem;
    z-index: 200;

}

.main-nav li a {
    color: #fff;
    font-size: 1.4rem;
    font-family: fira-sans, sans-serif;
    font-weight: 700;
    font-style: normal;  
    margin: 0 0.4rem;
    text-align: left;
}
 
.main-nav a:hover {
    color: #FFD600;
}




.pr-nav li a {
    color: #0E2523;

}






.dropdown.menu > li > a {
	padding: 0.7rem 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: #356A84 transparent transparent;
}

.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
	text-transform: none;
    line-height: 2rem;
    text-align: left!important;
    margin: 0!important;
    width: 100%;
    padding-left: 30px;
    font-size: 1rem;

}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #356A84; }

.is-submenu-item {
    font-size: 1rem;
}


.is-submenu-item a:hover { 
    color: #fff;
background-color: #356A84;

}

.is-dropdown-submenu {
	border: 1px solid #E2E2E2;
    background: #FFFDFD;
    padding: 0px!important;
    width: 100%;
    text-align: left;
    margin-left: 1.5rem;
}


.menu {
    margin-right: 6rem;
}

.close-button, .close-button.medium
{
    font-size: 3rem;
}
.main-menu {
    padding: 0.5rem 0;
}
.main-menu h2 a {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 0;
    font-weight: 700;
}

.main-menu h2 {
    margin-bottom: 1rem;
}
.main-menu .menu li a {
    color: #fff;
    line-height: 1.5rem;
    margin: 0 0 0.8rem 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.main-menu .menu li a:hover {
    color: #000;
}

.main-menu h2 a:hover {
    color: #000;
}


.teachers-block, .support-block, .farmers-block, .mission-block {
    margin: 3rem 0rem;
}


.misc-block h2 {
    margin-top: 0;
}

.search {
    margin: 0 3rem;
}
.search input {
    font-size: 1.4rem;
    height: 1.5rem;
    background-position: 95% 50%;
    background-image: url(../images/white-mag.svg);
    background-repeat: no-repeat;
    padding: 0rem 1rem;
    width: 50%;
    height: 70px;
    background-color: rgba(255,255,255,0.3);
border-radius: 5px;
border: #fff solid 1px;

}

::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #fff;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

::-moz-placeholder {
    font-size: 1.4rem;
    color: #fff;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;

}

:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #fff;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;

}

::placeholder {
    font-size: 1.4rem;
    color: #fff;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;

}


.search ::-webkit-input-placeholder {
    color: #000;
}


.search ::-moz-placeholder {
    color: #000;
}


.search :-ms-input-placeholder {
    color: #000;
}


.search ::placeholder {
    color: #000;
}

.menu-container {
    background-image: url(../images/menu-sheep.svg);
    background-repeat: no-repeat;
    background-position: right 615px;
    background-size: 45%;
    background-attachment: local;

}


.social-menu {
    margin: 3.5rem 0 3rem 3rem;
}

.social-menu img {
    margin-right: 2rem;
    width: 35px;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(116%) contrast(100%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(331deg) brightness(116%) contrast(100%);
}











/* Mobile menu styles */



.mobile-menu {
    margin-top: 1em;
    float: right;
    text-align: right;
    position: absolute;
    top: 1.5rem;
    right: 40px;
}

.mobile-menu img {
    text-align: right;
    float: right;
    width: 40px;
}

.mobile-menu img:hover {
    -webkit-filter: invert(81%) sepia(8%) saturate(6326%) hue-rotate(355deg) brightness(408%) contrast(259%);
    filter: invert(81%) sepia(8%) saturate(6326%) hue-rotate(355deg) brightness(408%) contrast(259%);

}
.off-canvas.is-transition-overlap {
    z-index: 900;
}


.off-canvas  {
    z-index: 300;
}

.mobile-logo {
    margin-top: 0.8rem;
}

.mobile-head {
    padding: 1rem 1.5rem;
}
.mobile-nav {
    margin: 2em 1em 0em 1em;
    text-align: left;
}

.mobile-nav li a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2rem;
    font-family: fira-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
}


.mobile-nav li a:hover {
    font-size: 1.4rem!important;

}


.mobile-nav ul {
    padding-bottom: 0.2rem;
}



.mobile-nav .nested li:last-child {
    margin-bottom: 1rem;
}


.close-button:focus, .close-button:hover {
    color: #fff;
}


.drilldown a {
	padding: 0.7rem 1rem;
	background: none;
}


.close-button {
    color: #fff;
}


.drilldown .is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent #fff;
}

.drilldown .is-drilldown-submenu-parent > a:hover:after {
	border-color: transparent transparent transparent #3F8745;
}

.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 0.3rem;
}


.drilldown .js-drilldown-back > a::before {
	border-color: transparent #fff transparent transparent;
}

.drilldown .js-drilldown-back > a:hover:before {
	border-color: transparent #3F8745 transparent transparent;
}

.mobile-nav a:hover {
	color: #3F8745;
    background-color: #fff;

}

.is-drilldown li {
	margin: 0.2rem;
}



.drilldown .is-drilldown-submenu {
	background: #3F8745;
}



.off-canvas {
    background-color: #3F8745;
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
    height: 100%;
}


.nav-sheep {
    float: right;
}



.button:hover {
    background-color: #012240;
}



  
.top-section {
    position: absolute;
z-index: 40;
width: 100%;
background-color: rgba(0,0,0,0.0);
padding: 0;
margin: 0;
}


.main-hero {
	position: relative;
    display: block;
}


.main-hero-img-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banneroverlay {
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
    z-index: 2;
}

.banneroverlay-bottom {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
    z-index: 2;
}




.hero-caption {
	z-index: 20;
	position: absolute;
    bottom: 3rem;
    left: 4rem;
    width: 70%;
}


.hero-caption-404 {
	z-index: 20;
	position: absolute;
    left: 4rem;
    width: 95%;
    top: 30%;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
}

.hero-caption h1, .team-caption h1, .hero-caption h2 {
    font-weight: 700;
    font-size: 3.052rem;
    line-height: 3.5rem;
    color: #fff;
    margin-bottom: 0;
}




.hero-caption p, .team-caption p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0rem;
    font-family: fira-sans, sans-serif;
    margin-top: 0rem;

}


.hero-caption-404 h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}




 .hero-caption-404 p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0rem;
    font-family: fira-sans, sans-serif;

}

.orbit-bullets {
    bottom: 4rem;
    margin: 0;
}

.orbit-bullets button {
    background-color: transparent;
    border: #fff 1px solid;
    opacity: 0.8;
    width: 0.8rem;
    height: 0.8rem;
}

.orbit-bullets button.is-active {
    background-color: #fff;
}

.home-intro {
    margin: 5rem 0rem;
}

.opener p {
   font-weight: 700;
   font-size: 1.5rem;
   line-height: 2rem;
}


.home-links {
    margin-bottom: 3rem;
    text-align: center;
}

.home-links h2 {
    margin: 1rem 0rem 0 0;
    font-size: 1.875rem;
}

.home-links h2 a {
    color: #000;
    font-weight: 700;

}

.home-links h2 a:hover {
    color: #DC7901;
}

.home-links img:hover {
    opacity: 0.7;
    transition: .35s all ease;
}

.landing-links-alt {
    width: 50%;
}


.cta-container {
    position: relative;
    display: block;
    margin: 3rem 0;
}

.cta-container img {
    width: 99.7%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 2rem;

}



.cta-caption {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: -2px;
    right: 0;
    background-image: url(../images/small-hills.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 3rem;
}

.cta-caption h2 {
    color: #fff;
    font-size: 2.1rem;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 700;
    line-height: 2.5rem;
}



.cta-caption-policy {
    position: absolute;
    width: 99.9%;
    bottom: 2rem;
    left: -1px;
    right: 0;
    background-image: url(../images/blue-hills.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 3rem;
}

.cta-caption-policy h2 {
    color: #fff;
    font-size: 2rem;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 700;
}




.cta-text-container {
    width: 50%;
    margin-left: 1rem;
}

.cta-caption-btn {

    font-size: 1.5rem;
    position: absolute;
    right: 5%;
    top: 60%;
	-webkit-transform: translate(0, -60%);
	transform: translate(0, -60%);
    line-height: 30px;
    font-weight: 700;
}

.news-container {
    margin: 5rem 0rem 2rem 0rem;
}

.news-page-container {
    margin: 2rem 0rem;
}

.news-container h2 {
    font-size: 2rem;
    font-weight: 700;
}

.news-link {
    margin: 2rem 0rem;
    padding: 0 0 0 2.5rem!important;

}

.news-link img {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    
}

.news-link img:hover, .team-link img:hover {
    opacity: 0.6;
    transition: 1 ease;
}

.news-link h3 {
    padding-right: 4rem;
    margin-bottom: 0.5rem;
}

.news-link h3 a {
    font-weight: 700;
    color: #313B3D;
    margin-bottom: 0.5rem;
    line-height: 1rem;

}

.news-link p a, .news-link p {
    color: #313B3D;
    font-size: 1rem;
    line-height: 1.65rem;
    padding-right: 3rem;
}

.news-link h3 a:hover, .news-link p a:hover {
    color: #DC7901;
}

.news-tags p {
    display: table; /* keep the background color wrapped tight */
    margin: 0px; /* keep the table centered */
    padding:0.5rem 3rem;
    font-size:1.4rem;
    font-family: fira-sans, sans-serif;
    font-weight: 700;
    background-color:#3F8745;
    color:#ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 35px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 35px;
}

.news-img-container {
    position: relative;
    display: block;
}
.news-tags {
    position: absolute;
    z-index: 15;
}


.cat {
	margin: 0;
	margin-right: -1.5rem;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
    font-size:1.2rem;
    font-family: fira-sans, sans-serif;
    font-weight: 700;
    color:#ffffff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 30px;
    padding:0.5rem 2.5rem;

}

.impact-cat {
    background-color: #77094F;
}

.programmes-cat {
    background-color: #9AC431;
}

.policy-cat {
    background-color: #567EBC;
}

.farming-cat {
    background-color: #008A3C;
}

.campaigns-cat {
    background-color: #275B9B;
}

.supporters-cat {
    background-color: #CD7D2D;
}

.blog-cat {
    background-color: #E83C4C;
}

.case-study-cat {
    background-color: #626366;
}



.button-group {
    position: absolute;
    z-index: 15;
}

.cat:first-of-type {
    z-index: 10;
}

.cat:nth-of-type(2n) {
    padding-left: 3rem;
}


.home-news-link-container {
    margin: 0rem 0rem 7rem 0rem;
}



footer {
    background-color: #ECEAE6;
    padding: 4rem 4rem 13rem 4rem;
    background-image: url(../images/footer-hills.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-top: 3rem;

}

.footer-wrapper {
    background-image: url(../images/footer-cloud.svg);
    background-repeat: no-repeat;
    background-position: 65% 10%;
}
.footer-nav {
    border-top: #3D5F71 solid 1px;
    border-bottom: #3D5F71 solid 1px;
    margin: 2rem 0rem;
}

.footer-links h2 {
    font-size: 1.1rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.footer-links li a {
    font-size: 0.938rem;
    color: #2B2B2B;
    padding: 0.5rem 0rem;
    font-weight: 600;
    line-height: 1.5rem;
}


.footer-links li a:hover {
    color: #77094F;
}
.footer-links ul {
    margin: 0 0 3rem 0;
}

.footer-address-details {
    margin: 2rem 0rem;
}

.footer-address-details p {
    font-size: 0.938rem;
    margin: 0;
}

.footer-bolder-links p, .footer-bolder-links p a {
    font-weight: 700;
    font-size: 1rem;
}

.copyright {
    margin: 4rem 0 0 0;
}
.copyright p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
    color: #313B3D;

}

.copyright p a {
    color: #313B3D;
    font-size: 0.8rem;

}

.copyright a:hover {
    color: #DC7901;
}

.footer-social {
    margin: 2rem 0rem;
    text-align: right;
}

.footer-social h3 {
    font-size: 2.6rem;
    font-family: fira-sans, sans-serif;

}

.social-links img {
    margin: 2.5rem 0rem 0 2rem;
}

.social-links img:hover {
   opacity: 0.4;
   transition: 1 ease;
}
.digital {
    margin: 7rem 0 0 0rem;
    float: right;
}
.digital p a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #313B3D;

    
}

.digital img {
    margin-right: 0.8rem;
}

.inner-content {
    margin: 5rem 0rem 2rem 0;
}

.modal-links img {
    float: left;
    margin-right: 3rem;
}

.modal-links p {
    font-size: 1.675rem;
    font-weight: 700;
    padding: 1.5rem 6rem 0 0;    
}

.modal-links {
    margin: 1rem 0rem;
}


.cta-modal {
    padding: 6rem;
}

.cta-modal h2, .cta-modal h3, .cta-modal p, .cta-modal li {
    color: #fff;
}

.cta-modal h2 {
    font-weight: 700;
}

.cta-modal a:link {
    color: #fff;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], select, textarea {
    width: 100%;
    padding: 1.6rem;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #f8f8f8;
    resize: none;
    margin-top: 0.5rem;

}





.cta-modal ::-webkit-input-placeholder {
    font-size: 1rem;
    color: #000;
    font-family: fira-sans, sans-serif;
    font-weight: 400;
}

.cta-modal ::-moz-placeholder {
    font-size: 1rem;
    color: #000;
    font-family: fira-sans, sans-serif;
    font-weight: 400;

}

.cta-modal :-ms-input-placeholder {
    font-size: 1rem;
    color: #000;
    font-family: fira-sans, sans-serif;
    font-weight: 400;

}

.cta-modal ::placeholder {
    font-size: 1rem;
    color: #000;
    font-family: fira-sans, sans-serif;
    font-weight: 400;

}

.cta-modal label {
    color: #fff;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1rem;
    font-family: fira-sans, sans-serif;
    padding-bottom: 1rem;

}

.cta-modal-btn {
    background-color: #77094F;
    color: #fff;
    border-radius: 10px;
    font-family: fira-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4em;
    padding: 0.8em 2em;
    line-height: 1rem;
    display: inline-block;
    border: none;
}

.cta-modal-btn:hover {
    background-color: #fff;
    color: #77094F;
    transition: 0.4s ease;
}


.additional-pad p {
    padding: 2rem 0 0 0;
}


.video-container {
    margin: 1rem 0rem;
    display: block;
    position: relative;

}

.video-caption {
        right: 2rem;
        width: 50%;
        padding: 0rem 2.4rem 1.9rem 2.4rem;
        border-radius: 10px;
        position: absolute;
        top: 115%;
        -webkit-transform: translate(0, -115%);
        transform: translate(0, -115%);
    }

    .video-caption h3, .video-caption h2 {
        color: #fff;
        font-size: 1.85rem;
        font-family: fira-sans, sans-serif;
        font-weight: 500;
        line-height: 1.2rem;
        margin-bottom: 1rem;
    }

    .video-caption p {
        color: #fff;
        font-size: 1.25rem;
        font-family: fira-sans, sans-serif;
        font-weight: 500;
        line-height: 2rem;
        margin-bottom: 0;
    }










.additional-content {
    margin-top: 2rem;
}

.right-caption {
    margin: 0rem 1rem 0rem 4rem;
}

.left-caption {
    margin: 0rem 4rem 0rem 2rem;
}


.img-caption p {
    margin-bottom: 1.5rem;
}



.img-caption-container {
    margin: 3rem 0rem;
}


.media-holder {
    margin: 2rem 0rem 5rem 0rem;
}


.header-section {
    margin: 5rem 0 0 0;
}

.header-section h2 {
    font-size: 2.5rem;
}




.accordion-title {
	position: relative;
	display: block;
	padding: 2rem 1rem;
	border: 0px;
    border-bottom: 0.9px solid #B3BFC3;
	font-size: 1.3rem;
	line-height: 1;
	color: #77094F;
    font-weight: 600;
    font-size: 1.5rem;
}


.accordion-content {
	padding: 1rem 1rem 2rem 1rem;
	border: 0px ;
    border-bottom: 0.9px solid #B3BFC3;

}

.accordion-title::before {
	top: 40%;
	right: 1rem;
	content: url(/images/purple-arrow.svg);
}

.is-active > .accordion-title::before {
	content: url(/images/green-arrow.svg);
}

.accordion-title:hover {
	background-color: rgba(215,215,215,0.2);
}
.accordion-title:focus {
	background-color:#fff;
}

.accordion-title h3 {
    margin-top: 0;
}


.orbit-bullets button {
    border-radius: 0;
    width: 10rem;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 5rem;
    height: 100%;

  }

  .orbit-bullets button:hover {
	background-color: #fff;
}
.orbit-bullets button.is-active {
	background-color: #fff;
}

  .thumbnail {
    margin-bottom: 0;
  }
 
  .related-headline {
      padding: 2rem 0;
  }

  .related-headline h2 {
      text-align: center;
      font-size: 2rem;
  }

  .related-pages {
    padding: 0rem 4rem!important;
    display: block;
    margin-bottom: 2rem;
}

.related-pages h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 0.8rem 0rem;
}

.related-pages p {
    font-size: 1.05rem;
    margin-bottom: 1em;
}

.related-pages li {
    font-size: 1.05rem;
}

.related-pages a:hover, .related-pages h2:hover {
    color: #77094F;
}


.related-pages-img {
	margin: 0 0 0rem 0rem;
}

.related-pages-img:hover {
    opacity: 0.5;
    transition: 1s ease;
}

.related-holder {
	margin: 3em 0 0 0;
}


.gallery .orbit-bullets {
    bottom: -2rem;
    margin: 0;
}


.full-screen-img {
    position: relative;
    display: block;
}


.full-screen-img-caption {
    z-index: 40;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 65%;
    bottom: 2.5rem;
    text-align: center;
}

.full-screen-img-caption h2, .full-screen-img-caption p {
    color: #fff;
}

.full-screen-img-caption h2 {
    font-size: 3.75em;
}

.full-screen-img-caption p {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 3.1rem;
    font-weight: 600;
}

.full-screen-img-caption a {
    color: #fff;
}

.banneroverlay-full {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
    z-index: 2;
}



.news-filter {
    margin:2rem 0rem;
    background-color: #EFEEEA;
border-radius: 10px;
padding: 1.5rem 3rem;
}

.news-filter h2 {
    text-align: right;
    margin-right: 4rem;
    font-weight: 700;
    font-size: 1.8rem;
}

.news-filter-buttons .button {

    font-size: 1.25rem;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    border-radius: 8px;
    margin: 0.5rem 0.5rem;
    min-width: 200px;
    padding: 0.7rem;

}

.newsletter-signup {
    padding: 3rem 2rem 2rem 2rem;
    margin: 2rem 0 0 0;
}

.newsletter-signup p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.news-images {
    margin: 0 3rem 0 0rem;
}

.date {
    margin-bottom: 0.5rem;
    font-size: 0.85rem!important;
    color: #6c6c6c!important;
}

.news-images img {
    border-radius: 12px;
    margin-bottom: 1rem;
}

.news-link h3 {
    margin: 0rem 0 0.5rem 0;
}

blockquote {
    border: none;
}

blockquote p {
    color: #6C194D;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    font-size: 1.6rem;
    text-align: center;
    border-left: none;
    padding: 7rem 0rem 3rem 0rem;
    margin: 4rem;
    background-image: url(../images/side-quote.svg),url(../images/quote-bottom.svg);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: contain;
}

.social-share h2 {
    font-weight: 700;
    margin-bottom: 2rem;
}

.social-share {
    margin: 1rem 0rem 4rem 0rem;
}


.heading {
    margin: 2rem 0 0 2rem;
}


.team-link h3 {
    font-size: 1.75rem;
    margin: 0;
 
}

.team-link p {
    font-size: 1.125rem;
}

.team-link h3 a {
    color:#313B3D;
    font-weight: 700;
} 

.team-link p a {
    color:#313B3D;
} 


.team-link h3 a:hover {
    color: #DC7901;
}

.team-link img {
    border-radius: 10px;
    margin-bottom: 1rem;
    
}

 .team-link {
    margin: 2rem 0 0rem 0rem;
    padding: 0 0 0 2.5rem!important;

}

.team-bio-container {
    margin: 5rem 0rem;
}

.ceo-img {
    margin: 4rem 0rem 2rem 2.5rem;
}

.ceo-text {
    margin: 3rem 0rem 2rem 0rem;
}

.coordinators-team-map {
    margin: 1rem 0rem 2rem 2rem;
}

.side-nav {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem 0 5rem 1.5rem;
    background-color: #F6F6F5;
}

.side-nav a {
    padding: 1rem 0 1rem 1rem;
    color: #313B3D;
    border-bottom: 0.95px solid #8398A3;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;

}

.side-nav a:hover {
    background-color: #313B3D;
    color: #fff;
}

.side-nav .menu {
    margin-right: 2rem!important;
}


.side-btn-return-link {
    margin-top: 3rem;
}

.team-bio-img {
    position: absolute;
    top: 130%;
    -webkit-transform: translate(0%, -130%);
    transform: translate(0%, -130%);
    left: 5%;
    z-index: 20;
}

.team-bio-img img {
    border: 5px #fff solid;
    border-radius: 15px;
    max-width: 95%;
}

.team-caption {
	z-index: 20;
	position: absolute;
    bottom: 3rem;
    left: 45rem;
    width: 55%;
}

.simple-nav {
    margin-right: 1rem!important;
}

.teamoverlay-bottom {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
    z-index: 2;
}

.policy-intro-text {
    margin: 3rem 0rem;
}


.policy-cta-container {
    position: relative;
    display: block;
    margin: 3rem 0;
}

.policy-cta-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10rem;

}



.policy-cta-caption {
    position: absolute;
    width: 100.04%;
    bottom: 0rem;
    left: 0;
    right: 0;
    background-image: url(../images/blue-hills.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 3rem;
}

.policy-cta-caption h2 {
    color: #fff;
    font-size: 2rem;
    font-family: fira-sans, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

.policy-cta-caption p {
    color: #fff;
}

.policy-cta-text-container {
    width: 50%;
    margin-left: 1rem;
}

.policy-caption-btn {
    font-size: 1.5rem;
    position: absolute;
    right: 5%;
    top: 60%;
	-webkit-transform: translate(0, -60%);
	transform: translate(0, -60%);
    line-height: 30px;
    background-color: #fff;
    color: #294C77;
}

.side-btns a {
    margin-bottom: 1rem;
}

.side-btns {
    margin: 2rem 0rem;
}


.page-container {
    margin: 5rem 5rem 5rem 6rem;
}

.export-container {
    margin: 5rem 0rem 5rem 0rem;
}

.contact-container {
    margin: 2rem 0rem 2rem 0;
    text-align: center;
}

.contact-details {
    margin: 2rem 0rem 0 0rem;
}

.contact-details img {
    margin: 2rem 1rem 2rem 2rem;
    width: 30px;
}

.contact-details h3 a {
    font-weight: 700;
    color: #313B3D;
}

.contact-details h3 a:hover, .secondary-contact-details p a:hover {
    color:#DC7901;
}

.contact-details h3 {

    font-size: 1.5rem;
}

.contact-container p {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
}

.secondary-contact-details img {
    margin: 2rem 1rem 2rem 0rem;
    width: 30px;
}

.secondary-contact-details h2 {
    margin-bottom: 0;
}

.secondary-contact-details p a {
    font-weight: 700;
    color: #313B3D;
}

.secondary-contact-container {
    margin:0rem 0rem 8rem 10rem;
}

.secondary-contact-details {
    margin: 0 0 0 4rem;
}


.pr-header {
    height: 300px;
}

.pr-intro p {
    font-size: 1.25rem;
}
.pr-intro h1 {
    margin: 0 0 1rem 0;
}

.pr-contact-details img {
    margin: 0rem 1rem 0rem 0rem;
    width: 30px;
}

.pr-contact-details h3 a {
    font-weight: 700;
    color: #313B3D;
}

.pr-contact-details h3 a:hover {
    color:#DC7901;
}

.pr-contact-details h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0rem;
}

.pr-contact-details {
    margin-top: 3rem;
}



.resource-container {
    border: #9AC431 solid 2px;
    padding: 1rem 0 1rem 1.2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.doc-icon {
    float: left;
    margin: 0.6rem 4rem 0rem 0.5rem;
    height: 80px;
}



.resource-container p {
    color: #2B2B2B;
    font-size: 1.75rem;
    line-height: 30px;
    font-weight: 700;
}

.resource-container h5 {
    color: #2B2B2B;
    font-size: 1.25rem;
    margin: 0.5rem;
    font-weight: 500;
}



.resource-container:hover {
    background-color: rgba(154,196,49,0.3);
    transition: .35s all ease;
}

.pr-files-holder {
    margin: 6rem 0 0 0;
}

.landing-link img {
    height: 260px;
}

.landing-link {
    margin: 2rem 0rem;
}

.landing-link h2 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
}


.landing-link h2 a {
    color: #2B2B2B;
    font-weight: 700;
}

.landing-link p a {
    color: #2B2B2B;
}

.landing-link img:hover {
    opacity: 0.6;
    transition: 00.55s ease;
}

.landing-link a:hover {
    color: #DC7901;
}


.single-img {
    margin: 6rem 0rem 2rem 0;
}



.no-results {
    margin: 5rem auto;
}

.coordinator-map {
    margin: 3rem 0rem;
}



h3 a:link {
    color: #313B3D;
    margin: 0rem 0 0.5rem 0;
    font-weight: 700;
    }

h3 a:hover {
    color: #DC7901;
}

.additional-text {
    margin-right: 18rem;
}

.first-block {
    margin-left: 1rem;
}


.pants-pop-up h3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.pants-pop-up p {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}
.pants-pop-up br {display: none!important;}

.pants-pop-up img {
    margin-bottom: 1rem;
}

.pants-img {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.pants-img h3 {
    margin-bottom: 1.5rem;
}

.pants-img img {
    margin-bottom: 2rem;
}

.plant-your-pants-page-container {
    margin: 0rem 5rem 5rem 6rem;
}

.plant-your-pants-page-container h1 {
    color: #3F8745;
    margin-bottom: 1.5rem;
}


.leaflet-popup-content p {
    margin: 0!important;
    }


    .ee-cform .date-picker-wrap {
        width: 274px!important;
    }


.submission-form label {
    font-weight: 500;
    font-size: 1rem;
    color: #77094F!important;
    margin-bottom: 0.85rem!important;
}

.submission-form input, .submission-form textarea {
    margin: 0.5rem 0 3rem 0!important;
    font-size: 1rem;
}

.submission-form select {
    margin: 0.5rem 0 3.5rem 0!important;
    font-size: 1rem;
}

.submission-form [type="checkbox"] {
    margin-right: 1rem!important;
    margin-bottom: 1rem!important;
}

.submission-form [type="radio"] {
    margin-right: 1rem!important;
    margin-bottom: 1rem!important;
}

.pants-side-graphic {
    margin-top: 2rem;
}

.submission-form h2 {
    margin: 2rem 0rem 0.9rem 0rem!important;
    color: #DC7901!important;
    font-size: 1.85rem!important;
    line-height: 1.5rem!important;
    font-weight: 700!important;
}


.submission-form h3 {
    margin-bottom: 0.8rem!important;
    font-size: 1rem!important;
    line-height: 1.5rem!important;
}


input[type=submit] {
    background-color: #DC7901;
    border: none;
    color: #fff!important;
    padding: 1rem!important;
    text-decoration: none;
    margin: 2rem 2px!important;
    cursor: pointer;
    border-radius: 10px!important;
  }



.error {
    background-color: #E83C4C;
    margin: 0.5rem 0rem;
    font-weight: 700;
}

.form-padd {
    margin-bottom: 1.3rem!important;
}

.submission-form input::placeholder, .submission-form textarea::placeholder {
    color: rgb(173, 173, 173);
    font-size: 0.85rem;
    padding-left: 0.5rem;
}

.marker-filter h3 {
    margin-bottom: 1rem;
}

.marker-filter {
    margin:2rem 0rem;
    background-color: #F6F6F5;
border-radius: 10px;
padding: 2rem 3rem;
}

.marker-filter [type='checkbox'] {
    margin: 0;
}

.submission-form select {
    padding-left: 1rem!important;
    font-size: 0.95rem!important;
}


.form-control {
    font-family: fira-sans, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
  }
  
  .form-control + .form-control {
    margin-top: 1em;
  }
  
  .form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }
  
  .form-control input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
  
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
  }
  
  .form-control input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
  }
  
  .form-control input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  
  .form-control input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
  }
  
  .form-control input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
  
    color: var(--form-control-disabled);
    cursor: not-allowed;
  }

.required {
    color: #ff0000;
    font-weight: 600;
    font-size: 0.85rem!important;
}

/* style all input elements with a required attribute */

  /**
   * style input elements that have a required
   * attribute and a focus state
   */
  input:required:focus {
    border: 2px solid red!important;
    outline: none!important;
  }
  
  /**
   * style input elements that have a required
   * attribute and a hover state
   */
  input:required:hover {
    opacity: 1!important;
  }

.dug-up-pants {
    margin: 1.5rem 0rem;
}
.dug-up-pants ul {
    list-style-type: none;
  }
  
  .dug-up-pants li {
    display: inline-block;
  }
  
.dug-up-pants input[type="radio"][id^="Option"] {
    display: none;
  }

  .dug-up-pants input[type="radio"][value^="Option"] {
    display: none;
  }
  
  .dug-up-pants label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    margin: 2rem 0rem;

  }
  
  
 .dug-up-pants label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #77094F;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .dug-up-pants label img {
    height: 175px;
    width: 200px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    margin-bottom: 2rem;
  }
  
  .dug-up-pants :checked + label {
    border-color: #fff;
  }
  
  .dug-up-pants :checked + label:before {
    content: "✓";
    background-color: #77094F;
    transform: scale(1.1);
  }
  
  .dug-up-pants :checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }


  .dug-up-pants p {
        font-family: proxima-nova, sans-serif!important;
        font-weight: 400!important;
        font-style: normal;
        text-rendering: optimizeLegibility;
        line-height: 1.9rem!important;
        color: #313B3D!important;
        font-size: 1rem!important;
        padding-bottom: 1.5rem!important;
  }

  
  .submission-form input[type=file]::file-selector-button {
  background: #77094F;
  color: white;
  border-radius: 5px;
  padding: 0.5em;
  width: 10em;
          border: none;

}

.submission-form input[type=file]::file-selector-button:hover {
  background: #DC7901;
}
  .spacer-above {
    margin-top: 70px;
  }

/* Small only */
@media screen and (max-width: 39.9375em) {



    p, ul {
        font-size: 1rem;
        line-height: 2.1rem;
        margin-bottom: 1.2rem;
    }

    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }

    h3 {
        line-height: 2.2rem;
    }

/* .top-section {
    background-color: #ECF9FE;
    padding-bottom: 2rem;
    background-image: url(../images/mobile-cloud.svg);
    background-repeat: no-repeat;
    background-position: 180px -20px;
    position: relative;
} */


.main-btn {
    font-size: 1rem;
    border-radius: 5px;
}


.mobile-menu img {
    width: 45px;
}

.search {
    margin: 2rem 1rem;
}

.search input {
    width: 95%;
    height: 50px;
    background-size: 25px

}

.social-menu img {
    width: 30px;
    margin-right: 1.2rem;
}


.menu-container {
    background-image: url(../images/mobile-sheep.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 45%;
    background-attachment: local;

}

.orbit {
    position: relative;
}



.hero-caption {
    bottom: 1rem;
    left: 1rem;
    width: 85%;
}

.hero-caption h1, .team-caption h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 0rem;
}




.hero-caption p, .team-caption p {
    font-size: 1rem;
    line-height: 1.5rem;
}


.home-intro {
    margin: 2rem 0rem;
}

.opener p {
    font-size: 1.15rem;
    line-height: 2rem;
 }

 .home-links {
    margin-bottom: 4rem;
}


.cta-caption {
    position: absolute;
    background-image: url(../images/mobile-hill.svg);
    background-repeat: no-repeat;
    z-index: 2;
    padding: 1.5rem 0.4rem;
}

.cta-caption h2 {
    font-size: 1.3rem;
}


.cta-caption-policy {
    position: absolute;
    background-image: url(../images/blue-hills-mobile.svg);
    background-repeat: no-repeat;
    z-index: 2;
    padding: 1.5rem 0.4rem;
}

.cta-caption-policy h2 {
    font-size: 1.3rem;
}

.cta-caption-btn {

    font-size: 1rem;
    position:relative;
    left: 1rem;
    top: 0%;
	-webkit-transform: translate(0, -00%);
	transform: translate(0, -00%);
    line-height: 30px;
    margin: 1rem 0rem;
}



.cta-text-container {
    width: 90%;
}

.cta-container img {
    margin-bottom: 12rem;

}


.news-container {
    margin: 0rem 0rem;
}

.news-link h3 {
    padding-right: 0rem;
}

.news-link {
    margin: 1.5rem 0rem;
    padding: 0rem 1.5rem!important;

}

.cat {
    padding:0.7rem 1.2rem;

}

.cat:nth-of-type(2n) {
    padding-left: 2.5rem;
}






footer {
    padding: 5rem 1rem 6rem 1rem;
    margin: 4rem 0 0 0;

}

.footer-wrapper {
    background-position: 0% 0%;
}
.footer-address-details {
    margin: 2rem 0rem;
    text-align: center;
}

.footer-address-details p {
    font-size: 0.938rem;
    margin: 0;
}

.footer-bolder-links {
  margin-top: 1rem;
}

.copyright {
    margin: 0rem;
}

.copyright p {
    font-size: 0.7rem;
    line-height: 1.4rem;


}



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

.footer-social h3 {
    font-size: 2rem;
}

.social-links img {
    margin: 2.5rem 1.2rem 0 0rem;
    width: 35px;
}


.digital {
    margin: 2rem 0 0 0rem;
    float: none;
}
.digital p a {
    font-size: 0.95rem;
    font-weight: 700;
    color: #313B3D;

    
}

.digital img {
    margin-right: 0.8rem;
}


.reg-logo {
    margin: 4rem 0rem 0 0;
}

.inner-content {
    margin: 2rem 0 0 0;
}

.modal-links img {
    width: 50px;
}

.modal-links p {
    font-size: 1rem;
    padding: 0rem;   
    line-height:1.3rem;
    margin-bottom: 0;
}

.modal-links img {
    margin-right: 1rem;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.additional-pad p {
    padding: 1rem 0 0 0;
}

.modal-links {
    margin: 1rem 0 0 1rem;
}

.cta-modal {
    padding: 2rem;
}

.video-container {
    margin: 1rem 0rem;
}
.video-caption {
    bottom: -5rem;
    left: 0.5rem;
    width: 95%;
    padding: 1rem;
}

.video-caption h3, .video-caption h2 {
    font-size: 1.35rem;
}

.video-caption p {
    font-size: 1rem;
}

.right-caption, .left-caption {
    margin: 0rem;
}

.header-section {
    padding-top: 0rem;
    margin: 0rem 0 0 0;
}

.header-section h2 {
    font-size: 1.8rem;
}

.img-caption-container {
    margin: 2rem 0rem;
}

.accordion-title {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-right: 2.5rem;
}

.is-active > .accordion-title::before {
	content: url(/images/green-arrow-small.svg);
}

.accordion-title::before {
	content: url(/images/purple-arrow-small.svg);
}

.media-holder {
    margin: 1.4rem 0rem;
}

.full-screen-img-caption {
    width: 95%;
    bottom: 1rem;
}

.full-screen-img-caption p {
    font-size: 1.2em;
    line-height: 1.6rem;
}

.related-holder {
	margin: 0em 0 0 0;
}

.cta-container {
    margin: 2rem 0 0rem 0;
}
.related-headline h2 {
    margin-top: 0;
}

.related-pages {
    padding: 0rem 1rem!important;
    display: block;
    margin-bottom: 3rem;
}

.news-filter {

    padding: 0rem 0rem;
    border-radius: 8px;
    background-color: #FFD600;
}

.news-filter h2 {
    margin: 0;
    text-align: center;
}

.news-filter-selector label {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: fira-sans, sans-serif;
    text-align: center;

}

.news-filter-selector select {
    margin: 1rem;
}

.news-filter-selector {
    text-align: center;
    padding: 1rem;
}


.newsletter-signup {
    padding: 2rem 1rem;
    text-align: center;
}

.newsletter-signup p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2rem;
}

.newsletter-option-btn {
    font-size: 1.1em;
    padding: 0.8em 2em;

    margin: 0.6rem 0 0 0;
}

.newsletter-option-btn img {
    margin-right: 0.5rem;
    width: 30px;
    height: 30px;
}

blockquote p {
    font-size: 1.3rem;
    padding: 3rem 0rem 1.3rem 0rem;
    margin: 0rem;
}

.news-images {
    margin: 2rem 0 0 0rem;
}

.news-images img {
   margin-bottom: 1.3rem;
}

.option-btn {
    font-size: 1rem;
    font-weight: 500;
}

.heading {
    margin: 0.5rem 0 0 0.8rem;
}


.team-link {
    margin: 2rem 0 0rem 0rem;
    padding: 0 0 0 1.4rem!important;

}

.team-link img {
    margin-bottom: 0.6rem;
    
}

.coordinators-team-map {
    margin: 0.5rem 0 0 1rem;
    padding: 0;
}

.ceo-img {
    margin: 2rem 0rem 0rem 1.3rem;
}

.ceo-text {
    margin: 1rem 0rem 2rem 1.3rem;
}

.ceo-text h2, .team-link h2 {
    margin-top: 0.5rem;
    font-size: 1.75rem;
}

.team-link h3 {
    font-size: 1.6rem;
}

.team-caption {
    bottom: 1rem;
    left: 1rem;
    width: 85%;
}

.team-bio-container {
    margin: 2rem 0.5rem;
}

.side-nav a {
    padding: 1rem 0 1rem 0rem;
    font-size: 1.1rem;
    line-height: 1.5rem;

}
.teamoverlay-bottom {
    height: 18%;
}

.policy-intro-text {
    margin: 0rem 0rem;
}


.policy-cta-caption {
    position: absolute;
    background-image: url(../images/blue-hills-mobile.svg);
    background-repeat: no-repeat;
    z-index: 2;
    padding: 1rem 0.4rem;
}

.policy-cta-caption h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.policy-caption-btn {

    font-size: 1rem;
    position:relative;
    left: 1rem;
    top: 0%;
	-webkit-transform: translate(0, -00%);
	transform: translate(0, -00%);
    line-height: 30px;
    margin: 1rem 0rem;
}

.policy-cta-text-container p {
    line-height: 1.7rem;
    margin: 0;
}


.policy-cta-text-container {
    width: 90%;
}

.policy-cta-container img {
    margin-bottom: 12rem;

}

.page-container {
    margin: 2rem 1.5rem;
    padding-left: 0rem;
}

.plant-your-pants-page-container {
    margin: 0rem 1rem 0 1.5rem;
}

.plant-your-pants-page-container p {
    margin-bottom: 0.85rem;
}

.plant-your-pants-page-container h1 {
    margin-bottom: 1rem;
    line-height: 3rem;
}

.pants-img {
    margin-top: 1.85rem;
}

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

.newsletter-signup {
    clear: both;
    margin-top: 1rem;
}


.hero-caption-404 {
	z-index: 20;
	position: absolute;
    left: 1.4rem;
    width: 80%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.hero-caption-404 h1 {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #113B6F;
    margin-bottom: 1rem;
}




 .hero-caption-404 p {
    color: #113B6F;
    font-size: 1rem;
    line-height: 1.8rem;


}

.contact-container {
    margin: 1rem 0rem 1rem 0;
    text-align: left;
}

.contact-container p {
    font-size: 1.2rem;
}

.contact-details h3 {

    font-size: 1.2rem;
}
.contact-details img {
    margin: 1rem 0.5rem 1rem 0rem;
    width: 20px;
}

.contact-details {
    margin: 0rem;
}

.secondary-contact-container {
    margin: 0;
}

.secondary-contact-details {
    margin: 1rem 0 2rem 1rem;
}

.secondary-contact-details h2 {
    margin: 0 0 0.5rem 0;
}

.secondary-contact-details img {
    margin: 0rem 0.5rem 0rem 0rem;
    width: 20px;
}

.pr-header {
    height: 200px;
}

.pr-intro p {
    font-size: 1.05rem;
}

.pr-contact-details {
    margin-left: 0.5rem;
}

.doc-icon {
    margin: 1rem 1.5rem 5rem 0.3rem;
    height: 65px;
}

.resource-container p {
    font-size: 1.2rem;
    line-height: 20px;
}

.pr-files-holder {
    margin: 2rem 0 0 0;
}

.resource-container {
    margin-bottom: 0.5rem;
    padding: 1rem;
}

.resource-container h5 {
    font-size: 1rem;

}


.hero-caption p, .team-caption p {
    margin-top: 0;
}


.marker-filter {
    margin: 1rem 0rem;
    padding: 1rem;
}

.marker-filter h3 {
    font-size: 1.4rem;
}

.mobile-filter-btns {
    min-width: 300px!important;
}


.side-nav {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem 0 1.3rem 1rem;
    background-color: #F6F6F5;
}

}







/* iPad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : landscape) { 

p, ul {
    font-size: 1.15rem;
}

.main-nav li a {
    font-size: 1.5rem;
    margin: 0 0rem;
}

.main-menu h2 a {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.main-menu .menu li a {
    line-height: 1.5rem;
    font-size: 1rem;
}

.cta-caption {
    width: 100%;
    background-size: auto;
    padding: 2rem 1rem;
}

.news-link {
    padding: 0 0 0 1.3rem!important;

}

.news-link h3 {
    padding-right: 2rem;
}

.page-container {
    margin: 3rem;
}

.cat {
    padding: 0.5rem 1.8rem;
}
.cat:nth-of-type(2n) {
    padding-left: 2.2rem;
}

.news-link {
    padding-right: 1rem!important;
}

footer {
    padding: 3rem 2rem 13rem 2rem;
    margin: 4rem 0 0 0;

}

.footer-links li a {
    font-size: 0.85rem;
    padding: 0.3rem 0rem;
    line-height: 1.5rem;
}

.footer-links h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.footer-address-details p {
    font-size: 0.85rem;
    margin: 0;
}

.copyright p {
    font-size: 0.7rem;
    line-height: 1.4rem;
    margin-bottom: 1.5rem;

}

.cta-modal {
    padding:2rem 4rem;
}

.hero-caption {
    bottom: 1.5rem;
}


.modal-links p {
    padding: 0rem;    
}

.additional-pad p {
    padding-top: 2rem;
}
.inner-content {
    margin-bottom: 2rem;
}

.video-caption {
    width: 65%;
    bottom: -4rem;
}

.video-caption h3 {
    font-size: 1.55rem;
}

.video-caption p {
    font-size: 1rem;
}

.right-caption {
    margin: 0rem 0rem 0rem 4rem;
    padding: 0!important;
}

.left-caption {
    margin: 0 4rem 0 0;
    padding: 0!important;
}

.left-caption h2, .right-caption h2 {
    margin: 0 0 1rem 0;
}

.header-section {
    margin: 4rem 0 0 0;
}

.related-pages {
    padding: 0rem 2rem!important;
    display: block;
}


.news-filter {
padding: 1.5rem;
}

.news-filter h2 {
    font-size: 1.75rem;
    margin-right: 1rem;
}

.news-filter-buttons .button {
    font-size: 1.15rem;
    margin: 0.5rem 0.5rem;
    min-width: 150px;

}



.newsletter-option-btn {
    border-radius: 8px;
    font-size: 1.3em;
    padding: 0.8em 1.5em;
}



.newsletter-option-btn img {
    margin-right: 1rem;
}

.newsletter-signup {
    padding: 2rem 1rem;
}

.newsletter-signup p {
    font-size: 1.4rem;
}


blockquote p {

    font-size: 1.6rem;
    padding: 5rem 0rem 3rem 0rem;
    margin: 2rem;
    background-size: auto;


}

.cta-container img {
    margin-bottom: 9rem;

}


.heading {
    margin: 2rem 0 0 1rem;
}

.team-container {
    padding: 0 1rem;
}

.team-link {
    margin: 2rem 0 0rem 0rem;
    padding: 0 0 0 1rem!important;

}

.team-bio-img img {
    max-width: 80%;
}

.team-caption {

    bottom: 2rem;
    left: 40rem;
    width: 65%;
}

.side-nav {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem 0 3rem 1rem;
}

.side-nav a {
    padding: 1rem 0 1rem 0.5rem;
    font-size: 1.05rem;
    line-height: 2rem;

}

.secondary-contact-container {
    margin:0rem 0rem 8rem 0rem;
}

.additional-text {
    margin-right: 13rem;
}

}



/* iPad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : portrait) { 


    .main-hero h1 {
        font-size: 2.4rem;
    }

    .hero-caption p {
        font-size: 1.3rem;
    }
    

    p, ul {
        font-size: 1.2rem;
        line-height: 2.15rem;
        margin-bottom: 1rem;
    }


.main-nav li a {
    font-size: 1.2rem;
    margin: 0rem;
}

.main-menu h2 a {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.main-menu .menu li a {
    line-height: 1.5rem;
    font-size: 1rem;
}
.position-top {

	-webkit-transform: translateY(-1400px);
	transform: translateY(-1400px);
    height: 100%;
}

.search {
    margin: 0 1.4rem;
}

.search input {
    height: 1.5rem;
    background-position: 95% 50%;
    padding: 0rem 1rem;
    width: 90%;
    height: 70px;
    font-size: 1rem;

}

::-webkit-input-placeholder {
    font-size: 1rem;

}

::-moz-placeholder {
    font-size: 1rem;


}

:-ms-input-placeholder {
    font-size: 1rem;


}

::placeholder {
    font-size: 1rem;
}



.mobile-menu img {
    width: 35px;
}
.cta-caption h2 {
    font-size: 1.5rem;
}

.cta-text-container {
    width: 50%;
    margin-left: 0.8rem;
}

.cta-caption-btn {
    font-size: 1.2rem;
}

.cta-caption {

    padding: 1.2rem;
    bottom: -6rem;

}

.home-links h2 {
    margin: 1rem 0rem 0 0;
    font-size: 1.5rem;
}

.news-link h3 {
    padding-right: 1rem;
    font-size: 1.1rem;
}

.news-container {
    padding-right: 2rem;
    margin-bottom: 2rem;
}

.cat {
    padding: 0.5rem 1.5rem;
}


.main-btn {
    font-size: 1.2rem;
}


footer {
    padding: 2rem 2rem 13rem 2rem;
    margin: 4rem 0 0 0;

}

.footer-links li a {
    font-size: 0.75rem;
    padding: 0.3rem 0rem;
    line-height: 1.5rem;
}

.footer-links h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.footer-address-details p {
    font-size: 0.85rem;
    margin: 0;
}

.copyright p {
    font-size: 0.7rem;
    line-height: 1.4rem;
    margin-bottom: 1.5rem;

}

.social-links img {
    margin: 1.5rem 0rem 0 1rem;
    width: 30px;
}

.digital {
margin: 10rem 0 0 0;
}



.reg-logo {
    margin: 2rem 0rem 0 0;
}

.newsletter-btn {
    font-size: 0.9em;
    padding: 0.8em 0.8em;
    border-radius: 5px;

}

.newsletter-btn img {
    margin-right: 0.5rem;
}


.modal-links img {
    width: 70px;
}

.modal-links p {
    font-size: 1.3rem;
    padding: 0rem;   
    line-height:1.6rem;
    margin-bottom: 0;
}
.additional-pad p {
    padding-top: 1.4rem;
}


.hero-caption {
    bottom: 1rem;
    left: 3rem;
    width: 95%;
}

.video-caption {
    width: 75%;
}

.video-caption h3 {
    font-size: 1.55rem;
}

.video-caption p {
    font-size: 1rem;
}


.right-caption {
    margin: 0rem 0rem 0rem 2rem;
    padding: 0!important;
}

.left-caption {
    margin: 0 2rem 0 0;
    padding: 0!important;
}

.left-caption h2, .right-caption h2 {
    margin-top: 0;
}

.header-section {
    margin: 4rem 0 0 0;
}

.full-screen-img-caption {
    width: 85%;
    bottom: 1.5rem;
}

.full-screen-img-caption p {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.related-pages {
    padding: 0rem 1.3rem!important;
}

.news-link {
    padding: 0.5rem!important;
}


.newsletter-option-btn {
    border-radius: 8px;
    font-size: 1.3em;
    padding: 0.8em 1.5em;
    margin-top: 1.3rem;
}



.newsletter-option-btn img {
    margin-right: 1rem;
}

.newsletter-signup {
    padding: 2rem 1rem;
}

.newsletter-signup p {
    font-size: 1.3rem;
}



blockquote p {
    font-size: 1.4rem;
    padding: 3rem 0rem 2rem 0rem;
    margin: 1rem;
    background-size: auto;
}


.cta-container img {
    margin-bottom: 0rem;
}

.social-share {
    margin: 4rem 0rem;
}

.team-bio-img img {
    max-width: 75%;
}

.team-caption {

    bottom: 2rem;
    left: 35rem;
    width: 65%;
}



.policy-cta-caption {
    padding: 1.2rem;
    bottom: -6rem;
}

.policy-cta-caption h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.policy-caption-btn {

    font-size: 1rem;
    position:relative;
    left: 1rem;
    top: 0%;
	-webkit-transform: translate(0, -00%);
	transform: translate(0, -00%);
    line-height: 30px;
    margin: 1rem 0rem;
}

.policy-cta-text-container p {
    line-height: 1.7rem;
    margin: 0;
}


.policy-cta-text-container {
    width: 70%;
}

.policy-cta-container img {
    margin-bottom: 6rem;

}



.policy-caption-btn {
    font-size: 1.2rem;
}

.news-page-container {
    margin: 1rem 0 0 0.5rem;
}

.side-nav {
    margin: 1rem 0rem 1rem 0rem;
    padding: 1rem 0 3rem 1rem;
}

.side-nav a {
    padding: 1rem 0 1rem 0.5rem;
    font-size: 1.05rem;
    line-height: 2rem;

}

.hero-caption-404 {

    left: 3rem;
    width: 95%;
    top: 33%;
    -webkit-transform: translate(0%, -33%);
    transform: translate(0%, -33%);
}


.hero-caption-404 h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0rem;
}




 .hero-caption-404 p {
    font-size: 1.1rem;
    line-height: 2.1rem;


}

.secondary-contact-container {
    margin:0rem 0rem 8rem 1.5rem;
}


.secondary-contact-details {
    margin: 0rem;
}

.secondary-contact-details img {
    margin: 2rem 0.5rem 2rem 0rem;
    width: 20px;
}

.resource-container p {
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.resource-container {
    padding: 1rem;
}

.resource-container h5 {
    font-size: 1rem;

}

.pr-files-holder {
    margin: 2rem 0 0 0;
}

.team-link, .heading {
    padding: 0 0 0 1rem!important;
}

.plant-your-pants-page-container {
    margin: 0 2rem 5rem 2rem;
}
 .page-container {
    margin: 2rem 2rem 5rem 2rem;
}

.news-filter-buttons .button {
    font-size: 1.2rem;
    margin: 0.5rem 0.5rem;
    min-width: 265px;
    padding: 0.7rem;
}

.pants-img {
    margin: 3rem 0rem;
    max-width: 400px;
}

}




/* width to hide nav */

@media (max-width: 1406px)

{

    .desktop-nav {
        display: none;
    }

}