body {
  /* border: 2px solid red; */
}

.homepage-intro-section {
  background: #32353e;
}

p a,
.carousel-news .text-wrapper .cat {
  color: #025437;
}

.text-wrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.homepage-intro-section>.row {
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.homepage-intro-section h1,
.homepage-intro-section p {
  color: #fff;
}

.homepage-intro-section .tagline {
  color: #5ffff0;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.homepage-intro-section .intro-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage-intro-section .btn {
  border-radius: 0;
  border: none;
  background-color: #5ffff0;
  color: #32353e;
  margin-top: 3rem;
  width: 300px;
  padding: 10px;
  font-weight: 600;
}

.homepage-intro-section .btn:hover {
  color: #fff !important;
}

/* .were-hiring,
.optional-content{
    min-height:80vh;
} */

/* About submenu */

.menu-about-menu-container ul li {
  margin: 0px 20px 0px 20px;
}

/* PLYR.IO CSS */

:root {
  --plyr-color-main: #5ffff0;
}

.plyr iframe {
  transition: 1s filter;
  filter: opacity(1);
}

.plyr iframe[id^="youtube"] {
  top: -50%;
  height: 200%;
}

.plyr iframe {
  pointer-events: none;
}

/* CONTACT PAGE CSS */

.contact-block {
  border: 1px solid #fff;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}

.contact-block h2 {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}

.contact-block a {
  border: 1px solid #fff;
  padding: 15px;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
}

.contact-block .links-grouped {
  width: 80%;
  text-align: center;
}

.contact-block .links-grouped a {
  width: 50%;
  margin-left: -2px;
  margin-right: -3px;
}

.contact-block a:link,
.contact-block a:visited,
.contact-block a:hover,
.contact-block a:active {
  color: #fff;
}

.contact-links-wrapper {
  padding-bottom: 60px;
  padding-top: 3rem;
  background-color: #f8f8f8;
}

.inner_banner-contact {
  /* border-bottom:none;
    background-color:transparent;; */
}

.page-contact {
  /* background-color: #05563E;
    min-height:100vh; */
}

.contact-items-container {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
  column-gap: 20px;
}

.contact-item {}

.contact-block-flex {
  /* border: 1px solid #025437; */
  text-align: center;
  padding: 30px;
  /* margin-top:30px; */
  flex-grow: 1;
  flex-basis: 32%;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 18px -4px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 6px 18px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 18px -4px rgb(0 0 0 / 12%);
}

.contact-block-flex.empty {
  /* border: 1px solid #025437; */
  text-align: center;
  padding: 30px;
  /* margin-top:30px; */
  flex-grow: 1;
  flex-basis: 32%;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact-block-flex h2 {
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #025437;
  font-weight: 600;
  white-space: nowrap;
}

.contact-block-flex a {
  border: 1px solid #025437;
  padding: 15px 10px;
  white-space: nowrap;
  display: inline-block;
  min-width: 80%;
  font-weight: 600;
}

.contact-block-flex .links-grouped-items-container {
  display: flex;
  align-items: stretch;
  row-gap: 0;
  column-gap: 0;
}

.contact-block-flex .links-grouped-items-container a {
  width: 50%;
  /* margin-left: -2px;
    margin-right: -3px; */
  min-width: 50%;
  flex-grow: 1;
  margin-left: -1px;
  /* flex-basis:32%; */
  font-weight: 600;
}

.contact-block-flex a:link,
.contact-block-flex a:visited,
.contact-block-flex a:hover,
.contact-block-flex a:active {
  color: #025437;
}

@media (max-width: 767px) {
  .contact-block-flex .links-grouped-items-container {
    flex-basis: 100%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-block-flex .links-grouped-items-container a {
    width: 100%;
    margin-bottom: -1px;
  }
}

/* GERRY NEW STYLES */
* {
  font-family: proxima-nova, sans-serif;
}

body {
  font-family: proxima-nova, sans-serif !important;
}

.breadcrumbs li,
.breadcrumbs li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.5rem;
}

.inner_banner {
  text-align: center;
}

.inner_banner h1 {
  font-size: 5rem;
}

.affordable-heading {
  font-weight: 800 !important;
  font-size: 2.25rem !important;
  margin-bottom: 2rem;
}

.faq_intro .affordable-heading {
  margin-bottom: 1rem;
}

.affordable p {
  font-size: 1.25rem;
}

.affordable .inner_banner {
  text-align: center;
  font-family: proxima-nova, sans-serif !important;
}

.affordable.lda-affordable-purchase .inner_banner {
  background-color: #605ca8;
}

.affordable.lda-cost-rental .inner_banner {
  background-color: #2b305e;
}

.affordable .intro-block {
  padding-top: 100px;
  padding-bottom: 200px;
  font-family: proxima-nova, sans-serif !important;
}

.affordable .tagline {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.affordable.lda-affordable-purchase .tagline {
  color: #605ca8;
}

.affordable.lda-cost-rental .tagline {
  color: #2b305e;
}

/* .section53 .tagline {
  color: #2b305e;
} */

.affordable .main-intro .intro p {
  font-size: 2.25rem;
  font-weight: 800;
}

.affordable-scheme-block {
  padding-bottom: 200px;
}

@media (max-width: 775px) {
  .affordable-scheme-block .img-block-wrapper {
    padding: 3rem;
  }

  .affordable-scheme-block .img-block-wrapper.register-landing {
    padding: 0 3rem 4rem 3rem;
  }
}

.affordable-scheme-block img {
  max-width: 100%;
  margin-right: 2rem;
}

.affordable-scheme-block.lda-affordable-purchase img {
  box-shadow: 2rem 2rem #605ca8;
}

.affordable-scheme-block.lda-cost-rental img {
  box-shadow: 2rem 2rem #2b305e;
}

.affordable-scheme-block.planning-landing img {
  max-width: 100%;
  box-shadow: 2rem 2rem #05563e;
  margin-right: 2rem;
}

.affordable-scheme-block.planning-landing img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #05563e;
}

.affordable-scheme-block.lda-affordable-purchase img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #605ca8;
}

.affordable-scheme-block.lda-cost-rental img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #2b305e;
}

.affordable-scheme-block img.el-icon {
  box-shadow: none;
}

.affordable-scheme-block.lda-affordable-purchase .btn {
  border-radius: 0;
  border-color: #605ca8;
  background-color: #605ca8;
  color: #fff;
  margin-top: 3rem;
  width: 300px;
  padding: 10px;
}

.affordable-scheme-block.lda-affordable-purchase .btn:hover {
  border-color: #605ca8 !important;
  background-color: darken (#605ca8, 20%);
  color: #fff !important;
}

.affordable-scheme-block.lda-cost-rental .btn {
  border-radius: 0;
  border-color: #2b305e;
  background-color: #2b305e;
  color: #fff;
  margin-top: 3rem;
  text-transform: uppercase;
  width: 300px;
  padding: 10px;
}

.affordable-scheme-block.lda-cost-rental .btn:hover {
  border-color: #2b305e !important;
  background-color: darken (currentColor, 20%);
  color: #fff !important;
}

.affordable-scheme-block.planning-landing .btn {
  border-radius: 0;
  border-color: #05563e !important;
  background-color: #05563e !important;
  color: #fff;
  margin-top: 3rem;
  width: 300px;
  padding: 10px;
}

.affordable-scheme-block.planning-landing .btn:hover {
  border-radius: 0;
  border-color: #05563e !important;
  background-color: darken (#05563e, 20%);
  color: #fff !important;
}

.affordable-scheme-block .tagline {
  margin-top: 2rem;
}

.affordable .stats {
  text-align: center;
  background-color: #605ca8;
  color: #fff;
  padding: 100px 20px;
}

.affordable .stats .intro {
  margin-bottom: 3rem;
}

.affordable .stats img {
  margin: 3rem 5rem 1rem 5rem;
  max-width: 200px;
}

.affordable .stats p {
  color: #fff;
}

.affordable h1 {
  /* margin-bottom: 2rem; */
}

.stat .affordable-heading {
  margin-bottom: 0.5rem;
}

.affordable-nav {
  background-color: rgba(96, 92, 168, 0.15) !important;
  padding: 37px 0px 29px 0px;
  margin: 0;
}

.affordable-subpage {
  padding-top: 100px;
  padding-bottom: 200px;

}

.affordable-subpage figure iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
}

section ul li {
  padding-left: 20px !important;
  margin-top: 1rem;
  padding-bottom: 0 !important;
}

ul.menu li {
  margin-top: 0;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #eceeef;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.button.js-load-more {
  margin: 2rem auto 3rem auto;
  text-align: center;
  border: none !important;
  background-color: #05563e;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  float: right;
}

.button.js-load-more:active,
.button.js-load-more:visited,
.button.js-load-more:focus {
  border: none !important;
  outline: none !important;
}

@media (max-width: 991px) {
  .inner_banner h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .inner_banner h1 {
    font-size: 40px;
    margin-top: 15px;
  }
}

#masthead .logo {
  padding-left: 0;
}

.navigation {
  background: none !important;
  padding: 10px 15px 10px;
  margin-top: 20px;
  /* text-align: center; */
  border-left: 1px solid #8fb73e;
}

.search-icon {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
}

.nav-link {
  display: block;
  padding: 1.5rem 0.5rem;
}

.nav-link {
  color: #fff;
}

header .hamburger {
  display: none;
  margin-top: 0;
}

@media (max-width: 1300px) {
  .menu-new {
    display: none;
  }

  header .hamburger {
    display: block;
  }

  .search-icon {
    display: none;
  }

  .navigation {
    float: right;
    border-left: none;
  }

  #masthead .logo {
    padding-left: 15px;
  }
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #05563e;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8);
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: rgba(255, 255, 255, 0.8);
}

