/*********************************************
 * General
/*********************************************/
img {
  max-width: 100%;
  display: block;
}

::placeholder {
  opacity: 0.6;
}

body.page-template-template-find-an-installer .site-content {
  margin-top: 0;
}

.content-area.find-an-installer {
  padding: 0;
}

/*********************************************
 * Map
/*********************************************/
#dealer_map {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.yea-installer-map-pin {
  width: 82px;
  height: 107px;
  background-image: url("../img/yea-map-pin-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  animation: drop 0.3s linear forwards var(--delay-time);
}
.yea-installer-map-pin.premium-pin {
  background-image: url("../img/yea-map-pin-premium-bg.svg");
}
.yea-installer-map-pin.bounce {
  -webkit-animation: bounce 1s infinite ease-in-out;
  -o-animation: bounce 1s infinite ease-in-out;
  -ms-animation: bounce 1s infinite ease-in-out;
  -moz-animation: bounce 1s infinite ease-in-out;
  animation: bounce 1s infinite ease-in-out;
  z-index: 9999;
}
.yea-installer-map-pin .pin-logo {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 10px;
}
.yea-installer-map-pin .pin-logo img {
  max-width: 100%;
  margin: 0 auto;
}

.gm-style-iw > button {
  top: 4px !important;
  right: 4px !important;
}
.gm-style-iw > button > span {
  width: 20px !important;
  height: 20px !important;
  mask-size: 20px;
}

/*********************************************
 * Find installer container
/*********************************************/
.ri-badge span {
  padding: 8px 15px;
}

.find-an-installer-container {
  position: relative;
  width: 100%;
}
.find-an-installer-container:not(.overlay-active) {
  height: calc(100vh - 150px);
  padding-left: 15px;
  padding-right: 15px;
}
.find-an-installer-container .primary-title {
  font-size: 34px;
}
.find-an-installer-container .search-results .sr-header {
  padding-left: 25px;
  padding-right: 25px;
}
.find-an-installer-container .search-results .installer-result:hover {
  cursor: pointer;
}

.installer-short-profile.premium-card {
  border: 5px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #007bff, #A200C7) border-box;
}
.installer-short-profile.premium-card .ri-badge {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 6px 0;
  overflow: hidden;
}

.installer-result .installer-card {
  border: 1px solid #999;
  border-radius: 6px;
  position: relative;
}
.installer-result .installer-card.premium-card {
  border: 5px solid;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #007bff, #A200C7) border-box;
  border-image: linear-gradient(to right, #007bff, #A200C7) 1;
}
.installer-result .installer-card.premium-card .ri-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 6px 0 6px 0;
  overflow: hidden;
}
.installer-result .installer-card.premium-card .ri-badge span {
  padding: 8px 15px;
}

.highlight-premium .installer-result .installer-card {
  opacity: 0.6;
}
.highlight-premium .installer-result .installer-card:hover {
  opacity: 1;
}
.highlight-premium .installer-result .installer-card.premium-card {
  opacity: 1;
}

