/*
Theme Name: Tanglwood
Theme URI: http://blog.mismithportfolio.com/modernize
Author: CKO Digital
*/

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,a
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ============================

   Forward Virtual Assistants
   Ink In My Face : #F15600

=============================*/

@font-face {
    font-family: "Acumin Bold";
    src: url("../tanglewood/fonts/Acumin-Pro-Bold.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Bold Italic";
    src: url("../tanglewood/fonts/Acumin-Pro-Bold-Italic.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Light";
    src: url("../tanglewood/fonts/Acumin-Pro-Light.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Light Italic";
    src: url("../tanglewood/fonts/Acumin-Pro-Light-Italic.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Medium";
    src: url("../tanglewood/fonts/Acumin-Pro-Medium.otf") format("truetype");
}


@font-face {
    font-family: "Acumin Medium Italic";
    src: url("../tanglewood/fonts/Acumin-Pro-Medium-Italic.otf") format("truetype");
}


@font-face {
    font-family: "Acumin Semibold";
    src: url("../tanglewood/fonts/Acumin-Pro-Semibold.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Semibold Italic";
    src: url("../tanglewood/fonts/Acumin-Pro-Semibold-Italic.otf") format("truetype");
}


@font-face {
    font-family: "Acumin Thin";
    src: url("../tanglewood/fonts/Acumin-Pro-Thin.otf") format("truetype");
}

@font-face {
    font-family: "Acumin Thin Italic";
    src: url("../tanglewood/fonts/Acumin-Pro-Thin.otf") format("truetype");
}


@font-face {
    font-family: "Acumin Book";
    src: url("../tanglewood/fonts/Acumin-Pro-Book.otf") format("truetype");
}







/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-top: 0px solid transparent;
    font-family: "Acumin Light", arial, sans-serif;
}

body.index {
    border-top: 0px solid transparent;
}

html {
    background: #fff;
    color: #222;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 300;
    margin:0;
    padding: 0;
    line-height: 1.2em;
    letter-spacing: .02em;
    font-family: "Acumin Medium", arial, sans-serif;
}

h1, h2, h3 { margin-top:0; margin-bottom:0; }
h1 { font-size:2em; padding:20px 0; }
h2 { font-size:1.75em; padding:20px 0; }
h3 { font-size:1.5em; padding:20px 0; }

p {
    color: var(--primary-color);
    font-size: .875rem;
    line-height: 1.45em;
    margin-top: 0;
    letter-spacing: .03em;
    font-family: "Acumin light", arial, sans-serif;
    font-weight: 300;
  	font-size: 1.45rem;
}

p.thin {
    font-family: "Acumin Thin", arial, sans-serif;
    font-weight: 300;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

button:focused {
    outline: none !important;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Layout Styles
-------------------------------------------------------------------------------*/

:root {
    --primary-color: #3A4D6C;
    --secondary-color: #f99500;
    --gold-color: #B89E4E;
    --dark-bg: #454444;;
    --light-bg: #ECE5D2;
  	--mobile-nav-height: 60px;
  	--top-logo-height: 100px;
  }

body {
    overflow-x: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-top: 0px solid transparent;
}

.section {
    padding: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.section.tall {
    padding-top: 80px;
    padding-bottom: 80px;
}

.flex {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
}

.padded {
    padding-top: 60px;
    padding-bottom: 60px;
}

.btn {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0.5rem 1.5rem;
  }


.box-centered {
    margin-right: auto;
    margin-left: auto;
}


hr.clear {
    width: 100%;
    height: 60px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0px auto;
}

hr.clear-pretty {
    width: 25%;
    height: 3px;
    border: none;
    padding: 0;
    margin: 30px auto;
    background: #B17A38;
}

hr.clear-pretty.short {
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.clear-pretty.dark {
    background: #333;
}


hr.clear-none {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 0;
    border: none;
    display: block;
}

hr.menu-clear {
    width: 100%;
    clear: both;
    height: 1px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.clear-none {
    border: none;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    display: block;
    clear: both;
}

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

hr.test-clear {
    margin: 20px auto;
    height: 1px;
    background: #b1b1b1;
    display: block;
    width: 40%;
    clear: both;
    padding: 0;
    border: none;
}

hr.content-clear {
    width: 66.66%;
    border: none;
    padding: 0;
    margin: 60px auto;
    clear: both;
    height: 1px;
    background: #eee;
    float:right;
}

hr.small-clear-gold {
    width: 25%;
    max-width: 60px;
    background: #B89E4E;
    height: 3px;
    margin: 30px auto;
    padding: 0;
    text-align: center;
    display: block;
    border: none;
    float: left;
    clear: both;
}

hr.large-clear-gold {
    width: 50%;
    max-width: 500px;
    background: #B89E4E;
    height: 3px;
    margin: 30px auto;
    padding: 0;
    text-align: center;
    display: block;
    border: none;
    float: left;
    clear: both;
}

.image-heading {
    max-width: 640px;
    width: 100%;
    margin: 40px auto 30px;
    text-align: center;
    display: block;
}


.full-width {
    width: 100%;
}

.full-width.sans {
    padding-bottom: 0;
}

.row {
    width: 100%;
    clear: both;
}

.white {
    color: #fff;
}

.white-bg {
    background: #fff;
}

.white-outline {
    border: 1px solid #fff;
}


.uppercase {
    text-transform: uppercase;
}

.call-button.long.resource-button {
	max-width: 140px !important;
  font-size: 1.2rem;
  line-height: 45px;
  height: 40px;
}

.call-button.long.blog-button {
	max-width: 140px !important;
  font-size: 1.2rem;
  line-height: 45px;
  height: 40px;
}

.gold {
    color: #B89E4E;
}

.gold-bg {
    background: #B89E4E;
}

.blue {
    color: #3A4D6C;
}

.blue-bg {
    background: #3A4D6C;
}


.light-grey {
    color: #eee;
}

.light-grey-bg {
    background: #eee;
}


.dark-grey {
    color: #454444
}

.dark-grey-bg {
    background: #454444
}

.tan {
    color: #ECE5D2;
}

.tan-bg {
    background: #ECE5D2;
}

.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}
.p-3 {
    padding: 3rem;
}
.p-4 {
    padding: 4rem;
}

.pl-1 {
    padding-left: 1rem;
}
.pl-2 {
    padding-left: 2rem;
}
.pl-3 {
    padding-left: 3rem;
}
.pl-4 {
    padding-left: 4rem;
}

.pr-1 {
    padding-right: 1rem;
}
.pr-2 {
    padding-right: 2rem;
}
.pr-3 {
    padding-right: 3rem;
}
.pr-4 {
    padding-right: 4rem;
}

.pt-2 {
    padding-top: 20px;
}

.pb-3 {
    padding-bottom: 3rem;
}

hr.gold {
    background-color: #B89E4E;
    width: 25%;
    max-width: 60px;
    height: 3px;
    margin: 30px 0;
    border: none;
}


/* ==========================================================================
        Layout
========================================================================== */

.inner-wrapper {
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    max-width: 1400px;
    width: 100%;
  	padding-left: 2rem;
    padding-right: 2rem;
}

.inner-wrapper.push {
    margin-bottom: 40px;
}

.full-width {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}

.full-width.sans {
    padding: 0;
}

.full-width.full-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

    .full-width.full-bg .block-call {
        padding: 40px;
        position: relative;
    }

        .full-width.full-bg .block-call h2 {
            font-size: 3.4rem;
            font-family: 'calbri', arial, sans-serif;
            font-weight: 600;
        }

        .full-width.full-bg .block-call p {
            font-size: 1.4rem;
        }


.section-header {
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: scale(1,1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .section-header h2 {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 3rem;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .3em;
        font-family: "Acumin Book", arial, sans-serif;
        text-shadow: 0 2px 3px #333333;
    }

.content-container {
}

    .content-container h3.sub-title {
        font-family: "Acumin Bold", arial, sans-serif;
        font-size: 2.25rem;
        padding-bottom: 0;
        padding-top: 0;
        font-weight: 600;
        letter-spacing: 0;
    }

    #amenities-container.content-container h3.sub-title {
        margin-bottom: 2rem;
    }

    .content-container p {
        clear: both;
        font-size: 1.5rem;
        line-height: 35px;
    }

    .content-container .text-block {
        padding-left: 40px;
        padding-right: 15%;
    }


    .content-container .stats {

    }

        .content-container .stats h2 {
            font-family: "Acumin Book", arial, sans-serif;
            padding-bottom: 0;
            margin-bottom: 0;
            font-size: 3.2rem;
        }

        .content-container .stats h3 {
            padding-top: 0;
            font-family: "Acumin Bold", arial, sans-serif;
            text-transform: uppercase;
            font-size: 1rem;
        }

        .content-container .stats h3.sans {
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .content-container .stats h4 {
            padding-bottom: 30px;
            font-family: "Acumin Thin", arial, sans-serif;
            font-weight: 300;
        }

            .content-container ul li {
                font-size: 1.45rem;
                margin-bottom: 0.75em;
             	line-height: 1.45em;
            }

.grid-col-1 {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
}

.grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.grid-col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.grid-col-2-1 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    align-items: center;
}

.grid-row-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.align-start {
    align-items: start;
}

/* ==========================================================================
                    Header
========================================================================== */

#header {
    height: 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}

		#header .inner-wrapper {
      	padding-left: 15px;
  	}

    #header #top-logo {
        float: left;
        height: var(--top-logo-height);
        width: 340px;
        background-image: url(img/top-logo.png);
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }

    #header #main-nav {
        display: flex;
        align-items: center;
        width: auto;
        float: right;
        height: var(--top-logo-height);
    }

        #header .nav-link {
            float: left;
            font-size: 0.9rem;
            color: #fff;
            font-family: "Acumin medium", arial, sans-serif;
            text-align: center;
            display: block;
            text-transform: uppercase;
            letter-spacing: .12em;
            margin-right: 2rem;
						position: relative;
        }

				#header .nav-link:hover {
            color: var(--gold-color);
				}

        #header .nav-link::before {
            transition: 300ms;
            height: 2px;
            content: "";
            position: absolute;
            background-color: #fff;
        }

        #header .nav-link-ltr::before {
            width: 0%;
            bottom: 0;
        }

        #header .nav-link-ltr:hover::before {
            width: 100%;
        }