::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: #05563e;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn.btn-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #fff !important;
  border: none;
  border-radius: 0;
  color: #05563e;
  font-weight: 600;
}

#search .btn:focus {
  box-shadow: none;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #05563e;
  border-color: #05563e;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.inner_banner.news_inner_banner p.news_tagline:before {
  content: none;
}

.article-page .site-header {
  background-color: #32353e;
}

.fliter_main:after {
  width: 100%;
}

.filter_con:after {
  width: 100%;
}

.menu-green-bg .logo {
  padding-left: 15px !important;
}

blockquote {
  font-size: 1.2em;
  /* width:60%; */
  margin: 1rem auto;
  /* font-family:pro; */
  font-style: italic;
  color: #32353e;
  padding: 1.2em 25px 1.2em 50px;
  border-left: 8px solid #8fb73e;
  line-height: 1.6;
  position: relative;
  background: #ededed;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #8fb73e;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.entry-content .intro-text p {
  font-size: larger;
  font-weight: 600;
}

.eligible-text ul {
  margin-top: 2rem;
  padding-left: 40px;
}

.eligible-text ul li {
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 0 !important;
}

.eligible-text ul li svg {
  margin-left: -2.25rem;
}

.eligible-text.affordable2023 ul li {
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 0 !important;
}

.faq_wrap {
  margin-bottom: 100px;
  padding: 0;
}