@media (max-width: 767px) {
  .find-an-installer-container {
    background-image: url("../img/bg-find-installer-mobile.png");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .find-an-installer-container .primary-title {
    font-size: 28px;
  }
  .find-an-installer-container .search-results {
    background-color: #fff;
  }
  .find-an-installer-container.overlay-active {
    background: none;
  }
  .find-an-installer-container.overlay-active h2 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .page-template-template-find-an-installer footer .footer-top {
    border-top: 0;
  }
  .page-template-template-find-an-installer footer .footer-middle {
    display: none;
  }
  .find-an-installer-container {
    height: 100vh;
    overflow: hidden;
  }
  .find-an-installer-container .expand-results {
    overflow-y: auto;
  }
}
/*********************************************
 * Dealer Map Overlay
/*********************************************/
.dealer-map-overlay .secondary-title {
  display: none;
}
.dealer-map-overlay.expand-results .primary-title {
  display: none;
}
.dealer-map-overlay.expand-results .secondary-title {
  display: block;
}

.dealer-map-overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 90%;
  max-width: 500px;
  z-index: 8;
  border-radius: 6px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .dealer-map-overlay {
    background-color: #ffffff;
  }
}
.dealer-map-overlay.expand-results {
  animation-duration: 400ms;
  animation-name: expandResults;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 550px;
  height: 100%;
  border-radius: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transform: translateY(0);
}
.dealer-map-overlay.expand-results .search-form-wrapper {
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .dealer-map-overlay {
    left: 0;
    top: auto;
    width: 100%;
    position: relative;
    max-width: none;
  }
  .dealer-map-overlay.expand-results {
    top: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  .dealer-map-overlay.expand-results form#find-an-installer-form .btn-submit-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .dealer-map-overlay {
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.4);
  }
}
/*********************************************
 * Find installer form
/*********************************************/
form#find-an-installer-form .input-group {
  background-color: #ffffff;
  border-radius: 42px;
}
form#find-an-installer-form .input-group .form-control {
  height: 48px;
  border: 0;
  color: #333333;
  font-size: 18px;
  box-shadow: none;
  font-family: "Space Grotesk", sans-serif;
}
form#find-an-installer-form .input-group .input-group-append button[type=submit] {
  border-color: #dddddd;
  border-left: 0;
  padding: 0;
  height: 48px;
  outline: none;
  box-shadow: none;
}
form#find-an-installer-form .input-group .input-group-append button[type=submit] span.icon {
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
form#find-an-installer-form .input-group select.form-control {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  appearance: none;
  border: 1px solid #f4f4f4;
  border-radius: 48px;
  width: 130px;
}
form#find-an-installer-form .input-group select.form-control option {
  color: #000000 !important;
}
form#find-an-installer-form .input-group > .dropdown {
  flex: 1;
}
form#find-an-installer-form .btn-submit-mobile {
  border-radius: 48px;
  overflow: hidden;
}
form#find-an-installer-form .btn-submit-mobile .ae-h4 {
  line-height: 35px;
}

@media (max-width: 767px) {
  form#find-an-installer-form .input-group .form-control {
    font-size: 14px;
    height: 35px;
  }
  form#find-an-installer-form .input-group .input-group-append button[type=submit] {
    height: 35px;
  }
  form#find-an-installer-form .input-group .input-group-append button[type=submit] span.icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
/*********************************************
 * Enquiry form/Quote Modal
/*********************************************/
.get-a-quote-modal.in-single {
  transform: translateY(5%);
}
.get-a-quote-modal:not(.in-single) {
  position: absolute;
  z-index: 70;
  width: 550px;
  background: white;
  box-shadow: 0 9px 16px rgba(42, 38, 100, 0.12);
  top: 0;
  transform: translateX(-100%);
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 100vh;
  height: 100vh;
}
.get-a-quote-modal:not(.in-single).active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.get-a-quote-modal:not(.in-single) .quote-modal-header {
  box-shadow: 0px 4px 16px -4px rgba(18, 16, 54, 0.2);
}
.get-a-quote-modal:not(.in-single) .ae-make-quote {
  overflow-y: scroll;
  max-height: calc(100% - 120px);
}
.get-a-quote-modal .installer-profile-authorised-partner ul li {
  flex: 0 0 50%;
}

#submitall-installer {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: -40px;
}

