.site-header {
  width: 100%;
  height: auto;
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.2s ease-in-out;
}
.site-header.is-archive {
  position: sticky;
}
.site-header.sticky {
  position: sticky;
}
.site-header.no-banner-img .logo-container img,
.site-header.bg-white .logo-container img,
.login .site-header .logo-container img {
  filter: unset;
}
.site-header.no-banner-img .menu-container .menu-top > .menu-item a,
.site-header.no-banner-img .menu-container .menu-top > .menu-item span,
.site-header.no-banner-img .menu-container .menu-main > .menu-item a,
.site-header.no-banner-img .menu-container .menu-main > .menu-item span,
.site-header.bg-white .menu-container .menu-top > .menu-item a,
.login .site-header .menu-container .menu-top > .menu-item a,
.site-header.bg-white .menu-container .menu-top > .menu-item span,
.login .site-header .menu-container .menu-top > .menu-item span,
.site-header.bg-white .menu-container .menu-main > .menu-item a,
.login .site-header .menu-container .menu-main > .menu-item a,
.site-header.bg-white .menu-container .menu-main > .menu-item span,
.login .site-header .menu-container .menu-main > .menu-item span {
  text-decoration: none;
  color: #39383a;
}
.site-header.no-banner-img .menu-container .menu-main .menu-cta a,
.site-header.bg-white .menu-container .menu-main .menu-cta a,
.login .site-header .menu-container .menu-main .menu-cta a {
  background-color: #87b348;
  color: #fff;
}
.site-header.no-banner-img .menu-container .menu-main .menu-cta a:hover,
.site-header.bg-white .menu-container .menu-main .menu-cta a:hover,
.login .site-header .menu-container .menu-main .menu-cta a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #39383a;
}
.site-header.no-banner-img .menu-hamburger .bar,
.site-header.bg-white .menu-hamburger .bar,
.login .site-header .menu-hamburger .bar {
  background-color: #87b348;
}
.site-header.bg-white,
.login .site-header {
  box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .logo-container {
  padding-top: 15px;
  padding-bottom: 15px;
  flex-basis: auto;
}
@media only screen and (min-width: 992px) {
  .site-header .logo-container {
    padding-top: 30px;
  }
}
.site-header .logo-container img {
  height: 45px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 992px) {
  .site-header .logo-container img {
    height: 65px;
  }
}
.site-header .menu-container {
  display: flex;
  align-items: center;
  flex-basis: auto;
}
@media only screen and (min-width: 1200px) {
  .site-header .menu-container {
    display: block;
  }
}
.site-header .menu-container a,
.site-header .menu-container span {
  text-decoration: none;
  color: #fff;
}
.site-header .menu-hamburger {
  margin-left: 30px;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .site-header .menu-hamburger {
    display: none;
  }
}
.site-header .menu-hamburger .bar {
  width: 35px;
  height: 3px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.site-header .menu-hamburger .bar:not(:last-child) {
  margin-bottom: 7px;
}
.site-header .menu-main-container {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header .menu-main-container {
    display: block;
  }
}
.site-header .menu-top,
.site-header .menu-main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .menu-top > .menu-item,
.site-header .menu-main > .menu-item {
  position: relative;
  cursor: pointer;
}
.site-header .menu-top > .menu-item > .sub-menu,
.site-header .menu-main > .menu-item > .sub-menu {
  width: max-content;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 333;
  background-color: rgba(0, 0, 0, 0.75);
}
.site-header .menu-top > .menu-item > .sub-menu > .menu-item,
.site-header .menu-main > .menu-item > .sub-menu > .menu-item {
  padding: 8px 15px;
}
.site-header .menu-top > .menu-item > .sub-menu > .menu-item a,
.site-header .menu-top > .menu-item > .sub-menu > .menu-item span,
.site-header .menu-main > .menu-item > .sub-menu > .menu-item a,
.site-header .menu-main > .menu-item > .sub-menu > .menu-item span {
  color: #fff;
}
.site-header .menu-top > .menu-item > .sub-menu > .menu-item a,
.site-header .menu-main > .menu-item > .sub-menu > .menu-item a {
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.site-header .menu-top > .menu-item > .sub-menu > .menu-item:hover a,
.site-header .menu-main > .menu-item > .sub-menu > .menu-item:hover a {
  color: #87b348;
}
.site-header .menu-top .menu-item-has-children > a,
.site-header .menu-top .menu-item-has-children > span,
.site-header .menu-main .menu-item-has-children > a,
.site-header .menu-main .menu-item-has-children > span {
  display: block;
  background: url(https://brighten.com.au/wp-content/themes/BHLtheme/images/drop-arrow.png)
    no-repeat right 0 top 13px;
  padding-right: 18px;
}
.site-header .menu-top .menu-item-has-children:hover > .sub-menu,
.site-header .menu-main .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.site-header .menu-top {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header .menu-top {
    display: flex;
  }
}
.site-header .menu-top .menu-location-dropdown .sub-menu {
  padding: 10px;
}
.site-header .menu-top .menu-location-dropdown .sub-menu li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-header
  .menu-top
  .menu-location-dropdown
  .sub-menu
  li
  > *:not(:last-child) {
  margin-right: 10px;
}
.site-header .menu-top .menu-location-dropdown .sub-menu a {
  transition: all 0.2s ease-in-out;
}
.site-header .menu-top .menu-location-dropdown .sub-menu a:hover {
  opacity: 0.6;
}
.site-header .menu-top .menu-item {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.site-header .menu-top .menu-item::before {
  width: 16px;
  height: 16px;
  display: block;
  background-size: auto 16px;
  background-repeat: no-repeat, no-repeat;
  content: "";
}
.site-header .menu-top .menu-item:nth-child(2)::before {
  margin-right: 10px;
  background-image: url(https://brighten.com.au/wp-content/themes/BHLtheme/images/telG2x.png);
  background-position: 0 50%;
}
.site-header .menu-top .menu-item:nth-child(3)::before {
  margin-right: 15px;
  background-image: url(https://brighten.com.au/wp-content/themes/BHLtheme/images/world_icon2x.png);
  background-position: 0 50%;
}
.site-header .menu-top .menu-item:first-child::before {
  display: none;
}
.site-header .menu-top .menu-item:nth-child(4)::before {
  margin-right: 10px;
  background-image: url(https://brighten.com.au/wp-content/uploads/2026/06/icon-contact.webp);
  background-position: 0 50%;
  background-size: contain;
}
.site-header .menu-top .menu-item a {
  transition: all 0.2s ease-in-out;
}
.site-header .menu-top .menu-item a:hover {
  color: #87b348;
}
.site-header .menu-main {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .site-header .menu-main {
    display: flex;
  }
}
.site-header .menu-main > .menu-item {
  padding: 25px 15px;
  position: relative;
}
.site-header .menu-main > .menu-item.menu-cta {
  padding: 15px;
}
.site-header .menu-main > .menu-item:not(.menu-cta) > a,
.site-header .menu-main > .menu-item:not(.menu-cta) > span {
  position: relative;
}
.site-header .menu-main > .menu-item:not(.menu-cta) > a::before,
.site-header .menu-main > .menu-item:not(.menu-cta) > span::before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0%;
  background: linear-gradient(to right, #87b348 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.2s ease-in-out;
  content: "";
}
.site-header .menu-main > .menu-item:not(.menu-cta):hover > a::before,
.site-header .menu-main > .menu-item:not(.menu-cta):hover > span::before {
  background-position: 0 100%;
}
.site-header .menu-main .menu-cta a {
  min-height: 50px;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 17px;
  text-align: center;
  box-shadow: inset 0 0 0 2px #87b348;
  transition: all 500ms ease;
}
.site-header .menu-main .menu-cta:hover a {
  background-color: #87b348;
}
.login .site-header {
  position: sticky;
}
footer p {
  margin-bottom: 0;
}
footer .row:nth-child(1) .wrapper {
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .row:nth-child(1) .col:not(:last-child) {
  margin-bottom: 30px;
}
footer .row:nth-child(1) .col:nth-child(1) {
  flex-basis: 99.96%;
  order: 2;
}
@media only screen and (min-width: 992px) {
  footer .row:nth-child(1) .col:nth-child(1) {
    flex-basis: 41.65%;
    order: 0;
  }
}
footer .row:nth-child(1) .col:nth-child(1) > *:not(:last-child) {
  margin-bottom: 30px;
}
footer .row:nth-child(1) .col:nth-child(2) {
  flex-basis: 99.96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  order: 1;
}
@media only screen and (min-width: 992px) {
  footer .row:nth-child(1) .col:nth-child(2) {
    flex-basis: 49.98%;
    order: 0;
  }
}
footer .row:nth-child(1) .col:nth-child(2) .list {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 768px) {
  footer .row:nth-child(1) .col:nth-child(2) .list {
    flex-basis: auto;
  }
}
footer .row:nth-child(1) .col:nth-child(3) {
  flex-basis: 99.96%;
  padding-top: 30px;
  border-top: 1px solid silver;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  order: 3;
}
footer .row:nth-child(1) .col:nth-child(3) li {
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  footer .row:nth-child(1) .col:nth-child(3) li {
    flex-basis: 33.32%;
  }
}
footer .row:nth-child(1) .col:nth-child(3) li img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
footer .row:nth-child(1) .col .footnote {
  font-size: 0.8rem;
}
footer .row:nth-child(2) {
  font-size: 0.8rem;
  background-color: #f5f4f1;
}
footer .row:nth-child(2) .wrapper {
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #909090;
}
@media only screen and (max-width: 767px) {
  footer .row:nth-child(2) .col {
    flex-basis: 99.96%;
    text-align: center;
  }
}
footer .row:nth-child(2) .col:not(:last-child) {
  margin-bottom: 30px;
}
footer .row:nth-child(2) a {
  color: inherit;
  text-decoration: none;
}
footer .row:nth-child(2) a:hover {
  text-decoration: underline;
}
footer .row:nth-child(2) .list-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .row:nth-child(2) .list-container {
    flex-direction: column;
    justify-content: center;
  }
}
footer .row:nth-child(2) .list-container li {
  padding-left: 15px;
  padding-right: 15px;
}
footer .row .wrapper {
  max-width: 1536px;
  margin: 0 auto;
}
footer .row .list {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .row .list {
    text-align: left;
  }
}
footer .row .list > *:not(:last-child) {
  margin-bottom: 15px;
}
footer .row .list:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  footer .row .list:not(:last-child) {
    margin-bottom: 0;
  }
}
footer .row .list a {
  font-size: 0.98rem;
  color: inherit;
  text-decoration: none;
}
footer .row .list a:hover {
  text-decoration: underline;
}
footer .row .footer-social-media {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 35px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  footer .row .footer-social-media {
    justify-content: flex-start;
  }
}
footer .row .footer-social-media .social-media-icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 8px;
  background-color: #39383a;
  transition: opacity 0.2s ease-in-out;
}
footer .row .footer-social-media .social-media-icon:hover {
  opacity: 0.6;
}
footer .row .footer-social-media .social-media-icon img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
footer .section-footer > * {
  font-size: 13px;
  line-height: 1.2;
}
footer .section-footer .row > * {
  --gutter-y: 30px;
}
@media (min-width: 1024px) {
  footer .section-footer .row > * {
    --gutter-y: 0;
  }
}
footer .section-footer .footer-copyright-wrapper {
  text-align: center;
}
@media (min-width: 1024px) {
  footer .section-footer .footer-copyright-wrapper {
    text-align: right;
  }
}
footer .section-footer .footer-copyright-wrapper .entry-row:not(:last-child) {
  margin-bottom: 15px;
}
footer
  .section-footer
  .footer-copyright-wrapper
  .entry-row
  > *:not(:last-child) {
  margin-bottom: 10px;
}
footer .section-footer ul {
  margin: 0 !important;
}
footer .section-footer ul li {
  padding: 0 !important;
}
footer .section-footer ul li::after {
  display: none;
}
footer .section-footer a {
  text-decoration: none;
  color: #5b5a5a !important;
  transition: all 0.3s;
}
footer .section-footer a:hover {
  opacity: 0.7;
}
footer .section-footer .social-media-links {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  footer .section-footer .social-media-links {
    justify-content: flex-end;
  }
}
footer .section-footer .footer-menu {
  text-align: center;
}
@media (min-width: 1024px) {
  footer .section-footer .footer-menu {
    text-align: left;
    column-count: 2;
  }
}
footer .section-footer .footer-menu .menu-item a {
  padding: 7px 10px;
}
footer .section-footer .footer-menu .menu-item a {
  display: block;
  color: #5b5a5a;
}
footer .section-footer .social-media-links li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
footer .section-footer .social-media-links li:not(:last-child) {
  margin-right: 15px;
}
footer .section-footer-logo ul.footer-logo-list {
  margin: 0;
}
footer .section-footer-logo li.logo-item-wrapper {
  padding: 0;
}
footer .section-footer-logo li.logo-item-wrapper::after {
  display: none;
}
footer .section-footer-logo .footer-logo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .section-footer-logo .footer-logo-list .logo-item-wrapper img {
  height: 75px;
  width: auto;
  padding: 8px;
  object-fit: contain;
}
.section-hero-banner {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .section-hero-banner {
    padding-bottom: 100px;
  }
}
.section-hero-banner.is-archive {
  display: none;
}
.section-hero-banner.hide-hero-banner {
  display: none;
}
.section-hero-banner::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(https://brighten.com.au/wp-content/uploads/2020/10/internal-banner-bg2.jpg);
  background-position: right 0 top 127px;
  background-repeat: no-repeat;
  content: "";
}
.section-hero-banner.has-bg-img {
  position: relative;
  background-position: 80% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .section-hero-banner.has-bg-img {
    background-position: center;
    background-size: cover;
  }
}
.section-hero-banner.has-bg-img::after {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(https://brighten.com.au/wp-content/uploads/2020/10/green-section-img2.png);
  background-repeat: no-repeat;
  content: "";
}
.section-hero-banner.has-bg-img .entry-body {
  padding-bottom: 50px;
}
.section-hero-banner.has-bg-img .entry-body > * {
  color: #fff;
}
.section-hero-banner.has-bg-img.hero-banner-large::after {
  background-position: right -200px center;
}
.section-hero-banner.has-bg-img.hero-banner-small::after {
  background-position: right -40px bottom -160px;
}
.section-hero-banner.hero-banner-large {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .section-hero-banner.hero-banner-large {
    height: calc(100vh - 10%);
    min-height: 400px;
  }
}
.section-hero-banner.hero-banner-large .scroll-box {
  display: block;
}
.section-hero-banner.hero-banner-small {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .section-hero-banner.hero-banner-small {
    min-height: 300px;
  }
}
.section-hero-banner.no-padding-bottom {
  padding-bottom: 0;
}
.section-hero-banner .container {
  height: 100%;
  position: relative;
  z-index: 111;
}
.section-hero-banner .entry-body {
  width: 100%;
  height: auto;
}
.section-hero-banner .scroll-box {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  position: relative;
  z-index: 111;
}
@media only screen and (min-width: 992px) {
  .section-hero-banner .scroll-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.section-hero-banner .scroll-box p {
  margin-bottom: 0;
}
.section-hero-banner .hero-banner-rate .rate-item {
  --border: 1px solid #87b348;
}
.section-hero-banner .hero-banner-rate .rate-item:not(:last-child) {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .section-hero-banner .hero-banner-rate .rate-item:not(:last-child) {
    padding-right: 15px;
    padding-bottom: 0;
    margin-right: 15px;
    border-right: var(--border);
    border-bottom: none;
  }
}
.section-hero-banner .hero-banner-rate p {
  display: none;
}
.section-hero-banner .hero-banner-rate .rate-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-hero-banner .hero-banner-rate .rate {
  font-size: 4.5rem;
  font-weight: 600;
  margin-right: 10px;
}
.section-hero-banner .hero-banner-rate .rate > * {
  line-height: 1;
}
.section-hero-banner .hero-banner-rate .rate-suffix::before {
  width: 100%;
  display: block;
  font-size: 2.5rem;
  content: attr(data-rate-sign);
}
.section-hero-banner .hero-banner-rate .rate-suffix span {
  font-weight: 600;
}
.section-hero-banner .hero-banner-rate .rate-desc {
  margin-top: 5px;
  font-size: 12px;
}
.login .section-hero-banner {
  display: none;
}
.content-side-by-side {
  padding: 100px 30px;
}
@media only screen and (min-width: 992px) {
  .content-side-by-side .row:nth-of-type(even) .text-container {
    order: 1;
  }
}
.content-side-by-side .row:not(:last-child) {
  margin-bottom: 100px;
}
.content-side-by-side .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.content-side-by-side .text-container {
  flex-basis: 99.96%;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .content-side-by-side .text-container {
    flex-basis: 41.65%;
    order: unset;
  }
}
.content-side-by-side .img-container {
  flex-basis: 99.96%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .content-side-by-side .img-container {
    flex-basis: 49.98%;
    margin-bottom: 0;
  }
}
.content-side-by-side .img-container img {
  width: 100%;
}
.cta-banner-section {
  padding: 100px 30px;
  background-position: right -40px bottom -160px;
  background-repeat: no-repeat;
}
.cta-banner-section > *:not(:last-child) {
  margin-bottom: 50px;
}
.cta-banner-section .content {
  padding: 0;
}
.cta-banner-section .text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.cta-banner-section .text-container > * {
  margin: 0;
}
.cta-banner-section .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta-banner-section .button-container > * {
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .cta-banner-section .button-container {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}
.parent-pageid-13433 .cta-banner-section .row:first-child {
  display: none;
}
.parent-pageid-13433 .cta-banner-section .row .button-container .column a {
  min-width: 370px;
}
@media (max-width: 854px) {
  .parent-pageid-13433 .cta-banner-section .row .button-container .column a {
    min-width: 100%;
  }
}
@media (max-width: 854px) {
  .parent-pageid-13433 .cta-banner-section .row .button-container .column {
    width: 100%;
  }
}
@media (max-width: 854px) {
  .parent-pageid-13433 .cta-banner-section .row .button-container {
    flex-direction: column;
  }
}
.plant-a-tree-banner-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.plant-a-tree-banner-section h2 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.plant-a-tree-banner-section h2::after {
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #87b348;
  transform: translateX(-50%);
  content: "";
}
.section-loan-type-tables
  .table-row-body:nth-child(3)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(3)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #5c7c37, #87b348);
}
.section-loan-type-tables
  .table-row-body:nth-child(4)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(4)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #294d61, #54818f);
}
.section-loan-type-tables
  .table-row-body:nth-child(5)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(5)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #a3978d, #e0d8ce);
}
.section-loan-type-tables
  .table-row-body:nth-child(6)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(6)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #87b348, #c5e88e);
}
.section-loan-type-tables
  .table-row-body:nth-child(7)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(7)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #5e7765, #aabcb0);
}
.section-loan-type-tables
  .table-row-body:nth-child(8)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(8)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #682e52, #a55189);
}
.section-loan-type-tables
  .table-row-body:nth-child(9)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(9)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #6d7a37, #a3b537);
}
.section-loan-type-tables
  .table-row-body:nth-child(10)
  .table-row-body-wrapper::before,
.section-loan-type-tables
  .table-row-body:nth-child(10)
  .table-row-body-wrapper::after {
  background: linear-gradient(to bottom, #295f60, #2d9696);
}
.section-loan-type-tables .section-heading {
  display: block;
  text-align: center;
}
.section-loan-type-tables .table-row-header-wrapper,
.section-loan-type-tables .table-row-body-wrapper {
  width: 98%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-header-wrapper,
  .section-loan-type-tables .table-row-body-wrapper {
    grid-template-columns: 20% 20% 30% 1fr 1fr;
  }
}
.section-loan-type-tables .table-row-header-wrapper {
  display: none;
  background-color: #87b348;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-header-wrapper {
    display: grid;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.section-loan-type-tables .table-row-header-wrapper .col-label {
  padding: 15px 25px;
  color: #fff;
}
.section-loan-type-tables
  .table-row-header-wrapper
  .col-label:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}
.section-loan-type-tables .table-row-header-wrapper .col-label h5 {
  margin: 0;
  font-weight: 500;
}
.section-loan-type-tables .table-row-body {
  width: 100%;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body:hover {
    z-index: 1;
    box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.21);
  }
}
.section-loan-type-tables .table-row-body:hover::before,
.section-loan-type-tables .table-row-body:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables
    .table-row-body:hover
    .table-row-body-wrapper::before {
    transform: translateX(0);
    transition-delay: 0.3s;
  }
  .section-loan-type-tables
    .table-row-body:hover
    .table-row-body-wrapper::after {
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.63, 0.03, 0.53, 0.53);
  }
  .section-loan-type-tables
    .table-row-body:hover
    .table-row-body-wrapper
    .col-stubhead
    h4 {
    top: 0;
    transform: translateY(0);
  }
  .section-loan-type-tables
    .table-row-body:hover
    .table-row-body-wrapper
    .col-stubhead
    .cta-btn {
    opacity: 1;
  }
}
.section-loan-type-tables .table-row-body::before,
.section-loan-type-tables .table-row-body::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body::before,
  .section-loan-type-tables .table-row-body::after {
    display: block;
    width: 1%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    content: "";
  }
}
.section-loan-type-tables .table-row-body::before {
  left: 0;
  background-color: #ededed;
}
.section-loan-type-tables .table-row-body::after {
  right: 0;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body:last-child .table-row-body-wrapper {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
}
.section-loan-type-tables .table-row-body:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body:not(:last-child) {
    margin-bottom: 0;
  }
}
.section-loan-type-tables
  .table-row-body:not(:last-child)
  .table-row-body-wrapper {
  border-bottom: unset;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables
    .table-row-body:not(:last-child)
    .table-row-body-wrapper {
    border-bottom: 1px solid #e0e0e0;
  }
}
.section-loan-type-tables .table-row-body-wrapper {
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper {
    border-radius: unset;
  }
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper:nth-child(even) {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper:nth-child(odd) {
    background-color: #fff;
  }
}
.section-loan-type-tables .table-row-body-wrapper::before,
.section-loan-type-tables .table-row-body-wrapper::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper::before,
  .section-loan-type-tables .table-row-body-wrapper::after {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
  }
}
.section-loan-type-tables .table-row-body-wrapper::before {
  width: 1%;
  left: -1px;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
}
.section-loan-type-tables .table-row-body-wrapper::after {
  width: 100%;
  left: 0;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  transition: 0s;
}
.section-loan-type-tables .table-row-body-wrapper .col-stubhead {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #87b348;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper .col-stubhead {
    background-color: #ededed;
    border-radius: unset;
  }
}
.section-loan-type-tables .table-row-body-wrapper .col-stubhead h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.5s;
  color: #fff;
  word-break: keep-all;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper .col-stubhead h4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #5b5a5a;
  }
}
.section-loan-type-tables .table-row-body-wrapper .col-stubhead .cta-btn {
  display: none;
  width: fit-content;
  font-size: 0.9rem;
  font-weight: 500;
  color: #646464;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.35s ease-in-out;
  transition-delay: 0.5s;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper .col-stubhead .cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
}
.section-loan-type-tables
  .table-row-body-wrapper
  .col-stubhead
  .cta-btn::after {
  height: 7px;
  width: 7px;
  margin-left: 5px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  transform: rotate(45deg);
  content: "";
}
.section-loan-type-tables .table-row-body-wrapper .col-content {
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper .col-content {
    border-left: 1px solid #e0e0e0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.section-loan-type-tables .table-row-body-wrapper .col-content::before {
  padding: 15px;
  display: block;
  font-family: Rockwellnova, sans-serif;
  background-color: #ededed;
  content: attr(data-label);
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .table-row-body-wrapper .col-content::before {
    display: none;
  }
}
.section-loan-type-tables .table-row-body-wrapper .col-content ul {
  margin: 15px;
}
.section-loan-type-tables .table-row-body-wrapper .col-content ul li {
  padding: 0;
  padding-left: 25px;
  position: relative;
}
.section-loan-type-tables .table-row-body-wrapper .col-content ul li::before {
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #87b348;
  transition: all 0.2s ease-in-out;
  content: "✓";
}
.section-loan-type-tables .table-row-body-wrapper .col-content ul li::after {
  content: none;
}
.section-loan-type-tables .row-footer {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .section-loan-type-tables .row-footer {
    display: none;
  }
}
.section-loan-type-tables .row-footer .cta-btn {
  width: 100%;
  margin-top: 30px;
}
.section-loan-type-tables .entry-footer {
  margin-top: 60px;
  text-align: center;
}
.section-loan-type-tables .entry-footer > *:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-loan-type-tables .entry-footer > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.section-loan-type-tables .entry-footer .cta:nth-child(2) {
  background-color: #294d61;
  box-shadow: inset 0px 0px 0px 2px #294d61;
}
.section-loan-type-tables .entry-footer .cta:nth-child(2):hover {
  color: #294d61;
}
.team-headshots-section .content > *:not(:last-child) {
  margin-bottom: 80px;
}
.team-headshots-section .section-heading {
  text-align: center;
}
.team-headshots-section .row-footer {
  text-align: center;
}
.team-headshots-section .card-container.three-cols,
.team-headshots-section .card-container.four-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.team-headshots-section .card-container.three-cols .card {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 768px) {
  .team-headshots-section .card-container.three-cols .card {
    flex-basis: 49.98%;
  }
}
@media only screen and (min-width: 992px) {
  .team-headshots-section .card-container.three-cols .card {
    flex-basis: 33.32%;
  }
}
.team-headshots-section .card-container.four-cols .card {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 768px) {
  .team-headshots-section .card-container.four-cols .card {
    flex-basis: 49.98%;
  }
}
@media only screen and (min-width: 992px) {
  .team-headshots-section .card-container.four-cols .card {
    flex-basis: 24.99%;
  }
}
.team-headshots-section .card-container .card {
  padding: 15px;
}
.team-headshots-section .card-container .card .card-wrapper {
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 8px 8px 35px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.team-headshots-section .card-container .card .card-wrapper:hover {
  transform: scale(1.05);
}
.team-headshots-section .card-container .card .entry-heading {
  margin-bottom: 30px;
}
.team-headshots-section .card-container .card .entry-heading img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.team-headshots-section .card-container .card .entry-body h5 {
  margin: 0;
}
.team-headshots-section .card-container .card .entry-body p {
  margin: 0;
}
.team-headshots-section .card-container .card .entry-body .sub-header {
  font-size: 15px;
  color: #9097a0;
}
.team-headshots-section .card-container .team-headshot-modal .modal-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section .card-container .team-headshot-modal .modal-body {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .team-headshots-section .card-container .team-headshot-modal .modal-body {
    text-align: left;
  }
}
.team-headshots-section .card-container .team-headshot-modal .col {
  flex-basis: 99.96%;
}
.team-headshots-section .card-container .team-headshot-modal .col:nth-child(1) {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .col:nth-child(1) {
    flex-basis: 24.99%;
    margin-bottom: 0;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .col:nth-child(1)
  img {
  height: auto;
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .col:nth-child(2) {
    flex-basis: 74.97%;
    padding: 30px;
  }
}
.team-headshots-section .card-container .team-headshot-modal .entry-heading {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section .card-container .team-headshot-modal .entry-heading {
    flex-wrap: nowrap;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .entry-col {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 768px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .entry-col {
    flex-basis: auto;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .entry-col:nth-child(1) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .entry-col:nth-child(1) {
    margin-bottom: 0;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .entry-col:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .entry-col:nth-child(2) {
    justify-content: flex-end;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .entry-col:nth-child(2)
  img {
  height: 70px;
  width: auto;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .title-wrapper
  h5 {
  margin: 0;
  margin-right: 30px;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .title-wrapper
  img {
  height: 27px;
  width: 27px;
  vertical-align: top;
  opacity: 0.6;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .title-wrapper
  a {
  transition: opacity 0.2s ease-in-out;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .title-wrapper
  a:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .title-wrapper {
    flex-direction: column;
  }
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .title-wrapper
    h5 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .title-wrapper {
    justify-content: unset;
  }
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .sub-title-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-heading
  .sub-title-wrapper
  a {
  color: inherit;
}
@media only screen and (min-width: 1200px) {
  .team-headshots-section
    .card-container
    .team-headshot-modal
    .entry-heading
    .sub-title-wrapper
    div:nth-child(2)
    span:not(:last-child)::after {
    margin: 0 15px;
    content: "|";
  }
}
.team-headshots-section .card-container .team-headshot-modal .entry-body {
  font-size: 0.9rem;
}
.team-headshots-section
  .card-container
  .team-headshot-modal
  .entry-body
  p:last-child {
  margin-bottom: 0;
}
.download-broker-info-pack-section .content {
  display: flex;
  align-items: center;
}
.download-broker-info-pack-section .img-container {
  padding: 30px;
  flex-basis: 99.96%;
}
@media only screen and (max-width: 767px) {
  .download-broker-info-pack-section .img-container {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .download-broker-info-pack-section .img-container {
    flex-basis: 49.98%;
  }
}
.download-broker-info-pack-section .img-container img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.download-broker-info-pack-section .text-container {
  flex-basis: 99.96%;
}
.download-broker-info-pack-section .text-container h6 {
  color: #87b348;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-family: "Opensans";
  text-transform: uppercase;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .download-broker-info-pack-section .text-container .cta {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .download-broker-info-pack-section .text-container {
    padding: 30px;
    flex-basis: 49.98%;
  }
}
.broker-info-pack-download-button-modal + .modal {
  text-align: center;
}
.broker-info-pack-download-button-modal + .modal h4 {
  font-family: Opensans, sans-serif;
  font-weight: 700;
}
.section-logo-gallery .section-heading {
  text-align: center;
}
.section-logo-gallery .grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
}
.section-logo-gallery .grid-container .grid-item {
  padding: 10px;
  text-align: center;
  flex-basis: 49.98%;
}
@media only screen and (min-width: 768px) {
  .section-logo-gallery .grid-container .grid-item {
    flex-basis: 33.32%;
  }
}
@media only screen and (min-width: 1200px) {
  .section-logo-gallery .grid-container .grid-item {
    flex-basis: unset;
  }
}
.section-logo-gallery .grid-container .grid-item img {
  height: 75px;
  width: auto;
  object-fit: contain;
  object-position: center;
}
.section-non-res-landing-mortgage-expert .section-heading {
  text-align: center;
}
.section-non-res-landing-mortgage-expert .section-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-non-res-landing-mortgage-expert .section-content .col:nth-child(1) {
  margin-bottom: 30px;
  text-align: center;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 1200px) {
  .section-non-res-landing-mortgage-expert .section-content .col:nth-child(1) {
    flex-basis: 24.99%;
    margin-bottom: 0;
  }
}
.section-non-res-landing-mortgage-expert
  .section-content
  .col:nth-child(1)
  img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.section-non-res-landing-mortgage-expert .section-content .col:nth-child(2) {
  text-align: center;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 1200px) {
  .section-non-res-landing-mortgage-expert .section-content .col:nth-child(2) {
    flex-basis: 74.97%;
    text-align: left;
  }
}
.section-non-res-landing-mortgage-expert
  .section-content
  .col:nth-child(2)
  > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-non-res-landing-mortgage-expert .section-content .col:nth-child(2) h5 {
  font-weight: 500;
  margin: 0;
}
.section-non-res-landing-mortgage-expert
  .section-content
  .col:nth-child(2)
  span {
  font-size: 15px;
  color: #9097a0;
}
.section-non-res-landing-form .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.section-non-res-landing-form .content .col {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .section-non-res-landing-form .content .col {
    flex-basis: 45.815%;
  }
}
.section-non-res-landing-form .content .col:nth-child(1) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .section-non-res-landing-form .content .col:nth-child(1) {
    margin-bottom: 0;
  }
}
.section-non-res-landing-form .content .col:nth-child(1) > *:not(:last-child) {
  margin: 0;
  margin-bottom: 30px;
}
.section-non-res-landing-form .content .col:nth-child(1) .line {
  width: 100%;
  height: 2px;
  background-color: #87b348;
}
.section-non-res-landing-form
  .content
  .col:nth-child(1)
  .list-container
  .list-item {
  display: flex;
}
.section-non-res-landing-form
  .content
  .col:nth-child(1)
  .list-container
  .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.section-non-res-landing-form
  .content
  .col:nth-child(1)
  .list-container
  .list-item
  a {
  text-decoration: none;
  color: inherit;
}
.section-non-res-landing-form .content .col:nth-child(1) .list-container .icon {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  border: 1px solid #87b348;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-non-res-landing-form
  .content
  .col:nth-child(1)
  .list-container
  .icon
  img {
  height: 17px;
  width: 17px;
  object-fit: contain;
  object-position: center;
}
.section-non-res-landing-form .content .col:nth-child(2) .form-wrapper {
  padding: 30px;
  border-radius: 12px;
  background-color: #f5f4f1;
}
.section-non-res-landing-form
  .content
  .col:nth-child(2)
  .form-wrapper
  textarea {
  height: 150px;
}
.section-tmd-download-list .list-item {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.section-tmd-download-list .list-item:not(:last-child) {
  margin-bottom: 30px;
}
.section-tmd-download-list .list-item:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .section-tmd-download-list .list-item h4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .section-tmd-download-list .list-item h4 {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .section-tmd-download-list .list-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-loan-product-table .section-heading {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-loan-product-table .loan-product-table {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
  }
}
.section-loan-product-table .table-row {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section-loan-product-table .table-row {
    margin-bottom: 0;
    border: unset;
    border-radius: 0;
    grid-template-columns: 1fr 75%;
  }
  .section-loan-product-table .table-row:nth-child(even) {
    background-color: #fbf9f7;
  }
  .section-loan-product-table .table-row:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
}
.section-loan-product-table .table-row > * {
  padding: 10px 20px;
}
.section-loan-product-table .table-col-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #87b348;
}
.section-loan-product-table .table-col-header h5 {
  margin: 0;
  line-height: 25px;
}
.section-loan-product-table .table-col-header span {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
}
.section-loan-product-table .table-col-header > *:not(:last-child) {
  margin-bottom: 10px;
}
.section-loan-product-table .table-col-body {
  display: flex;
  flex-wrap: wrap;
}
.section-loan-product-table .table-col-body > *:not(:last-child) {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-loan-product-table .table-col-body {
    flex-wrap: nowrap;
  }
  .section-loan-product-table .table-col-body > *:not(:last-child) {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.section-loan-product-table .table-col-body .col-item {
  min-width: 33.33%;
  display: flex;
  align-items: center;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .section-loan-product-table .table-col-body .col-item {
    flex-basis: auto;
  }
}
.section-loan-product-table .table-col-body .col-item.no-icon .text-wrapper {
  padding-left: 30px;
}
.section-loan-product-table
  .table-col-body
  .col-item.no-icon
  .text-wrapper::before {
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("https://brighten.com.au/wp-content/themes/BHLtheme/images/check-round-icon2x.png");
  background-repeat: no-repeat;
  background-size: 18px;
  content: "";
}
.section-loan-product-table .table-col-body .col-item img {
  height: 35px;
  width: auto;
  margin-right: 15px;
  object-fit: contain;
}
.section-loan-product-table .table-col-body .text-wrapper {
  position: relative;
}
.section-loan-product-table .table-col-body .text-wrapper p {
  margin: 0;
}
.section-loan-app-doc-checklist .section-heading {
  text-align: center;
}
.section-loan-app-doc-checklist .accordion-item {
  border-radius: 15px;
  background-color: #fafaf8;
  transition: background 0.2s ease-in-out;
}
.section-loan-app-doc-checklist .accordion-item:hover {
  background-color: #fff;
}
.section-loan-app-doc-checklist .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}
.section-loan-app-doc-checklist .accordion-item.expanded {
  background-color: #fff;
}
.section-loan-app-doc-checklist
  .accordion-item.expanded
  .accordion-btn
  .plus-icon::after {
  opacity: 0;
}
.section-loan-app-doc-checklist .accordion-item.expanded .accordion-content {
  height: auto;
}
.section-loan-app-doc-checklist .accordion-btn {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.section-loan-app-doc-checklist .accordion-btn-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-loan-app-doc-checklist .accordion-btn .img-container {
  margin-right: 15px;
}
.section-loan-app-doc-checklist .accordion-btn .img-container img {
  height: auto;
  width: 90px;
  object-fit: contain;
}
.section-loan-app-doc-checklist .accordion-btn .title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section-loan-app-doc-checklist .accordion-btn .title-container h5 {
  margin-right: 15px;
  display: flex;
  align-items: center;
  color: #88b348;
}
@media only screen and (min-width: 768px) {
  .section-loan-app-doc-checklist .accordion-btn .title-container h5::after {
    height: 26px;
    width: 2px;
    margin-left: 15px;
    background-color: #88b348;
    content: "";
  }
}
.section-loan-app-doc-checklist .accordion-btn .plus-icon {
  height: 35px;
  width: 35px;
  margin-left: 15px;
  position: relative;
  justify-self: flex-end;
}
.section-loan-app-doc-checklist .accordion-btn .plus-icon::before,
.section-loan-app-doc-checklist .accordion-btn .plus-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #88b348;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  transition: opacity 0.2s ease-in-out;
}
.section-loan-app-doc-checklist .accordion-btn .plus-icon::before {
  height: 2px;
  width: 25px;
}
.section-loan-app-doc-checklist .accordion-btn .plus-icon::after {
  height: 25px;
  width: 2px;
}
.section-loan-app-doc-checklist .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.section-loan-app-doc-checklist .accordion-content-wrapper {
  padding: 0 30px;
  position: relative;
}
.section-loan-app-doc-checklist .loan-app-document-checklist {
  padding: 30px 0;
  border-top: 1px solid #d6d6d6;
}
@media only screen and (min-width: 992px) {
  .section-loan-app-doc-checklist .loan-app-document-checklist {
    column-count: 2;
    column-gap: 60px;
  }
}
.section-loan-app-doc-checklist .loan-app-document-checklist .item {
  padding-top: 15px;
  padding-bottom: 15px;
  break-inside: avoid;
}
.section-loan-app-doc-checklist .loan-app-document-checklist .item > * {
  margin: 0;
  margin-bottom: 30px;
  color: #848484;
}
.section-loan-app-doc-checklist .loan-app-document-checklist .item strong {
  color: #423832;
}
.section-loan-app-doc-checklist .loan-app-document-checklist .item li {
  padding: 0;
  padding-left: 30px;
  background-image: url("https://brighten.com.au/wp-content/themes/BHLtheme/images/check-icon2x.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 15px;
}
.section-loan-app-doc-checklist
  .loan-app-document-checklist
  .item
  li:not(:last-child) {
  margin-bottom: 5px;
}
.section-loan-app-doc-checklist .loan-app-document-checklist .item li::after {
  content: none;
}
.section-loan-app-doc-checklist .section-footer {
  margin-top: 60px;
  text-align: center;
}
.section-loan-app-doc-checklist .section-footer > *:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-loan-app-doc-checklist .section-footer > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.section-loan-app-doc-checklist .section-footer .cta:nth-child(2) {
  background-color: #294d61;
  box-shadow: inset 0px 0px 0px 2px #294d61;
}
.section-loan-app-doc-checklist .section-footer .cta:nth-child(2):hover {
  color: #294d61;
}
.slider-section {
  background-image: none !important;
  background-color: #294d61;
}
.slider-section h2 {
  margin-bottom: 50px;
}
.slider-section .section-header {
  color: #fff;
  text-align: center;
}
.slider-section .carousel-container {
  position: relative;
}
.slider-section .testimonials-carousel {
  padding: 0 30px;
}
.slider-section .testimonials-carousel p {
  line-height: 22px;
}
.slider-section .testimonials-carousel .t-slide {
  font-size: 16px;
}
.slider-section .testimonials-carousel .a-name {
  font-size: 16px;
}
.slider-section .slick-track {
  display: flex !important;
}
.slider-section .slick-slide {
  height: inherit !important;
}
.slider-section .slide-item-wrapper {
  margin: 15px;
}
.slider-section .slide-item {
  height: 100%;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.95);
}
.slider-section .slide-item > *:not(:last-child) {
  margin-bottom: 30px;
}
.slider-section .slide-item p {
  margin: 0;
}
.slider-section .slide-item .entry-footer {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
  margin-top: auto;
}
.slider-section .slide-item .entry-footer .image-container {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: tomato;
  overflow: hidden;
}
.slider-section .slide-item .entry-footer .image-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.slider-section .slide-item .entry-footer .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-section .slide-item .entry-footer .text-container > * {
  display: block;
}
.slider-section .slide-item .entry-footer .text-container span {
  line-height: 1.3;
}
.slider-section .carousel-controls {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.modal {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.show {
  display: flex;
}
.modal .modal-content {
  height: auto;
  max-height: 90%;
  min-height: 500px;
  width: 90%;
  padding: 30px;
  background-color: #fff;
  overflow-y: scroll;
}
.modal .modal-content ::-webkit-scrollbar {
  width: 10px;
}
.modal .modal-content ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal .modal-content ::-webkit-scrollbar-thumb {
  background: #888;
}
.modal .modal-content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width: 767px) {
  .modal .modal-content {
    overflow-y: scroll;
    margin: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-content {
    height: auto;
    min-width: 30%;
    max-width: 80%;
    width: auto;
  }
}
.modal .modal-content .modal-header {
  position: relative;
}
.modal .close-modal {
  height: 40px;
  width: 40px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.modal .close-modal::before,
.modal .close-modal::after {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #222;
  content: "";
}
.modal .close-modal::before {
  transform: translateY(-50%) rotate(45deg);
}
.modal .close-modal::after {
  transform: translateY(-50%) rotate(-45deg);
}
.modal .close-modal:hover {
  opacity: 0.6;
}
.modal.disclaimer {
  z-index: 999999999999;
}
.modal.disclaimer .modal-content-wrapper {
  width: 100%;
  margin-top: auto;
}
.modal.disclaimer .modal-content-wrapper .row {
  height: auto;
  min-height: 190px;
}
.modal.disclaimer .modal-content-wrapper .row > *:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .modal.disclaimer .modal-content-wrapper .row > *:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal.disclaimer .modal-content-wrapper p:last-child {
  margin-bottom: 0;
}
.modal.disclaimer .modal-content-wrapper .btn {
  cursor: pointer;
}
.section-jumbotron.fixed-width.bg-green {
  color: #fff;
}
.section-jumbotron.fixed-width.bg-green .content-wrapper {
  background: rgba(0, 0, 0, 0);
  background-color: #87b348;
}
.section-jumbotron.full-width.bg-green {
  color: #fff;
  background-color: #87b348;
}
.section-jumbotron.fixed-width.bg-blue {
  color: #fff;
}
.section-jumbotron.fixed-width.bg-blue .content-wrapper {
  background: rgba(0, 0, 0, 0);
  background-color: #294d61;
}
.section-jumbotron.full-width.bg-blue {
  color: #fff;
  background-color: #294d61;
}
.section-jumbotron.fixed-width.bg-green-gradient,
.section-jumbotron.fixed-width {
  color: #fff;
}
.section-jumbotron.fixed-width.bg-green-gradient .content-wrapper,
.section-jumbotron.fixed-width .content-wrapper {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #5a7662, #a4b9aa);
}
.section-jumbotron.full-width.bg-green-gradient,
.section-jumbotron.full-width.fixed-width {
  color: #fff;
  background: linear-gradient(to right, #5a7662, #a4b9aa);
}
.section-jumbotron.fixed-width.bg-blue-gradient {
  color: #fff;
}
.section-jumbotron.fixed-width.bg-blue-gradient .content-wrapper {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #294d61, #294d61);
}
.section-jumbotron.full-width.bg-blue-gradient {
  color: #fff;
  background: linear-gradient(to right, #294d61, #294d61);
}
.section-jumbotron .content {
  height: auto;
}
.section-jumbotron .button-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-jumbotron .button-wrapper > * {
  margin-bottom: 15px;
  margin-right: 15px;
}
.section-jumbotron .button-wrapper a {
  color: #fff !important;
}
.section-jumbotron .button-wrapper a:hover {
  border-color: #fff;
}
@media (max-width: 768px) {
  .section-jumbotron .button-wrapper a {
    min-width: 100%;
  }
}
.section-jumbotron.fixed-width .content-wrapper {
  min-height: 230px;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .section-jumbotron.fixed-width .content-wrapper {
    display: flex;
  }
}
.section-jumbotron.fixed-width .content-wrapper .text-wrapper {
  width: 100%;
  position: relative;
  z-index: 11;
}
.section-jumbotron.fixed-width .content-wrapper .text-wrapper > * {
  width: 100%;
}
@media (min-width: 768px) {
  .section-jumbotron.fixed-width .content-wrapper .text-wrapper > * {
    width: 60%;
  }
}
.section-jumbotron.fixed-width .content-wrapper .text-wrapper .button-wrapper {
  width: 100%;
}
.section-jumbotron.fixed-width .content-wrapper::before {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .section-jumbotron.fixed-width .content-wrapper::before {
    height: 100%;
    width: 40%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-position: left center;
    background-size: auto 100%;
  }
}
@media (min-width: 1024px) {
  .section-jumbotron.fixed-width .content-wrapper::before {
    background-size: cover;
  }
}
.section-jumbotron.full-width {
  position: relative;
  background: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.section-jumbotron.full-width .button-wrapper {
  justify-content: center;
}
.section-jumbotron.full-width.has-bg-image {
  color: #fff;
}
.section-jumbotron.full-width::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.section-jumbotron.full-width .content {
  min-height: 230px;
  position: relative;
  z-index: 11;
}
.section-jumbotron-horizontal {
  background-color: #87b348;
  background-image: url(https://brighten.com.au/wp-content/uploads/2020/10/green-section-img2.png);
  background-position: right -40px bottom -210px;
  background-repeat: no-repeat;
  color: #fff;
}
.section-jumbotron-horizontal .col > * {
  margin-bottom: 0;
}
.section-jumbotron-horizontal .col > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-footer-jumbotron {
  background-color: #87b348;
  background-image: url(https://brighten.com.au/wp-content/uploads/2020/10/green-section-img2.png);
  background-position: right -40px bottom -230px;
  background-repeat: no-repeat;
}
.section-footer-jumbotron .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .section-footer-jumbotron .content {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .section-footer-jumbotron .content .col-lg-8 {
    width: 66.6666666667%;
  }
  .section-footer-jumbotron .content .col-12 {
    width: unset;
  }
}
.section-footer-jumbotron .content .col h2 {
  margin: 0;
}
.section-footer-jumbotron .content .col p {
  margin: 0;
}
.section-footer-jumbotron .content .col:first-child {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-footer-jumbotron .content .col:first-child {
    text-align: inherit;
    margin-bottom: 0;
  }
}
.section-footer-jumbotron .content .col:first-child p {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-family: Rockwellnova, sans-serif;
  font-weight: 300;
}
.section-footer-jumbotron .content .col:first-child p a {
  font-weight: 700;
  color: #fff;
}
.section-footer-jumbotron .content .col:last-child {
  text-align: right;
}
.section-footer-jumbotron .content .col:last-child .cta-button {
  height: 100%;
  min-height: 80px;
  width: 100%;
  border: 2px solid #294d61;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #294d61;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}
.section-footer-jumbotron .content .col:last-child .cta-button:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .section-footer-jumbotron .content .col:last-child .cta-button {
    min-width: 100%;
  }
}
.section-video-content .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-video-content .col {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .section-video-content .col {
    padding: 30px;
    flex-basis: 49.98%;
  }
}
.section-video-content .col:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .section-video-content .col:not(:last-child) {
    margin-bottom: 0;
  }
}
.section-video-content .video-frame {
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .section-video-content .video-frame {
    height: 362px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-content .video-frame {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-video-content .video-frame {
    height: 375px;
  }
}
.section-video-content .video-frame iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .about-us .section-video-content .video-frame,
  .about-us-draft .section-video-content .video-frame {
    height: 475px;
  }
}
.about-us .section-video-content .logo-container,
.about-us-draft .section-video-content .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .about-us .section-video-content .logo-container,
  .about-us-draft .section-video-content .logo-container {
    justify-content: start;
  }
}
.about-us .section-video-content .logo-container img,
.about-us-draft .section-video-content .logo-container img {
  height: auto;
  width: 65px;
  margin: 10px;
}
@media only screen and (min-width: 768px) {
  .about-us .section-video-content .logo-container img,
  .about-us-draft .section-video-content .logo-container img {
    width: 100px;
  }
}
.brokers .section-video-content,
.broker-draft .section-video-content {
  text-align: center;
  overflow: hidden;
}
.brokers .section-video-content .content,
.broker-draft .section-video-content .content {
  position: relative;
}
.brokers .section-video-content .content h4,
.broker-draft .section-video-content .content h4 {
  font-size: 1.3rem;
}
.brokers .section-video-content .content h2,
.broker-draft .section-video-content .content h2 {
  font-size: 2.3rem;
}
.brokers .section-video-content .col:nth-child(2) > *:not(:last-child),
.broker-draft .section-video-content .col:nth-child(2) > *:not(:last-child) {
  margin-bottom: 30px;
}
.brokers .section-video-content .broker-info-booklet-img,
.broker-draft .section-video-content .broker-info-booklet-img {
  height: 270px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .brokers .section-video-content .broker-info-booklet-img,
  .broker-draft .section-video-content .broker-info-booklet-img {
    height: 450px;
    position: absolute;
    top: 80%;
    left: 68%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .brokers .section-video-content,
  .broker-draft .section-video-content {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .brokers .section-video-content h2,
  .broker-draft .section-video-content h2 {
    width: 70%;
  }
  .brokers .section-video-content h2:lang(zh),
  .broker-draft .section-video-content h2:lang(zh) {
    width: 50%;
  }
}
@media only screen and (min-width: 1800px) {
  .brokers .section-video-content,
  .broker-draft .section-video-content {
    background-position: 63vw 165%;
  }
}
.video-articles .videos-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.video-articles .videos-container .video-item {
  padding: 15px !important;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .video-articles .videos-container .video-item {
    flex-basis: 33.32%;
  }
}
.video-articles .videos-container .video-item::after {
  display: none;
}
.video-articles .videos-container .video-item iframe {
  width: 100%;
  height: 100%;
  min-height: 235px;
  border-radius: 13px;
}
.video-articles .videos-container .video-item a {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Rockwellnova, sans-serif;
  color: #5b5a5a;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}
.section-disclaimer .content {
  padding: 30px;
  font-size: 12px;
  color: #a9a9a9;
}
.section-disclaimer .content > * {
  line-height: 20px;
}
.section-disclaimer .content > *:last-child {
  margin-bottom: 0;
}
.section-product-banner.no-padding-top {
  padding-top: 0;
}
.section-product-banner .banner-wrapper {
  padding: 30px;
  border-radius: 15px;
  position: relative;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  background: linear-gradient(to top, #5a7662 0%, #5a7662 50%, #a4b9aa 90%);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section-product-banner .banner-wrapper {
    background: linear-gradient(to right, #5a7662 0%, #5a7662 50%, #a4b9aa 90%);
  }
}
.section-product-banner .banner-wrapper::before {
  height: 250px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("../../images/brighten_niche_list_product_guide_booklet.png");
  filter: drop-shadow(7px 10px 8px rgba(0, 0, 0, 0.1));
  content: "";
}
@media only screen and (min-width: 768px) {
  .section-product-banner .banner-wrapper::before {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 120% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .section-product-banner .banner-wrapper::before {
    background-position: 95% 35%;
    background-size: 35%;
  }
}
.section-product-banner .banner-wrapper > * {
  position: relative;
  z-index: 11;
}
.section-product-banner .banner-wrapper > *:not(:last-child) {
  margin-bottom: 30px;
}
.section-product-banner .banner-wrapper h1,
.section-product-banner .banner-wrapper h2,
.section-product-banner .banner-wrapper h3,
.section-product-banner .banner-wrapper h4 {
  font-family: Opensans, sans-serif;
  font-weight: 700;
}
.section-product-banner .banner-body {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-product-banner .banner-body {
    width: 60%;
    min-width: 300px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-product-banner .banner-body {
    width: 60%;
    min-width: 500px;
  }
}
.section-product-banner .banner-body > *:not(:last-child) {
  margin-bottom: 15px !important;
}
.section-product-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
}
.section-product-banner .cta-btn {
  min-height: 66px;
  width: 100%;
  min-width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  border-radius: 3px;
  background-color: #87b348;
  transition: all 500ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .section-product-banner .cta-btn {
    width: 300px;
  }
}
.section-product-banner .cta-btn:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section-product-banner .cta-btn:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.section-product-banner .cta-btn:nth-child(1):hover,
.section-product-banner .cta-btn:nth-child(2):hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.section-product-banner .cta-btn:nth-child(1) {
  background-color: #87b348;
  border: 2px solid #87b348;
}
.section-product-banner .cta-btn:nth-child(2) {
  background-color: #294d61;
  border: 2px solid #294d61;
}
.content-article-cta-banner {
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .content-article-cta-banner {
    justify-content: space-between;
  }
}
.content-article-cta-banner > *:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .content-article-cta-banner > *:not(:last-child) {
    margin-bottom: 0;
  }
}
.content-article-cta-banner .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Opensans, sans-serif;
  line-height: 1.3;
}
.content-article-cta-banner br {
  display: none;
}
.content-article-cta-banner p {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .content-article-cta-banner.article-form-cta-banner .content-body {
    width: 65%;
  }
}
.content-article-cta-banner.article-form-cta-banner
  .content-body
  > *:not(:last-child) {
  margin-bottom: 30px;
}
.content-article-cta-banner.article-form-cta-banner
  .content-body
  .entry-body
  > *:not(:last-child) {
  margin-bottom: 15px;
}
.content-article-cta-banner.article-form-cta-banner .content-body .modal {
  color: #5b5a5a;
}
.content-article-cta-banner.article-form-cta-banner
  .content-body
  .modal
  .modal-content {
  position: relative;
}
.content-article-cta-banner #gform_ajax_spinner_17.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  height: 30px !important;
  width: auto;
}
.content-article-cta-banner .col:nth-child(1) {
  margin-bottom: 30px;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 1200px) {
  .content-article-cta-banner .col:nth-child(1) {
    flex-basis: 66.64%;
    margin-bottom: 0;
  }
}
.content-article-cta-banner .col:nth-child(1) > *:not(:last-child) {
  margin-bottom: 15px;
}
.content-article-cta-banner .col:nth-child(1) h1 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(1) h2 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(1) h3 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(1) h4 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(1) h5 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(1) h6 {
  padding: 0;
  font-weight: 700;
  font-family: Opensans, sans-serif;
}
.content-article-cta-banner .col:nth-child(2) {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 1200px) {
  .content-article-cta-banner .col:nth-child(2) {
    flex-basis: 24.99%;
  }
}
.content-article-cta-banner .cta-btn,
.content-article-cta-banner .modal-btn {
  width: 100%;
  min-height: 66px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 3px;
  display: block;
  transition: all 500ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .content-article-cta-banner .cta-btn,
  .content-article-cta-banner .modal-btn {
    width: 300px;
    min-width: 300px;
  }
}
.content-article-cta-banner .cta-btn.cta-btn-blue,
.content-article-cta-banner .modal-btn.cta-btn-blue {
  border: 2px solid #294d61;
  background-color: #294d61;
}
.content-article-cta-banner .cta-btn.cta-btn-blue:hover,
.content-article-cta-banner .modal-btn.cta-btn-blue:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.content-article-cta-banner .cta-btn.cta-btn-green,
.content-article-cta-banner .modal-btn.cta-btn-green {
  border: 2px solid #87b348;
  background-color: #87b348;
}
.content-article-cta-banner .cta-btn.cta-btn-green:hover,
.content-article-cta-banner .modal-btn.cta-btn-green:hover {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.section-product-case-studies .content > *:not(:last-child) {
  margin-bottom: 30px;
}
.section-product-case-studies .section-heading {
  text-align: center;
}
.section-product-case-studies .section-heading > * {
  margin: 0;
}
.section-product-case-studies .card-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.section-product-case-studies .card-container .card {
  padding: 15px;
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .section-product-case-studies .card-container .card {
    flex-basis: 33.32%;
  }
}
.section-product-case-studies .card-container .card.one-column {
  flex-basis: 99.96%;
}
.section-product-case-studies .card-container .card.one-column .card-wrapper {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-product-case-studies .card-container .card.one-column .card-wrapper {
    flex-direction: row;
  }
}
.section-product-case-studies
  .card-container
  .card.one-column
  .card-wrapper
  > * {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 768px) {
  .section-product-case-studies
    .card-container
    .card.one-column
    .card-wrapper
    > * {
    flex-basis: 49.98%;
  }
}
.section-product-case-studies
  .card-container
  .card.one-column
  .card-wrapper
  img {
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section-product-case-studies
    .card-container
    .card.one-column
    .card-wrapper
    img {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .section-product-case-studies
    .card-container
    .card.one-column
    .card-wrapper
    .card-head {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .section-product-case-studies
    .card-container
    .card.one-column
    .card-wrapper
    .card-body {
    order: 1;
  }
}
.section-product-case-studies .card-container .card.two-columns {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .section-product-case-studies .card-container .card.two-columns {
    flex-basis: 49.98%;
  }
}
.section-product-case-studies .card-container .card-wrapper {
  height: 100%;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-product-case-studies .card-container .card-wrapper:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
.section-product-case-studies .card-container .card-wrapper img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.section-product-case-studies .card-container .card-wrapper .card-body {
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-product-case-studies .card-container .card-wrapper .card-body h3 {
  line-height: 35px;
  font-size: 20px;
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-head
  > *,
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-body
  > * {
  margin-bottom: 0;
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-head
  > *:not(:last-child),
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-body
  > *:not(:last-child) {
  margin-bottom: 15px;
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-head
  .category-tag {
  width: fit-content;
  display: flex;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #87b348;
  transform: skewX(-16deg) translate3d(0, 0, 0);
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-head
  .category-tag
  span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  transform: skewX(16deg);
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .entry-footer {
  margin-top: auto;
}
.section-product-case-studies
  .card-container
  .card-wrapper
  .card-body
  .cta-text {
  font-size: 16px;
  margin-top: 0;
  color: #87b348;
}
.section-product-case-studies .section-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section-product-case-studies .section-footer > *:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .section-product-case-studies .section-footer > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.section-product-case-studies .section-footer .cta:nth-child(2) {
  background-color: #294d61;
  box-shadow: inset 0px 0px 0px 2px #294d61;
}
.section-product-case-studies .section-footer .cta:nth-child(2):hover {
  color: #294d61;
}
.category-case-studies .ba-item .ba-preview .category-tag,
.category-case-studies-zh-hant .ba-item .ba-preview .category-tag {
  width: fit-content;
  display: flex;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #87b348;
  transform: skewX(-16deg) translate3d(0, 0, 0);
}
.category-case-studies .ba-item .ba-preview .category-tag span,
.category-case-studies-zh-hant .ba-item .ba-preview .category-tag span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  transform: skewX(16deg);
}
.section-promotion-banner-strip {
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-promotion-banner-strip .content {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-promotion-banner-strip .content {
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .section-promotion-banner-strip .content {
    justify-content: space-between;
  }
}
.section-promotion-banner-strip .pre-title {
  letter-spacing: 8px;
}
.section-promotion-banner-strip .col:nth-child(1) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .section-promotion-banner-strip .col:nth-child(1) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.section-promotion-banner-strip .col:nth-child(1) > * {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.section-promotion-banner-strip .col:nth-child(1) > *:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .section-promotion-banner-strip .col:nth-child(1) > * {
    font-size: 1.4rem;
  }
}
.section-promotion-banner-strip .col:nth-child(1) .emphasize {
  color: #efe45f;
}
.section-promotion-banner-strip .col:nth-child(1) h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .section-promotion-banner-strip .col:nth-child(1) h2 {
    margin-bottom: 0;
    font-size: 2.3rem;
  }
}
.section-promotion-banner-strip .col:last-child .cta-button {
  height: 100%;
  min-height: 55px;
  width: 100%;
  min-width: 350px;
  border: 2px solid #294d61;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #294d61;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.section-promotion-banner-strip .col:last-child .cta-button:hover {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.section-promotion-page-hero-banner .desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-promotion-page-hero-banner .desktop {
    width: 100%;
    min-height: 300px;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.section-promotion-page-hero-banner .mobile {
  width: 100%;
  min-height: 300px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .section-promotion-page-hero-banner .mobile {
    display: none;
  }
}
.broker-accreditation-form-wrapper label {
  margin-bottom: 5px;
}
.broker-accreditation-form-wrapper input,
.broker-accreditation-form-wrapper select,
.broker-accreditation-form-wrapper textarea {
  height: 45px;
  width: 100%;
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #e4e3df;
  font-size: inherit;
  background-color: #fff;
  transition: all 0.3s;
  appearance: none;
  vertical-align: middle;
}
.broker-accreditation-form-wrapper input:focus,
.broker-accreditation-form-wrapper select:focus,
.broker-accreditation-form-wrapper textarea:focus {
  border-color: #87b348;
}
.broker-accreditation-form-wrapper input:disabled,
.broker-accreditation-form-wrapper input[disabled],
.broker-accreditation-form-wrapper select:disabled,
.broker-accreditation-form-wrapper select[disabled],
.broker-accreditation-form-wrapper textarea:disabled,
.broker-accreditation-form-wrapper textarea[disabled] {
  background-color: #f0f0f0;
}
.broker-accreditation-form-wrapper input[type="submit"],
.broker-accreditation-form-wrapper textarea {
  height: auto;
}
.broker-accreditation-form-wrapper select {
  cursor: pointer;
}
.broker-accreditation-form-wrapper .select-wrapper {
  position: relative;
}
.broker-accreditation-form-wrapper .select-wrapper::after {
  height: 10px;
  width: 10px;
  border-right: 2px solid #939393;
  border-bottom: 2px solid #939393;
  position: absolute;
  top: 50%;
  left: auto;
  right: 17px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  transition: all 0.3s;
  content: "";
}
.broker-accreditation-form-wrapper .form-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .broker-accreditation-form-wrapper .form-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .broker-accreditation-form-wrapper
    .form-body
    .form-field:nth-last-of-type(1) {
    grid-column: 1 / span 2;
  }
}
.broker-accreditation-form-wrapper .form-footer {
  margin-top: 30px;
}
.broker-accreditation-form-wrapper .form-footer > *:not(:last-child) {
  margin-bottom: 30px;
}
.broker-accreditation-form-wrapper .form-footer input[type="submit"] {
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #87b348;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background-color: #87b348;
  transition: all 0.3s;
}
.broker-accreditation-form-wrapper .form-footer input[type="submit"]:hover {
  color: #87b348;
  background-color: rgba(0, 0, 0, 0);
}
.broker-accreditation-form-wrapper .form-footer input[type="submit"]:disabled,
.broker-accreditation-form-wrapper .form-footer input[disabled] {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  pointer-events: none;
}
.section-careers-lists ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px 30px;
  max-height: 490px;
  margin: 0 !important;
}
.section-careers-lists ul.values-lists {
  margin: 20px 0 0 !important;
  max-height: 600px;
}
@media screen and (max-width: 1580px) {
  .section-careers-lists ul.values-lists {
    max-height: 100%;
  }
}
@media screen and (max-width: 1580px) {
  .section-careers-lists ul.values-lists li {
    width: 100% !important;
  }
}
@media screen and (max-width: 1480px) {
  .section-careers-lists ul {
    max-height: 550px;
  }
}
@media screen and (max-width: 1280px) {
  .section-careers-lists ul {
    max-height: 100%;
  }
}
.section-careers-lists ul li {
  width: 48% !important;
  margin: 0 !important;
  padding-left: 2rem !important;
  padding-bottom: 0 !important;
  position: relative;
}
.section-careers-lists ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #87b348;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 13px !important;
}
@media screen and (max-width: 1280px) {
  .section-careers-lists ul li {
    width: 100% !important;
  }
}
.card-article .card-body .category-tag {
  width: fit-content;
  display: flex;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #87b348;
  transform: skewX(-16deg) translate3d(0, 0, 0);
}
.card-article .card-body .category-tag span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  transform: skewX(16deg);
}
.card .card-wrapper {
  padding: 30px;
}
.card-cta {
  text-decoration: none;
  color: inherit;
}
.card-cta .card-wrapper {
  height: 100%;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.3s;
}
.card-cta .card-wrapper:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
.card-cta .card-wrapper:hover .card-head img.hover {
  opacity: 1;
}
.card-cta .card-wrapper:hover .entry-footer span::before {
  width: 100%;
}
.card-cta .card-wrapper > *:not(:last-child) {
  margin-bottom: 15px;
}
.card-cta .card-head {
  position: relative;
}
.card-cta .card-head img {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin: 0;
}
.card-cta .card-head img.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.card-cta .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-cta .entry-footer {
  margin-top: auto;
  font-weight: 700;
  color: #87b348;
}
.card-cta .entry-footer span {
  width: fit-content;
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.card-cta .entry-footer span::before {
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #87b348;
  transition: all 0.3s;
  content: "";
}
.card-cta .entry-footer span::after {
  height: 20px;
  width: 18px;
  margin-left: 10px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.card-article .card-wrapper {
  height: 100%;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.card-article .card-wrapper:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
.card-article .card-head img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.card-article .card-body {
  height: 100%;
  padding: var(--padding-size, 15px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .card-article .card-body {
    --padding-size: 30px;
  }
}
.card-article .card-body .entry-head > *:not(:last-child),
.card-article .card-body > *:not(:last-child) {
  margin-bottom: 15px;
}
.card-article .card-body h2,
.card-article .card-body .title {
  margin: 0;
  line-height: 35px;
  font-size: 20px;
}
.card-article .card-body .cta-text {
  font-size: 16px;
  margin-top: 0;
  color: #87b348;
}
.downloadable-file-single .element-wrapper {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.downloadable-file-single .element-wrapper:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .downloadable-file-single .element-wrapper h4 {
    margin-bottom: 0;
  }
}
.downloadable-file-single .element-wrapper h4 > * {
  margin-bottom: 0;
}
.card-product-item {
  --card-primary-color: #87b348;
  --card-secondary-color: #5c7c37;
  background-color: unset;
}
.card-product-item.bg-green {
  --card-primary-color: #87b348;
  --card-secondary-color: #5c7c37;
}
.card-product-item.bg-sage-green {
  --card-primary-color: #aabcb0;
  --card-secondary-color: #5e7765;
}
.card-product-item.bg-teal {
  --card-primary-color: #54818f;
  --card-secondary-color: #294d61;
}
.card-product-item .card-wrapper {
  height: 100%;
  padding: 0;
  display: grid;
  grid-template-rows: minmax(200px, auto) 1fr;
  text-decoration: none;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
  transition: all 0.3s;
}
.card-product-item .card-wrapper > * {
  padding: 30px;
  border-radius: 10px;
}
.card-product-item .card-wrapper > * > *,
.card-product-item .card-wrapper > * > * > * {
  margin-bottom: 0;
}
.card-product-item .card-wrapper:hover {
  transform: translateY(-30px);
}
.card-product-item .card-wrapper:hover .card-btn {
  color: #fff;
  background-color: var(--card-primary-color);
}
.card-product-item .card-head > *:not(:last-child),
.card-product-item .card-body > *:not(:last-child) {
  margin-bottom: 30px;
}
.card-product-item .card-head > * > *:not(:last-child),
.card-product-item .card-body > * > *:not(:last-child) {
  margin-bottom: 30px;
}
.card-product-item .card-head {
  height: 100%;
  position: relative;
  color: #fff;
  background: linear-gradient(
    to right,
    var(--card-primary-color),
    var(--card-secondary-color)
  );
  overflow: hidden;
}
.card-product-item .card-head .entry-body {
  position: relative;
  z-index: 11;
}
.card-product-item .card-head .entry-body > *:not(:last-child) {
  margin-bottom: 15px;
}
.card-product-item .bg-shape {
  width: 130%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-product-item .bg-shape svg {
  height: auto;
  width: 100%;
  opacity: 0.5;
}
.card-product-item .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #5b5a5a;
}
.card-product-item .card-body .entry-footer {
  margin-top: auto;
}
.card-product-item .card-body ul li {
  margin-left: 15px;
  padding-left: 10px;
}
.card-product-item .card-body ul li::marker {
  color: var(--card-primary-color);
  content: "✓";
}
.card-product-item .card-btn {
  padding: 10px 15px;
  border: 2px solid var(--card-primary-color);
  border-radius: 5px;
  color: var(--card-primary-color);
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
}
.downloadable-file-single .element-wrapper {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.downloadable-file-single .element-wrapper:hover {
  box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .downloadable-file-single .element-wrapper h4 {
    margin-bottom: 0;
  }
}
.downloadable-file-single .element-wrapper h4 > * {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .downloadable-file-single .element-wrapper h4 {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .downloadable-file-single .element-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hardship-and-financial-difficulty-lists li:after {
  top: 13px !important;
}
.column-simple {
  padding: 30px;
}
.column-simple > *:not(:last-child) {
  margin-bottom: 15px;
}
.column-simple .column-head img {
  height: 120px;
  width: 100%;
  margin: auto;
  object-fit: contain;
}
.collapsible-single .content-head {
  padding: 30px 0;
  cursor: pointer;
}
.collapsible-single .content-head .entry-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collapsible-single .content-head .entry-body > *,
.collapsible-single .content-head .entry-body p {
  margin: 0;
}
.collapsible-single .content-head .icon {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collapsible-single .content-head .icon .bar {
  width: 2px;
  height: 30px;
  position: relative;
  background-color: #88b348;
  transition: all 0.3s;
}
.collapsible-single .content-head .icon .bar::after {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #88b348;
  transition: all 0.3s;
  content: "";
}
.collapsible-single li:after {
  top: 13px !important;
}
.collapsible-single .content-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.collapsible-single .content-body .entry-body {
  padding: 30px 0;
}
.collapsible-single .content-body .entry-body > *,
.collapsible-single .content-body .entry-body div > * {
  margin: 0;
}
.collapsible-single .content-body .entry-body > *:not(:last-child),
.collapsible-single .content-body .entry-body div > *:not(:last-child) {
  margin-bottom: 15px;
}
.collapsible-single.active .content-head .icon .bar,
.collapsible-single:hover .content-head .icon .bar {
  transform: rotate(90deg);
}
.collapsible-single.active .content-head .icon .bar::after,
.collapsible-single:hover .content-head .icon .bar::after {
  width: 0;
}
.collapsible-single.simple {
  border-bottom: 1px solid #dee1e5;
}
.collapsible-single.simple:first-of-type {
  border-top: 1px solid #dee1e5;
}
.collapsible-single.boxed {
  border-radius: 15px;
  background-color: #fafaf8;
  transition: all 0.3s;
}
.collapsible-single.boxed:not(:first-child) {
  margin-top: 30px;
}
.collapsible-single.boxed.active,
.collapsible-single.boxed:hover {
  background-color: #fff;
}
.collapsible-single.boxed .content-head .title-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .collapsible-single.boxed .content-head .title-wrapper {
    flex-wrap: wrap;
  }
}
.collapsible-single.boxed .content-head .title-wrapper > * {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .collapsible-single.boxed .content-head .title-wrapper > * {
    margin: 0;
  }
}
.collapsible-single.boxed .content-head .title-wrapper img {
  height: auto;
  width: 70px;
  margin-right: 15px;
  object-fit: contain;
}
@media (max-width: 568px) {
  .collapsible-single.boxed .content-head .title-wrapper img {
    height: 50px;
    width: 100%;
    display: block;
    object-position: left;
  }
}
.collapsible-single.boxed .content-body .entry-body {
  border-top: 1px solid #d6d6d6;
}
.article-title {
  font-size: 35px;
}
.section-related-articles .heading {
  margin: 0;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .section-related-articles .heading {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .section-related-articles .cta {
    min-width: 300px;
  }
}
.article-simple .article-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.article-simple .article-wrapper:hover .article-body .title {
  color: #87b348;
}
.article-simple .article-wrapper:hover .article-foot::after {
  transform: translateX(5px);
}
.article-simple .category-tag {
  width: fit-content;
  display: flex;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 4px;
  color: #fff;
  background-color: #87b348;
  transform: skewX(-16deg) translate3d(0, 0, 0);
}
.article-simple .category-tag span {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  transform: skewX(16deg);
}
.article-simple .article-head {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.06);
}
.article-simple .article-head img {
  object-fit: cover;
}
.article-simple .article-body > * {
  margin: 0;
  margin-top: 15px;
}
.article-simple .article-body .title {
  font-weight: 400;
  transition: all 0.3s;
}
.article-simple .article-foot {
  justify-self: flex-end;
  padding-top: 15px;
  margin-top: auto;
  font-weight: 600;
  color: #87b348;
  display: flex;
}
.article-simple .article-foot::after {
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.3s;
  content: "➝";
}
.article-pagination {
  margin-top: 15px;
}
.article-pagination .page-numbers {
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #87b348;
  border-radius: 5px;
  color: #87b348;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s;
}
.article-pagination .page-numbers:hover,
.article-pagination .page-numbers.current {
  color: #fff;
  background-color: #87b348;
}
.section-media-article-list #case-studies-product-filter {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .section-media-article-list #case-studies-product-filter {
    font-size: 14px;
  }
}
.section-media-article-list .article-sidebar {
  width: 100% !important;
}
.section-media-article-list .article-sidebar > *,
.section-media-article-list .article-sidebar > * > *,
.section-media-article-list .article-sidebar > * > * > * {
  margin: 0;
}
.section-media-article-list .article-sidebar .w-form,
.section-media-article-list .article-sidebar .w-form .form,
.section-media-article-list .article-sidebar p {
  margin: 0;
}
.section-media-article-list .article-sidebar .sidebox:not(:first-child) {
  margin-top: 30px;
}
.section-media-article-list .article-sidebar .sidebox > *:not(:last-child),
.section-media-article-list .article-sidebar .sidebox p {
  margin-bottom: 15px;
}
.section-media-article-list .article-sidebar .sidebox a {
  color: #87b348;
  transition: all 0.3s;
}
.section-media-article-list .article-sidebar .sidebox a:hover {
  opacity: 0.6;
}
.section-media-article-list .article-sidebar .sidebox ul a {
  color: inherit;
  text-decoration: none;
}
.section-media-article-list .article-sidebar .sidebox ul a:hover {
  opacity: 1;
  color: #87b348;
}
.section-media-article-list .article-sidebar .sidebox ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.section-media-article-list .article-sidebar .sidebox ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #87b348;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 23px;
}
.section-media-article-list .article-sidebar .sidebox ul li:not(:last-child) {
  border-bottom: 1px solid #eae3d7;
}
.section-media-video-grid .video-item a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.section-media-video-grid .video-item a:hover {
  color: #87b348;
  text-decoration: underline;
}
.section-strip-banner .content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-strip-banner .row div p {
  margin: 0;
}
.section-strip-banner .row .cta-button {
  min-height: unset;
  padding-top: 5px;
  padding-bottom: 5px;
}
select {
  position: relative;
  cursor: pointer;
  background-image: url(../../images/drop-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cta-button {
  min-height: 66px;
  width: fit-content;
  min-width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  display: block;
  background-color: #87b348;
  transition: all 500ms ease;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.cta-button-green {
  border: 2px solid #87b348;
  background-color: #87b348;
  color: #fff !important;
}
.cta-button-green:hover {
  border-color: #87b348;
  color: #87b348 !important;
  background-color: rgba(0, 0, 0, 0);
}
.cta-button-teal-green {
  border: 2px solid #294d61;
  background-color: #294d61;
  color: #fff !important;
}
.cta-button-teal-green:hover {
  border-color: #294d61;
  color: #294d61 !important;
  background-color: rgba(0, 0, 0, 0);
}
.bg-green .cta-button-green:hover,
.bg-teal-green .cta-button-green:hover {
  color: #fff;
  border-color: #fff;
}
.bg-green .cta-button-teal-green:hover,
.bg-teal-green .cta-button-teal-green:hover {
  color: #fff;
  border-color: #fff;
}
.btn {
  --btn-text-color: inherit;
  --btn-bg-color: #294d61;
  --btn-border-color: #294d61;
  width: 100%;
  max-width: 390px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 3px;
  border: 2px solid var(--btn-border-color);
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--btn-text-color);
  background-color: var(--btn-bg-color);
}
.btn {
  transition: all 0.3s;
}
.btn:hover {
  --btn-text-color: #fff;
  --btn-bg-color: transparent;
  --btn-border-color: #fff;
}
.btn.with-drop-shadow {
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4);
}
.loan-product-data-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
@media (min-width: 1024px) {
  .loan-product-data-table {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
  }
  .loan-product-data-table tr:nth-child(even) {
    background-color: #f5f4f1;
  }
}
.loan-product-data-table tr {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  overflow: hidden;
}
.loan-product-data-table tr > * {
  border-collapse: separate;
}
.loan-product-data-table tr:not(:last-child) th,
.loan-product-data-table tr:not(:last-child) td {
  border-bottom: 1px solid #e5e5e5;
}
.loan-product-data-table tr > * {
  padding: 10px 20px;
}
.loan-product-data-table tr:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .loan-product-data-table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.loan-product-data-table tr th > *,
.loan-product-data-table tr td > * {
  margin: 0;
}
.loan-product-data-table tr th > *:not(:last-child),
.loan-product-data-table tr td > *:not(:last-child) {
  margin-bottom: 10px;
}
.loan-product-data-table tr {
  display: flex;
}
@media (max-width: 768px) {
  .loan-product-data-table tr {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .loan-product-data-table tr {
    display: table-row;
  }
}
.loan-product-data-table tr th,
.loan-product-data-table tr td {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .loan-product-data-table tr th,
  .loan-product-data-table tr td {
    flex: unset;
  }
}
.loan-product-data-table th {
  width: 25%;
  min-width: 250px;
  flex-grow: 0;
  text-align: left;
  color: #fff;
  background-color: #87b348;
  font-weight: 400;
}
.loan-product-data-table th p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
}
.loan-product-data-table ul {
  --grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin: 0 !important;
  display: grid;
  grid-template-columns: var(--grid-template-columns);
}
@media (min-width: 1024px) {
  .loan-product-data-table ul {
    --grid-template-columns: repeat(3, 1fr);
  }
}
.loan-product-data-table ul li {
  --list-icon: none;
  --col-span: initial;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.loan-product-data-table ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .loan-product-data-table ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .loan-product-data-table ul li {
    margin-bottom: 0;
    grid-column: var(--col-span);
  }
}
.loan-product-data-table ul li img {
  height: 35px;
  width: 45px;
  margin-right: 10px;
  object-fit: contain;
}
.loan-product-data-table ul li::after {
  display: none;
}
.loan-product-data-table .footnote {
  font-size: 13px;
}
.product-data-table {
  --data-table-color: #87b348;
}
.product-data-table.green {
  --data-table-color: #87b348;
}
.product-data-table.blue {
  --data-table-color: #294d61;
}
@media (min-width: 1024px) {
  .product-data-table .table-heading,
  .product-data-table .table-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-data-table > * {
  margin-top: 0;
  margin-bottom: 0;
}
.product-data-table > p,
.product-data-table > br {
  display: none;
}
@media (max-width: 1024px) {
  .product-data-table .table-heading {
    display: none;
  }
}
.product-data-table .table-heading table {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.product-data-table .table-heading table tr > * {
  padding: 15px 30px;
}
.product-data-table .table-heading table th,
.product-data-table .table-heading table td {
  color: #fff;
  background-color: var(--data-table-color);
}
.product-data-table .table-heading table th > *,
.product-data-table .table-heading table td > * {
  font-weight: 500 !important;
}
.product-data-table table {
  --cell-spacing-y: 15px;
  --cell-spacing-x: 15px;
  table-layout: fixed;
}
@media (min-width: 1024px) {
  .product-data-table table {
    --cell-spacing-x: 30px;
    border-bottom: 1px solid #e0e0e0;
  }
}
.product-data-table table th,
.product-data-table table td {
  height: 100%;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .product-data-table table th:not(:last-child),
  .product-data-table table td:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }
}
.product-data-table table th > *,
.product-data-table table td > * {
  margin-top: 0;
  margin-bottom: 0;
}
.product-data-table table th > *:not(:last-child),
.product-data-table table td > *:not(:last-child) {
  margin-bottom: 15px;
}
.product-data-table table th {
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .product-data-table table th {
    background-color: var(--data-table-color);
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .product-data-table table th {
    background-color: #f5f4f1;
  }
}
.product-data-table table th .cell-wrapper {
  height: 100%;
  position: relative;
}
.product-data-table table th .cell-wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s;
  transition-delay: 0.5s;
}
.product-data-table table th .title {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .product-data-table table th .title {
    transform: translateY(50%);
  }
}
.product-data-table table th .cta-text {
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .product-data-table table th .cta-text {
    transform: translateY(-50%);
    opacity: 0;
  }
}
.product-data-table table td {
  background-color: #fff;
}
.product-data-table table .cell-wrapper {
  padding-top: var(--cell-spacing-y);
  padding-bottom: var(--cell-spacing-y);
  padding-left: var(--cell-spacing-x);
  padding-right: var(--cell-spacing-x);
}
.product-data-table .table-row.bg-green {
  --bg-primary-color: #5c7c37;
  --bg-secondary-color: #87b348;
}
.product-data-table .table-row.bg-blue {
  --bg-primary-color: #294d61;
  --bg-secondary-color: #54818f;
}
.product-data-table .table-row.bg-beige {
  --bg-primary-color: #a3978d;
  --bg-secondary-color: #e0d8ce;
}
.product-data-table .table-row.bg-yellow-green {
  --bg-primary-color: #87b348;
  --bg-secondary-color: #c5e88e;
}
.product-data-table .table-row.bg-sage-green {
  --bg-primary-color: #5e7765;
  --bg-secondary-color: #aabcb0;
}
.product-data-table .table-row.bg-purple {
  --bg-primary-color: #682e52;
  --bg-secondary-color: #a55189;
}
.product-data-table .table-row.bg-olive-green {
  --bg-primary-color: #6d7a37;
  --bg-secondary-color: #a3b537;
}
.product-data-table .table-row.bg-teal {
  --bg-primary-color: #295f60;
  --bg-secondary-color: #2d9696;
}
.product-data-table .table-row {
  position: relative;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product-data-table .table-row {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .product-data-table .table-row table th,
  .product-data-table .table-row table td {
    display: block;
  }
}
@media (max-width: 1024px) {
  .product-data-table .table-row table td::before {
    width: 100%;
    padding-top: var(--cell-spacing-y);
    padding-bottom: var(--cell-spacing-y);
    padding-left: var(--cell-spacing-x);
    padding-right: var(--cell-spacing-x);
    display: block;
    content: attr(data-col-label);
    background-color: #f5f4f1;
  }
}
.product-data-table .table-row::before,
.product-data-table .table-row::after {
  height: 100%;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  background: linear-gradient(
    to bottom,
    var(--bg-primary-color),
    var(--bg-secondary-color)
  );
  content: "";
}
.product-data-table .table-row::before {
  width: 15px;
  left: 0;
  transform-origin: left;
  transition: all 0.2s linear;
}
.product-data-table .table-row::after {
  width: 100%;
  left: 100%;
  z-index: 11;
  transition: 0s;
}
.product-data-table .table-row:hover {
  background: linear-gradient(to right, #f5f4f1 50%, #fff 50%);
  box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.21);
}
.product-data-table .table-row:hover::before {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.product-data-table .table-row:hover::after {
  left: -100%;
  transform: scaleX(1);
  transition: all 0.5s linear;
}
.product-data-table .table-row:hover th .title,
.product-data-table .table-row:hover th .cta-text {
  transform: translateY(0);
  opacity: 1;
}
.product-data-table a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-data-table a .cta-text {
  font-weight: 400;
}
.product-data-table ul {
  margin: 0 !important;
}
.product-data-table ul li {
  margin-left: 15px;
  padding-left: 5px !important;
  padding-bottom: 0 !important;
}
.product-data-table ul li::marker {
  color: var(--data-table-color);
  content: "✓ ";
}
.product-data-table ul li::after {
  display: none;
}
.section-footer-license .row > * {
  font-size: 13px;
}
.section-footer-license .row > *:not(:last-child) {
  margin-bottom: 15px !important;
}
@media (min-width: 1024px) {
  .section-footer-license .row > *:not(:last-child) {
    margin-bottom: 0 !important;
    margin-right: 15px;
  }
}
.section-footer-license .row p {
  margin: 0 !important;
}
.section-footer-license .row a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.section-footer-license .row a:hover {
  opacity: 0.6;
}
.section-footer-license .row a .arrow {
  height: 2px;
  width: 15px;
  margin-left: 10px;
  position: relative;
  background-color: #fff;
}
.section-footer-license .row a .arrow::after {
  height: 10px;
  width: 10px;
  display: block;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateX(5.5px);
}
.corporate-social-responsibility .banner-left {
  max-width: none !important;
}
.corporate-social-responsibility .section-im .content {
  padding-top: 0;
}
.corporate-social-responsibility .section-im .card-im-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .corporate-social-responsibility .section-im .card-im-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.corporate-social-responsibility .section-im .card-im-container .card-im {
  height: 100%;
  width: 100%;
  padding: 3rem;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #39383a;
  text-decoration: none;
}
.corporate-social-responsibility .section-im .card-im-container .card-header {
  margin-bottom: 40px;
}
.corporate-social-responsibility
  .section-im
  .card-im-container
  .card-header
  img {
  width: 100%;
  height: 5rem;
  object-fit: contain;
  object-position: left center;
}
.corporate-social-responsibility
  .section-im
  .card-im-container
  .card-body
  .entry-title
  h4 {
  min-height: 80px;
}
.corporate-social-responsibility
  .section-im
  .card-im-container
  .card-body
  .entry-sub-title {
  margin-bottom: 30px;
}
.corporate-social-responsibility
  .section-im
  .card-im-container
  .card-body
  .entry-sub-title
  span {
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 2.5rem !important;
  color: #87b348;
}
.internal.plant-a-tree .header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  box-shadow: none;
  color: #fff;
}
.internal.plant-a-tree .header .logo img {
  display: none;
}
.internal.plant-a-tree .header .logo img.logo-home {
  display: block;
}
.internal.plant-a-tree .header .header-top-link.location {
  color: #fff;
}
.internal.plant-a-tree .header .header-top li a,
.internal.plant-a-tree .header .header-top li,
.internal.plant-a-tree .header .menu-item a,
.internal.plant-a-tree .header .menu-item {
  color: #fff;
}
.internal.plant-a-tree .header .menu-cta a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.internal.plant-a-tree .header .menu-cta a:hover {
  background-color: #87b348;
}
.internal.plant-a-tree .banner-c {
  color: #fff;
}
.internal.plant-a-tree .banner-c .banner-left h1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.internal.plant-a-tree .banner-c .banner-left h1::after {
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #87b348;
  content: "";
}
.internal.plant-a-tree .section-wr:nth-child(2) .content {
  padding-bottom: 0;
}
.internal.plant-a-tree .section-wr:nth-child(2) .content h2 {
  margin-bottom: 0;
}
.internal.plant-a-tree .section-wr:nth-child(3) .text-container {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .internal.plant-a-tree .section-wr:nth-child(3) .text-container {
    flex-basis: 58.31%;
  }
}
.internal.plant-a-tree .section-wr:nth-child(3) .img-container {
  flex-basis: 99.96%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .internal.plant-a-tree .section-wr:nth-child(3) .img-container {
    flex-basis: 33.32%;
  }
}
.internal.plant-a-tree .section-wr:nth-child(3) .img-container img {
  max-width: 450px;
}
.internal.our-values .section-wr:nth-child(5) {
  text-align: center;
}
.internal.our-values .section-wr:nth-child(5) .content {
  padding-bottom: 0;
}
.internal.our-values .section-wr .content .cta {
  color: #fff;
}
.internal.our-values .section-wr .content .cta:hover {
  color: #87b348;
}
@media only screen and (min-width: 992px) {
  .internal.our-values
    .content-side-by-side
    .row:nth-of-type(even)
    .text-container {
    order: unset;
  }
  .internal.our-values
    .content-side-by-side
    .row:nth-of-type(odd)
    .text-container {
    order: 1;
  }
}
.internal.our-values .content-side-by-side .row:not(:last-child) {
  margin-bottom: 100px;
}
.internal.our-values .content-side-by-side .text-container h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  color: #87b348;
}
.internal.our-values .content-side-by-side .text-container p {
  margin-bottom: 0;
}
.internal.loanapp .header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  box-shadow: none;
  color: #fff;
}
.internal.loanapp .header .logo img {
  display: none;
}
.internal.loanapp .header .logo img.logo-home {
  display: block;
}
.internal.loanapp .header .header-top-link.location {
  color: #fff;
}
.internal.loanapp .header .header-top li a,
.internal.loanapp .header .header-top li,
.internal.loanapp .header .menu-item a,
.internal.loanapp .header .menu-item {
  color: #fff;
}
.internal.loanapp .header .menu-cta a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.internal.loanapp .header .menu-cta a:hover {
  background-color: #87b348;
}
.internal.loanapp .banner-c {
  color: #fff;
}
.internal.loanapp .banner-c .banner-left h1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.internal.loanapp .banner-c .banner-left h1::after {
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #87b348;
  content: "";
}
.internal.loanapp .banner-c .logo-container {
  display: flex;
  flex-wrap: wrap;
}
.internal.loanapp .banner-c .logo-container img {
  height: 40px;
  width: auto;
  margin: 10px;
}
.internal.loanapp .banner-c .logo-container .divider {
  width: 2px;
  height: 55px;
  margin: 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .internal.loanapp .banner-c .logo-container .divider {
    display: none;
  }
}
.loanapp-image-text-side-section .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.loanapp-image-text-side-section .column .img-container {
  flex-basis: 99.96%;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .loanapp-image-text-side-section .column .img-container {
    flex-basis: 24.99%;
    margin-bottom: 0;
  }
}
.loanapp-image-text-side-section .column .img-container img {
  width: 100%;
  max-width: 450px;
  height: 100%;
  object-fit: contain;
}
.loanapp-image-text-side-section .column .text-container {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 992px) {
  .loanapp-image-text-side-section .column .text-container {
    flex-basis: 66.64%;
  }
}
.loanapp-3-col-section .section-heading {
  text-align: center;
}
.loanapp-3-col-section .column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.loanapp-3-col-section .column .col {
  flex-basis: 99.96%;
  padding: 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .loanapp-3-col-section .column .col {
    flex-basis: 33.32%;
  }
}
.loanapp-3-col-section .column .col .entry-header {
  margin-bottom: 30px;
}
.loanapp-3-col-section .column .col .entry-header img {
  width: auto;
  height: 110px;
}
.loanapp-3-col-section .column .col .entry-body {
  margin-bottom: 30px;
}
.loanapp-3-col-section .column .col .entry-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.internal.careers .content-side-by-side .row .content .text-container,
.internal.jobs .content-side-by-side .row .content .text-container {
  flex-basis: 99.96%;
  order: 2 !important;
}
@media only screen and (min-width: 992px) {
  .internal.careers .content-side-by-side .row .content .text-container,
  .internal.jobs .content-side-by-side .row .content .text-container {
    flex-basis: 62.475%;
    order: unset;
  }
}
.internal.careers .content-side-by-side .row .content .img-container,
.internal.jobs .content-side-by-side .row .content .img-container {
  flex-basis: 99.96%;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .internal.careers .content-side-by-side .row .content .img-container,
  .internal.jobs .content-side-by-side .row .content .img-container {
    flex-basis: 33.32%;
    margin-bottom: 0;
  }
}
.careers-logo-grid .section-heading {
  text-align: center;
}
.careers-logo-grid .grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.careers-logo-grid .grid-container .grid-item {
  width: 120px;
  max-width: 100%;
  height: 110px;
  margin: 10px;
  object-fit: contain;
  object-position: center;
}
.careers-masonry .section-heading {
  text-align: center;
}
.careers-masonry .masonry-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .careers-masonry .masonry-container {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: minmax(120px, auto);
  }
}
@media only screen and (min-width: 1200px) {
  .careers-masonry .masonry-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: minmax(200px, auto);
  }
}
.careers-masonry .masonry-container .span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.careers-masonry .masonry-container .span-x-2 {
  grid-column-end: span 2;
}
.careers-masonry .masonry-container .span-x-3 {
  grid-column-end: span 3;
}
@media only screen and (max-width: 767px) {
  .careers-masonry .masonry-container .span-x-3 {
    grid-column-end: span 2;
  }
}
.careers-masonry .masonry-container .span-y-2 {
  grid-row-end: span 2;
}
.careers-masonry .masonry-container .masonry-grid-item {
  display: flex;
}
.careers-masonry .masonry-container .masonry-grid-item:nth-child(even) {
  background-color: #2f4d5e;
}
.careers-masonry .masonry-container .masonry-grid-item:nth-child(odd) {
  background-color: #86b357;
}
.careers-masonry .masonry-container .masonry-grid-item .text-container {
  padding: 30px;
  line-height: 20px;
  align-self: flex-end;
}
.careers-masonry .masonry-container .masonry-grid-item .text-container .keyw {
  font-size: 2rem;
  line-height: 35px;
}
@media only screen and (min-width: 1200px) {
  .careers-masonry .masonry-container .masonry-grid-item .text-container .keyw {
    font-size: 3rem;
    line-height: 45px;
  }
}
.careers-masonry .masonry-container .masonry-grid-item .text-container p {
  padding: 0;
  margin: 0;
}
.careers-masonry .masonry-container .masonry-grid-item .grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.careers-job-posting {
  background-color: #87b348;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.careers-job-posting .content {
  display: flex;
}
.careers-job-posting .content-wrapper {
  flex-basis: 99.96%;
}
@media only screen and (min-width: 1200px) {
  .careers-job-posting .content-wrapper {
    flex-basis: 49.98%;
  }
}
.careers-job-posting .button-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.careers-job-posting .button-container > *:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .careers-job-posting .button-container > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.careers-job-posting .button-container .cta:last-child {
  background-color: rgba(0, 0, 0, 0);
}
.careers-job-posting .job-posting-list {
  margin: 0;
}
.careers-job-posting .job-posting-list a {
  display: block;
  border-bottom: 1px solid #fff;
  color: inherit;
  text-decoration: none;
}
.careers-job-posting .job-posting-list a:first-child {
  border-top: 1px solid #fff;
}
.careers-job-posting .job-posting-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  list-style-type: none;
  transition: opacity 0.2s ease-in-out;
}
.careers-job-posting .job-posting-list .list-item:hover {
  opacity: 0.6;
}
.careers-job-posting .job-posting-list .list-item::after {
  content: none;
}
.careers-job-posting .job-posting-list .list-item .cta-btn {
  font-size: 1rem;
  opacity: 0.7;
}
.section-careers-infographics .section-head {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-careers-infographics .infographics-container {
    width: 75%;
    margin: auto;
  }
}
.section-careers-infographics .infographics-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .section-careers-infographics .infographics-mobile {
    display: none;
  }
}
.section-careers-infographics .infographics-mobile .careers-infographic-wheel {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.section-careers-infographics .infographics-mobile .carousel-controls .prev,
.section-careers-infographics .infographics-mobile .carousel-controls .next {
  background-color: gray;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .slick-list {
  margin-right: -30px !important;
  padding: 0 20% 0 0 !important;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .slick-track {
  display: flex;
  align-items: stretch;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .slick-slide {
  height: inherit;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .slick-slide
  > div {
  height: 100%;
  padding-right: 15px;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eeeff3;
  text-align: center;
  overflow: hidden;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  > * {
  padding: 30px;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-header::after {
  height: 1px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #b7b7b7;
  content: "";
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-header
  img {
  height: 40px;
  width: auto;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-header
  img:not(:last-child) {
  margin-right: 15px;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-careers-infographics
  .infographics-mobile
  .careers-infographics-carousel
  .item
  .entry-footer {
  width: 100%;
  height: auto;
  padding: 15px 30px;
  margin-top: auto;
  color: #fff;
}
.section-careers-infographics .infographics-desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-careers-infographics .infographics-desktop {
    display: block;
  }
}
.section-careers-infographics .infographics-desktop svg {
  height: auto;
  width: 100%;
}
.section-careers-infographics .infographics-desktop .pie > * {
  transform-box: fill-box;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.section-careers-infographics
  .infographics-desktop
  .pie:hover
  .desc:not(:hover) {
  filter: grayscale(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.section-careers-infographics .infographics-desktop .pie .pie-wrapper {
  transition: 0.3s ease-in-out;
}
.section-careers-infographics .infographics-desktop .pie .pie-wrapper:hover {
  transform: scale(1.06);
  transform-origin: center center;
}
.section-careers-infographics .infographics-desktop .pie .desc {
  filter: grayscale(100%);
  opacity: 0.7;
}
.section-careers-infographics .infographics-desktop .pie .desc text {
  fill: #505050;
}
.section-careers-infographics .infographics-desktop #brighten-logo,
.section-careers-infographics .infographics-desktop .pie-wrapper {
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 767px) {
  .internal.non-res-landing .top-section {
    position: relative;
    background-image: url("https://brighten.com.au/wp-content/uploads/2022/06/BHL-SIV-Landing-Page-Header-Image-No-Trapping.jpg") !important;
  }
  .internal.non-res-landing .top-section::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
  }
}
.internal.non-res-landing .header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
  box-shadow: none;
  color: #fff;
}
.internal.non-res-landing .header .logo img {
  display: none;
}
.internal.non-res-landing .header .logo img.logo-home {
  display: block;
}
.internal.non-res-landing .header .header-top-link.location {
  color: #fff;
}
.internal.non-res-landing .header .header-top li a,
.internal.non-res-landing .header .header-top li,
.internal.non-res-landing .header .menu-item a,
.internal.non-res-landing .header .menu-item {
  color: #fff;
}
.internal.non-res-landing .header .menu-cta a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.internal.non-res-landing .header .menu-cta a:hover {
  background-color: #87b348;
}
.internal.non-res-landing .banner-c {
  position: relative;
  z-index: 10;
  color: #fff;
}
.internal.non-res-landing .banner-c .banner-left h1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.internal.non-res-landing .banner-c .banner-left h1::after {
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
}
.internal.non-res-landing .banner-c .banner-left ul li::after {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.download-brighten-refinance-guidebook .section-wr:nth-child(3) .content {
  display: flex;
  justify-content: center;
}
.download-brighten-refinance-guidebook
  .section-wr:nth-child(3)
  .dl-bhl-refinance-guidebook-form {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .download-brighten-refinance-guidebook
    .section-wr:nth-child(3)
    .dl-bhl-refinance-guidebook-form {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .download-brighten-refinance-guidebook
    .section-wr:nth-child(3)
    .dl-bhl-refinance-guidebook-form {
    width: 40%;
  }
}
.valuation-rebate-offer-2023 .mm-page .valuation-rebate-header {
  position: sticky;
  box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.valuation-rebate-offer-2023 .mm-page .valuation-rebate-header > .sub-menu {
  width: max-content;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 333;
  background-color: rgba(0, 0, 0, 0.75);
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  > .sub-menu
  > .menu-item {
  padding: 8px 15px;
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  > .sub-menu
  > .menu-item
  a,
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  > .sub-menu
  > .menu-item
  span {
  color: #fff;
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  > .sub-menu
  > .menu-item
  a {
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  > .sub-menu
  > .menu-item:hover
  a {
  color: #87b348;
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-header
  .menu-hamburger
  .bar {
  background-color: #87b348;
}
.valuation-rebate-offer-2023 .mm-page .section-hero-banner {
  display: none;
}
.valuation-rebate-offer-2023 .mm-page .section-wr:nth-child(4) .content {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.valuation-rebate-offer-2023 .mm-page .section-wr:nth-child(4) .section-body {
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.valuation-rebate-offer-2023 .mm-page .valuation-rebate-hero-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.valuation-rebate-offer-2023
  .mm-page
  .valuation-rebate-hero-banner
  .desktop-banner {
  width: 100%;
  max-height: 600px;
  display: none;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .valuation-rebate-offer-2023
    .mm-page
    .valuation-rebate-hero-banner
    .desktop-banner {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .valuation-rebate-offer-2023
    .mm-page
    .valuation-rebate-hero-banner
    .mobile-banner {
    display: none;
  }
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .valuation-rebate-offer-2023
    .mm-page
    .section-footer-jumbotron
    .col:nth-child(2) {
    flex-wrap: nowrap;
  }
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2)
  .cta-button {
  box-shadow: none;
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2)
  .cta-button:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .valuation-rebate-offer-2023
    .mm-page
    .section-footer-jumbotron
    .col:nth-child(2)
    .cta-button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2)
  .cta-button:first-child {
  background-color: #87b348;
  border-color: #fff;
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2)
  .cta-button:first-child:hover {
  border-color: #294d61;
  color: #294d61;
}
.valuation-rebate-offer-2023
  .mm-page
  .section-footer-jumbotron
  .col:nth-child(2)
  .cta-button:last-child:hover {
  background-color: #fff;
  color: #294d61;
}
.valuation-rebate-offer-2023
  .mm-page
  .content
  div[class*="section-"]:not(:last-child) {
  margin-bottom: 40px;
}
.valuation-rebate-offer-2023 .mm-page .section-head h2 {
  text-align: center;
}
.valuation-rebate-offer-2023 .mm-page .disclaimer {
  font-size: 0.7rem;
  line-height: 1.5;
  opacity: 0.8;
}
.valuation-rebate-offer-2023 .mm-page p:last-child {
  margin-bottom: 0;
}
.valuation-rebate-offer-2023 .mm-page .list {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .valuation-rebate-offer-2023 .mm-page .list {
    width: 70%;
    margin: auto;
    column-count: 2;
  }
}
.valuation-rebate-offer-2023 .mm-page .list li {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
}
.valuation-rebate-offer-2023 .mm-page .list li img {
  height: 30px;
  width: auto;
  object-fit: contain;
}
.valuation-rebate-offer-2023 .mm-page .list li::before {
  display: none;
}
.valuation-rebate-offer-2023 .mm-page .list li::after {
  display: none;
}
.section-valuation-rebate-offer-banner {
  color: #fff;
  background-image: url("https://brighten.com.au/wp-content/uploads/2023/02/Brighten_Web-Banner_Valuation-Fee-Rebate-Offer-2023_Sub-Banner-Background-Graphics-2-05-1-scaled.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-valuation-rebate-offer-banner .content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-valuation-rebate-offer-banner .content {
    justify-content: space-between;
    text-align: left;
  }
}
.section-valuation-rebate-offer-banner P {
  font-size: 1.3rem;
  letter-spacing: 8px;
  margin-bottom: 0;
}
.section-valuation-rebate-offer-banner h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-shadow: 9px 5px 13px rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 992px) {
  .section-valuation-rebate-offer-banner h2 {
    margin-bottom: 0;
    font-size: 2.3rem;
  }
}
.section-valuation-rebate-offer-banner h2 span {
  color: #efe45f;
}
.section-valuation-rebate-offer-banner .col:last-child .cta-button {
  height: 100%;
  min-height: 65px;
  width: 100%;
  min-width: 350px;
  border: 2px solid #294d61;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #294d61;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.section-valuation-rebate-offer-banner .col:last-child .cta-button:hover {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.risk-fee-waiver-promotion .site-header,
.risk-fee-waiver .site-header {
  position: sticky;
  box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.risk-fee-waiver-promotion .site-header .logo-container img,
.risk-fee-waiver .site-header .logo-container img {
  filter: unset;
}
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-top
  > .menu-item
  a,
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-top
  > .menu-item
  span,
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  a,
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  span,
.risk-fee-waiver .site-header .menu-container .menu-top > .menu-item a,
.risk-fee-waiver .site-header .menu-container .menu-top > .menu-item span,
.risk-fee-waiver .site-header .menu-container .menu-main > .menu-item a,
.risk-fee-waiver .site-header .menu-container .menu-main > .menu-item span {
  text-decoration: none;
  color: #39383a;
}
.risk-fee-waiver-promotion .site-header .menu-container .menu-main .menu-cta a,
.risk-fee-waiver .site-header .menu-container .menu-main .menu-cta a {
  background-color: #87b348;
  color: #fff;
}
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  .menu-cta
  a:hover,
.risk-fee-waiver .site-header .menu-container .menu-main .menu-cta a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #39383a;
}
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  a,
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  span,
.risk-fee-waiver
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  a,
.risk-fee-waiver
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  span {
  color: #fff;
}
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a,
.risk-fee-waiver-promotion
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  span,
.risk-fee-waiver
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a,
.risk-fee-waiver
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  span {
  color: #87b348;
}
.risk-fee-waiver-promotion .site-header .menu-hamburger .bar,
.risk-fee-waiver .site-header .menu-hamburger .bar {
  background-color: #87b348;
}
.risk-fee-waiver-promotion .section-hero-banner::after,
.risk-fee-waiver .section-hero-banner::after {
  display: none;
}
.risk-fee-waiver-promotion .section-hero-banner .scroll-box,
.risk-fee-waiver .section-hero-banner .scroll-box {
  display: none;
}
.risk-fee-waiver-promotion .section-disclaimer .content,
.risk-fee-waiver .section-disclaimer .content {
  padding-top: 0;
}
.risk-fee-waiver-promotion .section-wr:nth-child(7) .content .col > *,
.risk-fee-waiver .section-wr:nth-child(7) .content .col > * {
  margin-bottom: 0;
}
.risk-fee-waiver-promotion
  .section-wr:nth-child(7)
  .content
  .col
  > *:not(:last-child),
.risk-fee-waiver .section-wr:nth-child(7) .content .col > *:not(:last-child) {
  margin-bottom: 30px;
}
.risk-fee-waiver-promotion .section-wr:nth-child(7) .cta,
.risk-fee-waiver .section-wr:nth-child(7) .cta {
  color: #fff;
}
.risk-fee-waiver-promotion .section-wr:nth-child(7) .cta:hover,
.risk-fee-waiver .section-wr:nth-child(7) .cta:hover {
  color: #87b348;
}
.risk-fee-waiver-promotion .list-col-2,
.risk-fee-waiver .list-col-2 {
  width: fit-content;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .risk-fee-waiver-promotion .list-col-2,
  .risk-fee-waiver .list-col-2 {
    margin: auto;
    column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  .risk-fee-waiver-promotion .list-col-2,
  .risk-fee-waiver .list-col-2 {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .risk-fee-waiver-promotion .list-col-2,
  .risk-fee-waiver .list-col-2 {
    width: 60%;
  }
}
.risk-fee-waiver-promotion ul li,
.risk-fee-waiver ul li {
  list-style-type: none;
}
.risk-fee-waiver-promotion ul li.leaf-tick,
.risk-fee-waiver ul li.leaf-tick {
  position: relative;
  padding-left: 40px;
}
.risk-fee-waiver-promotion ul li.leaf-tick::before,
.risk-fee-waiver ul li.leaf-tick::before {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://brighten.com.au/wp-content/uploads/2023/01/Brighten-Leaf-Tick-08.png");
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.risk-fee-waiver-promotion ul li.leaf-tick::after,
.risk-fee-waiver ul li.leaf-tick::after {
  display: none;
}
.page-template .site-header {
  position: sticky;
  box-shadow: 10px 0px 30px -10px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.page-template .site-header .logo-container img {
  filter: unset;
}
.page-template .site-header .menu-container .menu-top > .menu-item a,
.page-template .site-header .menu-container .menu-top > .menu-item span,
.page-template .site-header .menu-container .menu-main > .menu-item a,
.page-template .site-header .menu-container .menu-main > .menu-item span {
  text-decoration: none;
  color: #39383a;
}
.page-template .site-header .menu-container .menu-main .menu-cta a {
  background-color: #87b348;
  color: #fff;
}
.page-template .site-header .menu-container .menu-main .menu-cta a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #39383a;
}
.page-template
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  a,
.page-template
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item
  span {
  color: #fff;
}
.page-template
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  a,
.page-template
  .site-header
  .menu-container
  .menu-main
  > .menu-item
  > .sub-menu
  > .menu-item:hover
  span {
  color: #87b348;
}
.page-template .site-header .menu-hamburger .bar {
  background-color: #87b348;
}
.page-template .section-hero-banner::after {
  display: none;
}
.page-template .section-hero-banner .scroll-box {
  display: none;
}
.bg-white,
.login .site-header {
  color: "inherit";
  background-color: #fff;
}
.bg-green {
  color: #fff;
  background-color: #87b348;
}
.bg-teal-green {
  color: #fff;
  background-color: #294d61;
}
.bg-white-smoke {
  color: "inherit";
  background-color: #f5f4f1;
}
.d-none {
  display: none;
}
@media only screen and (max-width: 568px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-none {
    display: none !important;
  }
}
.d-inline {
  display: inline;
}
@media only screen and (max-width: 568px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-inline {
    display: inline !important;
  }
}
.d-inline-block {
  display: inline-block;
}
@media only screen and (max-width: 568px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-inline-block {
    display: inline-block !important;
  }
}
.d-block {
  display: block;
}
@media only screen and (max-width: 568px) {
  .d-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-block {
    display: block !important;
  }
}
.d-table {
  display: table;
}
@media only screen and (max-width: 568px) {
  .d-sm-table {
    display: table !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-table {
    display: table !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-table {
    display: table !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-table {
    display: table !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-table {
    display: table !important;
  }
}
.d-table-cell {
  display: table-cell;
}
@media only screen and (max-width: 568px) {
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-table-cell {
    display: table-cell !important;
  }
}
.d-table-row {
  display: table-row;
}
@media only screen and (max-width: 568px) {
  .d-sm-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-table-row {
    display: table-row !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-table-row {
    display: table-row !important;
  }
}
.d-flex {
  display: flex;
}
@media only screen and (max-width: 568px) {
  .d-sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-flex {
    display: flex !important;
  }
}
.d-inline-flex {
  display: inline-flex;
}
@media only screen and (max-width: 568px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1280px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1920px) {
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 2560px) {
  .d-3xl-inline-flex {
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 3840px) {
  .d-4xl-inline-flex {
    display: inline-flex !important;
  }
}
.grecaptcha-branding {
  font-size: 0.7rem;
  color: #8a8a8a;
}
.grecaptcha-branding a {
  color: #8a8a8a;
  text-decoration: underline;
}
.gform_validation_errors h2 {
  font-family: Opensans, sans-serif;
  font-size: 1rem !important;
}
.bhl-award-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .bhl-award-container {
    justify-content: flex-start;
  }
}
.bhl-award-container img {
  height: 80px;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .bhl-award-container img {
    margin-bottom: 0;
  }
}
.bhl-award-container img:not(:last-child) {
  margin-right: 10px;
}
ul li {
  list-style-type: none;
}
ul li.leaf-tick {
  position: relative;
  padding-left: 45px !important;
}
ul li.leaf-tick::before {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://brighten.com.au/wp-content/uploads/2023/01/Brighten-Leaf-Tick-08.png");
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
ul li.leaf-tick::after {
  display: none;
}
ul li.list-col-2 {
  width: fit-content;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  ul li.list-col-2 {
    margin: auto;
    column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  ul li.list-col-2 {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  ul li.list-col-2 {
    width: 60%;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-initial {
  text-align: initial;
}
.text-inherit {
  text-align: inherit;
}
.tooltip {
  display: inline-block;
  position: relative;
  opacity: 1;
  vertical-align: text-top;
  z-index: 99;
}
.tooltip img {
  width: 15px;
}
.tooltip .tooltiptext {
  display: none;
  opacity: 0;
  background-color: #555;
  color: #fff;
  text-align: center;
  width: 250px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  padding: 5px;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.tooltip:hover img {
  opacity: 0.9;
}
.tooltip:hover .tooltiptext {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 560px) {
  .tooltip .tooltiptext {
    transform: translateX(-40%);
  }
}