.report-faq {
  padding-top: 50px;
  margin-bottom: 100px;
}

.faq_intro {
  text-align: center;
  margin: 50px auto 50px auto;
  max-width: 800px;
}

.faqmaincon.affordable_faq .panel-title a:after {
  background: url(images/cross-affordable.svg) no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  right: -6px;
  top: 0px;
  content: "";
}

.faqmaincon.affordable_faq .panel-title a.collapsed:after {
  background: url(images/plus-affordable.svg) no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0px;
  top: -8px;
  content: "";
}

.faq_wrap.lda-affordable-purchase .faqmaincon.affordable_faq a:hover {
  color: #605ca8 !important;
}

.faq_wrap.lda-cost-rental .faqmaincon.affordable_faq a:hover {
  color: #2b305e !important;
}

.margin-bottom-50 {
  /* margin-bottom: 2rem; */
}

.brochure img {
  box-shadow: none !important;
}

#myTopNav .nav-item {
  margin: 1rem 0.5rem;
}

#menu-about-mobile-menu .sub-menu {
  margin-top: 1rem;
}

.affordable-projects {
  margin-bottom: 180px;
}

.affordable-projects .card-body {
  padding: 0;
  margin-bottom: 2rem;
  border-radius: 0;
}

.affordable-projects .card-block {
  padding: 1rem 1rem 4rem 1rem;
  border-radius: 0;
}

.affordable-projects.lda-affordable-purchase .btn {
  border-radius: 0;
  border-color: #605ca8;
  background-color: #605ca8;
  color: #fff;
  margin-top: 4rem !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.affordable-projects.lda-cost-rental .btn {
  border-radius: 0;
  border-color: #2b305e;
  background-color: #2b305e;
  color: #fff;
  margin-top: 4rem !important;
  font-weight: 600;
  text-transform: uppercase;

  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

.affordable-projects .btn:hover {
  color: #fff !important;
}

.embed-responsive .card-img-top {
  object-fit: cover;
}

.affordable-projects .card-text {
  margin-bottom: 3rem;
}

.affordable-projects.lda-affordable-purchase .card .affordable-heading {
  color: #605ca8;
}

.affordable-projects.lda-cost-rental .card .affordable-heading {
  color: #2b305e;
}

@media (max-width: 775px) {
  .affordable-scheme-block .btn {
    margin: 2rem auto;
    display: block;
  }

  .affordable .intro-block img {
    margin-top: 3rem;
    width: 200px;
  }

  .affordable .intro-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .affordable .main-intro .intro p {
    font-size: 1.5rem;
  }

  .affordable-scheme-block {
    padding-bottom: 3rem;
  }

  .affordable-projects {
    margin-bottom: 3rem;
  }

  .affordable .tagline {
    font-size: 1rem;
  }

  .affordable-subpage {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .el-icon {
    margin-top: 3rem;
    width: 200px;
  }

  .faq_wrap {
    margin-bottom: 0;
    padding: 0;
  }

  .brochure {
    padding: 3rem 0 1rem 0 !important;
  }
}

.margin-bottom-50 {
  /* margin-bottom: 2rem; */
}

.brochure img {
  box-shadow: none !important;
}

#myTopNav .nav-item {
  margin: 1rem 0.5rem;
}

#menu-about-mobile-menu .sub-menu {
  margin-top: 1rem;
}

/* publications landing page */
.publications_main .blog_main {
  margin-bottom: 25px;
}

/* issue with google maps plugin having 0 height after load */

.gm-map {
  min-height: 400px;
}

/* issue with google maps plugin having 0 height after load */

.optional-content,
.were-hiring {
  margin-top: 200px;
}

.optional-content .tagline {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 2rem;
  color: #605ca8;
}

.were-hiring .tagline {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 2rem;
  color: #025437;
}

.tagline.green {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 2rem;
  color: #025437;
}

.were-hiring .btn {
  border-radius: 0;
  border-color: #025437;
  background-color: #025437;
  color: #fff;
  margin-top: 3rem;
  width: 300px;
  padding: 10px;
}

.were-hiring .btn:hover {
  color: #fff !important;
}

.were-hiring img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #025437;
}

