@import url('//fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap');

:root {
    --aqua: rgb(6, 105, 111);
    --header-blue: rgb(0, 124, 182);
    --darkBlue: rgb(5, 21, 28);
    --green: rgb(107, 189, 64);
    --background-gray: rgb(242, 248, 255);
    --text-grey: rgb(102, 102, 102);
    --green-border: rgb(107, 189, 64);
    --border-bottom-grey: rgba(34, 36, 38, 0.1);
    --text-dark-grey: rgb(79, 79, 79);
}

.uppercase {
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: var(--background-gray);
}

* {
    font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    border: 0;
    padding: 0;
}

.green {
    color: var(--green);
}

.green:hover {
    color: white;
    cursor: pointer;
}

.aqua {
    color: var(--aqua);
}

#top-header a {
    display: flex;
}

#top-header a:hover {
    color: var(--green);
    text-decoration: underline;
}

@media (max-width: 500px) {
    #top-header {
        display: none;
    }
}

header {
    min-height: 420px !important;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: white;
}

.h-60vh {
    height: 60vh;
}

.h-40vh {
    height: 40vh;
}

.w-60p {
    width: 60%;
}

.w-90p {
    width: 90%;
    margin: auto;
}

.top-1 {
    top: 1%;
}

.container {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 600px) {

    .w-60p, .container {
        width: 100%;
    }

    .w-90p {
        width: 96%;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2rem !important;
    }
}

header img {
    max-height: 75px;
    height: auto;
    width: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h4 {
    color: var(--header-blue);
    font-size: 2rem;
    text-align: center;
}

input, textarea, select {
    width: 100%;
    border: 1px solid var(--border-bottom-grey);
    border-radius: 2px;
    margin: auto;
    padding: 6px 12px;
    font-size: 1.2rem;
}

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

a {
    color: var(--aqua);
}

a:hover {
    color: var(--header-blue);
}

.subtext {
    font-size: 1.2rem;
}

.links li {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #fff;
}

.link {
    position: relative;
}

.link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #fff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.link:hover:after {
    width: 100%;
    left: 0;
    background: #fff;
}


/* NAVIGATION */

nav {
    padding: 1% 2%;
    display: flex;
    flex-direction: row;
}

nav .modal {
    z-index: 10;
}

nav .links {
    display: flex;
    flex: 3;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    max-width: 900px;
    width: auto;
    padding-left: 16px;
}

nav .links a {
    font-weight: 700;
    overflow: hidden;
    color: white;
}

.hamburger {
    margin-top: 5px;
    margin-right: 5px;
    display: none;
    flex-direction: column;
    margin-right: 2%;
}