.section-header .overlay {
    width: 100%;
    height: 75vh;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-header h2 {
    z-index: 3;
}


/* ==========================================================================
    Home Page
========================================================================== */

#hero {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

#hero .overlay {
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

    #hero video {
        position: absolute;
        width: 110%;
        min-height: 100vh;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #hero .hero-content {
        width: 75%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-55%);
        z-index: 1000000;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all 5000ms ease-in-out;
        -moz-transition: all 5000ms ease-in-out;
        -ms-transition: all 5000ms ease-in-out;
        -o-transition: all 5000ms ease-in-out;
        transition: all 5000ms ease-in-out;
    }

    #hero .hero-content.active {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }

    #hero .hero-content h2 {
        color: #fff;
        font-size: 1.5rem;
        font-family: "Acumin Bold", arial, sans-serif;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        line-height: 1.5em;
        padding-bottom: 0;
        padding-left: 0.5rem;
        font-weight: 600;
    }

    #hero .hero-content h2.citystate {
        padding-left: 0.25rem;
        padding-top: 10px;
        font-weight: 600;
    }

    #hero .hero-content h1 {
        color: #fff;
        font-size: 7.5rem;
        font-family: "Acumin Light", arial, sans-serif;
        text-shadow: 0 2px 3px #333;
        line-height: 1em;
        padding: 0;
        letter-spacing: -0.02em;
        padding-bottom: 0.7rem;
    }

    #hero .hero-content h1.street {
        font-size: 3rem;
        font-family: "Acumin Medium", arial, sans-serif;
        letter-spacing: 0;
    }

    #hero .hero-content hr {
        background-color: #B89E4E;
        width: 4.5rem;
        height: 3px;
        margin: 30px 0;
        margin-left: .25rem;
    }
    

/* ==========================================================================
            About Us
========================================================================== */

#about-summary {
    padding-left: 40px;
    padding-right: 14%;
}

#about-stats {
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

#about-stats .stat-block {
    text-align: left;
  	margin-bottom: 80px;
}

    #about-stats .stat-block .stat-title{
        color: #3A4D6C;
    }

    #about-stats .stat-block .stat-value{
        color: #B89E4E;
      	padding-top: 0;
    }

#experience-change .sub-title {
    text-align: center;
    color: var(--gold-color);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 48px;
    padding-bottom: 2rem;
    font-family: "Acumin Light", arial, sans-serif;
}   

#experience-change ul {
    margin: 1em 9%;
		list-style-type: square;
    color: var(--gold-color);
}