@media (max-width: 775px) {

  .optional-content,
  .were-hiring {
    margin-top: 2rem;
  }
}

.carousel-inner.homepage .carousel-item {
  height: 100vh;
  /* min-height: 1400px; */
  width: 100%;
  background-size: cover;
  background-position: center;
  /* padding:2rem; */
}

.carousel-inner.homepage .hero-tagline {
  font-weight: 800;
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
}

.carousel-inner.homepage .carousel-item h1.hero {
  font-weight: 800;
  font-size: 5rem;
}

.carousel-inner.homepage .carousel-item .btn {
  border-radius: 0;
  border: none;
  background-color: #5ffff0;
  color: #32353e;
  margin-top: 3rem;
  width: 300px;
  padding: 10px;
  font-weight: 600;
}

.carousel-inner.homepage .carousel-item .btn:hover {
  color: #fff !important;
}

.hero-text {}

@media (max-width: 1300px) {
  .hero-text {
    padding-left: 15px;
  }

  .carousel-inner.homepage .carousel-item h1.hero {
    font-weight: 800;
    font-size: 3rem;
  }

  .carousel-inner.homepage .hero-tagline {
    font-size: 1rem;
  }
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  border: 5px solid #5ffff0;
  box-shadow: 3px 8px 8px 0px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 3px 8px 8px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 3px 8px 8px 0px rgba(0, 0, 0, 0.36);
}

.sticky {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0;
}

.blog_img_left a.image-anchor-fix {
  display: block;
  width: 100%;
  height: 100%;
}

.blog_img_left-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-featured-projects .carousel-header-image h4 a {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #32353e;
  padding: 1rem;
  width: 100%;
}

.carousel-featured-projects .carousel-header-image h4 a:hover {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #8fb73e;
  text-shadow: none;
}

b,
strong {
  font-weight: bold;
}

.faq_heading {
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}

.blog_right_cont {
  background-color: #fff;
}

.about_main.publications_main,
.about_main.strategicplanning_main {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.social_link {
  /* padding-left: 40px; */
}

.inner-default-page .entry-content {
  padding-top: 1rem;
}

.carousel-featured-projects .carousel-header-image h4 a {
  font-size: 2.25rem;
}

h2.section-heading {
  font-size: 2.25rem;
  font-weight: 800;
}

#menu-about-mobile-menu {
  margin-bottom: 0;
}

ul.sub-menu.mainliopen {
  padding-left: 0;
}

.footer {
  padding-bottom: 0;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 1rem;
}

@media (max-width: 775px) {
  .carousel-featured-projects .carousel-header-image h4 a {
    font-size: 1.25rem;
  }
}

.menu.menu-inner ul {
  padding-left: 0;
}

.footerband {
  border-top: 2px solid #81b52d;
}

.about_quick {
  position: sticky;
  top: 0px;
}

ul#breadcrumbs {
  padding-left: 0;
}

.news-detail .col-md-11 .full_content p {
  padding-top: 0;
  margin-bottom: 1.5rem;
}

.newsnobanner {
  max-width: none;
  text-align: center;
}

.news_cat_con p.news_cat,
.blog_right_cont .news_cat_con p.news_date,
.news_cat_con a.read_more,
.news_cat_con p.news_date {
  color: #025437;
}

.about_cont h1,
.about_cont h2,
.about_cont h2 .about_cont h4 {
  margin-bottom: 1rem;
  text-align: left;
}

