/************************************************

Stylesheet: Global Stylesheet

font-family: nimbus-sans, sans-serif;
font-weight: 400;
font-style: normal;

font-family: nimbus-sans, sans-serif;
font-weight: 700;
font-style: normal;

font-family: nimbus-sans-extended, sans-serif;
font-weight: 700;
font-style: normal;

font-family: retsig, sans-serif;
font-weight: 600;
font-style: normal;

indigo { color: #214058; }
weldon { color: #76989e; }

*************************************************/

/*********************
GLOBAL STYLES
*********************/
h1 {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 0.7184rem + 4.4013vw, 6rem);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.home-hero h1 {
    
}

.home-content-wrapper h1 {
    color: #739EA2;
}

h2 {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #1D3D57;
    font-size: 1.375rem;
    line-height: 1.3;
}

.amenities-wrapper h2 {
    color: #739EA2;
}

p {
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #1D3D57;
    line-height: 1.3;
}

.hero-content p {
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #FFF;
}

ul {
    margin-left: 0;
}

li {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1D3D57;
    list-style-position: inside;
    line-height: 1.3;
    font-size: .875rem;
}

/*li:first-child {
    text-transform: uppercase;
    font-weight: 700;
    list-style-type: none;
    margin-bottom: .125rem;
}*/