#experience-change ul li {
    margin-bottom: 0.5em;
}

#about-container .slogan-section {
    padding-bottom: 78px;
}

.location-section > div {
  grid-template-columns: 50% 50%;
}

#about-container .location-section .about-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

#about-container .location-section .about-img {
  width: 50vw;
  height: 100%;
  object-fit: cover;
}

#experience-change {
  width: 100%;
  margin: 0 auto;
}

#location {
    padding-left: 40px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
}

.management-number {
  letter-spacing: 1px;
}

#location  p {
  color: #eee;
  margin-bottom: 0.3rem;
}

#location h3:last-of-type {
  margin-top: 4rem;
}

#location .management-hours {
  padding-bottom: 20px;
}

#team {
    padding-left: 40px;
}

#team-container {
  align-items: start;
  grid-gap: 1rem;
}

#team-container .team-block {
  	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#team-container .team-block:nth-child(2), #team-container .team-block:nth-child(3) {
    justify-self: center;
}

    #team-container .team-block .team-name {
        color: #3A4D6C;
        font-family: "Acumin Bold", arial, sans-serif;
        padding: 0;
        font-size: 1.25rem;
        line-height: 29px
    }

    #team-container .team-block .team-title {
        color: #3A4D6C;
        font-size: 0.875rem;
        text-transform: uppercase;
        padding: 0;
        letter-spacing: 1px;
        padding-top: 0.25rem;
    }


#leadership {
    padding-left: 40px;
    padding-right: 40px;
}

    .leadership-container {
        display: block;
        clear:both;
        padding-left: 40px;

    }

        .leader-card {
          	padding-top: 0px;
            text-align: center;
            position: relative;
            padding-bottom: 40px;
            display: inline-block !important;
            float: none !important;
            width: 24% !important;
          	margin-right: 10%;
        }

        .leader-card:hover {
            cursor: pointer;
        }

        .leader-card img {
            width: 100%;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
        }


				.leader-card:nth-child(3n+0) {
					margin-right: 0;
				}


				.leader-card:nth-child(3n+0) img {
 						float: right;
				}

			
        .leader-card h3 {
            font-weight: 600;
            font-size: 1.2rem;
            font-family: "Acumin Bold", arial, sans-serif;
            padding-bottom: 5px;
            margin-bottom: 0;
            margin-top: 0;
            padding-top: 0;
        }

        .leader-card h4 {
            font-family: "Acumin medium", arial, sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 1rem;
        }

.leader-card-pop {
    width: 100%;
    max-width: 800px;
    position: fixed;
    left: calc( 100% - 50%);
    top: 200%;
    z-index: 10000000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 30px rgba(0,0,0,.18);
    box-shadow: 0 0 20px 30px rgba(0,0,0,.18);
    background: #3A4D6C;
}


    .leader-card-pop.active {
        top: 50%;
        left: calc( 100% - 50%);
        transform: translateX(-50%) translateY(-50%);
    }


    .leader-card-pop .leader-close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1rem;
        z-index: 10000000;
    }

    .leader-card-pop .leader-close:hover {
        cursor: pointer;
    }

.leader-card-pop .one-third img {
        width: 100%;
        margin-bottom: 20px;
    }

    .leader-card-pop .two-thirds {
        padding: 40px;
        background: #fff;
    }

		@media only screen and (min-width: 900px) {
    	.leader-card-pop .two-thirds {
          min-height: 65vh;
      }
		}

    .leader-card-pop p {
        font-size: 1.05rem;
        font-family: "acumin medium", arial, sans-serif;
      	color: #3A4D6C;
    }

    .leader-card-pop h2 {
        font-family: "Acumin Bold",arial, sans-serif;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0;
        padding-top: 0;
      	font-size: 1.2rem;
    }

    .leader-card-pop h3 {
        font-family: "Acumin Book", arial, sans-serif;
        font-weight: 300;
        font-size: .875rem;
        padding-top: 0;
        letter-spacing: .08em;
    }

    

/* ==========================================================================
        Amenities
========================================================================== */
#amenities > div {
  display: flex;
  flex-direction: column;
}

  
#amenities .amenities-slide-container {
    position: relative;
    height: 600px;
    max-height: 600px;
    margin-bottom: auto;
  	margin-top: 5rem;
}

#building-amenities {
  order: 1;
}

.featured-amenities-section {
  padding-bottom: 100px;
}

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

.featured-amenities-container .amenities__heading {
  grid-column: 1 / -1;
}

.featured-amenities-container .feature-block {
  display: grid;
  grid-template-rows: 6rem min-content;
  justify-items: center;
  grid-row-gap: 1rem;
  transition: all .2s;
}

.featured-amenities-container .feature-block:hover {
    transform: translateY(-0.3rem);
}

.featured-amenities-container .feature-block .amenities-icon {
  width: 40px;
  align-self: center;
}

.featured-amenities-container .feature-block .amenities__text {
  text-transform: uppercase;
  text-align: center;
}

.featured-amenities-container .feature-block p {
  font-size: 1.5rem;
  font-family: "Acumin Light", arial, sans-serif;
}

#building-amenities ul {
   color: var(--primary-color);
   list-style-type: none;
}

    #building-amenities .amenities-block {
      	margin-top: 3rem;
        padding-left: 0;
        padding-bottom: 0;
        overflow: hidden;
      	margin-bottom: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

#accordion {
    padding-left: 0;
}

#accordion div.dropdown-block {
    font-size: 1.2rem;
    line-height: 27px;
    cursor: pointer;
    display: block;
    padding: 2px 0 21px;
    font-weight: 600;
    border-bottom: 1px solid #B89E4E;
    position: relative;
    transition: all 0.4s ease;
    font-family: "Acumin Bold", arial, sans-serif;
  }

#accordion li:first-child div.dropdown-block {
    border-top: 1px solid var(--gold-color);
    padding-top: 21px;
}

#accordion li i {
    position: absolute;
    left: 12px;
    font-size: 18px;
    color: var(--primary-color);
    transition: all 0.4s ease;
  }
  
#accordion i.fi-plus {
    right: 12px;
    left: auto;
    font-size: 1.3rem;
  }

#accordion li.open i.fi-plus {
    transform: rotate(180deg);
}

#accordion ul.submenu li {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

#accordion ul.submenu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: none;
  margin-right: 0.5rem;
  float: left;
  transition: all .2s;
}

#accordion ul.submenu li:hover:before {
  background-color: #fff;
}

