﻿:root {
  --bs-font-sans-serif: "Rubik", sans-serif;
}

@media all and (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
}

.component-standard-text-editor .green--text {
    color: #008839;
    font-size: inherit;
    font-weight: inherit;
}

.page_anchor {
  visibility: hidden !important;
  height: 0px !important;
  width: 0px !important;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError,
.umbraco-forms-form input.input-validation-error, .umbraco-forms-form textarea.input-validation-error,
.umbraco-forms-form select.contourError, .umbraco-forms-form select.input-validation-error{
  background: #FBE3E4;
  border-color: #FBC2C4;
}

.text-muted {
    color: #000000 !important;
    margin-bottom: 1rem;
}

.bg-Secondary1-Dark {
  background-color: #0C7E40 !important;
}

.bg-Tertiary1-Tint {
  background-color: #eaf7e4 !important;
}

.hbg-Secondary1-Dark:hover {
  background-color: #0C7E40 !important;
}

.hbg-Tertiary1-Tint:hover {
  background-color: #eaf7e4 !important;
}

.border-Secondary1-Dark {
  border-color: #0C7E40 !important;
}

.border-Tertiary1-Tint {
  border-color: #eaf7e4 !important;
}

.btn-Secondary1-Dark {
  background-color: #0C7E40;
  border-color: #0C7E40;
}

.btn-Tertiary1-Tint {
  background-color: #eaf7e4;
  border-color: #eaf7e4;
}

.btn-outline-Secondary1-Dark {
  border-color: #0C7E40;
}

.btn-outline-Tertiary1-Tint {
  border-color: #eaf7e4;
}

.fill-Secondary1-Dark svg path {
  fill: #0C7E40 !important;
}

.fill-Tertiary1-Tint svg path {
  fill: #eaf7e4 !important;
}

.socialButtons li a i:hover {
  color: #0C7E40;
}

.text-Secondary1-Dark {
  color: #0C7E40 !important;
}

.text-Tertiary1-Tint {
  color: #eaf7e4 !important;
}

.hoverText-Secondary1-Dark:hover {
  color: #0C7E40 !important;
}

.hoverText-Tertiary1-Tint:hover {
  color: #eaf7e4 !important;
}

li {
  font-size: 1.2rem;
}

p .intro {
  font-size: 22px;
  line-height: 150%;
}

.BLOCK-ListText ul li {
  font-weight: 400;
}

@media all and (min-width: 992px) {
  .header .navbar .navbar-collapse {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) {
  .header .navbar .navbar-collapse {
    margin-right: 0;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 10px;
    text-align: center;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  display: inline-block;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li, .header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 16px;
  color: #212529;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:has(.dropdown-item:hover), .header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:has(.dropdown-item:focus),
.header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:has(a:hover), .header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:has(a:focus),
.dropdown-item.active, .dropdown-item:active {
  color: #1e2125;
  background-color: #e9ecef;
}

@media all and (min-width: 992px) {
  .banner__img {
    margin-left: 15%;
  }
}
@media all and (min-width: 1200px) {
  .banner__img {
    margin-left: 30%;
  }
}
.banner__content p {
  color: #fff
}

@media all and (min-width: 768px) {
  .banner__text {
  font-size: 18px;
  }
}

/*Alt banner*/
.alt-banner {
  position: relative;
  overflow: hidden;
  background: #0C7E40;
}
.alt-banner__overlay {
  position: relative;
  float: right;
  width: 100%;
  z-index: 1;
  max-height: 250px;
}
@media all and (min-width: 768px) {
  .alt-banner__overlay {
  top: 35vh;
  }
}
@media all and (min-width: 992px) {
  .alt-banner__overlay {
  top: 0;
  width: 40%;
  }
}
.alt-banner__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
   object-fit: cover;
}
.alt-banner__overlay img.alt-banner__pattern {
  display: none;
  -o-object-position: 100%;
   object-position: 100%;
}
@media all and (min-width: 992px) {
  .alt-banner__overlay img.alt-banner__pattern {
  display: block;
  }
}
/*.alt-banner__overlay img.alt-banner__pattern--mobile {
  max-height: 600px;
  -o-object-position: top;
   object-position: top;
}
@media all and (min-width: 992px) {
  .alt-banner__overlay img.alt-banner__pattern--mobile {
  display: none;
  }
}*/
.alt-banner__content-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .alt-banner__content-container {
  padding-top: 0;
  }
}
@media all and (min-width: 992px) {
  .alt-banner__content-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  padding-bottom: 0;
  }
}
.alt-banner__content p {
  color: #fff
}
.alt-banner__content {
  max-width: 450px;
  padding: 15px;
}
@media all and (min-width: 1200px) {
  .alt-banner__content {
  max-width: 550px;
  }
}
.alt-banner__content .btn {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .alt-banner__content .btn {
  font-size: 18px;
  }
}
.alt-banner__title {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 60px */
  text-transform: none;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .alt-banner__title {
  font-size: 36px;
  }
}
@media all and (min-width: 1200px) {
  .alt-banner__title {
  font-size: 50px;
  }
}
.alt-banner__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
@media all and (min-width: 768px) {
  .alt-banner__text {
  font-size: 18px;
  }
}

.component-4__steps .step__number {
  font-style: normal;
  font-size: 24px;
}

h1 {
  text-transform: unset;
}

.btn-Primary strong {
  font-weight: bold;
}

.carousel-caption h1 {
  color: #FFF;
  font-size: 50px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120% !important;
  text-transform: none;
  margin-bottom: 30px;
}

.carousel-caption p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 160% !important;
}