form#get-a-quote label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #333333;
}
form#get-a-quote .input-group .input-group-prepend {
  min-width: 35px;
}
form#get-a-quote .form-control:not(textarea) {
  border: 0;
}
form#get-a-quote .form-control:not(textarea):focus, form#get-a-quote .form-control:not(textarea):active {
  outline: none;
  border-bottom-color: #FF2E00;
  box-shadow: none;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (max-width: 767px) {
  .get-a-quote-modal:not(.in-single) {
    width: 100%;
    position: absolute;
    z-index: 1000;
    overflow-y: visible;
  }
  .get-a-quote-modal:not(.in-single) .ae-make-quote {
    max-height: calc(100% - 50px);
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1280px) {
  .get-a-quote-modal:not(.in-single) {
    height: 100vh;
    top: 0;
  }
}
@media (min-width: 768px) and (max-height: 950px) {
  .get-a-quote-modal:not(.in-single) .quote-form-container > form {
    overflow-x: hidden;
  }
}
/*********************************************
 * Google reviews
/*********************************************/
.google-reviews {
  font-size: 14px;
  line-height: 16px;
}

ul.google-star-rating li {
  float: left;
}
ul.google-star-rating .star {
  color: #F5BC00;
  font-size: 16px;
}
ul.google-star-rating .star.fz-ic-21 {
  font-size: 21px;
}
ul.google-star-rating .star.empty {
  color: #333;
}
ul.google-star-rating .star.partial {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  ul.google-star-rating .star {
    font-size: 13px;
  }
}
/*********************************************
 * Installer Profile
/*********************************************/
.installer-profile .sticky-bar {
  top: 108px;
}
.installer-profile .profile-header {
  display: flex;
  margin-bottom: 25px;
}
.installer-profile .profile-header .profile-title {
  flex: 1;
}
.installer-profile .profile-header .profile-logo {
  flex: 0 0 200px;
  max-width: 96px;
  height: 96px;
  background-image: none;
}
.installer-profile .profile-header .profile-logo img {
  max-width: 96px;
}
.installer-profile .profile-header .profile-logo::before {
  width: 94px;
  height: 94px;
}
.installer-profile .installer-accreditations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.installer-profile .installer-accreditations ul li {
  padding: 10px 0;
  font-size: 18px;
}
.installer-profile .installer-accreditations ul li span {
  font-weight: 700;
}
.installer-profile .profile-contact {
  padding: 15px;
  box-sizing: border-box;
  margin-top: 35px;
}
.installer-profile .profile-contact address {
  font-size: 18px;
}
.installer-profile .profile-detail nav .nav-tabs .nav-link {
  border: 0;
}
.installer-profile .profile-detail nav .nav-tabs .nav-link.active {
  border-bottom: 2px solid #A200C7;
  color: #A200C7;
}
.installer-profile .yt-short-embed .vtv-format-media {
  z-index: 50;
}

#aea-installer-profile-gallery .recommended-badge {
  bottom: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
}

