<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************************************
 *
 * New Construction
 *
 *******************************************************/
 #inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper &gt; .container {
    width: 100%;
    padding: 0;
}

.custom-container {
    display: block;
    padding: 0 80px;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.custom-breadcrumbs {
    font-size: 15px;
    color: #507198;
    margin: 20px 0;
    letter-spacing: 0.75px;
    line-height: 1;
    text-transform: uppercase;
}

.custom-breadcrumbs a {
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.custom-breadcrumbs span.breadcrumb_last {
    color: #000;
}

#nav li {
    border-color: #9f9f9f;
}

.ip-banner {
    display: none;
}

#ip-available-homes #content .entry {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
}

#ip-available-homes #content .entry-title {
    line-height: 1;
    margin: 0 0 .75em;
}

.ip-ah-section-tab-content #content {
    max-width: 1004px;
    margin: 0 auto;
}

/* Section 1 */
#ip-available-homes .primary-btn-cont a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.75px;
}

#ip-available-homes .plus {
    color: #fff;
}

#ip-available-homes .primary-btn-cont:hover {
    border-color: #000;
}

#ip-available-homes .primary-btn-cont:hover .plus::before, #ip-available-homes .primary-btn-cont:hover .plus::after {
    border-color: #000;
}

#ip-available-homes .primary-btn-cont:hover a {
    color: #000;
}

#ip-available-homes .primary-btn-cont:hover .plus {
    color: #000;
}

#ip-available-homes {
    font-size: 0;
    line-height: 1;
    letter-spacing: normal;
}

.ip-ah-container {
    display: block;
    position: relative;
}

.ip-ah-wrapper {
    display: block;
    position: relative;
}

.ip-ah-main {
    display: block;
    position: relative;
}

.ip-ah-section {
    display: block;
    position: relative;
}

.ip-ah-hero-container {
    display: block;
    position: relative;
}

.ip-ah-hero-img {
    display: block;
    position: relative;
    background-color: #000;
}

.ip-ah-hero-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+35,0+65,0.65+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),color-stop(35%, rgba(0,0,0,0)),color-stop(65%, rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    z-index: 2;
}

.ip-ah-hero-img canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .68;
    min-height: 700px;
}

.ip-ah-hero-logos {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    text-align: center;
}

.ip-ah-hero-logo {
    display: block;
    position: relative;
}

.ip-ah-hero-at {
    display: block;
    position: relative;
    margin: 21px 0 17px;
    font-size: 18px;
    color: #dddddd;
    line-height: 1;
    letter-spacing: 0.45px;
}

.ip-ah-hero-logo img {
    max-width: 100%;
}

.ip-arrow-cont {
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 100%;
    cursor: pointer;
    z-index: 2;
}

.ip-arrow-cont a img {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-arrow-cont a:hover img {
    opacity: .75;
}

.ip-arrow-cont a {
    display: inline-block;
    position: relative;
}

.ip-ah-ov-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 417px;
    pointer-events: none;
}

.ip-ah-tabs-container {
    display: block;
    position: relative;
    padding: 40px 0 52px;
    border-bottom: 2px solid #d7d7d7;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
}

.ip-ah-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ip-ah-tabs-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #000;
    font-family: 'Barlow Semi Condensed';
    text-transform: uppercase;
    padding: 0 34px;
    border-right: 2px solid #d7d7d7;
}

.ip-ah-tabs-item a {
    display: block;
    position: relative;
    color: inherit;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-ah-tabs-item:first-child {
    padding-left: 0;
}

.ip-ah-tabs-item:last-child {
    padding-right: 0;
    border: none;
}

.ip-ah-tabs-item:hover a, .ip-ah-tabs-item.active a {
    color: #6882a1;
}

/* Section 2 */
.ip-ah-overview-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
}

.ip-ah-overview-title {
    display: inline-block;
    position: relative;
    padding-bottom: 46px;
    padding-left: 46px;
}

.ip-ah-overview-content {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 70px;
}

.ip-ah-overview-btn {
    display: block;
    position: relative;
    margin-top: 50px;
}

.ip-ah-overview-btn .primary-btn-cont {
    margin: 0 auto;
    width: 100%;
    max-width: 329px;
}

.ip-ah-overview-title span {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 9px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.ip-ah-overview-title h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: 'Barlow Semi Condensed';
    margin-bottom: 5px;
}

.ip-ah-overview-title em {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.25px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
}

