/*
Theme Name: Housing
Theme URI: https://opencollective.com/housing
Author: Bryan Hadaway
Author URI: https://opencollective.com/housing#section-contributors
Description: Donate: https://opencollective.com/housing. Learn: https://housing.me/. housing is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/housing/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: housing

housing WordPress Theme 2011-2024
housing is distributed under the terms of the GNU GPL
*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
*{margin:0px;padding:0px;box-sizing: border-box;}
body{
    margin: 0px;
    padding: 0px;
    font-family: "Outfit", serif; 
    font-size: 14px;
}
img{max-width: 100%;height: auto;vertical-align: middle;}
.top-header {
    padding: 10px 0;
    background: #F3F3F3;
}
.header-main {
    padding: 15px 0;
    position: relative;
}
.top-header a{text-decoration: none;color: #000;font-weight: 500;}
.top-header a img{margin-right:5px}
.navigation ul {
    margin: 0;
    padding: 0;
}
.navigation ul li {
    list-style: none;
}
.navigation ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    padding: 0 10px;
    font-weight: 500;
}
.btn.btn-housing {
    background: #FF3245;
    border-radius: 4px;
    padding: 15px 25px;
    font-weight: 700;
    border-color: #FF3245;
    color: #fff;
    font-size: 14px;
}
.page-content-box h3{text-align:center}
.banner{position: relative;padding: 50px 0;}
.banner-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.banner-bg  img {
    
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-bg:before {
    content: "";
    background: #022677;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    
}
.banner-text {
    position: relative;
    color: #fff;
    z-index: 1;
}
.banner-text h1 {
    font-size: 40px;
    
    margin-bottom: 20px;
}
.banner-text p{
    font-size: 16px;
}
.banner-text .btn {
    border-radius: 45px;
    display: inline-block;
    margin: 10px 0 20px;
}
.banner-text li {
    font-size: 16px;
    list-style: none;
    font-weight: 500;
    padding: 5px 0 5px 0px;
    position: relative;
    background-size: 18px;
}
.btn span svg {
    width: 20px;
}
.banner-text li svg {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.banner-text ul{margin: 0px;padding: 0px;}
.page-content-box {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 10px;
}
.page-content-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-content-box ul li{position: relative;padding: 5px  0 5px 20px;font-weight: 500;font-size: 14px;}
.page-content-box ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.page-bredcrum li {
    list-style: none;
    padding: 0 2.5px;
    font-weight: 600
    ;
}
.page-bredcrum {
    padding: 10px 0;
    background: #F3F3F3;
}
.page-bredcrum ul {
    margin: 0;
    padding: 0;
}
.page-bredcrum li:first-child {
    padding-left: 0;
}
.page-bredcrum li a{text-decoration: none;color: #000;}
.call-action {
    font-weight: bold;
}
.btn.btn-housing:hover {
    border-color: white;
    background-color: transparent;
}
.call-action span{display: inline-block;vertical-align: middle;margin-right:10px}
.image-text-block h2 {
    font-size: 40px;
    margin: 0 0 15px;
}
.image-text-block p {
    font-size: 14px;
    font-weight: 500;
}
.image-text-block p:last-child{margin:0px}
.image-container img {
    border-radius: 10px;
    width: 100%;
}

.trust-pilot-main-content h3 {
    font-weight: 700;
    font-size: 24px;
}
section.trust-pilot-section {
    padding: 30px 0;
}
.star-icon img {
    max-height: 16px;
}
.star-image img {
    max-height: 16px;
}
.trust-pilot-main-content .star-image img {
    max-height: 25px;
}
.review-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}

.font-300{
    font-weight: 300;
}
.review-block {
    padding: 0 20px;
}
section.cta {
    background: #01AE65;
    color: #fff;
    padding: 30px 0;
}
.cta h4 {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 10px;
}
.cta p {
    margin: 0;
    font-size: 18px;
}
.cta .btn+ .btn {
    margin-left: 20px;
}
a.btn.white-btn {
    border-color: #fff;
    background: transparent;
}
.cta .btn-icon img {
    max-height: 14px;
}
.btn span {
    margin: 0 5px;
}
.faq{
    padding: 50px 0;
}
.section-padding{padding:50px 0}
.section-heading{margin-bottom: 50px;}
.faq-content {
    display: none;
}
.section-heading h2 {
    font-size: 40px;
    
    font-weight: bold;
}
.serice-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
.serice-text p {
    font-size: 18px;
    margin: 0;
}
.services-box {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 10px;
}
.serice-text {
    width: calc(100% - 60px);
    padding-left: 20px;
    padding-right: 20px;
}
.service-icon {
    width: 50px;
}
.service-arrow {
    width: 20px;
}
.services .row,.issue .row{
    --bs-gutter-y: 1.5rem;
}
.issue-caption {
    padding: 15px;
    background: #022677;
    color: #fff;
    text-align: center;
}
.issue-block a {
    text-decoration: none;
    color: inherit;
}
.issue-image {
    position: relative;
    height: 240px;
    width: 100%;
}
.issue-image img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}
.issue-caption > *{margin:0px}
.issue-caption h3 {
    font-size: 20px;
    font-weight: 700;
}
.faq-container {
    max-width: 960px;
}
.faq-row{
    background: #F3F3F3;
    border-left: 8px solid #01AE65;
    margin: 0 0 30px;
    border-radius: 8px;
}
.faq-row h3.faqheading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 20px 30px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: space-between;
   
}
.faqheading .minus-icon {
    display: none;
}
.faq-row h3.faqheading.active .plus-icon{
    display: none;
}
.faq-row h3.faqheading.active .minus-icon{
    display: block;
}
.faq-content {
    padding: 20px 30px;
}
.usp-bar {
    padding: 15px 0;
    font-size: 16px;
}
.usp-bar .col-md-4 + .col-md-4 .usp-bar-content {
    padding-left: 20px;
    border-left: 1px solid;
}
.usp-bar .icon {
    margin-right: 10px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
}
.usp-box {
    padding: 50px 0;
}
.usp-box-content {
    padding: 40px;
}
.usp-bar .icon:after {
    width: 20px;
    content: "";
    height: 20px;
    background: #fff;
    position: absolute;
    
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.usp-box-content p {
    padding: 20px 0 15px;
}
.usp-box-content .btn{width:100%}
span.btn-icon img {
    max-height: 15px;
}
.logo img {
    
    z-index: 123;
    top: 6px;
    
}
.footer-logo img {
    max-width: 100px;
}
.footer {
    padding: 50px 0;
    background: #022677;
    color: #ffff;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.footer li {
    list-style: none;
    padding: 5px 0;
}
.table-of-contents ul li a {
    color: inherit;
    text-decoration: none;
}
.blinking-border {
    animation: blink 2s linear 0s infinite normal none running;
    position: relative;
}
@keyframes blink {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
      /* White color */
    }
    70% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
      /* White color fading out */
    }
    100% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
      /* White color fading out */
    }
  }

  .blinking-border {
    @apply border-8 border-gray-100;
    animation: blink 2s linear 0s infinite normal none running;
  }