.hamburger span {
    width: 30px;
    height: 4px;
    background-color: white;
    margin: 4px 0;
    border-radius: 4px;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger-links {
    display: grid;
    width: 90%;
    margin: 5% auto;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 1rem;
    color: black;
}

.hamburger-header {
    color: black;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hamburger__social {
    padding: 16px 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.hamburger__social img {
    width: 32px;
    height: 32px;
}

.close {
    /*display:inline;*/
    position: absolute;
    right: 30px;
    top: 12px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.close:hover {
    opacity: 1;
    cursor: pointer;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.modal-container {
    -webkit-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 1);
}

.hamburger-header .aqualine {
    margin-top: 50px;
}

.modal {
    transition: opacity 0.25s ease;
}

.modal .header-button {
    width: 95%;
    padding: 4px 0px;
    margin: 4px auto;
}

.modal .home-link img {
    max-height: 30px;
    height: auto;
    width: auto;
}

.close::before {
    width: 3px;
}

.close::after {
    width: 3px;
}

.home-link {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 12px;
    left: 30px;
}

.home-link:hover {
    cursor: pointer;
}

@media (max-width: 1100px) {
    nav {
        justify-content: space-between;
    }

    nav .links {
        display: none !important;
    }

    nav .hamburger {
        display: flex;
    }

    nav .logo {
        max-width: 50%;
        width: auto;
    }


}

/* END NAVIGATION */

/* FOOTER */

.aqualine {
    height: 2px;
    background-color: var(--aqua);
    border: 1px solid var(--aqua);
}

footer {
    background: var(--darkBlue);
    color: white;
    width: 100%;
    padding-bottom: 82px;
}

.map {
    width: 100%;
    height: 15vh;
    border: 0;
}

footer h5 {
    font-size: 1.2rem;
}

.footer-locations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 300;
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
}

.footer-locations > .location {
    min-width: 33%;
    padding: 1% 2%;
    font-weight: 400;
}

.footer-locations > .location a {
    color: white;
}

.location a:hover {
    color: var(--green);
}

.footer__img {
    width: 75px !important;
}

footer a:hover {
    text-decoration: underline;
    color: white !important;
}

@media (max-width: 600px) {
    .footer-locations {
        flex-direction: column;
    }

    .footer-locations .location {
        display: flex;
        justify-content: center;
        padding: 2% 2%;
        text-align: center;
        font-size: 1.2rem;
    }
}

.location a {
    margin: 0 auto;
    width: auto;
    max-width: 270px;
}

/* FOOTER END*/

/* Buttons Start */

.button-wrapper {
    display: flex;
    min-width: 300px;
    max-width: 400px;
    justify-content: space-evenly;
}

@media (max-width: 460px) {
    .button-wrapper {
        flex-direction: column;
    }
}

.header-button {
    margin-top: 5%;
    background-color: var(--header-blue);
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    color: white;
    margin: 4px;
}

.header-button:hover {
    color: white;
    cursor: pointer;
}

.header-button:hover {
    background-color: var(--green);
}

.header-button-text {
    color: #FFFFFF;
}

/* Buttons End*/

/* HOME PAGE START */

.badges a {
    margin-top: auto;
    margin-bottom: auto;
}

.badges img {
    filter: opacity(60%) grayscale(100%);
}

.home-header {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    min-height: 700px;
}

.home-header .caption {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    width: auto;
    padding: 2%;
    text-align: center;
    margin-top: 5%;
    max-width: 700px;
}

.home-header .caption .header-button {
    max-width: 300px;
    width: 100%;
    margin: 32px auto;
}

.home-header .video {
    margin-top: 5%;
}

#management {
    margin: 0 auto
}

#management, #slider, #property-management, #difference, #reviews, #resources {
    padding: 16px 0px;
    min-height: 80vh;
    height: auto;
}

.floating-container {
    max-width: 1200px;
    position: relative;
    top: -100px;
    padding: 20px;
    border-radius: 6px;
    background-color: white;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
}


@media (max-width: 1100px) {
    .floating-container {
        position: inherit;
    }

    .home-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 5%;
    }
}

@media (max-width: 600px) {
    .video {
        max-width: 90% !important;
    }

    .video iframe {
        max-width: 100% !important;
    }
}

@media (max-width: 700px) {
    .home-header #request-rental-analysis {
        display: none;
    }
}

.ips-logo-sm {
    width: 66px;
    height: auto;
}

.point-img {
    width: 200px;
    height: auto;
}

.two-column-grid p {
    font-weight: lighter;
}

.two-column-grid .title {
    padding: 8px 0px;
    font-weight: 700;
    font-size: 1.5rem;
}

.two-column-grid img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}

.two-column-grid .item .description {
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Montserrat', sans-serif;
}

.two-column-grid .item {
    min-height: 200px;
    margin-bottom: auto;
}

.two-column-grid {
    max-width: 1000px;
    width: auto;
    margin: 5% auto 0% auto;
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 2rem;
}

#slider .item, #management .two-column-grid .item {
    opacity: 0;
}

@media (max-width: 500px) {
    #management {
        max-width: 95%;
    }
}