.ip-ah-section.overview {
    padding: 15px 0 145px;
}

.ip-ah-overview-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #507198;
    pointer-events: none;
}

.ip-ah-overview-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #666666;
    display: block;
}

.ip-ah-overview-content p:not(:last-child) {
    margin-bottom: 30px;
}

.ip-ah-overview-content p strong {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.6px;
    color: #000;
    font-style: italic;
}

.ip-ah-ov-bg canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .11;
}

.ip-ah-overview-title-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}


.ip-title span {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 9px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 13px;
}

.ip-title h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-family: 'Barlow Semi Condensed';
    margin-bottom: 8px;
}

.ip-title em {
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 6.6px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
}

.ip-title {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 46px 46px;
}

.ip-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #507198;
    pointer-events: none;
}

.ip-title-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 65px;
}

/* Section 5 */
.ip-ah-section.plat-map .ip-title h2 {
    margin-bottom: 0;
}

.ip-ah-section.plat-map .ip-title:before {
    width: calc(100% + 210px);
}

.ip-ah-pm-col {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-ah-pm-container {
    display: block;
    position: relative;
}

.ip-ah-pm-row {
    display: block;
    position: relative;
    padding: 0 63px 0 48px;
}

.ip-ah-pm-col:first-child {
    width: 32.07%;
}

.ip-ah-pm-col:last-child {
    width: 67.93%;
}

.ip-ah-pm-map {
    display: block;
    position: relative;
    border: 13px solid #000;
    width: 100%;
    height: 100%;
}

.ip-ah-pm-map canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ip-ah-section.plat-map {
    padding: 145px 0 105px;
}

/* Popup content */
.aiosp-container.aiosp-inline-holder[class*="ip-ah-popup-container"] .aios-popup-body {
    width: 100%;
    background: #fff;
    max-width: 788px;
    margin: 0 auto;
    padding: 90px 15px 115px;
    min-height: 0;
}

.ip-ah-popup-wrapper {
    display: block;
    position: relative;
}

#ip-ah-popup-container {
    width: 100%;
    display: block;
    position: relative;
}

.ip-ah-popup-wrapper .ip-title-main {
    margin-bottom: 50px;
}

.ip-ah-popup-wrapper .ip-title h2 {
    margin-bottom: 0;
}