.news_cat_con h4 a {
  color: #000;
}

.news-detail .full_content ul,
.about_cont ul {
  padding-left: 1rem;
}

.news-detail .full_content ul li,
.about_cont ul li {
  font-size: 16px;
  color: #32353e;
  padding-left: 1rem;
  position: relative;
  padding-bottom: 1rem;
}

.news-detail .full_content ul li:after,
.about_cont ul li:after {
  content: "";
  position: absolute;
  background: #81b52d;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.top-spacer {
  margin-top: 2rem;
}

/* re privacay notice */
.top-spacer ol {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.inner_banner.news_inner_banner p.news_tagline {
  margin-bottom: 0;
}

.results_banner p {
  color: #fff;
}

.search-results {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-results ol {
  padding-left: 0;
}

.search-results li.item {
  margin-bottom: 1rem;
  display: list-item;
  list-style-type: decimal;
}

.search-results li.item a {
  color: #025437;
}

.search input[type="search"] {
  color: rgb(255, 255, 255);
  background: #05563e;
  border-radius: 0;
  -webkit-appearance: none;
}

.search .btn-secondary {
  background-color: #fff;
  color: #05563e;
  border: 1px solid #fff;
}

.menu-inner .search input[type="search"] {
  color: #05563e;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}

.menu-inner .search .btn-secondary {
  background-color: #05563e;
  color: #fff;
  border: 1px solid #05563e;
}

input:focus,
.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search ::placeholder,
#search ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.team_mamber a.team_box,
.featureconinner a.read_more {
  color: #05563e;
  font-weight: 400;
}

#myTopNav .nav-item {
  font-size: 18px;
}

.how_apply article {
  /* background-color: #2B305E; */
  color: #000;
  padding: 0 100px 0 200px;
  margin-bottom: 150px;
}

.how_apply.lda-affordable-purchase article {
  background-color: #605ca8;
  color: #fff;
  padding: 100px 100px 100px 200px;
  margin-bottom: 200px;
}

.how_apply article h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.how_apply article .heading {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 130%;
}

.how_apply article .text p {
  color: #000;
  font-size: 1.25rem;
}

.how_apply article .step {
  margin-top: 5rem;
  position: relative;
}

.how_apply article .step::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -3rem;
  font-size: 9rem;
  font-weight: 800;
}

.how_apply article .step:first-of-type::before {
  content: "";
}

.how_apply article .step:nth-of-type(2)::before {
  content: "1";
}

.how_apply article .step:nth-of-type(3)::before {
  content: "2";
}

.how_apply article .step:nth-of-type(4)::before {
  content: "3";
}

@media (max-width: 775px) {
  .how_apply article {
    /* background-color: #2B305E; */
    /* color: #fff; */
    padding: 100px 5px 100px 60px;
    margin-bottom: 3rem;
  }

  .how_apply article .step::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -10px;
    font-size: 3rem;
    font-weight: 800;
    opacity: 0.7;
  }

  .how_apply article h1 {
    /* font-size: 3rem; */
    font-weight: 800;
    margin-bottom: 2rem;
  }
}

/* Accessibility fix */

.team_mamber h5 {
  color: #05563e;
  font-weight: 700;
  margin: 15px 0px 15px 0px;
  font-size: 20px;
}

.inner-default-page .entry-content a {
  color: #05563e;
}

.intro-text p {
  font-size: larger;
  font-weight: 600;
}

img.lda-green-left {
  max-width: 100%;
  box-shadow: -2rem 2rem #05563e !important;
  margin-right: 2rem !important;
}

.our_team_main {
  padding-bottom: 0;
}

.projectschemespart .intro_tagline {
  margin-top: 0;
}

.fliter_main {
  border-top: 4px solid #81b52d;
}

@media (max-width: 767px) {
  .menu-about-mobile-menu-container {
    padding-left: 0;
  }

  #menu-about-mobile-menu {
    padding-left: 1rem;
  }

  .fliter_main {
    border-top: none;
  }

  .fliter_main:after {
    border-top: 4px solid #81b52d;
  }

  .slider-view-all-link {
    margin: 30px 40px 50px 0;
  }
}

.fliter_main:after {
  border-top: none;
}

.privacy-page .inner-default-page ol {
  padding-left: 20px !important;
}

.privacy-page {
  padding-top: 2rem;
}

.faqmaincon .panel-body ul,
.faqmaincon .panel-body ol {
  padding-left: 20px;
}

.faqmaincon .panel-body ul li,
.faqmaincon .panel-body ol li {
  margin-bottom: 15px;
  padding-bottom: 0;
}