#accordion li:last-child .submenu {
  border-bottom: 1px solid var(--gold-color);
}

.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    padding-left: 0;
  }

    .submenu li {
    display: block;
    text-decoration: none;
    padding: 5px;
    padding-left:10px;
    transition: all 0.25s ease;
    }

    .submenu li:hover {
    background: #3A4D6C;
    color: #FFF;
    }


    /* ==========================================================================
        Gallery
========================================================================== */

#gallery {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#gallery .filter-selection {
    display: flex;
    padding-left: 4rem;
}

    #gallery .filter-selection .break {
        color: var(--gold-color);
    }

    #gallery .filter-selection h2 {
        color: var(--primary-color);
    }

    #gallery .gallery-container {
        grid-gap: 1rem;
    }

    #gallery .gallery-container img.gallery-img {
        width: 100%;
      	height: 100%;
    		object-fit: cover;
    }

		#gallery .gallery-container a {
      transition: 0.4s;
      height: 100%;
		}

		#gallery .gallery-container a:hover {
			transform: scale(1.02);
		}

/* ==========================================================================
        Our Property
========================================================================== */


#properties-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    background: #333;
}

    .property-card {
        height: 66vh;
        opacity: 1;
        outline: 2px solid transparent;
        outline-offset: 0;
        -webkit-transition: all 600ms linear;
        -moz-transition: all 600ms linear;
        -ms-transition: all 600ms linear;
        -o-transition: all 600ms linear;
        transition: all 600ms linear;
      	position: relative;
      	overflow: hidden;
    }

		.property-card .overlay-box {
      position: absolute;
      top:0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: scale(1,1);   	
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
       -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
	}

	 .property-card:hover {
			cursor: pointer;
	 }

    .property-card:hover .overlay-box {      	 
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        cursor: pointer;
      	transform: scale(1.1,1.1);
    }

    .property-card h3 {
        font-size: 2.4rem;
        padding-top: 25vh;
        text-align: center;
        color: #fff;
        font-family: 'acumin light', arial, sans-serif;
        padding-bottom: 10px;
        margin-bottom: 0;
        text-transform: uppercase;
      	position: relative; 
      	z-index: 100000;
     		letter-spacing: .08em;
    }

    .property-card span {
        text-align: center;
        color: #fff;
        display: block;
        font-family: "Acumin Bold", arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
       	position: relative; 
      	z-index: 100000;
    }

.property-card-pop {
    width: 100%;
    max-width: 900px;
    position: fixed;
    left: 50%;
    top: 200%;
    z-index: 10000000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0px rgba(0,0,0,.18);
    box-shadow: 0 0 50px 0px rgba(0,0,0,.18);
    background: #3A4D6C;
}


.property-card-pop.active {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.property-card-pop .two-fifths .property-text {
    padding-left: 20px;
}

    .property-card-pop .two-fifths h3 {
        font-size: 1rem;
        text-transform: uppercase;
        padding-bottom: 0;
        margin-bottom: 0;
        font-family: "acumin bold";
    }

    .property-card-pop hr.small-clear-gold {
        margin-top: 15px;
        margin-bottom: 25px;
        height: 2px;
    }

			.property-card-pop .three-fifths {
        max-height: 100%;
        overflow-y: scroll;
			}

		.property-card-pop .three-fifths p {
			padding-left: 10px; 
      padding-bottom: 1.5em;
      margin-bottom: 0;
      position: relative;
      font-weight: 300;
      font-family: "Acumin Book", arial, sans-serif;
      padding-left: 20px;
		}

			.property-card-pop .three-fifths p:before {
				content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 1em;
        transform: translateY(-50%);
        background: url(img/square.png) center center no-repeat;
			}	

.property-card-pop .small-city {
    font-size: 1rem;
  	font-family: "acumin book", arial, sans-serif;
  	display: block;
  	padding-top: 15px;
  	text-transform: uppercase;
}

.property-card-pop .property-address {
    font-size: 1.4rem;
    line-height: 1em;
}

.property-card-pop .property-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1rem;
    z-index: 10000000;
}

.property-card-pop .property-close:hover {
    cursor: pointer;
}

.property-card-pop .two-fifths img {
    width: 100%;
    margin-bottom: 20px;
}

.property-card-pop .three-fifths {
    padding: 40px;
    background: #fff;
    min-height: 80vh;
    max-height: 80vh;
}

.property-card-pop .three-fifths h3.sub-title {
    font-family: "Acumin Medium", arial, sans-serif;
    font-size: 2.1rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.property-card-pop p {
    font-size: 1.4rem;
    font-family: "acumin book", arial, sans-serif;
}

.property-card-pop h2 {
    font-family: "Acumin Medium",arial, sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.property-card-pop h3 {
    font-family: "Acumin Book", arial, sans-serif;
    font-weight: 300;
    font-size: .875rem;
    padding-top: 0;
    letter-spacing: .08em;
}

.property-link {
    width: 210px;
    float: right;
    clear: both;
    margin-top: 30px;
}

.property-link img {
    width: 100%;
}

#property-quote {

}

    #property-quote .quote-box {
        border-top: 3px solid #B89E4E;
        border-bottom: 3px solid #B89E4E;
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


    #property-quote .quote-box p {
        font-family: 'Acumin Thin Italic';
        font-style: italic;
        color: #fff;
        font-size: 2.1rem;
        text-align: center;
        margin-top: 20px;

    }


/* ==========================================================================
            
Page
========================================================================== */
#leasing {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

#leasing .sub-title {
    font-size: 2.25rem
}

#leasing #leasing-gallery {
    clear:both;
    grid-gap: 1.375rem;
}

#leasing #leasing-gallery .leasing-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    grid-gap: 1.375rem;
    border: 1px solid #E5E5E5;
}

#leasing .leasing-block .floorplan-img {
    width: 100%;
    padding-bottom: 3rem;
}

#leasing .leasing-block .floorplan-desc {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
}

#leasing .leasing-block .floorplan-desc h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    padding-bottom: 0;
}

#leasing .leasing-block .floorplan-desc p {
    font-size: 1.125rem;
    color: var(--primary-color);
    margin-bottom: 0;
    padding: 0.5rem 0 1rem;
}

#leasing .leasing-block .floorplan-desc .plan-btn {
    display: inline-block;
    width: 247px;
    height: 50px;
    border: none;
    background: var(--gold-color);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Acumin Bold', sans-serif;
    margin-bottom: 15px;
}