.ip-ah-popup-form-widget {
    display: block;
    position: relative;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

.ip-ah-popup-form-widget form {
    display: block;
    position: relative;
}

.ip-ah-popup-tagline {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed';
    color: #000;
    text-transform: uppercase;
}

.ip-ah-popup-form {
    display: block;
    position: relative;
    max-width: 554px;
    margin: 0 auto;
}

.ip-cd-popup-form-field {
    display: block;
    position: relative;
}

.ip-cd-popup-form-field input:not([type=submit]) {
    width: 100%;
    height: 63px;
    border: 1px solid #000;
    padding: 0 25px;
    font-size: 16px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.08px;
    font-weight: 300;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.ip-cd-popup-form-field.form-submit {
    margin-top: 57px;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont {
    border-color: #6882a1;
    width: 368px;
    max-width: 100%;
    margin: 0 auto;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont button[type="submit"] {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    outline: none;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont .plus {
    color: #fff;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont .plus::before, .ip-cd-popup-form-field.form-submit .primary-btn-cont .plus::after {
    border-color: #6882a1;
    width: 174px;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont:hover .plus {
    color: #000;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont:hover .plus::before, .ip-cd-popup-form-field.form-submit .primary-btn-cont:hover .plus::after {
    border-color: #000;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont:hover button[type="submit"] {
    color: #000;
}

.ip-cd-popup-form-field.form-submit .primary-btn-cont:hover {
    border-color: #000;
}

.ip-ah-popup-form-widget .wpcf7 form .wpcf7-response-output {
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
}

.ip-ah-section-tab-content {
    min-height: 350px;
    padding: 55px 0 0;
}

.ip-ah-section-tab-content.hide-content {
    display: none;
}

.ip-ah-popup-form-widget .wpcf7-spinner {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ip-ah-hfs .hp-section-header {
    width: max-content;
    margin: 0 auto 40px;
}

.hfs-title  .buzz-title-text {
    font-size: 30px;
}

.hfs-slider {
    position: relative;
    width: 100%;
}

.ip-ah-hfs .outer-container {
    max-width: 1466px;
    margin: 0 auto;
    padding: 0 15px;
}

.hfs-slider .slick-list {
    margin: 0 -5px;
}

.hfs-slider .slick-slide {
    margin: 0 5px;
}

.hfs-item-wrap {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.hfs-item {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.hfs-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.hfs-img canvas {
    width: 100%;
    display: block;
}

.hfs-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.hfs-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: url(../../images/new-construction/hfs-overlay.png) no-repeat bottom center/ cover;
}

.hfs-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hfs-item:hover .hfs-img:after {
    opacity: 1;
}

.hfs-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 25px 10px;
    text-align: center;
    color: #fff;
}

.hfs-desc .address {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hfs-desc .price {
    font-size: 16px;
    font-weight: 600;
}
.ip-ah-overview-btn .primary-btn-cont .plus:before {
    width: 154px;
}
.ip-ah-overview-btn .primary-btn-cont .plus:after {
    width: 155px;
}

.ip-ah-section.overview-contact {
    padding-bottom: 95px;
    text-align: center;
}

.oc-cont {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.oc-inner-cont {
    display: flex;
    justify-content: space-evenly;
    width: 740px;
    align-items: center;
}
.oc-inner-cont img{
    height: auto;
}

.oc-contact-wrap {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.occ-item {
    padding: 0 35px;
    border-left: 2px solid #000;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.occ-item:first-child {
    border-left: 0;
}

.oc-contact {
    font-size: 34px;
    margin-top: 5px;
}

.oc-contact a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.oc-contact a:hover {
    color: var(--primary);
}

.oc-email {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.oc-email a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.oc-mls {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #909090;
}

.oc-mls .ai-font-eho {
    margin-right: 10px;
}

.oc-btn .primary-btn-cont {
    max-width: 329px;
    width: 100%;
    margin: 0 auto;
}
.oc-btn .primary-btn-cont .plus:before {
    width: 154px;
}
.oc-btn .primary-btn-cont .plus:after {
    width: 155px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1560px) {
    .ip-ah-cta-container .custom-container, .ip-ah-section.blog .custom-container {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1440px) {
    .ip-ah-cta-inner ul li {
        font-size: 14px;
    }

    .ip-ah-tabs-container {
        max-width: 1004px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-ah-cta-container .custom-container, .ip-ah-section.blog .custom-container {
        padding: 0 80px;
    }

    .aiosp-container.aiosp-inline-holder[class*="ip-ah-popup-container"] .aios-popup-body {
        padding: 90px 15px 115px;
        max-width: 788px;
    }

    .ip-cd-popup-form-field.form-submit {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1280px) {
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .custom-container {
        padding: 0 15px;
    }

    .ip-ah-tabs-item {
        padding: 0 25px;
        font-size: 25px;
    }

    .ip-ah-overview-title h2, .ip-title h2, .hp-section-header .hfs-title .buzz-subtitle-text {
        font-size: 60px;
    }

    .ip-title em, .ip-title span, .hp-section-header .hfs-title .buzz-title-text, .ip-ah-overview-title em, .ip-ah-overview-title span {
        font-size: 25px;
        letter-spacing: 2px;
    }

    .ip-ah-overview-content p {
        font-size: 14px;
    }

    .ip-ah-overview-content p strong {
        font-size: 20px;
    }

    .ip-ah-cta-container .custom-container, .ip-ah-section.blog .custom-container {
        padding: 0 30px;
    }

    .ip-ah-pm-row {
        padding: 0 30px;
    }

    #ip-available-homes #content .entry-title {
        font-size: 50px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-cd-popup-form-field.form-submit .primary-btn-cont .plus::before, .ip-cd-popup-form-field.form-submit .primary-btn-cont .plus::after {
        max-width: 129px;
    }

    .ip-cd-popup-form-field.form-submit .primary-btn-cont {
        width: 280px;
    }

    .ip-cd-popup-form-field input:not([type=submit]) {
        font-size: 14px;
        height: 55px;
        padding: 0 20px;
    }

    .ip-ah-hero-img canvas {
        min-height: 350px;
    }

    .ip-ah-hero-logo img {
        max-width: 200px;
    }

    .ip-ah-tabs-container {
        width: calc(100% - 30px);
    }

    .ip-ah-overview-title {
        padding-left: 0;
        padding-bottom: 35px;
        text-align: center;
    }

    .ip-ah-overview-content p br {
        display: none;
    }

    .ip-ah-overview-content p {
        line-height: 20px;
    }

    .ip-ah-overview-content {
        text-align: center;
    }

    .ip-ah-overview-content p strong {
        line-height: 20px;
        font-size: 14px;
    }

    .ip-ah-overview-content {
        margin-bottom: 40px;
    }

    .ip-ah-overview-title-main {
        margin-bottom: 40px;
    }

    .ip-ah-tabs-item {
        font-size: 20px;
    }
    .hfs-title {
        text-align: center;
    }

    .ip-title {
        padding: 0 0 35px!important;
        text-align: center;
    }

    .ip-title-main {
        margin-bottom: 45px!important;
    }


    .ip-ah-pm-col {
        display: block;
        width: 100%!important;
    }

    .ip-ah-pm-col:not(:last-child) {
        margin-bottom: 40px;
    }

    .ip-ah-pm-col:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ip-ah-section.plat-map .ip-title:before {
        width: 100%;
    }

    .ip-ah-pm-row {
        padding: 0;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .custom-breadcrumbs {
        font-size: 13px;
    }

    .ip-title:before, .ip-ah-overview-title:before {
        margin: 0 auto;
        right: 0;
    }

    #ip-available-homes #content .entry-title {
        font-size: 45px;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-ah-hero-at {
        margin: 15px 0;
    }

    .ip-arrow-cont {
        bottom: 15px;
    }

    .ip-ah-tabs-item {
        padding: 0;
        width: calc(100% / 2);
        text-align: center;
        border: none!important;
        font-size: 15px;
    }

    .ip-ah-tabs-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-ah-tabs-item:last-child a, .ip-ah-tabs-item:nth-child(3) a {
        border-bottom: 2px solid #d7d7d7;
    }

    .ip-ah-tabs-item:last-child {
        border-right: 2px solid #d7d7d7;
    }

    .ip-ah-tabs-container {
        padding: 40px 0 0;
        border: none;
    }

    .ip-ah-tabs-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 55px;
        border: 2px solid #d7d7d7;
        border-right: none;
        border-bottom: none;
    }

    .ip-ah-tabs-item:nth-child(2) a, .ip-ah-tabs-item:last-child a {
        border-right: 2px solid #d7d7d7;
    }

    .ip-ah-overview-title h2, .ip-title h2, .hp-section-header .hfs-title .buzz-subtitle-text {
        font-size: 40px;
    }

    .ip-title em, .ip-title span, .hp-section-header .hfs-title .buzz-title-text, .ip-ah-overview-title em, .ip-ah-overview-title span {
        font-size: 19px;
        letter-spacing: 1px;
    }

    .ip-title-main {
        text-align: center;
    }

    .ip-ah-section.plat-map {
        padding: 70px 0;
    }

    .ip-ah-ov-bg canvas {
        background-size: contain;
        background-position: bottom center;
    }

    .ip-ah-section.overview {
        padding: 0 0 100px;
    }

    .oc-inner-cont {
        flex-direction: column;
    }
    
    .oc-inner-cont img {
        margin-bottom: 20px;
    }
    
    .oc-cont {
        margin-bottom: 40px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 567px) {
    #ip-available-homes #content .entry-title {
        font-size: 35px;
    }

    .ip-ah-popup-wrapper .ip-title h2 {
        font-size: 32px;
    }

    .ip-ah-popup-tagline {
        line-height: 1.2;
    }

    .ip-ah-cta-container .custom-container, .ip-ah-section.blog .custom-container {
        padding: 0 15px;
    }

    .oc-inner-cont img {
        max-width: 100%;
    }
    
    .oc-contact-wrap {
        flex-direction: column;
        align-items: center;
    }
    
    .occ-item {
        padding: 30px 0;
        border-left: 0;
        border-top: 2px solid #000;
    }
    
    .occ-item:first-child {
        padding-top: 0;
        border-top: 0;
    }
    
    .occ-item:last-child {
        padding-bottom: 0;
    }
    
    .oc-email {
        font-size: 15px;
    }

}

@media only screen and (max-height: 650px) {
    .aiosp-container.aiosp-inline-holder[class*="ip-ah-popup-container"] {
        margin: 0;
        overflow: auto;
        padding: 50px 15px;
    }

    .aiosp-container.aiosp-inline-holder[class*="ip-ah-popup-container"] .aiosp-wrap.aiosp-auto-cursor.aiosp-ready {
        overflow: hidden!important;
        top: 0!important;
        height: 100%!important;
        position: fixed!important;
    }
}</pre></body></html>