.location-list {
    padding-top: 30px;
}
.location-list ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 870px;
}
.location-list ul li {
    width: auto;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.location-list ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: rgb(0, 0, 0);
}
.location-list ul li a{color: #000;text-decoration: none;}
.serice-text h4 a{color: inherit;text-decoration: none;}
.video-thumbnail img {
    width: 100%;
}
.video-thumbnail iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.video-thumbnail {
    position: relative;
}
.video-slider .col-md-4 {
    padding: 0px !important;
}
.video-slider {
    margin: 0px !important;
}
.video-container {
    border: 1px solid #ECECEC;
    height: 100%;
	margin:0 calc(var(--bs-gutter-x) * .5);
}
.video-dec-container {
    padding: 20px;
}
.video-dec-container h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.video-dec-container p {
    font-size: 16px;
    margin: 0;
}
section.usp-box .col-md-6:first-child .align-items-center {
    background: #01AE65;
    color: #fff;
   
}
section.usp-box .col-md-6:last-child  .align-items-center{
    background: #022677;
    color: #fff;
  
}
section.usp-box .col-md-6:first-child  .btn{
    background: #022677;
    border-color: #022677;
}
section.usp-box .col-md-6:last-child  .btn{
    background: #01AE65;
      border-color: #01AE65;
      
}
.usp-box .btn span{position: relative;top:-2px}
.top-header .col:first-child svg {
    margin-top: -3px;
}
.top-header .col:last-child svg {
    margin-top: -3px;
}
.banner-text li:before {
    content: "";
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: 50%;
    border-radius: 100px;
    margin-top: -9px;
} 
p.button-insert {
    margin: 1rem 0;
}
p.button-insert .btn {
    border-radius: 45px;
}
.mobile-display{display: block;}
section.mobile-contact-form {
    background: #F3F3F3;
    padding: 0px;
}
section.mobile-contact-form .container{padding:0px}
.our-process-content {
    padding: 20px;
    background: #F3F3F3;
    border-radius: 16px;
}
.our-process-content h4 {
    font-size: 26px;
}
.our-process-content p {
    font-size: 20px;
    margin: 0;
}
.our-process-content .icon {
    height: 56px;
    min-width: 66px;
    line-height: 56px;
    text-align: center;
    background: #01AE65;
    color: #fff;
    margin-right: 20px;
    font-size: 24px;
    display: inline-block;
}
.our-process .heading-rep {
    margin-bottom: 50px;
}

/* Base styling for the shape container */
.shape {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    min-width: 55px;
    height: 55px;
    text-align: center;
    margin-right: 20px;
}

/* Square styling */
.square {
    background-color: #01AE65;
}
.our-process .row {
    gap: 1.5rem 0;
}
/* Triangle styling */
.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid red;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Number inside triangle */
.triangle::after {
    content: attr(data-number);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/* Polygon styling */
.polygon {
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 55.5px solid #01AE65;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Number inside polygon */
.polygon::after {
    content: attr(data-number);
    position: absolute;
    top: 23px;
    left: -5px;
    /* transform: translate(-50%, -50%); */
    color: white;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-90deg);
}
.our-process .container {
    max-width: 1030px;
}
.team-block {
    background: #f3f3f3;
    border-radius: 12px;
}
.team-bottom-content {
    padding: 1.5rem;
}
.team-bottom-content h5{font-size: 20px;margin-bottom: 10px;}
.team-bottom-content .contact-link{color: inherit;text-decoration: none;}
.team-bottom-content p{margin-bottom: 10px;font-size: 16px;line-height: 1;}
.team-bottom-content .btn-housing{
    padding: 8px 10px;
}
.team-bottom-content .btn-housing:hover{
    background-color: #FF3245;
    border-color: #FF3245 ;
}
.teams .button-container .btn:hover {
    background: #FF3245;
    border-color: #FF3245;
}
.teams h3{font-size: 40px;}
.team_image img {
    border-radius: 12px 12px 0 0;
}
.team_image img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.services-group .col-md-6 {
    float: left;
}
.slick-arrow {
    border: none;
    background: transparent;
    outline: none;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.services-wrapper .slick-arrow{
    transform: translateY(-52px);
}
.slick-next{
right: -40px;
left: inherit !important;
}
.team-block {
   
    margin: 0 7.5px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
    list-style: none;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    font-size: 0px;
}

.slick-dots .slick-active button {
    background-color: #000;
}
.search-box {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0 20px;
}
.service-filters {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
}
.alpha-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}
ul#search-results {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
ul#search-results li {
    width: 25%;
    display: inline-block;
}
.location-search-container {
    gap: 20px 0;
}
.search-box .text-field {
    width: 100%;
    margin: 0px;
    padding: 10px 15px;
    font-size: 16px;
    outline: none;
    max-width: 560px;
	border:1px solid transparent;
}
.search-box .btn {
    border-radius: 0px;
    cursor: pointer;
}
.search-box .btn {
    border-radius: 0px;
    cursor: pointer;
    padding: 12px 22px;
    width: 122px;
}
.search-box .btn:hover{
    background: #FF3245;
    border: #FF3245;
}
.location-search-container .btn-gray {
    background: #F3F3F3;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 0px;
    color: #000;
}
.location-search-container .btn-gray.active{
    background: #FF3245;
    color:#fff;
}
ul#search-results li a{text-decoration: none;color: #000;}
ul#search-results li{
    
    position: relative;
    padding-left: 15px;
}
ul#search-results li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: rgb(0, 0, 0);
}
.google-star-icon{
    margin: 15px 0;
}
.google-star-icon img{max-height: 20px;}
.google-review-left p {
    font-size: 14px !important;
}
.google-review{
    padding: 20px;
    margin: 0 10px;
    border-radius: 4px;
    background-color: #f3f3f3;
}
.google-review p{margin: 0px !important;}
button.read-more-btn{margin-top: 10px;}
.banner-image-mobile {
    margin: 10px 0 0;
}
.footer-social img {
    width: 100%;
    /* max-height: 26px; */
}
.footer-social ul {
    margin: 0px;
    padding: 0;
    display: flex;
    gap: 15px;
}
.footer-social li{
    width: 30px;
    padding: 0px;
}
.blog-content img {
    width: 100% !important;
    height: auto !important;
}
a.post-nav {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0 80px;
    background-size: cover;
    position: relative;
    font-weight: 600;
}
a.post-nav:before{
    
        content: "";
        background: rgba(2,38,119,0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
    
}
a.post-nav span{z-index: 1;position: relative;}
.post-navigation {
    display: flex;
    width: 100%;
    justify-content: center;
}
span.post-suggestion {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.gftt-label {
    display: none;
}
.has-gftt-label {
    margin: 0px !important;
    position: absolute !important;
    width: auto !important;
    top: 6px !important;
    right: 0 !important;
}
.category-box {
    border: 1px solid #ECECEC;
}
.categories-text-box {
    padding: 15px 20px;
}
.categories-text-box a{
    text-decoration: none;
}
form#sort-form label {
    font-size: 16px;
    margin-right: 15px;
}
.filter-select {
    background-color: #F3F3F3;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-apperance: none;
    outline: none;
    background-image: url(images/down-arrow.svg);
    background-position: 90% center;
    background-repeat: no-repeat;
}
.categories-text-box h2 {
    margin: 10px 0;
}
.categories-text-box h2 a{text-decoration: none;color: inherit;}
.categories-text-box h3 {
    margin: 10px 0;
}
.categories-text-box h3 a{text-decoration: none;color: inherit;}
@media(min-width:767px){
    .mobile-display{display: none;}
}
@media(max-width:767px){
	.usp-bar-content {
    text-align: center;
}
	.gftt-label{display:block}
	.gftt-icon{position:absolute !important;top:0px;right:0}
	.gform_wrapper .gfield_required {
    display: none !important;
}
    .desktop-display{display: none;}
    .mega-menu-toggle{width: 40px;}
    
    .navigation{gap:8px}
    .icon-bg {
        width: 50px;
        height: 50px;
        background: #f3f3f3;
        border-radius: 4px;
        line-height: 50px;
        text-align: center;
    }
    .icon-bg svg {
        width: 35px;
        height: 35px;
    }
    .header .logo img {
        width: 56px;
    }
    .usp-bar .col-md-4 + .col-md-4 .usp-bar-content{
        padding-left: 0px;
        border-left:none;
     
    }
    .trust-pilot-section .row {
        gap: 30px;
    }
    .review-block {
       
        max-width: 90%;
        margin: auto;
    }
    .usp-box .row {
        gap: 15px 0;
    }
    .row{
        gap: 15px 0;
    }
    .image-container {
        padding: 0px !important;
        margin: 0px;
    }
    .cta .row{text-align: center;}
    .cta .justify-content-end {
        justify-content: center !important;
    }
    .footer .px-5{padding: 0px !important;}
    .banner-text li:before{top:20px}
	.location-list ul{justify-content:center;gap:10px 15px}
    .location-list ul li{width: auto;}
    div#input_1_1 {
        justify-content: space-between;
    }
    span#input_1_1_6_container {
        flex: 0 0 48%;
    }
    span#input_1_1_3_container {
        flex: 0 0 48%;
    }
	.thumbnails .thumbnail:last-child {
    display: none;
	}
    .serice-text p{display: none;}
    .services-wrapper .slick-arrow{
        top: inherit;
        width: 30px;
        bottom: -40px;
        left: 0;
        right: 0;
    }
    .review-slider .slick-prev{
        left: 0 !important;
    }
	.review-slider .slick-next{
        right: 0 !important;
    }
    .team-slider .slick-arrow{
        left: 0;
        right: 0;
    }
    .banner{padding: 0px;}
    .banner-mobile{padding: 30px 0;position: relative;}
    .contact-form{padding-left: 0px;padding-right: 0px;}
    .section-padding{padding: 30px 0 !important;}
	.banner-text .col-md-5{padding:0px}
	.mega-menu-wrap .mega-menu-toggle{width:100% }
    .mega-menu-wrap .mega-menu-toggle {
        height: 50px;
    }
	.mega-menu-wrap .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
        left: 0;
    }
	.logo img{position: static !important;}
	.gform_wrapper.gravity-theme .ginput_complex span{flex: 0 0 49% !important}
	.gform_wrapper.gravity-theme .ginput_complex span.name_last {
    margin-left: 1%;
}
	.gform_wrapper.gravity-theme .ginput_complex span.name_first {
    margin-right: 1%;
}
	.cta .d-flex{flex-wrap:wrap;gap:15px 0}
	.cta .d-flex .btn{margin:0px !important;width:100%}
    .team-block {
        margin: auto;
        max-width: 80%;
    }
    .teams {
        text-align: center;
    }
    .image-text-block .row {
        gap: 30px 0;
    }
    ul#search-results li{width:50%}
	.banner-image-mobile img {
    width: 100%;
    border-radius: 1rem;
    margin: 10px 0 0;
}
	.banner{background:#f3f3f3;}
	.location-search-container .btn-gray{font-size:14px;padding:5px 10px}
	.search-box .btn{padding:5px 20px}
	.video-slider .slick-arrow{left:-10px}
	.video-slider .slick-next{right:-10px}
	
	.video-container{
		margin:0 30px;
	}
	.video-slider .slick-arrow{padding: 0 5px}
	.contact-form .gform_wrapper.gravity-theme #field_11_13 .gfield_label{position:static}
	.contact-form .gfield_checkbox#input_11_13 input[type="checkbox"] +label:before{
		padding-top:0px !important
	}
	
	.d-flex.justify-content-center.small-arrow{
		justify-content: center !important;
	}
	
	.usp-bar .icon {
		vertical-align: top;
		top: 0;
	}
}