.carousel-caption .btn {
  color: #000;
  background: #EECA00;
  border-radius: 4px;
  font-weight: 500;
  padding: 14px 28px;
}

.alt-button .carousel-caption .btn {
  background: #0C7E40;
  color: #FFF;
}

.BLOCK-ctaGroup .BLOCK-ctaGroup__container .BLOCK-ctaItem {
  background: #0C7E40;
  color: #fff;
}

.text-Tertiary1-Solid h4,
.text-Tertiary1-Solid a,
.text-Tertiary1-Solid .BLOCK-ListText ul li,
.text-Tertiary1-Solid.BLOCK-ListText ul li,
.bg-Tertiary1-Tint h5,
.bg-Tertiary1-Tint p,
.eligibility,
.eligibility h1,
.eligibility h2,
.eligibility h3,
.eligibility h4,
.eligibility h5,
.fs-4 {
  color: #000000 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.NormalTextRun {
  font-weight: 400;
}

.component-5__logos-list li img {
  max-height: 140px;
  width: auto;
}

.component-property-price-ceilings .property-price-ceilings__table .table__dropdown ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.component-property-price-ceilings .property-price-ceilings__table .table__dropdown {
  color: #000
}

.component-reports__container .form-select {
  border: 1px solid #E5E5E5 !important;
  border-radius: 4px !important;
}

.component-reports__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 25px;
}
@media all and (min-width: 768px) {
  .component-reports__dropdown {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.component-reports__select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 125%;
  /* 22.5px */
  padding: 20px 16px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background: transparent;
  min-width: 310px;
}
.component-reports__select.dropdown-toggle::after {
  width: 12px;
  height: 12px;
  border: none;
  background: url("/assets/images/arrow-down--light.svg") no-repeat center/100%;
}
.component-reports__reset {
  width: 21px;
  height: 21px;
  padding: 0;
  margin-left: 20px;
  border: none;
  background: url("/assets/images/icon-reset.svg") no-repeat center/100%;
}
.component-reports__dropdown-menu.dropdown-menu {
  background-color: #fff;
  min-width: 310px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.table:not(.property-price-ceilings__table .table) {
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #94C23C;
  background-color: #ffffff !important;
  padding: 0.5rem;
}

.table:not(.property-price-ceilings__table .table) thead {
  font-weight: 600;
  color: #000000 !important;
  background-color: #ffffff !important;
}

/*.table:not(.property-price-ceilings__table .table) tbody tr:first-child {
  border-top: 1px dashed #94C23C !important;
}*/

.table:not(.property-price-ceilings__table .table) thead, .table:not(.property-price-ceilings__table .table) tbody {
  border: none !important;
  position: relative;
}

.table:not(.property-price-ceilings__table .table) thead th, .table:not(.property-price-ceilings__table .table) tbody td {
  border: none;
}

.table:not(.property-price-ceilings__table .table) thead:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  background: repeating-linear-gradient(to right, #94C23C 0, #94C23C 7px, transparent 7px, transparent 15px);
}

.table:not(.property-price-ceilings__table .table) tr {
  font-weight: 400;
}

.table:not(.property-price-ceilings__table .table) tr td:not(:first-child), .table:not(.property-price-ceilings__table .table) tr td:not(:first-child) p, .table:not(.property-price-ceilings__table .table) tr td:not(:first-child) span {
  font-weight: 600 !important;
  color: #0C7E40;
}

.Cookie_policy .table tr td, .Cookie_policy .table tr td p, .Cookie_policy .table tr td span {
  font-weight: 600 !important;
  color: #0C7E40;
}

.Cookie_policy .table thead tr td p, .Cookie_policy .table thead tr td span {
  font-weight: 600 !important;
}

.Cookie_policy .table tbody tr td p, .Cookie_policy .table tbody tr td span {
  font-weight: 400 !important;
} 

.BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td, .BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td p, .BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td span {
  font-weight: inherit !important;
  color: inherit;
}

.BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td:last-child, .BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td:last-child p, .BLOCK-faqs .table:not(.property-price-ceilings__table .table) tr td:last-child span {
  font-weight: 600 !important;
  color: #0C7E40;
}

.table:not(.property-price-ceilings__table .table) td {
  border: 0;
  --bs-table-accent-bg: unset !important;
}

.banner-smaller .banner__img {
  position: relative;
  height: 45vh;
}
@media all and (min-width: 992px) {
  .banner-smaller .banner__img {
    height: 410px;
  }
}
@media all and (min-width: 1200px) {
  .banner-smaller .banner__img {
    height: 480px;
  }
}

.navbar-nav .nav-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.navbar-nav .nav-item.dropdown {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#GridSection1 .row, #GridSection1 .row .noNest {
    margin: 0px;
}

#GridSection1 .row .noNest .column {
  margin: 0px;
  padding: 0px;
}

.new-tab .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px;
  gap: 8px;
}

