@charset "UTF-8";
/* CSS Document */

/*.logo img {
    margin: 0 25px;
}*/
#intro {
	padding: 55px 0 80px 0;
}

.footnote {
    color: #9FABAD;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 70px 0;
    text-transform: uppercase;
}

.pdf-button {
	padding: 15px 0 70px 0;
}

#light {
    background-image: url("../images/light-bkg.jpg");
    padding: 60px 50px;
}

#light-inner {
    background: rgb(253,253,253,.8);
}

#light-text {
	background-image: url("../images/squiggle.png");
	background-position: center 40px;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
}

.counter-wrapper{
    float: left;
    width: 100%;
}

@media(min-width: 576px){
    .counter-wrapper{
        float: left;
        width: 50%;
    }
}


@media(min-width: 992px){
    .counter-wrapper{
        float: left;
        width: 25%;
    }
}

.counter {
    width:200px;
    height:100px;
    overflow:hidden;
    display: inline-block;
}

.fire-numbers {
    display: none;
}

.numbers{
    width:auto;
    white-space:nowrap;
    animation: countNumber 1.5s;
    animation-fill-mode:forwards;
    animation-timing-function: steps(15);
    -webkit-animation: countNumber 1.5s;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-timing-function: steps(15);
    animation-delay: 2s;
}

.numbers div {
    color: #329FA1;
    font-size: 72px;
    float:left;
    text-align:center;
    width:200px;
    height:100px;
    line-height:100px;
    display:inline-block;
}

@media(min-width: 576px){
   
}

.counter-wrapper .label {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    text-transform: uppercase;
}

.counter-wrapper .label span{
    font-weight: 500;
}

.light-footnote {
    clear: both;
    font-size: 10px;
    font-weight: 300;
    padding-top: 50px;
    text-transform: none;
    text-align: center;
}

@-webkit-keyframes countNumber {
    0% {
        margin-left:0px
    }
    100% {
        margin-left:-3000px
    }
}

#healthy {
    background: #329FA1;
    color: #fff;
    padding: 90px 0;
}

#healthy h1{
    color: #fff;
}

.floor-plan-wrapper {
    padding: 40px 15px;
    position: relative;
    z-index: 900;
}

#garage {
    background: #F4F5F5;
    padding: 40px 15px;
    position: relative;
    z-index: 901;
}

.floor-plan {
    background: #F4F5F5;
}

.floor{
    padding: 55px 0 45px 0;
}

.floor-plan-wrapper h1, #garage h1 {
    background-image: url("../images/corner.png");
    background-repeat: no-repeat;
    padding: 15px 0 0 20px;
}

#garage .text {
    display: block;
}

#floor-nav {
    position: relative;
    
    line-height: 28px;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    z-index: 902;
}

@media(min-width: 576px){
    #floor-nav {
        position: absolute;
        top: 180px;
        left: 0;
    }
}

#floor-nav div {
    display: flex;
    line-height: 28px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    align-content: center;
}

#floor-nav span.square {
    display: block;
    border: 1px solid #000;
    float: left;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin-right: 20px;
}

#floor-nav .available span.tag, #floor-nav .under-building-parking-with-direct-office-access span.tag, #floor-nav .pre-built-suites span.tag{
    cursor: pointer;
    display: block;
    opacity: 1;
}

#floor-nav .available span.tag:hover, #floor-nav .under-building-parking-with-direct-office-access span.tag:hover, #floor-nav .pre-built-suites span.tag:hover {
    opacity: .5;
}

.Available, .Under-Building-Parking-With-Direct-Office-Access {
    cursor: pointer;
}

#Available.st3 {
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#Available.st3:hover {
    fill: #bae0cb !important;
}

#Garage.st6 {
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#Garage.st6:hover {
    fill: #2486c4 !important;
}

#available {
    background: #fff;
    position: absolute;
    right: -100%;
    top: 95px;
    /*z-index: 901;*/
    width: 100%;
    height: 100vh;
    z-index: 4000;
    padding: 50px;
}
    
#Prebuilt.st9 {
    cursor: pointer;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#Prebuilt.st9:hover {
    fill: #FCB805 !important;
}

/*.close {
    color: #0E3053;
    border: 2px solid #0E3053;
    cursor: pointer;
    height: 20px;
    line-height: 16px;
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 22px;
}*/

.close {
	color: #0E3053;
	cursor: pointer;
	height: 30px;
	line-height: 1;
	position: absolute;
	top: -35px;
	left: -20px;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	width: 22px;
}

#parking-headline  {
    width: 100%;
}

#parking-headline .text {
    padding-left: 20px;
}

@media(min-width: 576px){
    
    #parking-headline {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #parking-headline .text {
        width: 33%;
    }
    
    #parking-headline h1 {
        width: 550px;
    }
}


#parking {
    margin-top: 100px;
    max-width: 90%;
}

@media(min-width: 576px){
#parking {
    margin-top: 50px;
}
}

.available-text {
    background-image: url("../images/squiggle.png");
    background-repeat: no-repeat;
    background-position: 20px top;
    display: flex;
    align-content: center;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: 25px;
    padding-top: 25px;
}

#prebuilt {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 50px;
}

#prebuilt h1 {
	background-image: url("../images/squiggle.png");
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
}

#prebuilt h2 {
    color: #7AD4D0;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 40px;
}

#prebuilt-suites {
    background: #F4F5F5;
    padding-bottom: 50px;
    text-align: center;
}

#prebuilt-suites .wrapper{
    margin: auto;
    padding: 40px 0;
    width: 90%;
}
@media(min-width: 992px){
    #prebuilt-suites .wrapper{
        width: 85%;
    }
}

@media(min-width: 1400px){
    #prebuilt-suites .wrapper{
        width: 65%;
    }
}

@media(min-width: 1600px){
    #prebuilt-suites .wrapper{
        padding: 70px 0;
        width: 50%;
    }
}

#prebuilt-suites .title {
    font-size: 18px;
    text-transform: uppercase;
}

#prebuilt-suites .square-feet {
    color: #9FABAD;
    font-size:14px;
    font-weight: 500;
    padding-bottom: 25px;
}

@media(min-width: 1600px){
    #prebuilt-suites .square-feet {
        padding-bottom: 50px;
    }
}

#prebuilt-suites .description {
    color: #616161;
    
    text-align: left;
    padding-bottom: 15px;
}

@media(min-width: 992px) and (max-width: 1199px){
    #prebuilt-suites .description {
        font-size: 12px;
    }
}

@media(min-width: 1200px){
    #prebuilt-suites .description {
        font-size: 16px;   
    }
}

@media(min-width: 1600px){
    #prebuilt-suites .description {
        padding-bottom: 30px;
    }
}

#prebuilt-suites img {
    max-width: none;
    width: 100%;
}

#prebuilt-suites .button{
    margin: auto;
}

#prebuilt-suites .container-fluid .row:nth-child(even){
    flex-direction: row-reverse;
}

@media(max-width: 991px){
    .suite-desc {
        order: 2;
    }

    .suite-image {
        order: 1;
    }
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border:none;
	border-radius: 0;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: none;
}

.card-body {
	background: #F4F5F5;
    border-top: 8px solid #329FA1;
}

[type="button"], [type="reset"], [type="submit"], button {
	-webkit-appearance: none;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.0);
}

.tab-slider--trigger img, button img {
    transition: opacity .25s ease-in-out;
}

.tab-slider--trigger img:hover,button img:hover{
    opacity: .5;
}