.faqmaincon .panel-body ul li ul,
.faqmaincon .panel-body ol li ul {
  margin-top: 15px;
  padding-bottom: 0;
}

.faqmaincon .panel-body ul li:before {
  background: #000 !important;
}

/* test*/

#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block .tagline {
  color: #2b305e;
}

#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #2b305e;
}

#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block img.left {
  max-width: 100%;
  box-shadow: -2rem 2rem #2b305e;
}

#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block .btn {
  background-color: #2b305e;
  border-color: #2b305e;
  color: #fff;
}

#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block .btn:hover {
  background-color: #2b305e;
  border-color: #2b305e;
  color: #fff;
}

.affordable_faq .faq_section li:after {
  content: none;
}

.affordable_faq .faq_section ol li {
  list-style-type: decimal;
}

.affordable_faq .faq_section ol li ul li {
  list-style: none;
}

.affordable_faq .faq_section li {
  font-size: 18px !important;
}

.affordable_faq .faq_section p {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .affordable_faq .faq_section li {
    font-size: 18px !important;
  }

  .affordable_faq .faq_section p {
    font-size: 18px !important;
  }

  .faqmaincon.affordable_faq .panel-title a.collapsed:after {
    width: 24px;
    height: 24px;
    background-size: 100%;
    top: -1px;
  }

  .inner_banner.cs-application-form {
    padding: 50px;
  }

  .inner_banner.cs-application-form .header-text {
    display: none;
  }
}

.public-lands section ul li {
  font-size: 18px;
  list-style-type: disc;
  padding-left: 0 !important;
}

.public-lands section ol li {
  list-style: decimal;
  margin-bottom: 18px;
}

.public-lands section h3 {
  margin-bottom: 1rem;
}

.public-lands section a {
  font-weight: 600;
}

.public-lands section .blockTwo {
  margin-top: 50px;
}

.public-lands .faq_wrap li {
  list-style-type: disc;
}

.faq_section.esri .panel-body ul li:before {
  content: none;
}

.faq_section.esri .panel-body ul li:after {
  content: none;
}

.faq_section.esri .panel-body ul li {
  padding-left: 0;
  font-size: 18px;
}

.faq_section.esri .panel-body ul {
  padding-left: 40px;
}

.affordable-projects.lda-cost-rental {
  background-color: whitesmoke;
  padding: 3rem 0;
}

.affordable-projects.lda-cost-rental .faq_intro {
  margin-bottom: 3rem;
}