#home #faq {
    background-color: var(--background-gray);
}

#home #faq .faq__section-answer .rich-text * {
    text-align: left;
}

/* SLIDER */


#slider .two-column-grid {
    width: 90%;
    margin: 0 auto;
}

/* Rate Slider stuff */

.rate-container {
    width: 85%;
    max-width: 1000px;
    margin: 5% auto;
    background-color: white;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2%;
    -webkit-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 760px) {
    .rate-container {
        display: none;
    }
}

.rate-header {
    margin-top: 16px;
    font-size: 2.5rem !important;
    font-weight: 500;
    color: var(--text-grey);
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-top: -10px !important;
    background: #6BBD40 !important;
    -ms-touch-action: none !important;
    touch-action: none !important;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4) !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4) !important;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4) !important;
}

.ui-slider .ui-slider-handle:hover {
    background: #007cb6 !important;
    cursor: pointer !important;
}

.rate-wrapper {
    display: inline-block;
    position: relative;
    width: 75%;
}

#rate-slider {
    margin: 0 auto;
}

.rate-amount {
    border: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 25px 0;
}

.rate-range {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    color: #a6a6a6;
}

.rate-min {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.rate-max {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#savings {
    color: var(--green);
}

#slider {
    background-color: white;
}

#slider .item.no-slide {
    opacity: 1 !important;
}

/*-------------------------------------------------------------*/
/* Colors */

.backSlate {
    background: #6A9DA3;
}

.backSlateD {
    background: #427377;
}

.backGray {
    background: #dee5ed;
}

.backGrayL {
    background: #f2f8ff;
}

.backTurq {
    background: #005d63;
}

.backWhite {
    background: #FFFFFF;
}

.backBlue {
    background: #007cb6;
}

.backBlueGray {
    background: #607080;
}

.backGreen {
    background: #6BBD40;
}

.backBlack {
    background: #000000;
}

.backTrans {
    background: rgba(255, 255, 255, 0.7);
}

.txtWhite {
    color: #FFFFFF;
}

.txtBlue {
    color: #007cb6;
}

.txtGreenB {
    color: #6BBD40;
    font-weight: bold;
}

.txtGreen {
    color: #6BBD40;
}

.txtGray {
    color: #222222;
}

.txtDkBlue {
    color: #607080;
}

.clearTxt a {
    font-size: 1.3em;
    text-decoration: none;
    color: #6BBD40;
}

.rate-block {
    margin: 0 auto;
    width: 90%;
    min-width: 225px;
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

#rate-slider {
    margin: 0 auto;
}

@media only screen and (min-width: 950px) {
    .rate-block {
        width: 70%;
    }

    .savings-amount {
        font-size: 1em;
    }
}


.compare-wrapper {
    width: 100%;
    margin: 1% auto;
    text-align: center;
}

.compare-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    padding: 10px 40px;
}

.compare-feat {
    display: inline-block;
    width: 100%;
    min-width: 225px;
    padding: 5px;
}

.compare-compet {
    display: inline-block;
    width: 40%;
    padding: 5px;
}

.compare-ips {
    display: inline-block;
    width: 40%;
    padding: 5px;
    font-weight: bold;
}

.compare-ips img {
    display: inline-block;
    height: 25px;
    width: auto;
    vertical-align: middle;
}

.compare-txt {
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    background: none;
}

.compare-txt2 {
    display: inline-block;
    border: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    background: none;
}

.compare-txt-small {
    font-size: 0.8em;
    font-weight: normal;
}

.txtBold {
    font-weight: bold;
}


@media only screen and (min-width: 950px) {
    .compare-ips img {
        height: 40px;
        width: auto;
    }

    .compare-row {
    }

    .compare-feat {
        width: 35%;
        text-align: left;
    }

    .compare-compet {
        width: 25%;
    }

    .compare-ips {
        width: 25%;
    }
}

/* SLIDER END*/

/* REVIEW START */