#leasing .leasing-block .floorplan-desc .plan-btn:hover {
    background-color: var(--primary-color);
    cursor: pointer;
}
  
#leasing-contacts {
    background: var(--light-bg);
    padding: 0;
}

#leasing-container .leasing-wrapper #leasing-contacts.hide {
  display:none;
}

#leasing-contacts.fixed, #leasing-contacts-mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateZ(0);
  transition: all 0.5s;
}

#leasing-contacts.fixed.fixed-mobile, #leasing-contacts-mobile.fixed.fixed-mobile {
	top: var(--mobile-nav-height);
}

#leasing-contacts .leasing-contact-container {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 0 1.5rem;
}

#leasing-contacts .leasing-contact-container .legend {
  display: flex;
  align-items: center;
}

#leasing-contacts .leasing-contact-container .legend .legend-icon,
#leasing-contacts-mobile .leasing-contact-mobile-container .legend .legend-icon{
  background-color: #C6C6C8;
  width: 30px;
  height: 30px;
  border: 2px solid var(--primary-color); 
}

#leasing-contacts .leasing-contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#leasing-contacts .leasing-contact-block h2.leasing-name {
    color: var(--primary-color);
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-top: 0;
}
#leasing-contacts .leasing-contact-block h4.leasing-number,
#leasing-contacts .leasing-contact-block h4.leasing-mail {
    color: var(--primary-color);
    font-size: 1.25rem;
    padding-right: 1rem;
}

#leasing-contacts .leasing-contact-block a.btn {
  background: transparent;
  padding: 0;
  margin-right: 1rem;
}

#leasing-contacts .leasing-contact-block .phone-icon,
#leasing-contacts .leasing-contact-block .mail-icon {
  width: 20px;
  height: 20px;
  transition: all .2s;
}

#leasing-contacts .leasing-contact-block .phone-icon:hover,
#leasing-contacts .leasing-contact-block .mail-icon:hover {
  transform: scale(1.1);
}

/*#leasing-contacts .leasing-contact-block a {
    width: 148px;
    height: 39px;
    line-height: 39px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Acumin Bold', sans-serif;
    padding: 0;
    margin-right: 2.8125rem;
}*/

#leasing-contacts .leasing-contact-block .leasing-contact-info-wrap {
  display: flex;
  flex-direction: column;
	justify-content: center;
}

#leasing-contacts .leasing-contact-block .leasing-contact-info {
  display: flex;
  align-items: center;
}

#leasing-contacts .leasing-contact-block .leasing-contact-info:first-child {
  margin-bottom: 0.5rem;
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block .contact-info-block {
  display: flex;
  flex-direction: column;
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block .contact-info-block .contact-wrapper {
  display: flex;
  align-items: center;
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block .contact-info-block .contact-wrapper p {
  margin-bottom: 0;
}

#leasing-contacts-mobile {
  	padding: 0;
    display:none;
}

#leasing-contacts-mobile .leasing-contact-mobile-block {
  	background-color: var(--primary-color);
  	border-bottom: 1px solid #fff;
    display: grid;
    grid-template-columns: auto 15% 15%;
    align-items: center;
    padding-right: 0.5rem;
}

#leasing-contacts-mobile .leasing-contact-mobile-block a.phone-link,
#leasing-contacts-mobile .leasing-contact-mobile-block a.mail-link,
#leasing-contacts-mobile .leasing-contact-mobile-container .legend .legend-icon {
  	justify-self: center;
    padding: 0;
}

#leasing-contacts-mobile .leasing-contact-mobile-block .leasing-name-mobile {
  	display: inline-block;
  	color: #fff;
    font-size: 1rem;
    padding-left: 2rem;
}

#leasing-contacts-mobile .leasing-contact-mobile-block .phone-icon {
  	width: 25px;
    height: 25px;
}

#leasing-contacts-mobile .leasing-contact-mobile-block .mail-icon {
  	width: 30px;
    height: 25px;
}

#leasing-contacts-mobile .leasing-contact-mobile-container .legend {
    background-color: var(--light-bg);
}

#leasing-contacts-mobile .leasing-contact-mobile-container .legend h2 {
    color: var(--primary-color);
}

#leasing-contacts-mobile .leasing-contact-mobile-container .legend .legend-icon {
		margin: 0.5rem 1.5rem;
  	width: 30px;
    height: 30px;
}

#leasing-contacts-mobile.active {
   display: block;
}

.button-wrapper {
	display: flex;
  justify-content: space-around;
  align-items: center;
}

.button-wrapper a {
   margin-left: 5px;
   margin-right: 5px;
}

/* ==========================================================================
            Contact Page
========================================================================== */

#contact .inner-wrapper {
    max-width: 2000px;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 50% 50%;
}

#contact #leasing-office {
    padding: 3rem 15%;
    align-items: start;
}

#contact #leasing-office .leasing-wrapper {
    margin-top: 3rem;
}

#contact #leasing-office .leasing-wrapper .leasing-block {
		display: flex;
    flex-direction: column;
}

#contact #leasing-office .management-wrapper .management-address {
		display: flex;
  	flex-direction: column;
}

#contact #leasing-office .management-wrapper .management-office__contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#contact #leasing-office .management-wrapper .management-office__contact:not(:first-child) {
  	padding-top: 1.5rem;
}

#contact #leasing-office .management-wrapper .management-office__contact h2 {
		color: #3A4D6C;
    font-family: "Acumin Bold", arial, sans-serif;
    padding: 0;
    font-size: 1.25rem;
    line-height: 29px;
}

#contact #leasing-office .management-wrapper .management-office__contact h4 {
		color: #3A4D6C;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    padding-top: 0.25rem;
}

#contact #leasing-office hr {
  margin: 30px 0;
}

#contact #leasing-office .leasing-contact-container {
    display: flex;
  	flex-direction: column;
    align-items: start;
    width: 100%;
    justify-content: start;
}

@media only screen and (max-width: 1400px) {
#contact #leasing-office .leasing-contact-container {
  flex-direction: column;
  }
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 	  width: 100%;
    padding: 1rem 0;
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block:last-child {
  padding-bottom: 1rem;
}

#contact #leasing-office .leasing-contact-container .leasing-contact-block:first-child {
  padding-top: 0;
}

#leasing-office .leasing-contact-block h2.leasing-name {
    color: var(--primary-color);
    font-size: 1.45rem;
  	margin-right: auto;
    padding-top: 0;
}