.lda-cost-rental .two-blocks-intro img {
  box-shadow: none;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.cost-rental-card {
  box-shadow: 0 10px 20px -2px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cost-rental-card.open h2 {
  color: #72a128 !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;

}

.cost-rental-card.open .scheme-label {
  background-color: rgba(43, 48, 94, 0.9);
}

.cost-rental-card.open h2:hover {
  color: #72a128;

}

.cost-rental-card.closed h2 {
  color: #32353E;
  font-size: 1.5rem;
  margin-bottom: 1rem;

}

.cost-rental-card.closed h2:hover {
  color: #32353E;

}

.affordable-scheme-block.lda-cost-rental {
  padding-bottom: 100px;
}


.cost-rental-card.closed .scheme-label {
  background-color: rgba(50, 53, 62, 0.9);
}

.cost-rental-card:hover {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%), 0 10px 40px -20px;
}

.contact_cta.affordable-scheme-block.lda-cost-rental {
  background-color: #ebebeb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cost-rental-banner {
  width: 100%;
  padding: 3rem 1rem;
  background-color: #2b305e;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.cost-rental-banner a {
  text-decoration: none;
  padding: 15px 2rem;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cost-rental-banner a:hover {
  background-color: white;
  color: #72a128 !important;
  border: 1px solid #2b305e;
}

.cost-rental-banner a:focus {
  background-color: white;
  color: #72a128 !important;
  border: 1px solid #2b305e;
}

.public-lands .affordable-subpage {
  padding-top: 50px;
  padding-bottom: 50px;
}

.public-lands span.caption {
  text-align: center;
  margin-top: 3rem;
  margin: 3rem auto;
  display: block;
  font-style: italic;
  opacity: 0.75;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-control-next {
  z-index: 999;
}

@media (max-width: 767px) {
  .public-lands span.caption {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    display: block;
    font-style: italic;
    opacity: 0.75;
  }
}

.affordable-scheme-block .two-blocks-intro ul li {
  list-style-type: disc;
  list-style: disc;
  padding-left: 0 !important;
  font-size: 1.25rem;
}

.affordable-scheme-block.lda-affordable-purchase.public-lands,
.public-lands-blocks-wrapper {
  background-color: #bcd85f;
}

.affordable-scheme-block.lda-affordable-purchase.public-lands .tagline,
.intro-block.public-lands .tagline {
  color: #05563e;
  text-transform: uppercase;
  font-weight: 800;
}

.affordable-scheme-block.lda-affordable-purchase.public-lands a.btn {
  background-color: #05563e;
  border-color: #05563e;
}

.affordable-scheme-block.lda-affordable-purchase.public-lands img {
  box-shadow: none;
}

.affordable .intro-block.public-lands {
  padding-bottom: 100px;
}

.affordable-scheme-block.lda-affordable-purchase.public-lands {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .affordable-scheme-block.lda-affordable-purchase.public-lands {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .public-lands-blocks-wrapper {
    padding-bottom: 100px;
  }
}

.homepage-intro-section.report-on-public-lands {
  background-color: #fff;
}

.homepage-intro-section.report-on-public-lands .tagline {
  color: #05563e;
}

.homepage-intro-section.report-on-public-lands h1,
.homepage-intro-section.report-on-public-lands p {
  color: #32353e;
}

.homepage-intro-section.report-on-public-lands p {
  font-weight: 400;
}

.homepage-intro-section.report-on-public-lands .btn {
  background-color: #05563e;
  border-color: #05563e;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.homepage-intro-section.report-on-public-lands {
  --plyr-color-main: #05563e !important;
}

.public-stats {
  background-color: #bcd85f;
  padding: 100px 0;
}

.public-stats .stats-roll {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}

.public-stats .stats-roll .count {
  color: #05563e;
  font-weight: bold;
}

.table-image {
  padding: 100px 0;
}

.table-image table {
  background-color: #c9e07f;
}

.table-image table td {
  border: none;
  border-bottom: 2px solid #bcd85f;
}

.table-image .table-wrapper {
  padding: 2rem;
}

.constraint {
  background-color: #bcd85f;
  padding: 100px 0;
}

.owned-by {
  background-color: #bcd85f;
  padding: 100px 0;
}

.constraint h2.heading {
  text-align: center;
  text-transform: uppercase;
  color: #05563e;
  font-weight: 800 !important;
  font-size: 2.25rem !important;
}

.constraint img {
  display: block;
  margin: 30px auto;
}

.owned-by h2.heading {
  text-align: center;
  text-transform: uppercase;
  color: #05563e;
  font-weight: 800 !important;
  font-size: 2.25rem !important;
  margin-bottom: 50px;
}

.constraint .item {
  text-align: center;
  padding: 1rem;
  background-color: #c9e07f;
  margin-bottom: 1rem;
}

.owned-by .item {
  text-align: center;
  padding: 1rem;
  background-color: #c9e07f;
  margin-bottom: 1rem;
}

.item h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

.item h2 {
  font-size: 2.25rem;
  font-weight: 300;
}

.item span {
  font-size: 2.25rem;
  font-weight: 600;
  color: #05563e;
}

/* .wrapper-cards{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    width:100%;
}

.wrapper-cards .item{
	padding: 15px;
	 margin-bottom: 30px;
	white-space: wrap;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content:center;
	width: 30%;
	position: relative;
} */
.homepage-intro-section.report-on-public-lands>.row {
  padding-top: 30px;
  min-height: 50vh;
}

.two-blocks-intro.affordable-2023 {
  padding: 4rem 1rem;
  background-color: #e7e7f2;
  margin-top: 6rem;
}

.two-blocks-intro.affordable-2023 h2 {
  font-size: 2rem;
  font-weight: 400;
}

.lda-affordable-purchase section a {
  color: #605ca8;
}

.lda-affordable-purchase section a:hover {
  color: #4a4691 !important;
}

.extra-details {
  padding: 4rem 1rem;
  background-color: #e7e7f2;
  margin-bottom: 6rem;
}

.extra-details a {
  color: #4a4691 !important;
}

strong a {
  font-weight: bold;
}

.two-blocks-intro.affordable-2023 a {
  color: #4a4691 !important;
}

.scheme-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(46, 44, 79, 0.75);
  color: white;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .table-image {
    padding: 50px 0;
  }

  .table-image table {
    margin-bottom: 100px;
  }

  .owned-by {
    padding: 0;
  }

  .public-stats .stats-roll {
    font-size: 2.25rem;
  }

  #cta-public {
    padding-bottom: 100px;
  }

  .two-blocks-intro.affordable-2023 {
    padding: 2rem 1rem;
    margin-top: 3rem;
  }

  .extra-details {
    padding: 2rem 1rem;
    background-color: #e7e7f2;
    margin-bottom: 3rem;
  }
}

.section53-page.faq_wrap {
  background-color: #f8f8f8;
  padding: 4rem 1rem;
  margin-bottom: 0;
}

.section53-page.mainContent_wrap {
  background-color: #f8f8f8;
  padding: 4rem 1rem;
  margin-bottom: 0;
}



.section53-form-wrapper {
  padding: 4rem 1rem;
  background-color: #e7e7f2;
  background-color: #f8f8f8;
  background-color: #fff;

  /* margin-top: 6rem; */
}

.section53-form-wrapper .tagline {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.section53-form-wrapper h2 {
  color: #000;
  font-weight: 800 !important;
  font-size: 2.25rem !important;
  text-align: center;
}

.section53-form-wrapper h2+p {
  margin: 0 10% 1rem 10%;
  text-align: center;

  @media (max-width: 767px) {
    margin: 0 0 1rem 0;
  }

}



.section53-form-wrapper hr {
  border-top: 1px solid #05563E;
  margin-top: 2rem;

}

. .form-label-group.outline select.custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.9rem;

}

.map-wrapper {
  background: #e7e7f2;
  background-color: #f8f8f8;
}

.map-wrapper,
.fields-wrapper {
  margin-top: 1rem;
}


.alternate-file-upload-wrapper {
  padding: 0 20px 20px 20px;
  font-weight: bold;
  ss
}

.alternate-file-upload-wrapper .or-upload-file {
  margin: 20px auto;
  display: block;
  text-align: center;

}


.file-format {
  font-style: italic;
  font-weight: normal;
}

.section53-form-wrapper .btn {
  background-color: #05563e;
  border-color: #05563e;
  color: #fff;
  font-weight: 400;


  width: 300px;
  padding: 10px;
}

#skip-link {
  position: relative;
}

#skip-link a {
  position: absolute !important;
  left: 49%;
  transform: translateX(-50%);
  padding: 0.625rem 1.563rem;
  color: #2C2A29;
  font-size: 1.125rem;
  transition: all 0.5s ease-in-out;
  background: #fff;
  top: -3.125rem;
  z-index: 10000;
  width: auto;
}