a {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

button, .button, input[type=submit],
.lease-now-btn a, .specials-btn a,
.off-canvas .menu a {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 1px;
    border: 2px solid #1D3D57;
    background: rgba(115,158,162,0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1D3D57;
    text-transform: uppercase;
    padding: .75rem;
    cursor: pointer;
    margin: 0;
    text-align: center;
}

.lease-now-btn a, .specials-btn a {
    border: 2px solid #1D3D57;
    color: #1D3D57;
}

button:focus, button:hover, .button:focus, .button:hover,
input[type=submit]:focus, input[type=submit]:hover,
.lease-now-btn a:focus, .lease-now-btn a:hover,
.specials-btn a:focus, .specials-btn a:hover {
    background: rgba(115,158,162,1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.close-button {
    right: -.5rem;
    top: -.5rem;
    margin: 0;
    border: none;
    padding: 0;
    z-index: 10;
    background: #739EA2;
    height: 2rem;
    width: 2rem;
    font-weight: 700;
    border-radius: 50%;
    color: #FFF;
    font-family: nimbus-sans-extended, sans-serif;
    line-height: 2rem;
    font-style: normal;
    z-index: 10;
    font-size: 1.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button:focus, .close-button:hover,
.floorplan-modal .close-button:focus, .floorplan-modal .close-button:hover {
    background: #1D3D57;
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-links a {
    margin: 0 .5rem;
    line-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon {
    height: 2.75rem;
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon:focus, .social-icon:hover {
    fill: #739EA2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.grid-container {
    max-width: 1640px;
    width: 90%;
    padding: 0;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*********************
HEADER & TOP-BAR
*********************/
.header {
    background: #FFF;
    padding: 0;
}

.off-canvas-content {
    padding-top: 110px;
}

.top-bar {
    height: 110px;
    padding: .75rem 5%;
    background: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(10,10,10,.75);
    box-shadow: 0px 0px 10px rgba(10,10,10,.75);
    z-index: 12;
}

.header-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.header-logo img {
    height: 75%;
}

.header-nav {
    display: none;
}



/*********************
OFF-CANVAS STYLES
*********************/
button.mobile-menu-btn {
    width: 36px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    border: none;
    letter-spacing: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
}

.mobile-menu-btn span {
    width: 36px;
    height: 2px;
    background-color: #383737;
}

.mobile-menu-btn span:nth-of-type(2) {
    width: 26px;
}

.mobile-menu-btn span:nth-of-type(3) {
    width: 16px;
}

.mobile-menu-btn span:nth-of-type(4) {
    width: 6px;
}

.off-canvas {
    background: url(../images/hero-wrap-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem 2rem;
    width: 280px;
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
    z-index: 30;
}

.js-off-canvas-overlay.is-overlay-fixed {
    background: rgba(0,0,0,.6);
}

.off-canvas .close-button {
    right: 0.625rem;
    top: 0.625rem;
    border: 1px solid #FFF;
    font-family: nimbus-sans, sans-serif;
    /*text-transform: none;*/
    line-height: calc(2rem - 2px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(255,255,255,0);
    color: #FFF;
}

.off-canvas .close-button:hover {
    background: rgba(255,255,255,1);
    color: #1D3D57;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.off-canvas .menu {
    background: rgba(255,255,255,.25);
    border: 1px solid #fff;
    padding: 0.75rem 1rem 1.5rem;
    margin-top: 2.25rem;
    outline: 1px solid #000;
    outline-offset: -3px;
    -webkit-box-shadow: 0px 0px 15px rgba(10,10,10,.9);
    box-shadow: 0px 0px 15px rgba(10,10,10,.9);
}

.off-canvas .menu .active > a {
    
}

.off-canvas .menu a {
    border: none;
    color: #FFF;
}

.off-canvas .menu li:first-child {
    margin: 0;
}

.lease-now-btn, .specials-btn {
    border: none;
    width: 90%;
    margin: 1rem auto 0;
    max-width: 150px;
}

.off-canvas .menu .lease-now-btn a, .off-canvas .menu .specials-btn a {
    border: 1px solid #FFF;;
    color: #FFF;
}

.off-canvas .lease-now-btn:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    background: #FFF;
    margin: 0 0 1.75rem;
}

.off-canvas .aux-menu {
    display: block;
    padding: .75rem 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.off-canvas .aux-menu a {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    padding: .75rem 0;
    font-size: .875rem;
}

.off-canvas .aux-menu .phone-link {
    font-size: 1rem;
}

.off-canvas .social-links {
    margin: 1.5rem 0 0;
}



/*********************
HERO STYLES
*********************/
.hero-wrapper {
    background: url(../images/hero-wrap-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem 0;
}

.inner-hero {

}

.inner-hero > .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-content {
    padding: 1rem 5%;
}

.hero-content h1 {
    font-size: 2rem;
    line-height: 1.2;
}

.hero-content p {
    margin-bottom: 1.25rem;
}

.hero-content .button {
    border: 2px solid #FFF;
    color: #FFF;
}

.hero-image {
	background: url(../images/sailboat.jpg) no-repeat center;
	background-size: cover;
	padding: 0;
	/*padding-bottom: calc(838 / 1090 * 100%);*/
    width: 100%;
}

.micro-hero .button {
    margin-bottom: 0;
}

/*.home-hero .hero-image {
	background: url(../images/hero-home.jpg) no-repeat center;
	background-size: cover;
}

.amenities-hero .hero-image {
	background: url(../images/hero-amenities.jpg) no-repeat center;
	background-size: cover;
}

.floorplans-hero .hero-image {
	background: url(../images/hero-floorplans.jpg) no-repeat center;
	background-size: cover;
}

.gallery-hero .hero-image {
	background: url(../images/hero-gallery.jpg) no-repeat center;
	background-size: cover;
}

.location-hero .hero-image {
	background: url(../images/hero-location.jpg) no-repeat center;
	background-size: cover;
}

.contact-hero .hero-image {
	background: url(../images/hero-contact.jpg) no-repeat center;
	background-size: cover;
}*/

/*********************
HOME PAGE
*********************/
.padding-block {
    height: 1.875rem;
    width: 100%;
}

.grid-container-padding {
    padding: 0 5%;
}

.focus-content .button {
    color: #FFF;
    border: 2px solid #FFF;
}


/*********************
FOCUS SECTIONS
*********************/
.focus-wrapper {
    background: #739EA2;
    padding: 1rem 0 1.875rem;
}

.focus-content p {
    color: #FFF;
}

.home-focus .focus-title {
    font-family: 'retsig', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 0.375rem;
}


/*********************
AMENITIES PAGE
*********************/
.amenities-wrapper {
    margin: 0;
}

.amenities-wrapper > .flex-container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.amenities-list {
    padding: 0 5% 0;
    width: 100%;
}

.amenities-list h2 {
    margin-bottom: 1rem;
}

.select-units {
    font-size: .75rem;
    margin-top: 1.25rem;
    list-style-type: none;
}

.amenities-photo {
    margin: 1rem 0 2rem;
    width: 100%;
}

.tablet-amenities {
    display: none !important;
}

/*********************
FLOORPLANS PAGE
*********************/
.floorplans-wrapper {
    /*padding: 2rem 0;
    background: rgba(0,0,0,.05);*/
}

.floorplans h2 {
    color: #1D3D57;
    text-align: center;
    margin-bottom: 0;
}

.filter-container {
    margin: 2rem 0;
    padding: 0 0;
}

.filter-btn {
    border: 2px solid #1D3D57;
    color: #1D3D57;
    padding: .5rem .35rem;
    margin-bottom: 0;
    font-size: .875rem;
    letter-spacing: 0;
}

.filter-btn.is-checked {
    background: rgba(115,158,162,1);
    cursor: default;
    pointer-events: none;
    color: #FFF;
}

.floorplans-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.filter-card {
	margin-bottom: 1rem;
}

.floorplan-card {
	border: 2px solid #739EA2;
	/*min-height: 480px*/
    position: relative;
    background: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.floorplan-card:focus, .floorplan-card:hover {
    background: rgba(0,0,0,.15);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fp-unit p, .fp-modal-unit {
    font-size: 2rem;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    color: #739EA2;
    line-height: 1;
    margin: .75rem 0;
}

.fp-specs p, .fp-modal-specs, .fp-modal-price {
    margin: .5rem 0 0;
    color: #000;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.fp-specs .button, .fp-modal-btm .button {
    border: 2px solid #1D3D57;
    color: #1D3D57;
    margin: .625rem 0 1.25rem;
    padding: .5rem .75rem;
}

.fp-specs p {
    font-weight: 700;
}

.fp-specs p.fp-pricing {
    font-weight: 400;
}

.fp-image {
    padding: 0 1.5rem;
    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;
}

.fp-image img {
    max-height: 250px;
}

.floorplan-card .button {
    position: relative;
    z-index: 2;
}

.floorplan-card a.button:focus, .floorplan-card a.button:hover {
    color: #FFF;
}

/*********************
MODALS
*********************/
.reveal {
    background: rgba(0,0,0,.6);
}

.fp-modal-top {
    position: relative;
    padding: 0 0 1rem;
}

.fp-modal-btm .button {
    width: 47%;
    font-size: .875rem;
    margin: .625rem 0 1.5rem;
}

.fp-modal-image {
    padding: 0 1.5rem;
}

.modal-nav a {
    border: none;
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    letter-spacing: 0;
    background: #739EA2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 0;
}

.modal-nav a:focus, .modal-nav a:hover {
    color: #FFF;
    background: #1D3D57;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fp-modal-footer {
    margin-top: 1.5rem;
}

.fp-modal-footer p {
    margin: .5rem 0 0;
    font-size: .75rem;
}

.modal-center-wrap, .modal-container, .modal-content {
    min-height: 100%;
}

.modal-content {
    position: relative;
    background: #FFF;
}

.modal-content > .grid-x {
    min-height: 100%;
}

.floorplan-modal .close-button {
    top: -.5rem;
    right: 0;
}

span.small-block {
    display: block;
}

.gallery-modal .close-button {
    top: -1rem;
    right: -1rem;
}

#siteplan-modal.siteplan-modal .modal-center-wrap {
    height: auto;
}

#siteplan-modal .siteplan-modal-image {
    height: auto;
}

#siteplan-modal .siteplan-modal-image img {
    max-height: initial;
    max-width: 100%;
}

/*********************
GALLERY PAGE
*********************/
.gallery-image {
	height: 100px;
	margin: .625rem 0;
    cursor: pointer;
}

.gallery-modal .modal-content {
    background: none;
}

/*********************
LOCATION PAGE
*********************/
.location-address {
    font-weight: 700;
    text-transform: uppercase;
}

.map-wrapper > .grid-container {
    overflow: hidden;
}

.location-map {
    height: 500px;
}



.poi-container {
    position: relative;
    height: 64vh;
    min-height: 428px;
}

.map-container {
    height: 100%;
    width: 100%;
}

.location-map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-navigation {
    background: #739EA2;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem 0 2rem 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.map-navigation.map-nav-out {
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; 
}

.map-navigation.map-nav-in {
    right: -150px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.poi-box, .poi-box-sidebar, .poi-list { height: 100%; }

.poi-box { padding-right: 0; }

.map-toggle-btn {
    display: block;
    position: absolute;
    left: -1.25rem;
    top: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
}

.map-toggle-btn img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.map-nav-in .map-toggle-btn img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.poi-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
}

.poi-list li { margin-bottom: 0; }

.poi-list li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 2rem;
    display: block;
    padding-left: 2.25rem;
    background-position: center left !important;
    background-size: contain !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

.poi-list li a:focus, .poi-list li a:hover {
    color: #EEF0EA;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.poi-list li.visibleLayer a { color: #EEF0EA; }

.gm-style-mtc, .gm-svpc, .gm-fullscreen-control { display: none; }

button[aria-label="Keyboard shortcuts"] { display: none!important; }




.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.map-overlay.map-activated { display: none; }


/*********************
CONTACT PAGE
*********************/
.focus-wrapper.contact-focus {
    padding: 1.75rem 0;
}

.contact-focus p {

}

.contact-focus .focus-title {
    font-weight: 700;
    font-family: nimbus-sans-extended, sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
}

.contact-form h2 {
    margin-bottom: 2rem;
}


/*********************
HIGHLIGHT SECTION
*********************/
.highlights-container {
    background: #EAEAEA;
    padding: 2.5rem 0;
}

.highlights-container h2 {
    margin-bottom: 1.875rem;
}

.highlights-container a span {
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #1D3D57;
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    margin: .5rem 0 1rem;
}

/*********************
FOOTER
*********************/
.footer {
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 2.5rem 5%;
}

.footer img {

}

.footer-map img {
    border: 2px solid #FFF;
}

.contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 .5rem;
}

.contact-links .button {
    margin-bottom: 1.5rem;
    border: 2px solid #FFF;
}

.contact-links > .flex-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.contact-links a {
    color: #FFF;
    font-size: 1rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: .5rem 0;
    letter-spacing: 1px;
    line-height: 1.3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-links a:not(.button):focus, .contact-links a:not(.button):hover {
    letter-spacing: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-logo {
    padding: 0 25%;
    margin: 0 0 2.25rem;
}

.footer .social-links {
    margin: .75rem 0 1.25rem;
}

.footer-bottom p, .footer-bottom a {
    font-size: .625rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    padding: .25rem 0;
}

.footer-icons {
    margin-top: 1rem;
}

.footer-icons img {
    height: 1.875rem;
}

.greystar-links {

}

.greystar-links .flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.greystar-links a {
    
}

/*********************
CONTACT FORM
*********************/
.contact-form .modal-container {
    background: #FFF;
    padding: 1rem 1rem 1.625rem;
    position: relative;
}

.gform-field-label {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.modal-topline {
    font-size: 1.75rem;
    margin-bottom: .25rem;
    color: #739EA2;
    text-transform: uppercase;
    font-family: nimbus-sans-extended, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
}

.modal-btmline {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #1D3D57;
    line-height: 1.2;
}

.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.name-fields, .message-field {
    width: 100%;
}

.name-fields .ginput_complex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.name-fields .ginput_complex > span {
    width: 100%;
}

.email-field {
    width: 100%;
}

.phone-field {
    width: 100%;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 1rem;
	font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}

[type=email], [type=tel], [type=text], textarea {
    height: 2.25rem;
    padding: 0.25rem 0.5rem;
}

input[type=submit] {
    border: 2px solid #1D3D57;
    color: #1D3D57;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-form .gform_validation_errors > ol { display:none; }
.contact-form h2.gform_submission_error { 
    color: #FF0000;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-size: .875rem;
}

.contact-form .validation_message {
    color: #FF0000;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .5rem;
    line-height: 1.3;
    font-size: .75rem;
    margin-top: -0.5rem;
}

.reveal.contact-form {
    padding: 1rem;
}

textarea[rows] {
    height: 10rem;
}


@media screen and (min-width: 25.625em) {

}

/* SCREEN-WIDTH: 640PX */
@media screen and (min-width: 40em) {
	.show-for-small-medium {
		display: block !important;
	}

	.hide-for-small-medium {
		display: none !important;
	}
    
    .hide-for-medium {
        display: none !important;
    }
	
	.set-left {
        margin-left: 0;
        padding: 0;
    }

    .set-right {
        margin-right: 0;
        padding: 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h1 span {
        font-size: 2.5rem;
    }
    
    p {
        font-size: .875rem;
    }
    
    .header-wrap {
        padding-bottom: 16%;
    }
    
    .header-left {
        width: 36%;
    }
    
    .header-right {
        width: 60%;
    }
    
    .header-right > .flex-container {
        height: 100%;
        width: 100%;
    }
    
    .header a {
        color: #1D3D57;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 1rem;
    }
    
    .hero-wrapper {
        background-size: 64%;
        background-position: right;
        padding: 2.5% 0;
    }
    
    .floorplans-hero, .location-hero {
        background-position: left;
    }
    
    .hero-image {
    	/*width: 56.77%;*/
    	width: 45%;
        /*padding-bottom: calc(838 / 1090 * 56.77%);*/
        padding-bottom: 0;
        /*margin-left: 10%;*/
        margin-left: 0;
    }
    
    .hero-content {
    	/*width: 43.23%;*/
    	width: 55%;
    }
    
    .hero-content {
    	padding: 0 5%;
    }
    
    .hero-content h1 {
        line-height: 1.1;
        font-size: 1.75rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .content-block-left {
        width: 55%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .content-block-right {
        width: 45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .amenities-wrapper {
        padding: 0 3%;
        /*margin: 5% 0;*/
    }
    
    .amenities-wrapper > .flex-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
    }

    .amenities-list {
        width: 47%;
        padding: 0;
    }
    
    .divider-line {
        height: 100%;
        width: 1px;
        background: #000;
    }
    
    .amenities-list h2 {
        font-size: 1.25rem;
    }
    
    .filter-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .filter-btn {
        padding: 0.625rem 0;
        width: 90px;
        margin: 0 .5rem;
    }
    
    .filter-card {
		padding-left: .5rem;
        padding-right: .5rem;
        margin-bottom: 1rem;
	}
    
    .floorplan-card {
        height: 405px;
    }
    
    .fp-image img {
        max-height: 225px;
    }
    
    .fp-specs p {
        letter-spacing: -.5px;
    }
    
    .fp-modal-top {
        padding: 0;
    }
    
    .fp-modal-specs, .fp-modal-price {
        font-size: 1rem;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    
    .fp-modal-price {
        margin: 1rem 0 2rem;
    }
    
    .fp-modal-image img {
        max-height: 340px;
    }

    .grid-x > .medium-5.modal-left {
        width: 35%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .grid-x > .medium-6.modal-right {
        width: 65%;
        margin-left: 0;
    }
    
    .gallery-wrapper .grid-padding-x > .cell {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    
    .gallery-image {
        height: 160px;
    }
    
    .gallery-modal .close-button {
        top: 0;
        right: calc(8.33333% - 2.75rem);
    }
    
    .gallery-modal .modal-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .location-address {
        font-size: 1rem;
    }
    
    .contact-focus p {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    .contact-focus .focus-title {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    span.block {
        display: block;
    }
    
    .highlights-container {
        padding: 2.5rem 0 1.75rem;
    }
    
    .fp-modal-btm .button {
        width: 100%;
        margin: 0 0 1rem;
    }
    
    .fp-modal-footer p {
        font-size: .75rem;
        padding: 0 1rem;
    }
    
    .footer {
        padding: 2rem 6%;
    }
    
    .footer-logo {
        padding: 0 35%;
        margin: 1rem 0 1rem;
    }
    
    .contact-links > .flex-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    
    .contact-links .button {
        margin: 1.5rem 0.5rem;
        width: 185px;
    }
    
    .name-fields .ginput_complex > span {
        width: 49%;
    }

    .email-field {
        width: 49%;
    }

    .phone-field {
        width: 49%;
    }
    
    .name-fields .ginput_complex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .reveal.contact-form {
        padding: 2rem;
    }
    
    .contact-form .modal-center-wrap {
        width: 85%;
        margin: 0 auto;
    }
    
    .contact-form .modal-content {
        padding: 0 6%;
    }
    
}

/* SCREEN-WIDTH: 768PX */
@media screen and (min-width: 48em) {
    .show-for-small-medium {
		display: none !important;
	}

	.hide-for-small-medium {
		display: block !important;
	}
    
    h1 {
        font-size: 2rem;
    }

    h1 span {
        letter-spacing: 0;
        font-size: 3rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    p, li {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    
    .off-canvas .menu li:not(.lease-now-btn):not(.specials-btn) {
        margin: 0;
    }
    
    .off-canvas .social-links {
        margin: 2.125rem 0 0;
    }
    
    .off-canvas .aux-menu a {
        font-size: 1rem;
    }
    
    .off-canvas .aux-menu .phone-link {
        font-size: 1.25rem;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .mobile-amenities {
        display: none !important;
    }
    
    .tablet-amenities {
        display: block !important;
    }
    
    .amenities-wrapper {
        padding: 0;
        margin: 3rem 0;
    }
    
    .amenities-list {
        width: 50%;
        padding: 0 3%;
    }
    
    .amenities-list li {
        margin-bottom: 0;
    }
    
    .unit-amenities {
        margin-bottom: 2rem;
    }

    .amenities-photo {
        width: 50%;
    }
    
    .tablet-amenities .amenities-list {
        padding: 0;
    }
    
    .unit-amenities .list-container {
        padding-left: 7%;
        width: 100%;
    }
    
    .community-amenities .list-container {
        padding: 0 7%;
        width: 100%;
    }
    
    .tablet-amenities .amenities-list img {
        margin-bottom: 2rem;
    }
    
    .floorplans h2 {
        font-size: 1.25rem;
    }
    
    .medium-up-3>.cell {
        width: 33.33333%;
    }
    
    .floorplan-card {
        height: 400px;
    }
    
    .fp-image img {
        max-height: 180px;
    }
    
    .reveal {
        padding: 3rem;
    }

    .modal-center-wrap {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .modal-container {
        padding: 2rem;
        background: #FFF;
    }
    
    .modal-content {
        position: relative;
    }
    
    .modal-center-wrap, .modal-container, .modal-content {
        min-height: auto;
    }
    
    .modal-nav a {
        position: absolute;
        top: 50%;
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .modal-nav a.prev-link {
        left: -3.5rem;
    }
    
    
    .modal-nav a.next-link {
        right: -3.5rem;
    }
    
    .modal-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .fp-modal-image {
        padding: 0;
        height: 300px;
        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;
    }
    
    .fp-modal-image img {
        max-height: 100%;
    }
    
    .fp-modal-btm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .fp-modal-btm .button {
        width: 200px;
        font-size: .875rem;
        display: block;
        padding: 0.75rem;
    }
    
    .floorplan-modal .close-button {
        right: -3.5rem;
        top: -3.5rem;
        margin: 0;
        border: none;
        padding: 0;
        z-index: 10;
        background: #739EA2;
        height: 3rem;
        width: 3rem;
        font-weight: 700;
        border-radius: 50%;
        color: #FFF;
        font-family: nimbus-sans-extended, sans-serif;
        line-height: 3rem;
        font-style: normal;
        font-size: 1.625rem;
    }
    
    .fp-modal-unit {
        font-size: 3rem;
        margin-top: 0;
    }
    
    .reveal.full.gallery-modal {
        background: rgba(0,0,0,.8);
    }
    
    .gallery-modal .modal-container {
        background: initial;
    }
    
    .gallery-modal .medium-10 {
        background: rgba(0,0,0,.3);
    }
    
    .gallery-modal .gallery-modal-image {
        border: 1px solid #FFF;
        padding: 3px;
    }
    
    .gallery-modal .close-button {
        top: 0;
        right: -0.5rem;
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 2rem;
    }
    
    .gallery-modal .modal-nav a {
        position: absolute;
        top: 50%;
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 2rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .gallery-modal .close-button {
        right: -0.875rem;
    }
    
    .gallery-modal .modal-nav a.next-link {
        right: -0.875rem;
    }
    
    .gallery-modal .modal-nav a.prev-link {
        left: -0.875rem;
    }
    
    .poi-container {
        height: 40vh;
    }
    
    .highlights-container a span {
        font-size: 1.125rem;
    }
    
    .grid-x > .medium-5.modal-left {
        width: 45%;
    }
    
    .grid-x > .medium-6.modal-right {
        width: 55%;
    }
    
    .contact-links > .flex-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* SCREEN-WIDTH: 1024PX */
@media screen and (min-width: 64em) {
    h1 {
        font-size: 3rem;
        line-height: 1;
    }

    h1 span {
        letter-spacing: 0;
        font-size: 4.25rem;
    }
    
    h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    p, li {
        font-size: 1.125rem;
    }
    
    .grid-container {
        width: 86%;
    }
    
    .header-wrap {

    }
    
    .header a {
        letter-spacing: 0;
        margin: 0 1.5rem 0 0;
    }
    
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .home-hero .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content p {
        font-size: 1.125rem;
    }
    
    .content-block-left, .content-block-right {
        width: 50%;
    }
    
    .amenities-wrapper {
        margin: 0;
        /*padding: 8% 0;*/
    }
    
    .amenities-list h2 {
        font-size: 1.5rem;
    }
    
    .large-up-4>.cell {
        width: 50%;
    }
    
    .floorplans-container > .grid-container {
        width: 90%;
    }
    
    .floorplan-card {
        height: 440px;
    }
    
    .fp-image img {
        max-height: 240px;
    }
    
    .fp-specs p {
        letter-spacing: -1px;
        font-size: 1rem;
    }
    
    .reveal {
        padding: 3rem 10%;
    }
    
    .grid-x > .medium-5.modal-left {
        width: 30%;
    }
    
    .grid-x > .medium-6.modal-right {
        width: 70%;
    }
    
    .fp-modal-image {
        height: auto;
    }
    
    .fp-modal-image img {
        max-height: 400px;
        max-width: 90%;
        margin: 0 auto;
    }
    
    .gallery-wrapper .grid-padding-x > .cell {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    
    .gallery-image {
        height: 240px;
    }
    
    .location-address {
        font-size: 1.25rem;
    }
    
    .poi-container {
        height: 64vh;
    }
    
    .contact-focus p {
        font-size: 1.375rem;
    }
    
    .contact-focus .focus-title {
        font-size: 1.5rem;
    }
    
    .highlights-container h2 {
        font-size: 1.75rem;
    }
    
    .highlights-container a span {
        font-size: 1.25rem;
        margin-top: 1rem;
    }
    
    .footer-logo {
        padding: 0;
    }
    
    .footer-logo img {
        height: 100px;
    }
    
    .footer > .grid-container {
        width: 100%;
    }
    
    .inner-footer > .grid-x > .medium-5 {
        width: 50%;
    }
    
    .inner-footer > .grid-x > .large-4 {
        width: 50%;
        margin-left: 0;
    }
    
    .sailboat-bg {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .sailboat-bg:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: url(../images/hero-home.jpg) no-repeat center;
        background-size: cover;
        z-index: -1;
        opacity: .3;
    }
    
    .sailboat-bg .button {
        max-width: 168px;
    }
}

/* SCREEN-WIDTH: 1330PX */
@media screen and (min-width: 83.125em) {
    button, .button, .header .button, .filter-btn {
        padding: 1.25rem 1rem;
        font-size: 1.125rem;
        letter-spacing: 2px;
        width: auto;
    }
    
    .mobile-menu {
        display: none;
    }
    
    .filter-btn {
        width: 122px;
        padding: 1rem;
    }
    
    .floorplan-card .button {
        width: 264px;
        letter-spacing: 1px;
        padding: 0.75rem 0;
    }
    
    .fp-modal-btm .button {
        width: 272px;
        padding: 1rem 0;
        letter-spacing: 1px;
        font-size: 1.125rem;
    }
    
    .header-right a:not(.button) {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
    
    .off-canvas-content {
        padding-top: 140px;
    }
    
    .top-bar {
        height: 140px;
        padding: .25rem 0;
    }
    
    .header-logo {
        width: 36%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .header-logo a {
        margin: 0;
    }
    
    .header-logo img {
        height: 84%;
    }
    
    .header-nav {
        width: 64%;
        display: block;
        padding-right: 3%;
    }
    
    .top-bar ul {
        background: none;
    }
    
    #main-nav.menu {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    #main-nav.menu > li:not(.lease-now-btn):not(.specials-btn) {
        margin: .25rem;
    }
    
    #main-nav.menu > li:not(.lease-now-btn):not(.specials-btn) > a {
        margin: 0;
    }
    
    #main-nav.menu .lease-now-btn, #main-nav.menu .specials-btn {
        margin: .25rem;
        max-width: initial;
        width: auto;
    }
    
    #main-nav.menu .lease-now-btn a, #main-nav.menu .specials-btn a {
        margin: 0;
    }
    
    #main-nav.menu .lease-now-btn a:focus, #main-nav.menu .lease-now-btn a:hover,
    #main-nav.menu .specials-btn a:focus, #main-nav.menu .specials-btn a:hover {
        color: #FFF;
    }
    
    .menu .active > a {
        pointer-events: none;
        cursor: default;
        border: .5px solid #1D3D57;
        background: none;
        color: initial;
    }
    
    h1 {
        font-size: 4rem;
        margin-bottom: 2rem;
        line-height: 1.1;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .hero-content {
        padding: 0 6%;
    }
    
    .hero-content h1 {
        font-size: 3.5rem;
    }
    
    .home-hero .hero-content h1 {
        font-size: 3.5rem;
    }
    
    .hero-content p {
        margin-bottom: 3rem;
    }
    
    .gallery-page .hero-content p {
        margin-bottom: 1rem;
    }
    
    .padding-block {
        height: 5rem;
    }
    
    .content-block-left {
        width: 55%;
    }

    .content-block-right {
        width: 45%;
    }
    
    .content-block-left .button {
        margin-top: 1rem;
    }
    
    .grid-container-padding {
        padding: 0 15%;
    }
    
    .mobile-amenities {
        display: block !important;
    }
    
    .tablet-amenities {
        display: none !important;
    }
    
    .unit-amenities {
        margin-bottom: 5%;
    }
    
    .amenities-list {
        width: 45%;
    }
    
    .amenities-photo {
        width: 55%;
    }
    
    .amenities-list h2 {
        font-size: 2.25rem;
        margin-bottom: 2rem;
    }
    
    .floorplans h2 {
        font-size: 2.25rem;
    }
    
    .gallery-image {
        height: 340px;
    }
    
    /*.highlight-wrapper {
        padding: 40px 0;
    }
    
    .highlight-title {
        font-size: 6rem;
        margin-bottom: 0.375rem;
    }
    
    .highlight-content .button {
        margin: 2rem 0 0;
    }*/
    
    .filter-container {
        padding: 0;
        margin: 3rem 0;
    }
    
    .floorplans-container {
        padding: 0 6%;
    }
    
    .floorplans-container > .grid-container {
        width: 100%;
    }
        
    .large-up-4>.cell {
        width: 33.33333%;
    }
    
    .floorplan-card {
        height: 520px;
    }
    
    .fp-unit p, .fp-modal-unit {
        font-size: 2.75rem;
    }
    
    .fp-specs p {
        letter-spacing: 0;
        margin: 0;
        line-height: 1.6;
    }
    
    .fp-image {
        padding: 0 50px;
    }
    
    .fp-image img {
        max-height: 270px;
    }
    
    .fp-modal-unit {
        font-size: 5rem;
    }
    
    .fp-modal-specs, .fp-modal-price {
        line-height: 2;
        font-size: 1.5rem;
    }
    
    .reveal, .reveal.contact-form, .reveal.floorplan-modal {
        padding: 3rem 15%;
    }
    
    .modal-center-wrap, .contact-form .modal-center-wrap {
        width: 100%;
    }
    
    .modal-container {
        padding: 3rem 3rem 2.5rem;
    }
    
    .contact-form .modal-container {
        padding: 4rem 8rem 2.5rem;
    }
    
    .modal-topline {
        font-size: 3rem;
        margin-bottom: 1rem;
        letter-spacing: 0;
        line-height: 1.4;
    }
    
    .modal-btmline {
        line-height: 1.3;
        font-size: 1.25rem;
        letter-spacing: 2px;
        margin-bottom: 3rem;
    }
    
    .floorplan-modal .close-button {
        right: -4.5rem;
        top: -4.5rem;
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
        font-size: 2.25rem;
    }
    
    .modal-nav a {
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
        font-size: 2.5rem;
    }
    
    .modal-nav a.prev-link {
        left: -4.5rem;
    }
    
    .modal-nav a.next-link {
        right: -4.5rem;
    }
    
    .contact-form .close-button {
        right: -1.5rem;
        top: -1.5rem;
        height: 4rem;
        width: 4rem;
        font-weight: 700;
        line-height: 4rem;
        font-size: 2.5rem;
    }
    
    .fp-modal-footer {
        margin-top: 3rem;
    }
    
    .fp-modal-disclaimer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .fp-modal-footer p {
        font-size: .75rem;
        padding: 0;
        margin: 0;
        padding: 0 0.5rem;
    }
    
    .grid-x > .medium-5.modal-left {
        width: 35%;
    }
    
    .grid-x > .medium-6.modal-right {
        width: 65%;
    }
    
    .fp-modal-image img {
        max-height: 500px;
        max-width: 96%;
    }
    
    .poi-container {
        max-height: 560px;
    }
    
    .highlights-container h2 {
        font-size: 2rem;
    }
    
    .highlights-container a span {
        font-size: 1.5rem;
    }
    
    .contact-links a {
        font-size: 1.25rem;
    }
    
    .contact-links .button {
        margin: 1.5rem 0.5rem;
        width: 164px;
        font-size: 1.125rem;
        letter-spacing: 1px;
        font-family: nimbus-sans-extended, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 1.25rem 0;
        line-height: 1;
    }
    
    .footer-bottom p, .footer-bottom a {
        letter-spacing: 1px;
    }
    
    .footer {
        padding: 2rem 13%;
    }
    
    .inner-footer.grid-x > .medium-5 {
        width: 45%;
    }
    
    .inner-footer.grid-x > .large-6 {
        width: 55%;
        margin-left: 0;
    }
    
    
    
    
}

/* SCREEN-WIDTH: 1640PX */
@media screen and (min-width: 102.5em) {

}

/* MAX-WIDTH! (1920PX) */
@media screen and (min-width: 120em) {
    #main-nav.menu .lease-now-btn, #main-nav.menu .specials-btn {
        margin: 0 0 0 1rem;
    }
    
    p, li {
        /*font-size: 1.25rem;*/
        font-size: 1.125rem;
    }
    
    .header-right a:not(.button) {
        letter-spacing: 2px;
    }
    
    .hero-wrapper {
        /*background-size: 64%;*/
        background-size: 77.5%;
        padding: 52px 0;
    }
    
    .hero-content {
        /*padding: 0 9%;*/
        padding: 0 7.5%;
    }
    
    .hero-content h1 {
        font-size: 4rem;
    }
    
    .home-hero .hero-content h1 {
        font-size: 4rem;
    }
    
    .home-content-wrapper h1 {
        font-size: 4rem;
    }
    
    .padding-block {
        height: 6rem;
    }
    
    .padding-block.hide {
        display: block !important;
    }
    
    .amenities-wrapper {
        margin: 0;
        /*padding: 80px 0 40px;*/
    }
    
    .amenities-list {
        width: 43%;
        width: 55%;
        margin: 80px 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .amenities-photo {
        width: 57%;
        width: 45%;
        margin: 80px 0;
        margin: 0;
    }
    
    .unit-amenities {
        padding: 0 5% 0 12%;
        padding: 0 5% 0 10%;
    }
    
    .community-amenities {
        padding: 0 12% 0 5%;
        padding: 0 10% 0 5%;
    }
    
    .amenities-list h2 {
        margin-bottom: 1.5rem;
    }
    
    .amenities-list-section {
        position: relative;
        width: 100%;
        margin: 0 0 -1px;
        padding: 1.5rem 0;
    }
    
    .amenities-list-section p {
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .amenities-list-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        top: 0;
        left: 0;
    }
    
    .amenities-list-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
        left: 0;
    }
    
    .select-units-section {
        position: relative;
        width: 100%;
        margin: 0 0 -1px;
        padding: 1rem 0 0;
    }
    
    .select-units-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        top: 0;
        left: 0;
    }
    
    .select-units-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 0;
        background: #000;
        left: 0;
    }
    
    .community-amenities .amenities-list-section:last-child:after {
        height: 0;
    }
    
    .community-amenities .amenities-list-section:last-child {
        padding-bottom: 0;
    }
    
    .select-units {
        margin-top: 0;
    }
    
    .amenities-list ul {
        -webkit-columns: 2;
        columns: 2;
        margin-bottom: 0;
    }

    .highlight-title {
        font-size: 6rem;
        margin-bottom: 0.375rem;
    }
    
    .floorplans-container {
        padding: 0 140px;
    }
    
    .filter-card {
        margin-bottom: 1.125rem;
        padding-right: .5625rem;
        padding-left: .5625rem;
    }
    
    .large-up-3 > .cell.filter-card {
        width: 25%;
    }
    
    .fp-image {
        padding: 0 66px;
    }
    
    .fp-image img {
        max-height: 300px;
    }
    
    .fp-specs p {
        font-size: 1.125rem;
    }
    
    .gallery-image {
        height: 400px;
    }
    
    .reveal, .reveal.contact-form, .reveal.floorplan-modal {
        padding: 3rem 20%;
    }
    
    .large-up-4>.cell {
        width: 25%;
    }
    
    .gallery-image {
        height: 400px;
    }
    
    .poi-container {
        max-height: initial;
        height: 45rem;
    }
    
    .map-navigation {
        padding: 4rem 0 4rem 2rem;
    }
    
    .map-toggle-btn {
        left: -1.875rem;
        top: 1.5rem;
        height: 3.75rem;
        width: 3.75rem;
    }
    
    .poi-list {
        width: 275px;
        padding-left: 1rem;
    }
    
    .poi-list li a {
        font-size: 1.125rem;
        padding-left: 3rem;
    }
    
    .map-navigation.map-nav-in {
        right: -275px;
    }
    
    .focus-wrapper.contact-focus {
        padding: 3rem 0;
    }
    
    .contact-form .grid-container {
        width: 70%;
    }
    
    .highlights-container {
        padding: 5rem 0 3rem;
    }
    
    .highlights-container h2 {
        margin-bottom: 4rem;
    }
    
    .highlights-container a span {
        font-size: 2rem;
    }
    
    .inner-footer.grid-x > .medium-5 {
        width: 40%;
    }
    
    .inner-footer.grid-x > .large-6 {
        width: 40%;
        margin-left: 10%;
    }
    
    .footer-logo img {
        height: 165px;
    }
    
    .social-links svg {
        height: 3rem;
    }
    
    .footer-bottom p, .footer-bottom a {
        letter-spacing: 2px;
    }
    
    .footer {
        padding: 118px 13%;
    }
}

/*********************
FONT FAMILIES
*********************/
@font-face {
    font-family: 'retsig';
    src: url('../fonts/retsig/retsig.eot');
    src: url('../fonts/retsig/retsig.eot?#iefix') format('embedded-opentype'),
         url('../fonts/retsig/retsig.woff2') format('woff2'),
         url('../fonts/retsig/retsig.ttf') format('truetype'),
         url('../fonts/retsig/retsig.otf') format('opentype'),
         url('../fonts/retsig/retsig.woff') format('woff'),
         url('../fonts/retsig/retsig.svg#dlt') format('svg');
    font-weight: normal;
    font-style: normal;
}