.new-tab .nav .nav-item {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  margin: 0px -2px;
  left: -10px;
  display: initial;
  align-items: center;
  align-content: flex-start;
  padding: 0px;
  font-size: 14px;
}

.new-tab .nav li .nav-link {
  padding: 10px;
  border-radius: 4px;
}

.new-tab .nav li:before, .new-tab .nav li .nav-link {
  color: inherit;
  background-color: inherit;
  display: inline-block;
}

.new-tab .nav li:before {
  content: "• ";
  position: relative;
  left: 10px;
  font-size: 20px;
  color: #51A246;
}

.new-tab .nav li:has(.nav-link.active):before, .new-tab .nav li:hover:before {
  color: #fff;
}

.new-tab .nav .nav-item:has(.nav-link.active), .new-tab .nav .nav-item:hover {
  background-color: #51A246;
  color: #fff;
}

.form-control:focus, .form-select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(81, 162, 70, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(81, 162, 70, 0.25);
}

.contact-content {
  margin-top: 5rem;
}

.contact-content h5, .contact-content h4, .contact-content p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.contact-content h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
}

.contact-content h5 {
  font-weight: 600;
  line-height: 120%;
}

.contact-content .contact-form {
  margin-top: -7rem;
  border-radius: 10px;
  padding: 35px 60px;
  z-index: 2;
}

@media all and (min-width: 992px) {
  .contact-content .contact-form {
    margin-top: -10rem;
  }
}

.contact-content .contact-form, .contact-content .contact-form form, .contact-content .contact-form form fieldset {
  position: relative;
  background-color: #fff;
  color: #000;
}

.contact-form form .umbraco-forms-container {
  margin-bottom: 1rem;
}

.contact-form form fieldset {
  padding: 0 !important;
  margin: 0;
}

.contact-form .umbraco-forms-indicator {
  color: red;
  display: none;
}

.contact-form .umbraco-forms-label {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 145%;
}

.contact-form form input.text, .contact-form form textarea.form-control {
  height: 220px;
}

.contact-form .form-control, .contact-form .form-select {
  border: none !important;
  background-color: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  max-width: unset;
}

.contact-form .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%2351A246'/%3e%3c/svg%3e");
}

.contact-form .form-check-input:checked {
  background-color: #fff;
}

.contact-content .btn {
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  background-color: #0C7E40;
  color: #FFF;
  border: none;
}

.contact-content .btn.btn-yellow {
  color: #000;
  background-color: #EECA00;
}

.contact-content .btn:hover {
  background: #08582d;
  color: #FFF;
}

.accordion.BLOCK-faqs .accordion-item {
    left: 20px;
    top: 20px;
    border-radius: 18px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7 !important;
}

.accordion.BLOCK-faqs .accordion-button {
    background: transparent;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.accordion.BLOCK-faqs .accordion-item:hover, .accordion.BLOCK-faqs .accordion-item:has(.accordion-button:not(.collapsed)) {
    background: #F4F9EC;
}

.accordion.BLOCK-faqs .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transition: transform 0.2s ease-in-out;
}

.accordion.BLOCK-faqs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transform: rotate(-45deg);
}