#leasing-office .leasing-contact-block .btn {
  background-color: transparent;
}

#leasing-office .leasing-contact-block .phone-icon, #leasing-office .leasing-contact-block .mail-icon {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  transition: all .2s;
}

#leasing-office .leasing-contact-block .phone-icon:hover,
#leasing-office .leasing-contact-block .mail-icon:hover{
  transform: scale(1.1);
}

#leasing-office .leasing-contact-block a {
    line-height: 49px;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Acumin Bold', sans-serif;
    padding: 0;
    cursor: pointer;
}

#leasing-office .leasing-contact-block  .contact-text {
  font-size: 1.3125rem;
  transition: all .2s;
}

#leasing-office .leasing-contact-block a:hover .contact-text {
  color: var(--gold-color);
}

#leasing-office .management-office-container .management-office__managers-wrapper {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
}

#google-map {
  height: 100%;
}

@media only screen and (max-width: 1200px) {
    #contact > div.inner-wrapper {
      grid-template-columns: 1fr;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  
    #contact #leasing-office {
      padding: 0;
  	}
  
    #contact #leasing-office .leasing-contact-container .leasing-contact-block {
      align-items: center;
    }
  
    #leasing-office .leasing-contact-block h2.leasing-name {
    margin-right: 0;
  	}
  
    #leasing-office .management-office-container .management-wrapper,
    #contact #leasing-office p {
      align-items: center;
    }
  
    #google-map {
   	  height: 50vh;
		}
}



/* ==========================================================================
                    Footer
========================================================================== */
body.home #footer {
	display: none;
}

#footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}

#footer img {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

    #footer p {
        font-family: "Acumin Thin", arial, sans-serif;
        font-size: 16.8px;
        font-weight: 300;
    }

/* ==========================================================================
            Helper classes
========================================================================== */

.left {
    float: left;
}

.right {
    float: right;
}

.one-fourth {
    width: 25%;
}

.three-fourths {
    width: 75%;
}

.one-third {
    width: 33.333%;
}

.two-thirds {
    width: 66.66%;
}

.one-half {
    width: 50%;
}

.one-fifth {
    width: 20%;
}

.two-fifths {
    width: 40%;
}

.three-fifths {
    width: 60%;
}

.four-fifths {
    width: 80%;
}

.one-sixth {
    width: 16%;
}

.two-sixths {
	width: 32%;  
}

.one-eighth {
    width: 12.5%
}

.inline-block {
	display: inline-block;
}


.text-center {
    text-align: center !important;
}

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

.box-centered {
    margin-right: auto;
    margin-left: auto;
}

.sans-padded {
    padding-top: 0;
    padding-bottom: 0;
}

/* Contact Form
------------------------------------------*/

#contact-form input,
#contact-form textarea {
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #eee;
    margin: 0 auto 15px;
}

#contact-form input.one-half {
    width: 49%;
}

#contact-form input.one-half.left {
    margin-right: .5%;
}

#contact-form input.one-half.right {
    margin-left: .5%;
}

#contact-form input.full-width {
    width: 100%;
}

#contact-form textarea {
    width: 100%;
    height: 140px;
}


/*  animations
-----------------------------------*/

/* Key Frames
---------------------------------*/

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-30px) translateX(-50%);
    }
    60% {
        transform: translateY(-15px) translateX(-50%);
    }
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-30px) translateX(-50%);
    }
    60% {
        transform: translateY(-15px) translateX(-50%);
    }
}

.bounce {
    -webkit-animation: bounce 5s infinite;
    animation: bounce 2s infinite;
}


.breath {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


@keyframes breath {
    0% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    50% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.breath {
    -webkit-animation: bounce 5s infinite;
    animation: bounce 2s infinite;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}





/*--    Wide   --*/

@media only screen and (min-width: 2000px) {
  .inner-wrapper {
    max-width: 1800px;
  }
  
  .inner-wrapper.push {
    margin-bottom: 110px;
  }
  
   
}



/*--    Regular   --*/

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
  
  
  
}


/*-----------------------------------------------
			    phone   
------------------------------------------------*/


/* Switcher Class
-------------------------------------------*/


.desktop {
	display: block !important;  
}

.mobile {
	display: none !important;  
}


span#mobile-nav-icon {
     position: absolute;
    top: 14px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    z-index: 100000000;
   -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

span#mobile-nav-icon i {
	  font-size: 2rem;
  	    color: #3A4D6C;
   
}
  