#reviews {
    text-align: center;
    background-color: var(--background-gray);
}

#google-reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 20px auto;
}

.review-date {
    color: var(--text-grey);
}

.review-stars ul {
    display: inline-block;
    list-style: none;
    margin-left: -30px;
}

.review-stars ul li {
    float: left;
    margin-right: 5px;
}

.review-stars ul li i {
    color: #E4B248;
    font-size: 12px;
}

/*color: #E4B248;*/
.review-stars ul li i.inactive {
    content: "\2606";
    font-size: 2rem;
}

.star:after {
    content: "\2605";
    font-size: 2rem;
}

.star img {
    width: 20px;
    height: auto;
}

.review-text {
    display: inline-block;
    text-align: justify;
    font-size: 0.9em;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
}

.review-item {
    display: inline-block;
    width: 48%;
    height: auto;
    min-width: 225px;
    margin: 10px auto;
    vertical-align: top;
    overflow: hidden;
    padding: 15px 0;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: -1px 2px 5px #999999;
    text-align: center;
}

.review-meta {
    font-weight: bold;
}

@media (max-width: 768px) {
    #google-reviews {
        flex-direction: column;
    }

    .review-item {
        width: 90%;
    }
}


/* REVIEW END*/

/* HOME PAGE END */

/* PROPERTY MANAGEMENT PAGE START */

#property-management {
    background-color: white;
}

#difference {
    background-color: white;
    padding-bottom: 2%;
    margin-bottom: -5%;
}

#property-management .video iframe {
    margin: 32px auto;
}

#property-management .video {
    margin: 0 auto;
}

.standard-features {
    max-width: 900px;
    width: 80%;
    margin: 60px auto;
    -webkit-box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.3);
}

.standard-features .standard-features__header h4 {
    font-size: 1.3rem !important;
    font-weight: lighter;
    padding: 20px;
    text-align: center;
    color: white;
    background-color: rgb(5, 179, 170);
    border-bottom: 1px solid var(--green-border);
}

.standard-features__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.standard-features__item,
.pricing-plans__item {
    border-bottom: 1px solid var(--border-bottom-grey);
    padding: 14px;
    color: var(--text-grey);
    display: flex;
    flex-direction: row;
    background-color: white;
}

.standard-features__item img,
.pricing-plans__item img {
    height: 12px;
    margin: auto 0;
    padding-right: 6px;
}

@media (max-width: 400px) {
    .standard-features__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.pricing-plans__item {
    background-color: inherit;
}

#pricing-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    width: auto;
    max-width: 1100px;
    margin: 24px auto;
}

.pricing-plans__item img {
    height: 25px;
    width: auto;
}

.pricing-plans__img {
    height: 236px;
    position: relative;
}

.pricing-plans__item a:hover {
    text-decoration: underline;
}

.silver-plan .pricing-plans__img img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.platinum-plan .pricing-plans__img img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.gold-plan .pricing-plans__img img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.gold-plan .header-button.gradient {
    background-image: linear-gradient(rgb(7, 203, 194), rgb(0, 124, 182));
}

@media (max-width: 1020px) {
    #pricing-plans {
        grid-template-columns: repeat(auto-fit, minmax(90%, 1fr));
        width: 90%;
        margin: 0 auto;
    }

    .pricing-plan {
        margin-bottom: 32px;
    }

    .platinum-plan .pricing-plans__img img, .silver-plan .pricing-plans__img img {
        position: inherit;
        margin: 0 auto;
    }
}

#tenant-placement {
    max-width: 800px;
    margin: 5% auto;
}

#tenant-placement__header h4, #tenant-placement__header div.subtitle {
    color: white !important;
}

#tenant-placement__header {
    color: white;
    background-color: var(--header-blue);
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding: 32px;
}

.tenant-placement__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    width: auto;
    margin: 0 auto;
    background-color: white;
    color: var(--text-grey);
}