/* NV CSS */
header.header{
	box-shadow: none !important;
	border-bottom: 1px solid rgb(229, 231, 235) !important;
}
.sticky-usp{
	position: sticky;
	top: 125px;
	z-index: 2;
}

.mega-toggle-on .mega-indicator:after {
    content: "\f343" !important; /* down arrow */
}
.mega-sub-menu .mega-menu-link{
	 margin: 0 10px 5px 0 !important;
}
.mega-sub-menu .mega-menu-link:hover{
   background: #eee !important;	
}
.mega-menu-link:hover{
	color: #232750 !important;
}
.btn.btn-small.btn-housing.white-btn{
    height: 32px;
    padding: 0 4px;
}
.btn.btn-housing img{
	filter: invert(1) !important;
}
.d-flex.justify-content-center.small-arrow{ 
	margin-top: 10px;
}
.table-of-contents ul{
	overflow-y: hidden !important;
}
.row.usp-bar-slide.slick-initialized.slick-slider {
    padding: 0 15px;
}

#field_3_13 .gfield_checkbox .gchoice {
	width: 100% !important;
}
.btn-custom-cta{
	padding: 15px 25px !important;
	font-size: 18px !important;
    font-weight: 700;
	background-color: #1cc6dd;
    color: #ffffff;
    border-color: #1cc6dd;
    border-radius: 4px;
	margin-top: 20px;
}
.btn-custom-cta:hover, .btn-custom-cta:focus, .btn-custom-cta:active{
	background-color: #1cc6dd !important;
    color: #ffffff !important;
    border-color: #1cc6dd !important;
}

