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

Stylesheet: Global Stylesheet

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



p, span {
    color: #C7C7C7;
    text-transform: uppercase;
    font-family: 'sweet-sans-pro';
}

a {
    color: #C7C7C7;
    text-transform: uppercase;
    font-family: 'sweet-sans-pro';
}

button {
    background: #B49459;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'sweet-sans-pro';
    border-radius: 36px;
    padding: 1rem 2rem;
    -webkit-transition: all .3s ease;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    cursor: pointer;
}

button:focus, button:hover {
    background: #FFF;
    color: #B49459;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button {
    background: none;
    width: 1rem;
    height: 1rem;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.close-button:focus, .close-button:hover {
    background: none;
}

.close-button .close-line {
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button:focus .close-line, .close-button:hover .close-line {
    fill: #3E4B54;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.landing-container {
    width: 100%;
    overflow: hidden;
    background: transparent url(../images/web-bg-md.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 8% 0 0;
}




.landing-logo {
    width: 44%;
    margin: 0 auto 1.5rem;
    max-width: 240px;
}









.landing-right {
    padding: 2rem 0 0;
}

.landing-right .content-wrapper {
    width: 85%;
    margin: 0 auto;
}

.landing-right p {
    margin-top: 1rem;
    line-height: 1.5;
}














.footer {
    padding: 8% 0;
}

.footer p, .footer span {
    font-size: .5rem;
    margin: 0;
}

p.copyright {
    margin-top: 1.75rem;
}

a.footer-address {
    text-transform: none;
    font-size: .875rem;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-links a {
    font-size: .5rem;
}

.footer-links span {
    line-height: 0;
}

.greystar-info {
    margin-top: 1rem;
}



.reveal {
    padding: 0;
    background: rgba(0,0,0,.7);
}

.contact-container {
    width: 90%;
    margin: 0 auto;
    background: #B49459;
    border-radius: 28px;
    overflow: hidden;
}

.form-wrap {
    padding: 2rem .75rem;
}

.contact-photo {
    position: relative;
}

.contact-photo .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: initial;
}

.contact-title {
    margin-bottom: .75rem;
    width: 100%;
}

.form-wrap p {
    color: #FFF;
    font-size: .75rem;
    margin: 0;
}

.content-divide-line {
    margin: 1rem auto;
}

.content-divide-line img {
    width: 100%;
}


.contact-form .gform_wrapper.gravity-theme .gfield_label,
.contact-form .ginput_container label,
.contact-form .gform_wrapper.gravity-theme .gfield_description {
    line-height: 0;
    font-size: 0 !important;
    text-indent: -99999px;
    margin: 0 !important;
    height: 0;
    display: block;
}

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

#contact-modal.contact-form .gform_footer input {
    background: #3E4B54;
    color: #FFF;
    border-radius: 8px;
    border: none;
    line-height: 3;
    font-size: .625rem;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 3rem;
}

.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex > span {
    width: 100%;
    margin: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-form [type=text],
.contact-form [type=email] {
    width: 98%;
}

.contact-form [type=tel],
.contact-form textarea {
    width: 100%;
}

.contact-form .gform_wrapper.gravity-theme input,
.contact-form .gform_wrapper.gravity-theme textarea {
    border-radius: 12px;
    border: none;
    font-size: .75rem;
}

.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex > span.name_first,
.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex > span.ginput_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex > span.name_last,
.contact-form .gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex > span.ginput_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


@media screen and (min-width: 48em) {
    .landing-container {
        padding: 5% 0 0;
    }
    
    .landing-logo {
        width: 60%;
        max-width: 470px;
    }
    
    .landing-right p {
        margin: 1.5rem 0;
        line-height: 1.6;
    }
    
    .footer {
        padding: 5% 0 4%;
    }
    
    a.footer-address {
        font-size: 1.25rem;
    }
    
    .footer-links {
        max-width: 460px;
        margin: 0 auto;
    }
    
    .contact-form .contact-photo {
        background: transparent url(../images/contact-bg-md.jpg) center no-repeat;
        background-size: cover;
    }
    
    .form-wrap {
        padding: 2rem;
    }
    
    .contact-container {
        width: 88%;
        max-width: 1120px;
    }
    
    .form-centering {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 64em) {
    .landing-container {
        padding: 0;
        position: relative;
    }
    
    .landing-header {
        position: absolute;
        width: 100%;
        height: 27vh;
    }
    
    .landing-header > .flex-container {
        height: 100%;
    }
    
    .logo-col {
        width: 16%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .logo-col img {
        height: 80%;
        margin: 0 auto;
    }
    
    .address-col {
        width: 72%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .large-6.landing-left {
        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: 48%;
        height: 100%;
    }
    
    .landing-logo {
        width: 100%;
        margin: 0 0 0 2rem;
        height: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 27%;
    }
    
    .landing-logo img {
        max-height: 75%;
    }
    
    .landing-photo {
        height: 73%;
        background: transparent url(../images/home-pic-lg.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
    
    .large-6.landing-right {
        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;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 52%;
        height: 73%;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    
    .landing-right .content-wrapper {
        width: 84%;
        margin: 0 auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    .landing-right p {
        font-size: 1.5rem;
    }
    
    .landing-right p.copyright {
        font-size: .625rem;
        margin-bottom: 0;
    }
    
    .footer-links a {
        font-size: .625rem;
    }
    
    .address-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .address-box > .flex-container {
        width: 100%;
    }
    
    .address-box-space {
        background: transparent url(../images/svg/address-box-line.svg) no-repeat center;
        background-size: cover;
    }
    
    .footer {
        padding: 5% 8% 4%;
    }
    
    /*.line-fill {
        background: transparent url(../images/svg/address-box-line.svg) no-repeat center;
        background-size: 95% auto;
    }*/
    
    .line-fill {
        padding-right: 2.5%;
    }
    
    .address-col a {
        text-transform: none;
    }
    
    .address-col > .flex-container {
        height: 60%;
    }
    
    .line-fill img {
        height: 22px;
    }
    
    .form-wrap {
        padding: 9% 6.25%;
    }
    
    .form-wrap p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 83.313em) {
    .landing-container {
        padding: 0;
    }
    
    .landing-logo {
        max-height: 290px;
    }
    
    .landing-photo {
        background: transparent url(../images/home-pic-md.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
    
    .footer-links {
        max-width: 480px;
        margin: 0;
    }
    
    .address-col a {
        font-size: 1.375rem;
    }
    
    .line-fill img {
        height: 33px;
    }
}

@media screen and (min-width: 120em) {
    .landing-right .content-wrapper > img {
        width: 100%;
    }
}




















































































@media screen and (min-width: 64em) {
    .landing-container {
        height: 100vh;
        overflow: hidden;
        background: transparent url(../images/web-bg.jpg) no-repeat;
        background-position: bottom center;
        background-size: cover;
    }
}




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