.profile-logo {
  background-image: linear-gradient(37deg, #2A2664, #B92A61);
  border-radius: 100px;
  max-width: 46px;
  height: 46px;
  position: relative;
}
.profile-logo.not-found {
  max-width: 70px;
  height: 70px;
}
.profile-logo:before {
  display: block;
  content: " ";
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #fff;
  border: 100px;
  position: absolute;
  top: 0px;
  z-index: 50;
}
.profile-logo.not-found::before {
  width: 70px;
  height: 70px;
  background: #2A2664;
  border: 1px solid #dddddd;
  top: 0;
}
.profile-logo img {
  max-width: 48px;
  z-index: 100;
  position: relative;
}
.profile-logo.not-found img {
  max-width: 70px;
}

.profile-gallery {
  position: relative;
}
.profile-gallery button[data-gallery-trigger=installer-profile] {
  bottom: 10px;
  right: 10px;
  z-index: 500;
}

.profile-thumb {
  height: 100px;
  max-width: 100px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.profile-thumb img {
  transform: translateY(30%) scale(2);
  width: 100%;
}

.installer-perks .staff-counter, .installer-perks .year-counter {
  position: relative;
}
.installer-perks .staff-counter span.counter {
  font-size: 1.6rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #2a2664;
}
.installer-perks .year-counter span.counter {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  color: #2a2664;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}
.installer-perks .staff-counter span.counter {
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}

#installer-profile-map {
  width: 100%;
  height: 400px;
}

.profile-products-carried .brand-logo img {
  max-width: 100px;
}

.installer-profile-authorised-partner ul {
  display: flex;
  flex-wrap: wrap;
}
.installer-profile-authorised-partner ul li {
  flex: 0 0 50%;
  font-size: 1.125rem;
}
.installer-profile-authorised-partner ul li > span {
  font-size: 1.5rem;
  color: #363080;
}

@media (min-width: 768px) {
  body.logged-in.admin-bar .installer-single .profile-action {
    top: calc(59px + 33px);
  }
}

.installer-single .profile-action {
  transition: all 200ms ease-in-out;
}
.installer-single .profile-action.isSticky {
  position: sticky;
  top: 59px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 990;
}
.installer-single .profile-action.isSticky .btn {
  border-radius: 0;
}

@media (max-width: 575px) {
  .installer-single .profile-action {
    position: fixed !important;
    top: auto !important;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1100;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .installer-single .profile-action .action {
    background-size: 200% auto;
    padding: 0.5em 1.5em;
    transition: 0.5s;
    background-image: linear-gradient(to right, #f67600 0%, #ff2e00 50%, #f67600 100%);
  }
  .installer-single .profile-action button {
    font-size: 1.5rem;
    padding: 0.5rem !important;
    background-color: transparent;
    border-width: 3px !important;
    border-radius: 48px !important;
  }
}
@media (min-width: 992px) {
  .installer-single .profile-action.isSticky {
    top: 59px;
    margin-left: 0;
    margin-right: 0;
  }
  .installer-single .profile-action.isSticky .btn {
    border-radius: 0 0 6px 6px;
  }
  .installer-profile-authorised-partner ul li {
    flex: 0 0 33%;
  }
}
@media (max-width: 575px) {
  .profile-thumb {
    height: 90px;
    max-width: 90px;
  }
}
@media (max-width: 575px) {
  .profile-gallery a.lg-item img {
    border-radius: 0 !important;
  }
}
#installer-suburbs {
  min-height: 290px;
}
#installer-suburbs.collapse:not(.show) {
  display: block;
  height: 290px;
  overflow: hidden;
}
#installer-suburbs.collapse.collapsing {
  min-height: 290px;
}

.yea-list-3-columns {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
@media (min-width: 768px) {
  .yea-list-3-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .yea-list-3-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.yea-list-4-columns {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
@media (min-width: 768px) {
  .yea-list-4-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .yea-list-4-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

/*********************************************
 * Find an installer Block
/*********************************************/
.find-an-installer-block {
  background: #912dd3;
  background: linear-gradient(45deg, #00bdf5 0%, #2a2664 100%);
  align-items: stretch;
  overflow: hidden;
}
.find-an-installer-block.default {
  background-image: url("../img/map-design.png"), linear-gradient(81.11deg, #00BDF5 0.23%, #A200C7 100%);
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 200px;
  overflow: visible;
}
.find-an-installer-block.compact {
  border-radius: 8px;
  overflow: visible;
}
.find-an-installer-block.compact .overlay .fai-block-title {
  font-size: 1.3em;
  flex: 1;
}
.find-an-installer-block.compact .input-group > .dropdown {
  flex-basis: 0;
}
.find-an-installer-block.compact .input-group select.form-control {
  width: 130px;
}
.find-an-installer-block.in-product-list, .find-an-installer-block .overlay {
  width: 100%;
}
.find-an-installer-block .fai-block-title {
  color: #fff;
  font-size: 2em;
}
.find-an-installer-block .fai-block-sub-title {
  color: #fff;
}
.find-an-installer-block form .field-group {
  position: relative;
}
.find-an-installer-block form .field-group input {
  flex: 1;
  border: 1px solid #fff;
  height: 50px;
  border-radius: 50px;
  padding: 5px 45px 5px 15px;
  width: 100%;
  font-size: 18px;
}
.find-an-installer-block form .field-group input::placeholder, .find-an-installer-block form .field-group input::-webkit-input-placeholder {
  color: #fff;
}
.find-an-installer-block form .field-group button[type=submit] {
  position: absolute;
  top: 7px;
  right: 10px;
  height: 35px;
  width: 35px;
  padding: 0;
  z-index: 30;
  font-size: 18px;
}
.find-an-installer-block form .field-group button[type=submit] span.icon {
  font-size: 18px;
  color: #0D57C8;
}
.find-an-installer-block form .input-group {
  border-radius: 42px;
}
.find-an-installer-block form .input-group .form-control {
  height: 48px;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .find-an-installer-block form .input-group .form-control {
    font-size: 15px;
    height: 35px;
  }
}
.find-an-installer-block form .input-group > .form-control:first-child {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.find-an-installer-block form .input-group > select.form-control:last-child {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}
.find-an-installer-block form .input-group select.form-control {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  appearance: none;
  border: 1px solid #f4f4f4;
  border-radius: 48px;
  min-width: 88px;
}
.find-an-installer-block form .input-group select.form-control option {
  color: #000000 !important;
}
.find-an-installer-block form .input-group .input-group-append button[type=submit] {
  background: #ffffff;
  border-color: #ffffff;
  border-left: 0;
  padding: 7px;
  opacity: 1;
  box-shadow: none;
}
.find-an-installer-block form .input-group .input-group-append button[type=submit] span.icon {
  border-radius: 100%;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .find-an-installer-block form .input-group .input-group-append button[type=submit] span.icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.find-an-installer-block form .btn-submit-mobile {
  border-radius: 48px;
  overflow: hidden;
}
.find-an-installer-block form .btn-submit-mobile .ae-h4 {
  line-height: 35px;
}

@media (min-width: 992px) {
  nav.navbar > div {
    background-color: transparent;
  }
}

body.logged-in.admin-bar .sticky-fai-widget {
  top: 33px;
}
body.logged-in.admin-bar .sticky-fai-widget.downscroll {
  top: calc(59px + 33px);
}

.toggle-sticky-fai {
  transition: all 200ms ease-in-out;
  border-radius: 0;
  z-index: 1000;
  bottom: 0;
}
.toggle-sticky-fai.open > button {
  opacity: 0 !important;
}
.toggle-sticky-fai.open .find-an-installer-widget {
  bottom: 0;
  opacity: 1;
}
.toggle-sticky-fai.open .find-an-installer-widget button.btn.close-fai-sticky-widget {
  display: block;
}
.toggle-sticky-fai > button {
  transition: all 200ms ease-in-out;
  height: 47px;
}
.toggle-sticky-fai .find-an-installer-widget {
  transition: all 200ms ease-in-out;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
}
.toggle-sticky-fai .find-an-installer-widget .find-an-installer-block {
  margin-bottom: 0 !important;
  border-radius: 0;
  background-image: url("../img/bg-find-installer-mobile.png");
  background-position: right center;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.toggle-sticky-fai .find-an-installer-widget .find-an-installer-block .input-group .dropdown-menu {
  top: auto !important;
  bottom: calc(100% + 3px);
  transform: none !important;
}

button.btn.close-fai-sticky-widget {
  display: none;
  outline: none;
  top: 5px;
  right: 0;
}

@media (max-width: 991px) {
  .find-an-installer-block.default {
    background-position: 30% center;
  }
}
@media (max-width: 577px) {
  .find-an-installer-block.default {
    background-image: url("../img/map-design-mobile.png"), linear-gradient(81.11deg, #00BDF5 0.23%, #A200C7 100%);
    background-position: top right;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .find-an-installer-block.compact .overlay {
    flex-direction: column;
    align-items: flex-start;
  }
  .find-an-installer-block.compact .overlay form {
    flex: 1;
  }
}
.fai-nav-toolbar {
  top: -100%;
  opacity: 0;
  z-index: 1 !important;
}
.fai-nav-toolbar.active {
  top: 100%;
  opacity: 1;
}
.fai-nav-toolbar form select {
  background-color: #fff;
  border-radius: 48px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  appearance: none;
}
.fai-nav-toolbar form .dropdown input {
  background-color: #fff;
  border-radius: 48px 0 0 48px;
  border: 0;
  width: 220px;
}
.fai-nav-toolbar form .dropdown + .input-group-append button {
  background-color: #fff;
  border: 0;
  border-radius: 0 48px 48px 0;
  padding: 7px;
  opacity: 1;
  box-shadow: none;
}
.fai-nav-toolbar form .dropdown + .input-group-append button span {
  padding: 8px;
  border-radius: 20px;
  color: #fff;
}
.fai-nav-toolbar button.close-fai-nav-toolbar {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 2rem;
}

/*********************************************
 * Find installer section home page
/*********************************************/
.yea-find-installer-section {
  background-image: url("../img/battery-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.yea-find-installer-section.yea-bg-type-2 {
  background-image: url("../img/commercial-solar-banner.webp");
}
.yea-find-installer-section.yea-bg-type-3 {
  background-image: url("../img/ev-banner.webp");
}
.yea-find-installer-section.yea-bg-type-4 {
  background-image: url("../img/residential-solar-banner.webp");
}
.yea-find-installer-section form {
  border-radius: 16px;
}
@media (min-width: 576px) {
  .yea-find-installer-section form {
    padding: 20px;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .yea-find-installer-section form {
    padding: 20px 40px;
  }
}
.yea-find-installer-section .input-group {
  background-color: #ffffff;
  border-radius: 42px;
}
.yea-find-installer-section .input-group-append {
  margin-left: 0;
}
.yea-find-installer-section .input-group-append .ae-orange-bg-linear {
  border-radius: 48px;
}
.yea-find-installer-section .input-group-append button {
  opacity: 1;
  width: 60px;
}
@media (min-width: 992px) {
  .yea-find-installer-section .input-group-append button {
    width: auto;
  }
}
.yea-find-installer-section .input-group-append .form-control {
  width: 130px;
  height: 35px;
  border-radius: 48px;
  font-size: 16px;
  border-color: #f4f4f4;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  appearance: none;
  font-family: "Space Grotesk", sans-serif;
  color: #707070;
}
@media (min-width: 576px) {
  .yea-find-installer-section .input-group-append .form-control {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .yea-find-installer-section .input-group-append .form-control {
    width: auto;
    height: 58px;
    font-size: 20px;
  }
}
.yea-find-installer-section .dropdown .user-address {
  height: 35px;
  font-size: 16px;
  border-color: #dddddd;
  font-family: "Space Grotesk", sans-serif;
}
@media (min-width: 576px) {
  .yea-find-installer-section .dropdown .user-address {
    height: 58px;
  }
}
@media (min-width: 992px) {
  .yea-find-installer-section .dropdown .user-address {
    font-size: 20px;
  }
}
.yea-find-installer-section h2 {
  font-size: 22px;
  margin-bottom: 32px;
  text-shadow: 0px 2px 4px rgba(42, 38, 100, 0.8);
  line-height: 46px;
}
@media (min-width: 992px) {
  .yea-find-installer-section h2 {
    font-size: 32px;
  }
}
.yea-find-installer-section .btn-submit-mobile {
  border-radius: 48px;
  overflow: hidden;
}
.yea-find-installer-section .btn-submit-mobile .ae-h4 {
  line-height: 35px;
}

.yea-find-partners-section {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.yea-find-partners-section form {
  padding: 16px;
  border-radius: 67px;
  max-width: 764px;
  margin: 0 auto;
}
.yea-find-partners-section .input-group-append {
  margin-left: 0;
}
.yea-find-partners-section .input-group-append .ae-orange-bg-linear {
  border-radius: 48px;
}
.yea-find-partners-section .input-group-append button {
  opacity: 1;
  width: 58px;
}
.yea-find-partners-section .input-group-append .form-control {
  width: 130px;
  height: 60px;
  border-radius: 48px;
  font-size: 16px;
  border-color: #f4f4f4;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  appearance: none;
  font-family: "Space Grotesk", sans-serif;
  color: #707070;
}
@media (min-width: 992px) {
  .yea-find-partners-section .input-group-append .form-control {
    width: auto;
    height: 58px;
    font-size: 20px;
  }
}
.yea-find-partners-section .dropdown .user-address {
  height: 58px;
  font-size: 16px;
  border-color: #dddddd;
  font-family: "Space Grotesk", sans-serif;
}
@media (min-width: 992px) {
  .yea-find-partners-section .dropdown .user-address {
    font-size: 20px;
  }
}
.yea-find-partners-section h2 {
  font-size: 22px;
  margin-bottom: 32px;
  text-shadow: 0px 2px 4px rgba(42, 38, 100, 0.8);
  line-height: 46px;
}
@media (min-width: 992px) {
  .yea-find-partners-section h2 {
    font-size: 32px;
  }
}
.yea-find-partners-section .yea-state-filters {
  gap: 8px;
  flex-wrap: wrap;
}
.yea-find-partners-section .yea-state-filters .yea-state-filter {
  border-radius: 48px;
  border: 1px solid #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
}
.yea-find-partners-section .yea-state-filters .yea-state-filter.active {
  background-image: linear-gradient(to right, #00BDF5 0%, #A200C7 100%);
  border: none;
}

body.home .site-content {
  margin-top: 0;
}

/*********************************************
 * Location Suggestion
/*********************************************/
form .dropdown-menu.location-suggestions-dropdown {
  width: 100%;
  max-height: 250px;
  overflow-y: scroll;
  background: #ffffff;
}
form .dropdown-menu.location-suggestions-dropdown .dropdown-item {
  font-family: "Space Grotesk", sans-serif;
}
form .dropdown-menu.location-suggestions-dropdown .dropdown-item:hover, form .dropdown-menu.location-suggestions-dropdown .dropdown-item:focus {
  background-color: #0D57C8;
  color: #ffffff;
}

#setUserLocationForm .input-group select.form-control {
  background-color: rgba(255, 255, 255, 0.08) !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
  appearance: none;
  border-radius: 48px;
}
#setUserLocationForm .input-group input {
  flex: 1;
  height: 48px;
  width: 100%;
  font-size: 18px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}
#setUserLocationForm .input-group .input-group-prepend button {
  border-bottom-left-radius: 48px;
  border-top-left-radius: 48px;
  border-color: #dddddd;
  color: #707070;
}
#setUserLocationForm .input-group:hover .input-group-prepend button {
  border-color: #9F9FA1 !important;
}

.best_value {
  border: 1px solid #FF2E00;
}
.best_value .best-value-text {
  margin-left: -24px;
  margin-top: -25px;
}
.best_value .best-value-text > span {
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
}

.aea-installer-packages .carousel-indicators li {
  background-color: #FF2E00;
}

.yea-partners-slider .slick-arrow {
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 100;
}
.yea-partners-slider .slick-arrow:hover {
  background-color: #ffffff;
}
.yea-partners-slider .slick-prev::before {
  content: "\e913";
  font-family: "allenergy";
  color: #333333;
}
.yea-partners-slider .slick-next::before {
  content: "\e914";
  font-family: "allenergy";
  color: #333333;
}

.yea-partners-grid .yea-partner-result {
  z-index: 1;
  position: relative;
  display: flex;
  height: 100%;
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content {
  border: 4px solid transparent;
  background: #ffffff;
  background-clip: padding-box;
  position: relative;
  border-radius: 8px;
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  background: linear-gradient(81.11deg, #00BDF5 0.23%, #A200C7 100%);
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content .partner-thumb img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content .partner-detail {
  padding: 20px;
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content .google-reviews {
  margin-bottom: 16px;
}
.yea-partners-grid .yea-partner-result .yea-partner-result-content .google-reviews ul li {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .installer-featured-posts .vtv-featured-image img {
    max-width: 9.063rem;
  }
}

.yea-enquire-sticky-section {
  bottom: 0;
  z-index: 10;
}

#enquireNowWidgetModal .form-footer #submitall-installer,
#enquireNowWidgetModal .form-footer #trigger-submit-all-quote,
#enquireNowWidgetModal .form-footer span.d-block {
  display: none !important;
}

.fai-toolbar-btn:focus {
  box-shadow: none !important;
}

.quote-form-container .yea-services .form-check {
  border-radius: 41px;
  border: 1px solid #dddddd;
  font-size: 14px;
  height: 34px;
  padding: 0 10px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.quote-form-container .yea-services .form-check label {
  font-weight: 400 !important;
  height: 100%;
}
.quote-form-container .yea-services .form-check label span {
  margin-right: 10px;
}
.quote-form-container .yea-services .form-check label .form-check-input {
  opacity: 0;
}
.quote-form-container .yea-services .form-check label::after {
  content: "\e939";
  font-family: "allenergy";
  font-size: 16px;
  color: #0D57C8;
  display: none;
}
.quote-form-container .yea-services .form-check:has(input[type=checkbox]:checked) {
  border-color: #0D57C8;
}
.quote-form-container .yea-services .form-check:has(input[type=checkbox]:checked) label {
  font-weight: bold !important;
  color: #0D57C8 !important;
}
.quote-form-container .yea-services .form-check:has(input[type=checkbox]:checked) label::after {
  display: block;
  margin-left: 10px;
}
.quote-form-container .form-control {
  height: 42px;
}
.quote-form-container textarea.form-control {
  height: auto;
}

.region-single .section-header {
  background-image: url("../img/region-bg-header.webp");
  background-position: center;
  background-size: cover;
}
.region-single .section-calculator {
  background: rgba(0, 189, 245, 0.1);
}
.region-single .section-calculator .output-calculator {
  max-width: 800px;
  border-radius: 16px !important;
}
.region-single .section-2,
.region-single .section-4,
.region-single .section-6 {
  background-color: #f4f4f4;
}
.region-single .section-bottom {
  background-image: url("../img/region-bg-bottom.webp");
  background-position: center;
  background-size: cover;
}

/*********************************************
 * Keyframes
/*********************************************/
@keyframes expandResults {
  from {
    top: 30px;
    left: 30px;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