.tenant-placement__grid li {
    border-bottom: 1px solid var(--border-bottom-grey);
    display: flex;
    flex-direction: row;
    padding: 14px;
}

.tenant-placement__grid img {
    margin: auto 0;
    padding-right: 6px;
}

.header-button.inverted {
    margin: 0 auto;
    max-width: 300px;
    background-color: white;
    color: var(--header-blue);
    border: 1px solid var(--header-blue);
}

#resources {
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: -2%;
    border-top: 1px solid var(--green-border);
    background-color: white;
}

.resources__grid {
    display: grid;
    max-width: 600px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0 auto;
}

.resources__item {
    padding: 24px;
    border: 1px solid var(--header-blue);
    border-radius: 4px;
    margin: 3% auto;
    background-color: var(--background-gray);
    text-align: center;
    color: var(--text-grey);
}


.resources__item:hover {
    transform: translate(10px, -10px);
    -webkit-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 19px 2px rgba(0, 0, 0, 0.4);
}

.resources__item {
    transition-property: transform, -mox-box-shadow, -webkit-box-shadow, box-shadow;
    transition-duration: 300ms;
}

.resources__item img {
    margin-bottom: 5%;
}

/* PROPERTY MANAGEMENT PAGE END*/

/* Listings Page */

#tenantRequirements {
    display: flex;
    flex-direction: column;
    background-color: var(--background-gray);
}

h2, h3 {
    margin: 20px auto !important;
    max-width: 800px;
    text-align: center;
    color: var(--header-blue);
}

.checks li {
    text-align: left;
    padding: 0 0 0 40px;
    margin-left: -30px;
    background-position-y: 6px;
    background-repeat: no-repeat;
    line-height: 34px;
    font-weight: bold;
    font-size: 1rem;
}

.flex-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.flex-column > * {
    width: 49%;
    margin: 10px 4px;
}

@media (max-width: 600px) {
    .flex-column {
        justify-content: center;
    }

    .flex-column > * {
        width: 80%;
        margin: 10px auto;
    }

    .two-column-grid {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }
}

/* PDF VIEWER */

#pdf-viewer {
    width: 50%;
    height: 800px;
    margin: 2% 25%;
}

@media (max-width: 768px) {
    #pdf-viewer {
        height: 400px;
        width: 100%;
        margin: 2% auto;
    }
}

@media (max-width: 400px) {
    #pdf-viewer {
        height: 300px;
    }
}

/* END PDF VIEWER */

/* END LISTINGS */

/* OUR TEAM START*/

.team-member {
    height: auto;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    text-align: left;
    border-bottom: 1px solid var(--border-bottom-grey);
    margin: 6px;
    padding: 12px;
}

.team-member .column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-member .member_photo__wrapper {
    text-align: center !important;
}

.team-member:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}

.team-member .row {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.member_photo {
    max-width: 300px;
    width: auto;
    height: auto;
    border-radius: 3px;
    margin: 0 auto;
}

@media (max-width: 400px) {
    .member_photo {
        max-width: 275px;
    }
}

.member_photo__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.team-member .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.team-member .title {
    text-transform: uppercase;
    font-size: 1rem !important;
    margin-bottom: 1rem;
}

.team-member .description {
    text-align: justify;
    text-justify: inter-word;
    color: black;
}

@media (max-width: 860px) {
    .team-member,
    .team-member:nth-child(2n) {
        flex-direction: column;
    }
}

/* OUR TEAM END*/

/* INFORMATION PAGE */
#information {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 32px 0;
}

#information .information__title {
    text-align: center;
    font-size: 1.3rem;
}

.information__row {
    display: flex;
    flex-direction: row;
    padding: 4px;
    margin: 32px 0;
}

.information__row:nth-child(2n) {
    flex-direction: row-reverse;
}

.information__row .information__photo {
    min-width: 300px;
    max-height: 300px;
    padding: 8px;
}