span#mobile-nav-icon.active {
		color: #333;
  	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  	right: 15px;

}
  


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

  
  /* Switcher Class
  -------------------------------------------*/


  .desktop {
      display: none !important;  
  }

  .mobile {
      display: block !important;  
  }
  

    
  /* Global 
  -----------------------------------*/
  
  body, html {
    position: relative;
    padding: 0;    
    margin: 0;
   
  }
  
  body { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border-top: 80px solid transparent !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-top: 0 !important;
    padding-top: var(--mobile-nav-height) !important;
    overflow-x: hidden;
  }
  
  body.home {
  	border-top: none !important;  
  }
  
  body.mobile-active {
        position: fixed;
    	overflow-x: visible;
        transform: translateX(-75%) translateY(0);
  }
 
   hr.clear-small {
  	width: 95%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
  
  .right, .left {
  	float: none;
  }
  
  .one-half, .one-third, 
  .two-thirds,.one-fourth, 
  .three-fourths, .four-fifths,
  .one-fifth,
  .three-fifths, .two-fifths,
  .one-eighth, .seven-eighths, .one-sixth, .two-sixths {
  	width: 100%;
    float: none !important;
  }

    /* header
    ------------------------------------*/

    #header {
        position: fixed;
        top: 0;
        z-index: 10000000;
        background: #fff;
        height: var(--mobile-nav-height);
    }
  
    #header .inner-wrapper {
      	padding-left: 15px;
  	}

    #header #top-logo {
        width: 230px;
        height: var(--mobile-nav-height);
        background: url(img/mobile-logo.png) center center no-repeat;
        background-size: 100% auto;
    }

    #header.active {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        transform: translateX(0%);
    }

    #header #main-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%) translateY(0);
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        background: var(--primary-color);
        /* -webkit-box-shadow:inset 20px 0 30px 0 rgba(0,0,0,.18);
        box-shadow:inset 20px 0 30px 0 rgba(0,0,0,.18); */
        max-width: 75%;
    }

    #header #main-nav.active {
        transform: translateX(100%);
      	display: block
    }

    #main-nav img {
        width: 80%;
        margin-top: 30px;
        left: 15px;
    }

    hr.small-clear-white {
        margin: 15px auto;
    }

    #header #main-nav ul {
        padding-top: 40px;
    }

    #header #main-nav img {
        margin-bottom: 45px;
    }

    #header #main-nav ul li {
        width: 100%;
    }

    #header #main-nav a.nav-link {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1.4rem;
        color: #fff;
        line-height: 60px;
        padding-left: 45px;
        text-align: left;
    }

    #header #services-drop a {
        display: block;
    }

    #header #services-drop.active {
        height: auto;
        max-height: 10000px !important;
    }

    .mobile-contact {
        position: absolute;
        width: 100%;
        text-align: center;
        padding-left: 5px;
        color: #fff;
        font-family: "acumin thin";
        font-weight: 300;
        height: 20px;
        left: 0;
        bottom: 30px;
        letter-spacing: 0.5px;
    }

    #header #mobile-nav-logo {
        margin-left: 20px;
        width: 230px;
        background: url(img/top-logo.png) center center no-repeat;
        background-size: 100% auto;
        height: var(--mobile-nav-height);
        float: left;
    }

    
  
  	/* Layouts 
 		--------------------------------*/
  
  	.section-header h2 {
    	font-size: 1.8rem;  
  	}
  
  	.content-container h3.sub-title {
  		font-size: 1.8rem;
  	}


    /* Home Page
    -------------------------------*/

    #hero {
        height: 100vh;
    }

    #hero video {
        width: auto;
    }

    /* About Us
    -------------------------------*/

    .leader-card {
        width: 100% !important;
    }

    .leader-card-pop.active {
        transform: translateX(-50%) translateY(0%);
        top: 10%;
        width: 95%;
        overflow-y: scroll;
        height: 90vh;
    }

    .leadership-container {
        padding-left: 0;
    }

    .stats {
        text-align: center !important;
    }

    /* Properties
    --------------------------------*/

    .property-card-pop.active {
        transform: translateX(-50%) translateY(0%);
        top: 10%;
        width: 100%;
        overflow-y: scroll;
        height: 90vh;
    }

    .property-card-pop .property-address {
        padding-bottom: 30px;
    }

    .property-card-pop .property-link {
        padding-bottom: 40px;
    }
  
	  /* 
    .property-card-pop .property-close {
      position: fixed;  
    }
  	*/
  
  
    .property-card-pop .three-fifths {
      max-height: 200000vh !important;
    }
  
  	.property-card h3 {
    	font-size: 1.4rem;  
  	}
  
  
	#property-close-mobile {
		width: 40px;
		height: 40px;
		position: fixed;
		top: 90px;
		right: -15px;
		z-index: 100000000;
		display: none;
		opacity: 0;
	}
	
		#property-close-mobile.active {
			display: block;
			opacity: 1;
		}			
	
	

    /* Contact Us 
  	-------------------------------------*/
  
  	.content-container .contact-box {
      padding-top: 10vh;
      padding-bottom: 10vh;
      padding-left: 60px;
      padding-right: 60px;
      width: 100%;
    }
  
  	.content-container .social-box {
      position: relative;
      float: none;
      top: 0;
      transform: translateX(0) translateY(0);
      padding-top: 10vh;
      padding-bottom: 10vh;
    }
 
  	.form-container .wpcf7-submit {
      width: 100%;
     	max-width: 100%; 
     }
  
    #leasing-contacts .leasing-contact-container {
        padding: 0;
    }

    #leasing-contacts .leasing-contact-block {
        display: flex;
        flex-direction: column;
        padding: 0.75rem 0;
    }
  
  	#leasing-contacts .leasing-contact-block:nth-child(2) {
        margin:0 1rem;
    }
  
  	#leasing-contacts .leasing-contact-block h2.leasing-name {
        font-size: 1rem;
        padding-right: 0;
        text-align: center;
    }

    #leasing-contacts .leasing-contact-block h4.leasing-number,
  	#leasing-contacts .leasing-contact-block h4.leasing-mail{
        font-size: 1rem;
        padding-right: 0;
    }
  
    #leasing-contacts .leasing-contact-block a {
        margin-right: 0;
    }
  
    #contact #leasing-office .leasing-wrapper {
      	padding-bottom: 2.375rem;
    }
  
    #contact #leasing-office .leasing-contact-container {
        align-items: center;
    }
  
    #contact #leasing-office .leasing-contact-container .leasing-contact-block:nth-child(1) {
      margin-right: 0;
      margin-bottom: 0;
  	}
  
    #contact #leasing-office .leasing-wrapper .leasing-block {
      padding: 0 1.25rem;
      align-items: center;
    }
  
    #leasing-office .management-office-container {
      margin-top: 1rem;
  	}
  
  	#leasing-office .management-office-container .management-wrapper {
      display:flex;
      flex-direction:column;
      align-items: center;
      padding: 0 1.25rem;
    }
    
    #leasing-office .sub-title {
        padding-top: 2.375rem;
        font-size: 2.25rem;
    }

    #leasing-office p {
        letter-spacing: 0.04em;
        line-height: 25px;
        text-align: left;
    }
  
   #leasing-office .management-wrapper p {
        padding-bottom: 2.5rem;
    }
}

/* Ipad 
---------------------------------*/

@media only screen and (min-width: 720px) and (max-width: 1199px){
  /*#leasing-contacts .leasing-contact-container {
    flex-direction: column;
  }
	#leasing-contacts .leasing-contact-block:nth-child(2) { 
  	margin: 0;
	}
  #leasing-contacts .leasing-contact-block .leasing-contact-info-wrap {
    flex-direction: row;
  }
  #leasing-contacts .leasing-contact-block .leasing-contact-info:first-child {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  #leasing-contacts .leasing-contact-container .legend {
    flex-direction: row;
    justify-content: space-between;
  }*/
}
/* Small Screen Styles
----------------------------------*/


@media only screen and (min-width: 1199px) and (max-width: 1300px){
  .property-card-pop .three-fifths h3.sub-title {
  	font-size: 1.5rem;  
  }
  .property-card-pop {
  	max-width: 700px;
  }
  
  	.property-card-pop .three-fifths {
  		 min-height: 95vh;
  	}
  
  	.property-card-pop .three-fifths p {
    	font-size: 1rem;  
  	}
  
  	.property-card-pop .property-address {
    	font-size: 1rem;  
  	}
  
  	.property-card-pop .small-city {
  		font-size: .875rem;
  	}
 
  
    /* Contact Page
    ------------------------------*/
  	.content-container .contact-box {
  		padding-bottom: 17.5vh;
  	}
  	
  	.contenct-container .form-container {
    	padding-top: 15px;  
  	}
  
}