#skip-link a:focus,
#skip-link a:hover {
  top: 0;
  cursor: pointer;
}

.message.notice,
.message.error {
  padding-left: 15px;
  margin-top: 15px;
  font-weight: bold;

}

.message.error {
  color: red;

}

.formPrompt {
  display: none;
  padding-bottom: 15px;
  color: #495057;
}

.affordable-scheme-block.lda-cost-rental .btn,
.affordable-scheme-block.lda-affordable-purchase .btn,
#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block .btn,
.affordable-projects.lda-cost-rental .btn,
.were-hiring .btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.affordable-scheme-block.lda-cost-rental .btn:hover,
.affordable-scheme-block.lda-affordable-purchase .btn:hover,
#affordable-homes-landing .affordable-scheme-block+.affordable-scheme-block .btn:hover,
.affordable-projects.lda-cost-rental .btn:hover,
.were-hiring .btn:hover {
  opacity: 0.8;
}

.twitter_url a {
  background: url(images/x.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
}

.twitter_url a:hover {
  background: url(images/x-green.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  display: inline-block;
}

p,
ul li,
ol li,
.affordable p,
.affordable ul li,
.affordable ol li,
.eligible-text.affordable2023 ul li,
.affordable-scheme-block .two-blocks-intro ul li,
.how_apply article .text p,
.affordable_faq .faq_section p,
.affordable_faq .faq_section ul li,
.affordable_faq .faq_section ol li {
  font-size: 18px;
}

.affordable-scheme-block.lda-affordable-purchase .btn,
.affordable-scheme-block.lda-cost-rental .btn,
.affordable-scheme-block.lda-cost-rental .btn,
.were-hiring .btn {
  margin-top: 1rem;
}

.faqmaincon .panel-body ul li,
.faqmaincon .panel-body ol li {
  padding-left: 20px;
}

.affordable-heading {
  margin-bottom: 1rem;
}

.how_apply article .heading {
  margin-bottom: 2rem;
}

.affordable-projects.lda-cost-rental {
  margin-bottom: 2rem;
}

.affordable.lda-cost-rental h1,
.affordable.lda-cost-rental h2,
.affordable.lda-cost-rental h3,
.affordable.lda-cost-rental h4,
.affordable.lda-cost-rental h5 {
  margin-bottom: 2rem;
}

.faq_section h5.panel-title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .affordable-scheme-block.lda-cost-rental {
    padding-bottom: 2rem;
  }

  .how_apply article .step {
    margin-top: 2rem;
  }

  .how_apply article {
    padding-top: 0;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }

  .affordable-projects.lda-cost-rental {
    padding: 1rem 0
  }

  .contact_cta.affordable-scheme-block.lda-cost-rental {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}