.information__content {
    padding: 32px;
}

.information__content .rich-text {
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 790px) {
    .information__row, .information__row:nth-child(2n) {
        flex-direction: column;
    }

    .information__row .information__photo {
        height: auto;
        max-height: 600px;
    }
}

#information h4 {
    color: var(--header-blue);
    font-size: 2rem;
    text-align: center;
}

#information ul {
    list-style-type: disc;
}

/* END INFORMATION PAGE*/

/* FAQ Page */

#faq .floating-container, #contact.floating-container {
    min-height: 200px;
    padding-bottom: 50px;
}

.faq__header {
    margin-bottom: 32px;
}

.faq__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 4% auto 0;
}

.faq__section {
    width: 100%;
    border-bottom: 1px solid var(--border-bottom-grey);
    padding: 12px;
}

.faq__section-answer {
    display: none;
    color: var(--text-grey);
}

.faq__section-active .faq-section__question {
    color: var(--header-blue);
}

.faq__section-active .faq__section-answer {
    display: inline;
}

.faq__section-active i {
    transform: rotate(90deg);
}

.faq__section i {
    width: 19px !important;
    height: 19px !important;
    transform-origin: center;
    transition: transform 100ms linear;
    -moz-transition: transform 100ms linear;
    -webkit-transition: transform 100ms linear;
}

.faq__section:hover i {
    transform: rotate(90deg);
}

.faq__section-active:hover i {
    transform: rotate(-90deg);
}

.faq-section__question {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--text-grey);
}

.faq-section__question:hover {
    color: var(--header-blue) !important;
}

.faq__section:hover {
    cursor: pointer;
    color: var(--header-blue);
}


#faq h5 {
    margin-top: 48px;
    font-size: 1.5rem;
}

#faq .rich-text *,
.subtitle {
    font-size: 1.1rem;
    font-weight: lighter;
    color: var(--text-grey) !important;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/*END FAQ PAGE*/

/* PORTAL START*/

#login-page {
    max-width: 500px;
}

#login-page label {
    font-weight: 500;
    text-align: left;
}

#portalLoginForm {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 90%;
}

#portalLoginForm h2 {
    text-align: left !important;
    margin-left: 0 !important;
    font-size: 1.5rem;
}

#login-page .row {
    display: flex;
    justify-content: space-between;
}

.forgot-pass {
    color: var(--header-blue);
}

.errorBox {
    display: none;
}

#signup {
    text-align: center;
}

.row {
    margin-top: 32px;
}

#login-page .header-button {
    margin-top: 32px;
}

#maintenance {
    display: grid;
    width: 90%;
    margin: 5% auto;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 1rem;
}

/* END PORTAL*/

/* Location Page*/

#location-page .page {
    min-height: 350px;
    margin-bottom: 64px;
}

#location-page h3 {
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: left;
}

.location-page__wrapper {
    max-width: 95%;
    margin: 0 auto;
}

.location-page__row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.location-page__row > * {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.location-page__photo {
    max-width: 400px;
    max-height: 200px;
    margin: 0 auto;
}

#location-page ul {
    list-style-type: disc;
}

#location-page li {
    padding: 8px 0;
}

#location-page .interesting {
    max-width: 600px;
    margin: 0 auto;
}

#location-page .rich-text {
    margin-bottom: 1rem;
}

/* End location page*/

/* START CONTACT US PAGE */
#contact.floating-container {
    max-width: 400px;
}

#contact .inputBlock {
    padding-bottom: 8px;
}

#contact button {
    width: 100%;
}

#contact input[type='radio'] {
    width: 24px;
}

/* END CONTACT US PAGE*/

/* BLOG */

#blog-home .rich-text {
    color: black;
}

#blog-home a:hover .rich-text, #blog-home a:hover h3 {
    color: var(--aqua) !important;
}

#blog-home h3,
#blog-page h3 {
    text-align: left !important;
    font-size: 1.75rem;
}