.star-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
  position: relative;
  display: inline-block;
  color: #ccc;
}

.star-rating::before {
  content: '★★★★★';
  display: block;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #00b679 !important;
  transform: rotateY(180deg) !important;
}
.banner-text .btn:hover{
	background: #03ae65 !important;
	border-color: #03ae65 !important;
	color: #fff !important;
}
.acf-divider-block {
    width: 100%;
    display: block;
}
@media only screen and (max-width: 768px){
	.sticky-usp{
		top: 86px;
	}
}

@media only screen and (max-width: 767px){
	.btn-custom-cta{
		width: 100%;
	}
	
	* {
	  box-sizing: border-box;
	}

	.review-slider .slick-prev{
		left: 0 !important;
	}
	.review-slider .slick-next{
		right: 0 !important;
	}
	

	.btn-custom-cta{
		width: 100%;
	}
	.page-content-box h3{
		font-size: 20px !important;
	}
	#section-1 .usp-text{
		font-size: 18px !important;
	}
	.page-content-box{
		top: 88px !important;
	}
	.page-content-box.visible{
		text-align: center;
	}
	.page-content-box h3{
		display: inline-block;
		position: relative;
	}
	.page-content-box h3:after{
		right: -15px !important;
        top: 5px !important;
	}
}

@media only screen and (min-width: 767px){
	.usp-bar-slide .slick-list.draggable{
		overflow: visible !important;
	}	
}