/* RESET STYLES*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: 0;
}
img{
    border: 0;
	max-width: 100%;
}
a{
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

/* GENERAL STYLES */

html, body {
    min-height: 100%;
    width: 100%;
    font: normal normal 300 16px 'Roboto', sans-serif;
    background-color: #fff;
    line-height: 1.2;
}

html, body,
a, a:active, a:visited {
    color: #202052;
}

/* For modern browsers - http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/* For IE 6/7 only. Include this rule to trigger hasLayout and contain floats. */
.cf {
    *zoom: 1;
}

.animate{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

strong,
.body-list > li,
.floorplans-list > li > a {
    font-weight: 700;
}

.absolute,
.slick-prev,
.slick-next {
    position: absolute;
}

.relative {
    position: relative;
}

.block,
.home-hero-video,
.apartments::before,
.separator,
.apartments .subheadline::after,
.amenities .subheadline::after,
.professional-suites-amenities .subheadline::after,
.floorplans-list > li > a,
.professional-suites-individual-amenities .divisor,
.register-form .form-button,
.register-form .field-label,
.register-form .field-input,
.professional-suites-individual-amenities .col-left img,
.professional-suites-individual-amenities .col-right img {
    display: block;
}

.w-100,
.section,
.menu.open,
.home-hero-video,
.apartments::before,
.slider,
.floorplans-title,
.floorplans-text,
.floorplans-list > li,
.activities-footnote,
.accordion-title,
.activities .col-full {
    width: 100%;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.flex-stretch {
    align-items: stretch;
}

.flex-space-between {
    justify-content: space-between;
}

.m-auto,
.floorplans-list > li > a {
    margin: 0 auto;
}

.align-center,
.section-title {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.section {
    padding: 70px 0;
}

.section.alt {
    padding: 0;
}

.headline {
    font-size: 2.5rem;
    letter-spacing: 3px;
}

.subheadline {
    font-size: 1.25rem;
}

.body-text {
    font-size: 1rem;
}

.body-list {
    list-style-type: disc;
    padding-left: 1rem;
}

.body-list > li {
    margin: 0.5rem 0;
}

.footnote {
    font-size: 10px;
}

.uppercase,
.section-title {
    text-transform: uppercase;
}

.section-title {
    width: 23.875rem;
    padding: 2rem 0.5rem;
    border: 3px solid #202052;
    background-color: #fff;
}

#loader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.7) url(../img/ajax-loader.gif) no-repeat center center;
}

.col-left,
.col-right {
    margin: 0;
}

@media (max-width: 1700px) {
    html, body {
        font-size: 14px;
    }
}

@media (max-width: 1500px) {
    html, body {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    html, body {
        font-size: 10px;
    }
}

@media (max-width: 995px) {
    html, body {
        font-size: 12px;
    }

    .section.flexbox {
        flex-direction: column;
    }
}

[data-gallery],
.hamburger-btn,
.slick-prev,
.slick-next,
.accordion-title,
.btn-close,
.register-form .form-button {
    cursor: pointer;
}

/* HEADER */
.header {
    height: 120px;
}

.nav {
    top: 15px;
}

.logo {
    width: 300px;
    left: 3.125%;
}

.language-switcher {
    top: 0;
    right: 25px;
    width: 50px;
    justify-content: space-between;
}

.hamburger-btn {
    top: 30px;
    width: 45px;
    right: 25px;
}

.hamburger-btn.rotate {
    transform: rotate(90deg);
}

@media (max-width: 1200px) {
    .header {
        height: 100px;
    }

    .hamburger-btn {
        top: 25px;
        width: 35px;
        right: 20px;
    }
    
    .logo {
        width: 250px;
    }
}

@media (max-width: 995px) {
    .logo {
        width: 175px;
    }

    .hamburger-btn {
        top: 15px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 125px;
    }

    .nav {
        top: 30px;
    }
}

/* MENU */
.menu {
    justify-content: flex-end;
    align-items: center;
    right: 80px;
    top: 30px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 9;
}

.menu > li {
    padding-left: 1.25rem;
    margin: 0 0.5rem;
    background: transparent url(../img/icon-arrow-right.svg) no-repeat left center;
    background-size: 11px auto;
    font-size: 1.5rem;
    white-space: nowrap;
}

.register .menu > li {
    background-image: url(../img/icon-arrow-right-blue.svg);
}

.register .menu-link,
.register .menu-link:active,
.register .menu-link:visited {
    color: #202052;
}

@media (max-width: 1315px) {
    .menu > li {
        font-size: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .menu {
        right: 65px;
    }
}

@media (max-width: 995px) {
    .menu {
        justify-content: center;
        flex-direction: column;
        right: 0;
        top: 60px;
        background-color: #202052;
    }
    
    .menu.open {
        width: 200px;
    }
    
    .menu > li {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 8px 0;
        background: none;
    }

    .register .menu-link,
    .register .menu-link:active,
    .register .menu-link:visited {
        color: #fff;
    }
}

.home-hero-video {
    height: 100%;
    background-size: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .home-hero-video {
        height: 400px;
    }
}

/* INTRO */
.separator {
    margin-top: -20px;
    margin-bottom: -20px;
}

.separator,
.btn-container {
    width: 980px;
}

.btn-container {
    justify-content: space-between;
    padding-top: 20px;
}

.btn-apply-now,
.btn-contact-us {
    width: 250px;
    padding: 26px 20px;
    margin-right: -7%;
    font-size: 1.5rem;
}

.btn-contact-us {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -7%;
    margin-right: 0;
}

.btn-contact-us .smaller {
    font-size: 0.65em;
}

@media (max-width: 1200px) {
    .separator,
    .btn-container {
        width: 760px;
    }
}

@media (max-width: 995px) {
    .btn-apply-now,
    .btn-contact-us {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .separator,
    .btn-container {
        width: 95%;
    }

    .btn-container {
        flex-direction: column;
    }

    .btn-apply-now,
    .btn-contact-us {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .btn-contact-us {
        order: 2;
    }

    .intro .headline,
    .intro .subheadline {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro .headline br,
    .intro .subheadline br {
        display: none;
    }
}

/* APARTMENTS */
.apartments::before {
    content: '';
    height: 20px;
    background-color: #414042;
}

.apartments .col-left,
.amenities .col-left {
    padding: 5% 0 0 8%;
}

.apartments .col-left {
    width: 45%;
}

.apartments .col-right {
    width: 55%;
}

.apartments .section-title,
.amenities .section-title,
.professional-suites-amenities .section-title {
    margin-bottom: 1.75rem;
}

.apartments .subheadline::after,
.amenities .subheadline::after,
.professional-suites-amenities .subheadline::after,
.professional-suites-individual-amenities .divisor {
    content: '';
    width: 365px;
    height: 2px;
    margin-top: 1rem;
    background-color: #202052;
}

.apartments-footnote {
    bottom: 15px;
    right: 15px;
}

@media (max-width: 1375px) {
    .apartments-footnote {
        font-size: 8px;
        width: 150px;
    }
}

@media (max-width: 1200px) {
    .apartments .subheadline::after, 
    .amenities .subheadline::after,
    .professional-suites-amenities .subheadline::after,
    .professional-suites-individual-amenities .divisor {
        width: 265px;
    }
}

@media (max-width: 995px) {
    .apartments {
        align-items: center;
    }

    .apartments .col-right {
        order: 1;
    }

    .apartments .col-left {
        order: 2;
        padding: 3% 1.5%;
    }

    .apartments .col-right,
    .apartments .col-left {
        width: 100%;
    }

    .body-list {
        width: 275px;
    }
    
    .apartments .section-title,
    .services .section-title,
    .apartments .subheadline::after,
    .body-list,
    .amenities .section-title,
    .amenities .subheadline::after,
    .professional-suites-amenities .subheadline::after,
    .professional-suites-individual-amenities .divisor,
    .professional-suites-amenities .section-title,
    .professional-suites-amenities .col-right img {
        margin-left: auto;
        margin-right: auto;
    }

    .apartments .subheadline,
    .amenities .subheadline,
    .professional-suites-amenities .subheadline {
        text-align: center;
    }
}

/* SERVICES */
.services {
    align-items: flex-start;
}

.services .col-left {
    align-self: center;
}

.services .col-left,
.services .col-middle,
.services .col-right,
.activities .col-left,
.activities .col-middle,
.activities .col-right {
    margin: 0 2.604166666666667%;
}

.services-list > li {
    margin: 0.75rem 0;
}

@media (max-width: 995px) {
    .services .section-title {
        margin-bottom: 1.25rem;
    }

    .services .col-left,
    .services .col-middle,
    .services .col-right,
    .activities .col-left,
    .activities .col-middle,
    .activities .col-right {
        width: 100%;
        margin: 0;
    }
}

/* GALLERY */
.slider-container {
    width: 55%;
    border: 10px solid #fff;
    margin-right: 5%;
}

.slick-prev,
.slick-next {
    top: 50%;
    width: 20px;
    height: 32px;
    border: none;
    margin-top: -16px;
    background-size: contain;
    z-index: 3;
    font-size: 0;
}

.slick-prev {
    left: 16px;
    background: transparent url(../img/slider-arrow-left.svg) no-repeat center center;
}

.slick-next {
    right: 16px;
    background: transparent url(../img/slider-arrow-right.svg) no-repeat center center;
}

@media (max-width: 995px) {
    .section.gallery {
        padding: 50px 0;
    }

    .gallery {
        flex-direction: column;
    }

    .slider-container {
        width: 90%;
        margin: 15px 0 0 0;
        order: 2;
    }

    .gallery .section-title {
        order: 1;
    }

    .slick-prev,
    .slick-next {
        width: 15px;
        height: 24px;
        margin-top: -12px;
    }
}

/* ACTIVITIES */
.activities {
    align-items: flex-start;
}

.activities .section-title {
    width: 40rem;
}

@media (max-width: 995px) {
    .activities .col-middle .activities-list > li:last-of-type {
        /* this keeps consistent vertical spacing between items when 2 lists
            change from side by side to stacking on top of each other .*/
        margin-bottom: 0 !important;
    }
}

/* FLOORPLANS */
.floorplans .section-title,
.floorplans-body-text {
    margin-bottom: 2.5rem;
}

.accordion-item {
    width: 375px;
    margin: 0 auto 10px auto;
}

.accordion-item.open {
    margin-bottom: 0;
}

.accordion-title {
    padding: 8px;
    font-size: 2.5rem;
}

.accordion-title::after {
    content: '';
    width: 1.25rem;
    height: 3rem;
    margin-left: 15px;
    background: transparent url(../img/icon-arrow-right-full.svg) no-repeat center center;
}

.accordion-title .strong,
.accordion-title::after {
    display: inline-block;
    vertical-align: top;
}

.accordion-item.open .accordion-title::after {
    transform: rotate(90deg);
}

.accordion-content {
    width: 100%;
    height: 0;
    overflow: hidden;
}

.accordion-item.open .accordion-content {
    height: auto !important;
}

.floorplans-title {
    top: 0;
    font-size: 1.875rem;
    padding: 1rem 0;
}

.floorplans-list {
    background-color: #fff;
}

.floorplans-list > li {
    padding: 8px 20px;
    border: 2px solid #202052;
    border-top: none;
}

.floorplans-list > li > a {
    width: 270px;
    text-align: left;
    padding-right: 25px;
    background: transparent url(../img/download-icon-blue.svg) no-repeat right center;
    background-size: contain;
}

.floorplans-link:hover .floorplans-list {
    display: flex;
}

.floorplans-link:hover .floorplans-image {
    display: none;
}

.sitemap-link,
.directions-link {
    width: 220px;
}

.sitemap-link {
    margin-top: 5rem;
}

.directions-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    .floorplans-link {
        width: 350px;
        padding: 52px 0 40px 0;
    }
}

@media (max-width: 995px) {
    .accordion-item {
        width: 300px;
    }
}

@media (max-width: 810px) {
    .floorplans-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .floorplans-link {
        margin: 15px 0;
    }
}

/* AMENITIES */
.amenities {
    align-items: flex-start;
}

.amenities .col-left {
    padding-top: 0;
    width: 54%;
}

.amenities .col-right {
    width: 46%;
    padding-right: 9%;
}

.amenities .section-title {
    width: 47rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.es .amenities .section-title {
    width: 45rem;
}

.amenities .body-list > li {
    margin: 1rem 0;
}

.amenities-image-box {
    justify-content: space-between;
}

.full-img,
.thumb,
.activities .section-title,
.neighborhood .section-title,
.privacy-policy .section-title,
.blog-content .headline,
.blog-content .body-text {
    margin-bottom: 2rem;
}

.thumb {
    width: 29.18%;
}

@media (max-width: 1375px) {
    .amenities .section-title {
        width: 40rem;
    }
}

@media (max-width: 995px) {
  .amenities .col-left,
  .amenities .col-right {
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .amenities .col-left {
    margin-bottom: 1.25rem;
  }

  .amenities .section-title,
  .activities .section-title,
  .es .amenities .section-title {
      width: 30rem;
      font-size: 2rem;
      text-align: center;
  }

  .full-img {
      margin-left: auto;
      margin-right: auto;
  }
}

/* NEIGHBORHOOD */
.neighborhood .col-left {
    width: 35%;
}

.neighborhood .col-right {
    width: 65%;
}

.neighborhood .section-title {
    width: 24rem;
}

.neighborhood-map {
    width: 85%;
    border: 10px solid #202052;
}

@media (max-width: 995px) {
    .neighborhood .col-left {
        margin-bottom: 1.25rem;
    }
    
    .neighborhood .col-right {
        width: 95%;
    }

    .neighborhood .col-left {
        width: 100%;
    }

    .neighborhood-map {
        width: 100%;
    }
}

/* PROFESSIONAL SUITES */
.professional-suites-amenities {
    padding: 100px 0;
}

.professional-suites-amenities .section-title {
    width: 40rem;
    margin-bottom: 100px;
}

.professional-suites-amenities-content {
    align-items: flex-start;
}

.professional-suites-amenities .col-left {
    width: 30%;
}

.professional-suites-amenities .col-left .subheadline {
    margin-bottom: 1.5rem;
}

.professional-suites-amenities .col-left .body-list {
    margin-bottom: 5rem;
}

.professional-suites-amenities .col-right {
    width: 50%;
}

.professional-suites-amenities .col-right .thumb,
.schedule-link {
    width: 45%;
}

.schedule-link {
    margin-left: auto;
    padding: 10px 0;
    font-size: 2rem;
}

.professional-suites-amenities .subheadline.alt::after {
    display: none;
}

@media (max-width: 995px) {
    .professional-suites-amenities {
        padding-top: 50px;
    }

    .professional-suites-amenities .section-title,
    .professional-suites-amenities .col-left {
        margin-bottom: 50px;
    }

    .professional-suites-amenities-content {
        flex-direction: column;
    }

    .professional-suites-amenities .col-left,
    .professional-suites-amenities .col-right {
        width: 100%;
    }

    .professional-suites-amenities .col-right {
        padding: 0;
    }

    .professional-suites-amenities .col-right .full-img {
        width: 90%;
    }

    .professional-suites-amenities .col-right .thumb {
        width: 40%;
    }

    .professional-suites-amenities .section-title {
        width: 30rem;
        font-size: 2rem;
    }

    .schedule-link {
        width: 330px;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .professional-suites-amenities .col-right img {
        width: 100%;
    }
}

/* PRIVACY POLICY */
.privacy-policy,
.blog {
    padding: 50px 0;
}

.privacy-policy .section-title {
    width: 30rem;
}

.privacy-policy-content,
.blog-content {
    width: 980px;
}

.privacy-policy-content .subheadline {
    margin-bottom: 1.25rem;
}

.privacy-policy-content .body-text {
    margin-bottom: 1rem;
}

.privacy-policy-content .body-list > li {
    font-weight: 300;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

@media (max-width: 995px) {
    .privacy-policy-content,
    .blog-content {
        width: 90%;
    }

    .privacy-policy-content .body-list {
        width: auto;
    }
}

/* BLOG */
.blog-content .section-title {
    width: 30rem;
}

/* FOOTER */
.footer {
    padding: 15px 5%;
    justify-content: space-between;
}

.facebook-link {
    width: 30px;
}

/* REGISTER / RSVP */
.register-content.no-form {
    padding-bottom: 500px;
}

.register .logo,
.register .menu,
.register .hamburger-btn {
    z-index: 3;
}

.register-headline-container {
    padding: 300px 0 125px 0;
}

.register .section-title {
    width: 50rem;
    font-size: 3.5rem;
}

.register-text {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.register-text,
.register-text a,
.register-text a:active,
.register-text a:visited {
    color: #202052;
}

.register-form {
    width: 800px;
    padding: 15px 50px;
    margin-top: 3rem;
    background-color: #c2b3a5;
}

.register-form .legend {
    text-align: right;
    font-size: 1rem;
}

.register-form .field-group {
    margin: 20px 0;
}

.register-form .field-label,
.register-form .field-input {
    text-align: left;
    font-size: 2rem;
}

.register-form .field-label.alt {
    margin-top: 5rem;
    margin-bottom: 20px;
    text-align: center;
}

.register-form .field-label {
    margin-bottom: 6px;
}

.register-form .field-input {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #202052;
    background-color: #fff;
}

.register-form .form-button {
    width: 225px;
    padding: 15px 0;
    text-align: center;
    border: none;
    font-size: 3rem;
    color: #fff;
    background-color: #202052;
}

@media (max-width: 995px){
    .register-form {
        width: 90%;
        padding: 15px 30px;
    }

    .register-headline-container {
        padding: 150px 0 100px 0;
    }
}

@media (max-width: 650px){
    .register .section-title {
        font-size: 2rem;
        width: 30rem;
    }

    .register-text br {
        display: none;
        padding: 0 10%;
    }
}

/* POPUP*/

.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

.gallery-popup.open {
    height: 100%;
}

.gallery-popup-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    border: 5px solid #202052;
    background-size: cover;
}

.btn-close {
    top: -16px;
    right: -16px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

@media (max-width: 995px) {
    .gallery-popup-content {
        width: 90%;
    }
}

/* OVERRIDES */

.white,
.white:active,
.white:visited,
.white a,
.white a:active,
.white a:visited {
    color: #fff;
}

.blue,
.blue:active,
.blue:visited,
.blue a,
.blue a:active,
.blue a:visited,
.floorplans-list > li > a,
.floorplans-list > li > a:active,
.floorplans-list > li > a:visited {
    color: #202052;
}

.blue-back {
    background-color: #202052;
}

.grey {
    color: #b7b9bb;
}

.grey-back {
    background-color: #b7b9bb;
}

.light-grey-back {
    background-color: #bcbdbd;
}

.peach-back {
    background-color: #ddd6cd;
}

.blue-back .section-title {
    border-color: #b7b9bb;
    background-color: transparent;
}

.bg-triangle-dot {
    background: transparent url(../img/bg-triangles.png) repeat center center;
}

.bg-wiggles {
    background: transparent url(../img/bg-wiggles-alt.png) repeat center center;
}