@media only screen and (max-width: 720px) {
   /* .inner-wrapper {
        padding: 0;
    }
  */
    #hero .hero-content {
        width: 90%;
    }
    #hero .hero-content h1 {
        font-size: 5.8rem;
    }
    
    #hero .hero-content h2 {
        font-size: 1.5rem;
        padding: 0;
        line-height: 1em;
    }

    #hero .hero-content hr {
        width: 4.5rem;
    }

    .section-header {
        height: 50vh;
    }

    .section-header .overlay {
        height: 50vh;
    }

    .section-header h2 {
        font-size: 2.5rem;
    }

    .about-section {
        padding: 0;
    }

    .about-section > div, 
    .about-section #about-stats,
    .location-section > div,
    #team-container,
    #gallery .gallery-container,
    #leasing #leasing-gallery,
    #contact > div   {
        grid-template-columns: 1fr;
      	padding: 0;
    }

    .about-section #about-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 1.25rem;
        margin-bottom: 1.25rem;
    }

        #about-summary h3 {
            padding-top: 2.5rem;
            font-size: 2.25rem;
        }

    .content-container p {
        font-size: 1.125rem;
    }

    .content-container .stats h2 {
        font-size: 2.5rem;
    }

    .content-container .stats h3 {
        font-size: 0.875rem;
    }

    .about-section #about-stats {
        padding-left: 0;
        background: #E5E5E5;
      	padding-bottom: 1rem;
        padding-top: 1rem;
        height: 40vh;
        align-items: center;
    }
  
  	#about-stats .stat-block {
      	text-align: center;
  	}

    #experience-change {
        padding-left: 0;
    }

    #experience-change .sub-title {
        font-size: 2.25rem;
    }

    #experience-change h3 {
        padding-top: 2.25rem;
    }

    .slogan-section {
        padding: 0;
    }

    .content-container ul li {
        font-size: 1.25rem;
        line-height: 212%;
    }

    #experience-change ul {
        padding: 0 1rem;
        margin: 0 3% 1.75rem 6%;
    }

    #location {
        display: flex;
    		flex-direction: column;
    		align-items: center;
        margin: 0;
        padding: 0 1.25rem 4.5rem;
        text-align: center;
    }
  
  	#location h3:last-of-type {
				margin-top: 0;
  	}
  
    #location .sub-title {
       padding-top: 4.5rem;
    }
  
    #about-container .slogan-section {
        padding-bottom: 1rem; 
  	}
  
    #about-container .location-section .about-img {
      width: 100vw;
  	}
  
    .team-section > div {
      padding-left: 0;
      padding-right: 0;
    }

    #team {
        display: flex;
    		flex-direction: column;
    		align-items: center;
        padding-left: 0;
        padding-bottom: 4.0rem;
    }
    
    #team h3.sub-title {
        font-size: 2.25rem;
        padding-top: 4.0rem;
      	text-align: center;
    }

    .team-section {
        padding: 0 1.25rem;
    }

    #team-container {
        grid-gap: 2rem;
        padding-top: 0.6rem;
    }
  
  	#team-container .team-block {
       text-align: center;
  	}

    #team-container .team-block .team-title {
        padding-top: 0.5rem;
    }

  #amenities > div {
    padding-right: 0;
    padding-left: 0;
  }
  	
  	#featured-amenities {
      padding-bottom: 0;
    }
  
  .featured-amenities-container {
    grid-gap: 2.5rem;
  }
  
  .featured-amenities-container .amenities__heading {
      display: flex;
      flex-direction: column;
    	align-items: center;
  	}
  
  #amenities .amenities-slide-container {
    margin-top: 0;
  }
  
  #amenities-container.content-container h3.sub-title {
    margin-bottom: 0;
  }
  
    .featured-amenities-container .feature-block .amenities-icon {
      margin-bottom: 0;
    }

    #building-amenities .amenities-block {
        padding: 0 1.25rem;
      	height: 100%;
        margin-top: 1rem;
    }

    #building-amenities .amenities-block h3.sub-title {
        font-size: 2.25rem;
        padding-top: 2.375rem;
        text-align: center;
    }
  
  #accordion ul.submenu li {
    margin-bottom: 0;
  }
  
    #gallery {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    #gallery .filter-selection {
        padding: 0 1.25rem;
        justify-content: center;
    }

    #gallery .filter-selection h2 {
        font-size: 1.375rem;
    }

    #gallery .gallery-container {
        padding: 0;
        grid-gap: 1rem;
    }
  
  	#gallery .gallery-container a:last-child {
        margin-bottom: 1rem;
    }

    #leasing {
        padding: 2.375rem 1.25rem;
    }

    #leasing .sub-title {
        padding-top: 0;
    }
  
  #contact > div.inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  
  #contact #leasing-office {
    padding: 0;
  }
  
  #contact #leasing-office .leasing-wrapper .leasing-block .sub-title {
    text-align: center;
  }
  
  #leasing-office .leasing-contact-block .contact-text {
      font-size: 1.2rem;
  }
}


/* Key Frames
---------------------------------*/

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) translateX(-50%);
	}
	40% {
		transform: translateY(-30px) translateX(-50%);
	}
	60% {
		transform: translateY(-15px) translateX(-50%);
	}
}


@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0) translateX(-50%);	
	}
	40% {
		transform: translateY(-30px) translateX(-50%);
	}
	60% {
		transform: translateY(-15px) translateX(-50%);
	}
}

.bounce {
	-webkit-animation: bounce 5s infinite;
	animation: bounce 2s infinite;
}


/* Leasing
------------------------------------------*/

.virtual-stage {
    background: #000;
    position: relative;
    padding-top: 45.25%;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    -webkit-box-shadow: 12px 0 25px -3px rgba(140,140,140,.8), -12px 0 25px -3px rgba(140,140,140,.8);
    box-shadow: 12px 0 25px -3px rgba(140,140,140,.8), -12px 0 25px -3px rgba(140,140,140,.8);
}

.virtual-stage iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

h4.tour-title {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 60px;
    font-size: 3rem;
    padding-bottom: 10px;
}