#blog-home a h3:hover {
    color: var(--header-blue) !important;
    text-decoration: underline;
}

@media (max-width: 565px) {
    #blog-home .flex {
        flex-direction: column;
    }

    #blog-home img {
        width: 60%;
        height: auto;
        margin: 0 auto 16px auto;
    }
}

#blog-page .gallery-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

#blog-page .gallery-img {
    margin: 0 auto;
}

#blog-page li {
    list-style: disc;
}

.post-image img {
    height: auto;
    max-width: 100%;
}

.blog-post .post-image img {
    width: 100%;
}

@media (max-width: 500px) {
    .blog-post {
        flex-direction: column;
    }
}

/* END BLOG */

/* POPUP START */

#pop-up {
    font-size: 0.7rem;
    background-color: var(--header-blue);
    z-index: 3;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 6px;
    color: white
}

#pop-up .pop-up__container {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#mobile-phone {
    display: none;
}

#pop-up .header-button {
    text-align: center;
}

#pop-up a.telephone {
    color: white !important;
}

#pop-up > * {
    padding: 6px;
}

#pop-up > * > * {
    margin-bottom: 2px;
}

#pop-up .header-button {
    background-color: var(--green);
    color: white;
}

#pop-up .header-button:hover {
    background-color: white;
    color: var(--header-blue);
}

@media (max-width: 500px) {
    #pop-up .left,
    #pop-up .right {
        display: none;
    }
    #mobile-phone {
        display: flex;
    }
    #pop-up .header-button {
        min-height: 60px;
        align-items: center;
        font-size: 0.9rem;
    }
    #pop-up .center {
        width: 90%;
    }
}


#popup-small.popup h4 {
    margin-bottom: 0px;
}

#popup-small.popup .referButton {
    margin-top: 1rem;
}

#popup-small.popup {
    border: 1px solid #007cb6;
    background: white;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    position: fixed;
    right: 0;
    top: 20%;
    padding: 1rem;
    z-index: 100;
    display: none;
}

#popup-small.popup .popup-close {
    font-size: 1.5em;
    color: red;
    float: right;
}

#popup-small.popup .popup-close:hover {
    cursor: pointer;
}

/* POPUP END*/

/* LOCKBOX START */

#lockbox h4 {
    font-size: 1.5rem;
    text-align: left;
    color: var(--text-dark-grey)
}

#lockbox ul {
    list-style-type: disc;
    padding-left: 32px;
    margin-bottom: 16px;
}

#lockbox li {
    color: var(--text-grey);
}

/* LOCKBOX END */

/* REALTOR REFERRAL START */
#referral .caption {
    width: 100%;
    background-image: radial-gradient(circle at top right, #07cbc2, #007cb6);
}

#referral .caption h3 {
    font-size: 2rem;
    color: white;
    padding: 50px 0;
}

.referral__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.why-refer__grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 800px;
    margin: 0 auto;
    padding: 16px;
}

.why-refer__grid .item img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.why-refer__grid ul img {
    min-width: 24px !important;
    min-height: 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 16px;
}

.why-refer__row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.why-refer__grid li {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

/* REALTOR REFERRAL END */

/* Contact Us Banner */

.banner {
    top: 0;
    width: 100%;
}

/* END CONTACT US BANNER */

/* RECAPTCHA */

.g-recaptcha {
    transform:scale(1.20);
    -webkit-transform:scale(1.20);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    margin-bottom: 20px;
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

/* END RECAPTCHA */

/* LEGAL PAGES */

#legal h3,
#legal h2 {
    text-align: left;
    margin-left: 0 !important;
}

#legal h3 {
    font-size: 1.75rem;
}

/* END LEGAL PAGES*/

.policy-button {
    background-color: var(--green) !important;
    color: white !important;
    max-width: 1100px !important;
}

.policy-button:hover {
    background-color: white !important;
    color: var(--green) !important;
}