html {
    scroll-behavior: smooth;
}

.top-alert{
    clear:both;
    margin:0px auto 8px;
    border:1px dotted #FA188D;
    color:#FA188D;
    border-radius:4px;
    padding:9px 12px;
    font-size:14px;
}

.top-alert a{
    color:#FA188D !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.top-alert a:hover{
    color:#FA188D;
}


#superhome_logo{
    position: absolute;
    width: 100px;
    top: 50px;
    left: 50px;
}

#superhome_logo_mobile{
    display: none;
}

#superhome_splash{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 0;
    height: 100%;
}

#superhome_splash > a{
   display: block;
   width: 100%;
   height: 100%;
   text-align: center;
   text-decoration: none;
   background-size: cover;
   background-position: top left;
   -webkit-transition: all 3s;
}

#superhome_splash > a.hg{
    background-image: url('../img/home/superhome-hg.jpg');
}

#superhome_splash > a.east{
    background-image: url('../img/home/superhome-east.jpg');
}

#superhome_splash > a h2{
    margin: 0;
    display: block;
    color:#fff;
    font-size: 40px;
    background: rgba(0,0,0,0.2);
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#superhome_splash > a > h2 > span{
    display: inline-block;
    margin-top:350px;
    text-shadow:0 0 15px rgba(0,0,0,1);
}

#superhome_splash > a:hover{
/*      background-position: center center;*/
}

#superhome_splash > a:hover h2{
    background: rgba(0,0,0,0);
}

#superhome_splash > a:hover h2 > span{
    border-bottom: 6px solid #4BFF95;
}


/*--------------------------------*/

#superhome{
    padding:0px 30px 40px;
    margin:0 auto;
}

#superhome #supernav{
    border:none;
}

#superhome_splash img{
    margin:8px 0 0 6px;
}

#superhome .logo{
    margin:30px 0;
}

#superhome-foot{
    font-weight:400;
    color:#555;
    font-size: 15px;
    background: #f8f8f8;
    padding: 30px;
}

#superhome-foot-in{
    max-width:1100px;
    margin:0 auto;
}

#superhome-foot a{
    color:#555;
    padding-top:3px;
    display:inline-block;
    transition: all 0.5s ease;
    text-decoration: none;
    line-height: 26px;
}

#superhome-foot a:hover{
    color: blue;
}

.foot-legal{
    padding-top: 10px;
}

.foot-legal a{
    color: #aaa !important;
    margin-right: 11px;
}

#superhome-foot .foot-column{
    width: 18%;
    float: right;
    margin-left: 20px;
}

#superhome-foot .foot-column-left{
    float: left;
    width: 30%;
}

#superhome-foot .foot-bottom{
    float: right;
    width: 54%;
    padding: 40px 0;
    margin-right: 40px;
}

#superhome-foot .foot-bottom a{
    margin-right: 15px;
}

body{
    background:#f6f9fc !important;
}

body.p_royal-docks.sp_memberships{
    background:#fff !important;
}

#head-wrap{
    background:#fff;
}

#head{
    max-width:1100px;
    margin:0 auto;
    padding: 0 0 10px 0;
}

.legal_content{
    margin: 30px auto;
    max-width: 800px;
    padding: 30px;
/*    background: #fff;
    border-radius: 10px;*/
}

.legal_content{
    font-size: 16px;
}

.legal_content li{
    padding-bottom: 16px;
}

#topleft{
    padding:20px 0 10px;
    text-align: center;
}

#topleft .logo{
    width: 80px;
}

#supernav{
    max-width:1100px;
    margin:0 auto;
    padding:10px 0 10px;
}
#supernav_in{
    padding:0 0px 0;
}

#subnav{
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

#subnav a{
    display: inline-block;
    color: #666;
    text-decoration: none;
    font-size: 15px;
    margin:0 5px 0 0;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
}

#subnav a.sel{
    font-weight: bold;
    border: 1px solid #e8e8e8;
}

#subnav a img{
    width: 70px;
    padding-bottom: 8px;
}

.teamgrid{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

#space_east_intro{
	font-size:17px;
	margin:0 auto 30px;
	max-width:800px;
	font-weight:400;
    color:#2cc064;
}


#email_form{
	padding-top:30px;
    text-align:center;
}

#email_form h3{
	font-size:16px;
	color:#F95E2F;
	padding:0 0 8px;margin:0;
}

#email_form input{
	border-radius:4px;
	outline:none;
	border:1px solid #e8e8e8;
	padding:10px 10px;
    font-size: 14px;
    display:inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width:220px;
}

#email_form input:focus{
	border:1px solid #ccc;
}

#email_form button{
    border-radius: 4px;
    font-size: 14px;
    padding:10px 20px;
    display:inline-block;
    text-decoration:none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor:pointer;
    outline:none;
    border:1px solid #fff;
    color:#fff;
    background:#F95E2F;
}

#email_form button:hover{
	border: 1px solid #F8863D;
    color: #F95E2F;
    background:#fff;
}

#home_upper.sustainability{
	text-align:center;
}

#home_upper.sustainability p{
	font-size:16px;
	max-width:600px;
	margin:0 auto;
}

#story{
    max-width: 900px;
    margin: 0 auto;   
    text-align: center;
}

#story h3{
    font-size: 26px;
    margin: 0;
}

#story h4{
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #666;
}

#story p{
    font-size: 18px;
    line-height: 24px;
}

#story img{
    border-radius: 10px;
    width: 30%;
    margin:20px 10px;
}

.sustainability_lower{

}

.sustainability_lower_two{
    padding-bottom:30px;
}

.sustainability_lower_two h2{
    font-size:28px; 
    text-align:center;
    font-weight:normal;
    color:#bbb;
    padding:30px 0 15px;
    border-top:1px dotted #ccc;
}

.sustainability_lower_two p{
    font-size:16px;
    width:50%;
    margin:0 auto;
    text-align:center;
}

.sustainability_lower h3{
	font-size:22px;	
}

.sustainability_lower p{
	font-size:16px;	
}

.sustainability_grid,
.reviews_grid{
	list-style:none;
	padding:0;margin:0;

    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;

    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; 

    text-align: center;
}

.sustainability_grid li,
.reviews_grid li{
	vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;

   padding:20px 20px 10px;
   border-radius:8px;
   margin:20px 0;
   
   box-shadow:0 0 15px rgba(0,0,0,0.1);

   background: #fff;
}

.sustainability_grid li h3,
.reviews_grid li h3{
	padding:0;margin:0;
    font-size: 18px;
}

.sustainability_grid li p,
.reviews_grid li p{
    color: #666;
    font-size: 15px;
    line-height: 21px;
}

.reviews_grid{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    text-align: left;
    margin-bottom: 60px;
}

.reviews_grid li img{
    margin-bottom: 12px;
}

.reviews_grid li h3{
    font-size: 15px;
    font-weight: normal;
}

.reviews_grid li p{
    font-size: 14px;
}

body{
	padding:0;margin:0;
	font:normal 75% Arial, Helvetica, sans-serif; 
	background:#fff;
    font-family: 'Work Sans', sans-serif;
    height:100%
}

body.p_home{
    width: 100%;
    height: 100vh;
}

#splash{
    height:100vh;
    position:relative;
}

#splash .logo{
    width:160px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-80px;
    margin-top:-70px;
}

#splash ul{
    list-style:none;
}

#splash ul li{
    width:300px;
    display:inline-block;
}

#splash ul li img{
    width:100%;
    border-radius:5px;
}

#splash i{
    position:absolute;
    color:#fff;
    bottom:25px;
    left:50%;
    margin-left:5px;
}

#nav{
    text-align:center;
}

#nav a{
    display:inline-block;
    border-radius:4px;
    margin-left:4px;
    color:#666;
    padding:6px 10px;
    text-decoration:none;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#nav a.email,
#nav a.viewing,
#nav a.memberlogin{
    border:1px solid #ccc;
}

/* #nav a:nth-of-type(2){
    border:1px solid #F8863D;
    color:#F8863D;
}*/

#nav a.instagram{
    font-size:20px;
    vertical-align:middle;
    padding-right:0;
}
#nav a.email:hover, 
#nav a.viewing:hover{
    color:#F8863D;
    border:1px solid #F8863D;
}

#nav a.viewing.east{
    color:#24C208;
    border:1px solid #24C208;
}
#nav a.viewing.east:hover{
    background:#24C208;
    color:#fff;
    border:1px solid #24C208;
}

#nav a.instagram:hover{
    color:#8a3ab9;
}

#nav a.address:hover{
    color:#2DA2FC;
}

#nav a.memberlogin{
    color:#2DA2FC;
    border:none;
}

#nav a.memberlogin:hover{

}

#home{
    max-width:1100px;
    padding:0px 30px 40px;
    margin:0 auto;
}

#home_upper{
    padding:30px 0 30px;
}

#home_upper .logo{
    padding-top:20px;
    width:100px;
}

#home_upper h2{
    font-size:32px;
}

#home_upper h3{
    font-size:18px;
}

#home_upper p{
    font-size:15px;
    color:#666;
}

#home_upper_left{
}

#home_big_splash{
    width: 100%;
}

#home_big_splash_inner{
    padding: 200px 0;
    text-align: center;
    background: rgba(0,0,0,0.3);
}

.teamdays #home_big_splash_inner{
    padding: 130px 0;
}

#home_big_splash h2{
    color: #fff;
    font-size: 40px;
}
#home_big_splash h3{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 50%;
    margin: 0 auto;
}

#home_main_pics{
    width:660px;
    height:425px;
    margin:0 0 0 30px;
    float:right;
}

#home_main_pics img{
    border-radius:4px;
}

.w-photobar{
    padding-bottom: 40px;
}

.w-photobar img{
    border-radius: 8px;
    width: 180px;
    height: 160px;
}

.photocollage{
    list-style:none;
    list-style-type:none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; 
    margin: 40px 40px;
    padding: 0;
}

.photocollage li{
    border-radius: 15px;
    background: #eee;
    height: 300px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center middle;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid;
}

.photocollage li:nth-of-type(5){
    height: 500px;
}

.photocollage li:nth-of-type(3){
    height: 200px;
}

.photocollage li:nth-of-type(6){
    height: 200px;
}

.photocollage li:nth-of-type(7){
    height: 300px;
}

#big_quote{
    text-align:center;
    padding:30px 0 40px;
}

#big_quote h3{
    font-size:19px;
}

#big_quote img{
    width:104px;
}

#east_partners{
	margin:0 auto;
    padding:20px 0 0px;
    vertical-align:top; 
    text-align:center;
}

#east_partners ul{
	padding:0;
}

#east_partners li{
    text-align:left;
	list-style:none;
    list-style-type:none;
    font-size:11px;
    line-height:16px;
    font-weight:300;
    color:#999;
    text-transform:uppercase;
    padding:0 30px;margin:0;
    display:inline-block;
}

#east_partners li img{
	height:80px;
}

#little_quotes_top{
    text-align:center;
}



#little_quotes_top ul{

    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    padding:0 30px;margin:0;

    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;  
}

#little_quotes_top li{
    list-style:none;
    list-style-type:none;
    text-align:center;
    font-size:14px;
    line-height:16px;
    font-weight:300;


    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;
}

#little_quotes_top li span{
    color:#F8863D;
    display:inline-block;
    padding-bottom:8px;
}

#little_quotes_top li h5{
    font-size:14px;
    font-weight:400;
}

#little_quotes_top a{
    border: 1px solid #F8863D;
    border-radius: 4px;
    font-size: 14px;
    color: #F95E2F;
    padding:10px 20px;
    display:inline-block;
    margin-top:6px;
    text-decoration:none;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#little_quotes_top a:hover{
    color:#fff;
    background:#F95E2F;
}

#little_quotes_google_stars{
    padding-top:10px;
}
#little_quotes_google_stars img{
    margin-right:8px;
}

#little_quotes_google_stars img,
#little_quotes_google_stars i{
    display:inline;
    vertical-align:middle;
    line-height:30px;
}

#little_quotes_google_stars i{
    color:#F8863D;
}

#main{
    margin:0 auto;
    text-align:center;
}

.floorplans{
    text-align: center;
    padding:25px 0 0;
}

#main .floorplan_header h2{
    padding:30px 0 30px;
}

.floorplan_sel{
    margin-top:30px;
    text-align: center;
}

.floorplan_sel a{ 
    color:#555;
    font-size:14px;
    text-transform:uppercase;
    margin:5px;
    padding:10px 20px;
    border-radius:4px;
    text-decoration:none;
    font-weight:200;
    border:1px solid #999;
}

.floorplan_sel a.sel, #main .floorplan_sel a:hover{ 
    color:#2cc064;
    font-weight:400;
    border:1px solid #2cc064;
}

.floorplan{
    width:80%;
}

#localarea{
    margin:30px 0 0;
    padding:30px 0;
/*                background:#2cc064;
    background:#148d96;
*/               text-align:center;
}

#localarea h3{
    margin:0;
    padding:20px 0 5px;
    font-size:24px;
    line-height:24px;
    font-weight:400;
    text-transform:uppercase;
    color:#fff;
}

#localarea h4{
    padding:0;margin:0;
    color:#000;
    font-size:16px;
    font-weight:200;
    opacity:0.8;
}

#localarea ul{
    list-style:none;
    margin:0;padding:0;
    text-align:center;
}

#localarea ul.places li{
    display:inline-block;
    padding:8px;
    width:100px;
    vertical-align:top;
    color:#000;
}

#localarea ul.places li span{
    width:70px;
    height:70px;
    border-radius:45px;
    display:inline-block;
    background-size:cover;
}

#localarea ul.places li h4{
    font-size:12px;
    text-transform:uppercase;
    margin:6px 0 2px;
    font-weight:400;
    opacity:1;
}

#localarea ul.places li h5{
    opacity:0.8;
    line-height:14px;
    font-weight:normal;
}

#localarea ul.places li h5 img{
    height:14px;
}

#localarea ul.places li p{
    opacity:0.9;
    font-size:11px;
    padding:0;
    line-height:13px;
    color:#000;
}

#localarea ul.places li{
    display:none;
}

#localarea ul.places li a{
    text-decoration:none;
}

#localarea ul.places li.breakfast{
    display:inline-block;
}

#localarea ul.categories{
    padding:10px 0;
    margin:30px 0;
    border-top:1px solid rgba(255,255,255,0.6);
    border-bottom:1px solid rgba(255,255,255,0.6);
    width:500px;
    display:inline-block;
}

#localarea ul.categories li{
    display:inline-block;
}

#localarea ul.categories li a{
    padding:8px 4px;
    color:#fff;            
    opacity:0.8;
    text-decoration:underline;
}

#localarea ul.categories li.sel a, #localarea ul.categories li a:hover{
    opacity:1;
    text-decoration:none;
}

#page_upper{
    margin:40px 0;
}

#page_splash{
    margin:0px 0;
}

.page_splash_inner{
    display:block;
    background:rgba(0,0,0,0.3);
    padding:330px 0;
    text-align:center;
}

.page_splash_inner h2{
    font-size:70px;
    color:#fff;
    font-weight:normal;
    margin:0;
}

.page_splash_inner h3{
    font-weight: normal;
    font-size:22px;
    line-height:33px;
    color:#fff;
    width:50%;
    margin:0 auto;
}

#page_upper h2{
    text-align: center;
    font-size:34px;
    line-height:34px;
    font-weight:400;
    color:#2cc064;
}

#page_upper h3{
    font-size: 17px;
    text-align: center;
    width: 50%;
    color: #888;
    margin: 0 auto;
    font-weight: normal;
}

#main h2{
    margin:0;
    font-size:34px;
    line-height:34px;
    font-weight:400;
    color:#2cc064;
}

#main h2 strong{
    
}

#main h2.smaller{
    color:#666;
    font-size:24px;
    line-height:40px;
}

#main p{
    font-weight:300;
    color:#666;
    font-size:14px;
    line-height:30px;
}

#main p a{
    color:#666;
    text-decoration:none;
    transition: all 1s;
    -webkit-transition: all 1s;
}

#main p a:hover{
    color:#000;
    text-decoration:underline;
}

#quotes{
    margin:0 0 20px;
    padding:30px 0 0;
}

#quotes h3{
    font-weight:400;
    width:30%;
    display:inline-block;
    vertical-align:top;
    font-size:13px;
    color:#fff;
}

#quotes h3 span{
    display:block;
    font-size:22px;
    line-height:30px;
    min-height:60px;
    padding-bottom:20px;
    color:#fff;
}

#quotes img{
    height:40px;
    margin-top:15px;
    vertical-align:bottom;
}

/*
#foot{
    text-align:center;
    padding:0 0 50px;
    background-image:url('../img/foot.jpg');
    background-size:cover;
    background-position:center 0;
}

#foot .footlogo{
    margin-top:50px;
    width:100px;
}

#earth,
#earth2{
    color:white;
    text-align: center;
    max-width:650px;
    margin:60px auto 0;
    padding:20px 40px;
}

#earth span{
    font-size:50px;
}
#earth h3{
    font-size: 22px;
    line-height: 26px;
    font-weight:600;
}

#earth h4{
    font-size: 18px;
    line-height: 22px;
    font-weight:300;
}

#earth a{
	color:#fff;
	border-radius:4px;
	border:1px solid #fff;
	padding:5px 10px;
	font-size:13px;
	text-decoration:none;
    transition: all 0.5s ease;
}

#earth a:hover{
	background:#fff;
	color:#000;	
}*/

#almost-foot{
    text-align:center;
    padding:0 0 50px;
    background-image:url('../img/foot.jpg');
    background-size:cover;
    background-position:center 0;
}

#foot{
    text-align:center;
    padding:0;
    background-size:cover;
    background-position:center 0;
}

#foot .footlogo{
    margin:80px 0;
    width:100px;
    display:inline-block;
    opacity:0.2;
}

#earth{
    color:white;
    text-align: center;
    max-width:650px;
    margin:60px auto 0;
    padding:20px 40px 20px;
}

#earth span{
    font-size:50px;
}
#earth h3{
    font-size: 22px;
    line-height: 26px;
    font-weight:600;
}

#earth h4{
    font-size: 18px;
    line-height: 22px;
    font-weight:300;
}

#earth a.btn{
    color:#299FFC;
    border-radius:4px;
    margin-top:20px;
    display:inline-block;
    border:1px solid #299FFC;
    padding:5px 10px;
    font-size:13px;
    text-decoration:none;
    transition: all 0.5s ease;
}

#earth a.btn:hover{
    background:#299FFC;
    color:#fff; 
}

#earth h4 strong{
    color:#65DF83;
}

#section_1{
    background:#f6f9fc;                
    padding:50px 30px 50px;
}

#section_1 h2{
    color:#2DA2FC;
    padding-bottom: 20px;
}

#section_1 h2 strong{
    color:#999;
    font-weight:400;
}

#section_1 h3{
	font-weight:400;
	color:rgba(0,0,0,0.7);
	font-size:15px;            
    padding:0px 100px;
}

#tenants, #alumnigrid{
    padding:20px 0 0;
    list-style:none;
    overflow:hidden;

    width:70%;
    margin:0 auto;

    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;

    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;   
}

#alumnigrid{
    width:50%;
    padding:10px 0 0;

    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;

    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;  

}

#tenants li, #alumnigrid li{
    padding:10px 0;
    padding:0px 0;
    vertical-align:top;
    border-radius:10px;
    font-size:16px;
    font-weight:400;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;
}

#alumnigrid li{
    padding:0;
}

#tenants li a, #alumnigrid li a{
    color:#777;
    display:block;  
    padding-top:70px;
    background-repeat:no-repeat;
    background-position:center 5px;
    background-size:100px auto;
    text-decoration:none;
}

#alumnigrid li a{
    padding-top:60px;
    background-size:80px auto;
}

#alumnigrid li:nth-of-type(1) a{background-position:center 22px;}
#alumnigrid li:nth-of-type(2) a{background-position:center 0px;}
#alumnigrid li:nth-of-type(3) a{background-position:center 15px;}
#alumnigrid li:nth-of-type(4) a{background-position:center 15px;}
#alumnigrid li:nth-of-type(5) a{background-position:center 18px;}
#alumnigrid li:nth-of-type(6) a{background-position:center 13px;}
#alumnigrid li:nth-of-type(7) a{background-position:center 5px;}
#alumnigrid li:nth-of-type(8) a{background-position:center 15px;}
#alumnigrid li:nth-of-type(9) a{background-position:center 15px;}
#alumnigrid li:nth-of-type(10) a{background-position:center 5px;}
#alumnigrid li:nth-of-type(11) a{background-position:center 3px;}
#alumnigrid li:nth-of-type(12) a{background-position:center -3px;}
#alumnigrid li:nth-of-type(13) a{background-position:center -5px;}
#alumnigrid li:nth-of-type(14) a{background-position:center 9px;}
#alumnigrid li:nth-of-type(15) a{background-position:center 12px;}
#alumnigrid li:nth-of-type(16) a{background-position:center 17px;}
#alumnigrid li:nth-of-type(17) a{background-position:center 8px;}
#alumnigrid li:nth-of-type(18) a{background-position:center 15px;}
#alumnigrid li:nth-of-type(19) a{background-position:center 14px;}
#alumnigrid li:nth-of-type(20) a{background-position:center 15px;}

#alumnigrid li a{
    background-size:80px auto;
}

#tenants img{
    display:inline-block;
    width:70%;
    vertical-align:middle;
}

#alumni img{
    display:inline-block;
    width:12%;
    vertical-align:middle;
}

#alumni{
    padding-top:20px;
}

#alumni h3{
    color:#bcc3cb;
}

#alumni img{
    width:7%;
    margin:0 3%;
}

#map{
    background:#eee;
    height:450px;
}

.tubes{
    line-height:10px;
    vertical-align:middle;
    height:14px;
    font-weight:400;
    color:#666;
}

.tubes img{
    height:14px;
    position:relative;
    top:3px;
}

.tubes span{
    position:relative;
    top:3px;
    margin:1px 0;
    width:12px;
    height:12px;
    border-radius:6px;
    display:inline-block;    
}

.tubes strong{
    font-weight:200;
    opacity:0.6;
}

.page-section.location{
    background: #EEF8F1;
}

.page-section.location > h2{
    padding: 5px 0;
    font-size: 46px !important;
    color: #40DF6E !important;
}

.page-section.location > h3{
    color: #666;
    font-size: 17px;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
    padding:20px 0 40px;
}

.location-map-under{
    padding: 40px 0;
    line-height: 22px;
    margin: 0 auto;
    width: 600px;
    -webkit-column-count: 2;
    -moz-column-count:2;
    column-count: 2;   
}

.location-tubes{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    text-align: left;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid;
}

.location-distances{
    font-size: 16px;
    text-align: left;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid;
}

.location-distances tr td{
    white-space: nowrap;
}

.location-distances tr td:first-of-type{
    padding-right: 30px;
}

.location_grid{
    list-style:none;
    padding:0;
    margin:0 auto;
    max-width: 1100px;
    text-align: center;

    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;

    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; 
}

.location_grid li{
   vertical-align: top;
   -webkit-column-break-inside: avoid;
   page-break-inside: avoid;
   break-inside: avoid;
   background: #fff;
   box-shadow:0 0 15px rgba(0,0,0,0.1);
   padding:20px 20px 10px;
   border-radius:5px;
   margin:20px 0;
}

.location_grid li h3{
    padding:12px 0 0;margin:0;
    font-size: 18px;
}

.location_grid li p{
    color: #777;
    font-size: 18px;
    line-height: 20px !important;
    padding: 0 15px;
}

.sustainability_grid li img{
    width: 80px;
}

.location_grid li{
    padding: 0 0 10px;
}

.location_grid span.image{
    width: 100%;
    height: 150px;
    display: inline-block;
    margin-bottom:4px;
    background: #eee;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: center middle;
    position:relative;
}

.location_grid span.image h5{
    position: absolute;
    background: #7EE6A6;
    border-radius: 5px;
    padding: 3px 8px;
    left: 10px;
    top: -5px;
    font-size: 12px;
    font-weight:normal;
}

.location_grid li a{
    color: #666;
    display: inline-block;
    margin:0 5px;
    text-decoration: none;
}

.location_grid li a:hover{
    color: #000;
}


#footnote{
    padding-top:10px;
    display:none;
    color:#aaa;
}

#space{
/*    background:#f6f9fc;  */
    padding-bottom: 50px;              
}

#space h2{
    padding:40px 0 30px 0;
}

#space a.contactbtn,
#space_two a.contactbtn,
#good-causes a.contactbtn,
a.membership-card-joinbtn,
a.wellness-btn{
    background:#2cc064;
    color:#fff;
    text-decoration:none;
    font-size:17px;
    padding:18px;
    margin:50px 0;
    border-radius:5px;
    display:inline-block;
    transition: all 0.5s ease;
}

a.wellness-btn{
    margin:50px 10px;
}

a.membership-card-joinbtn{
    margin: 0 0 30px;
    padding: 7px 12px;
}

#space a.contactbtn:hover,
#space_two a.contactbtn:hover,
#good-causes a.contactbtn:hover,
a.membership-card-joinbtn:hover,
a.wellness-btn:hover{
    background:#0D8C3E;
}

a.membership-card-joinbtn.bluedark{
    background: #278FA7;
    border:1px solid #278FA7;
}

a.membership-card-joinbtn.bluedark:hover{
    border:1px solid #fff;
    color: #fff;

}



#available_spaces{
    list-style:none;
    margin:0;padding:0;
    text-align:center;
}

#available_spaces > li{
    vertical-align:top;
    display:inline-block;
    padding:0;
    width:320px;
    margin:0 10px 20px;
    background:#fff;
    border-radius:4px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

#available_spaces > li > span{
    display:inline-block;
    width:100%;
    height:180px;   
    border-radius:4px 4px 0 0;
    background-size:cover;
    background-position:center bottom;
    background-repeat:no-repeat;
}

#available_spaces > li h4{
    font-size:14px;
    text-transform:uppercase;
    color:#666;
    padding:18px 0 0;margin:0;
}
#available_spaces > li h5{
    padding:3px 8px;margin:9px 0 18px;
    font-size:12px;
    color:#ccc;
    border:1px solid #ccc;
    border-radius:2px;
    display:inline-block;
    font-weight:normal;
    text-transform:uppercase;
}

#available_spaces > li h5.price{
    color:#2DA2FC;
    border:1px dotted #2DA2FC;
    text-transform:none;
    font-size: 16px;
}

#available_spaces > li h5.price span{
    color:#ccc;
}

.p_east #space .price,
#space_two .price{
    font-weight: bold;
    border: none !important;
}

.p_east #space #available_spaces > li h4,
#space_two  #available_spaces > li h4{
    text-transform:none !important;
    font-size: 20px;
}

#available_spaces > li p{
    padding:0 18px 18px;margin:0;
    font-size:14px;
    line-height:20px;
}

.spacethumbs{
    padding:0 0 15px;
}

.spacethumbs a img{
    width:50px;
    height:50px;
    display:inline-block;
    border-radius:25px;
    margin:0 5px;
}

#available_spaces > li > ul.bullets{
    padding:0 10px 26px 50px;
}

#available_spaces > li > ul.bullets > li{
    text-align:left;
    font-weight:400;
    list-style:disc;
    font-size:13px;
    padding-bottom:4px;
}

#available_spaces > li > ul.bullets > li.add{
    color: #7FCF81;
    list-style: none;
}

#available_spaces.east-available-spaces > li > ul > li{
    font-size: 14px;
}

.spaces-features{
    list-style: none;
    padding: 0;margin: 0 40px 20px;
    text-align: left;
}

.spaces-features li{ 
   padding: 6px 0;margin: 0;
   border-bottom: 1px solid #eee;
   color: #666;
}

.spaces-features li:last-child{ 
    border: none;
}

.spaces-features li i.green{ 
    color: #2DC064;
}

.spaces-features li i.orange{ 
    color: #EE9905;
}

.spaces-features li i.blue{ 
    color: #23afeb;
}

.p_royal-docks #space.memberships{
    background-image: url('../img/spaces/east/hotdesks-large.jpg');
    background-position: bottom center;
    background-repeat:no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    padding-bottom: 400px;
}

#space_two{
    padding-top: 30px;
    background:#E3F7ED;  
    background:#f6f9fc;  
}

#space h4,
#space_two h4{
    padding:30px 0;margin:0;
    color:#2cc064;
    font-size:15px;
}

#space h4:nth-of-type(2),
#space_two h4:nth-of-type(2){
    color:#999;
    padding-top:15px;

}

#perks{
    padding:0;margin:0 auto;
    list-style:none;
    color:#666;
    font-size:18px;
    font-weight:200;
    line-height:34px;
    font-size:16px;
    max-width:1050px;
    -webkit-column-count: 3;
    -moz-column-count:3;
    column-count: 3;   
    text-align:left;
}

#perks li span{
    color:#2cc064;
}

h3#perks_also{
    font-weight:300;
    max-width:700px;
    margin:0 auto;
    padding:40px 0;
    text-align:center;
    font-size:15px;
}

h3#perks_also span{
    display:inline-block;
    color:rgba(0,0,0,0.5);
    color:#2cc064;
    font-size:15px;
    padding-bottom:30px;

}

#perks-partners{
    max-width: 750px;
    padding:0;
    margin:0 auto;
    list-style:none;
    -webkit-column-count: 3;
    -moz-column-count:3;
    column-count: 3;

    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; 
}

#perks-partners li{
    vertical-align: top;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;

    padding:20px 20px 10px;
    border-radius:8px;
    margin:20px 0;

    box-shadow:0 0 15px rgba(0,0,0,0.1);

    background: #fff;
}  

#perks-partners li img{
    height:30px;
}

#perks-partners li h5{
    font-size: 16px;
    color: #444;
    padding: 12px 0 0;margin: 0;
}

#perks-partners li p{
    font-size: 15px;
    color: #333;
}

.insta{
    color:#d3268c;
    text-decoration:none;
    display:inline-block;
    margin:20px 0;
}

.insta img{
    width:40px;
    display:inline;
    margin:0 5px 0 0;
    vertical-align:middle;
}

#mtg > ul{
    margin:0;padding:0;
    list-style:none;
}

#mtg > ul > li{
    vertical-align:top;
    display:inline-block;
    padding:0;
    width:320px;
    margin:0 10px 20px;
}

#mtg > ul > li > h3{
    font-weight:400;
    margin:0;
    font-size:16px;
}

#mtg > ul > li > h4{
    margin:0;
    font-weight:400;
    color:#666;
    font-size:14px;
}

#mtg > ul > li > div{
    height:230px;
    margin:12px 0;
    background-size:cover;
    border-radius:5px;
}

#mtg > ul > li > p{
    color:#fff;
    font-size:14px;
    line-height:20px;
    display:inline-block;
}

#mtg > ul > li > ul{
    padding:5px 0 0 15px;margin:0;
    list-style:none;
}

#mtg > ul > li > ul > li{
    font-size:14px;
    line-height:26px;
    text-align:left;
    color:#d3ebf6;
}

#mtg .mtg-features{
    padding-top:80px;
}

#family{
    padding:160px 0;
}

#family h2{
    padding:0 0 30px;
}

#family ul{
   
    list-style:none; 
}  

#family li{
   display:inline-block;
   vertical-align:top;
   margin:0 20px;
   width:30%;
   border:1px solid #fff;
   border-radius:5px;
   box-shadow:0 0 10px #e8e8e8;
   padding:20px;
   text-align:center;
}

#family li h3{
    
}

#family li p{
    line-height:22px;   
}

.page-section.wellness h2{
    padding: 222px 0 20px;
    font-size: 46px !important;
    color: #fff !important;
}

.page-section.wellness h3{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 222px;
}

.page-section.wellness h3 a{
    color: #fff;
}

.page-section.wellness .wellness-photo{
    background-image: url('../img/wellness.jpg?e=e');
    background-size: cover;
}


#tour{
    margin:0 auto;
}

.tour-upper{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,240,242,1) 100%);
    padding-bottom:30px;
    margin-bottom:40px;
}

.tour-lower{

}

.tour-section{
    clear:both;
    background:#141414;
    padding:50px 50px;
}

.tour-left{
    float:left;
    font-size:14px;
    color:#ccc;
    width:20%;
    text-align:left;
}

.tour-left-inner{
    padding-left:20px;
}

.tour-left h4{
    color:#2cc064;
    font-size:18px;
    margin-top:0;
}

.tour-left h5{
    color:#2cc064;
    font-size:14px;
    font-weight:400;
    padding-bottom:10px;margin-bottom:0;
}

.tour-left ul{
    padding-left:19px;
}

.tour-left ul li{
    padding-bottom:5px;
}


.tour-right{
    float:right;
    width:80%;
}

.tour-right-inner{
    background:#141414;
    border-radius:6px;
    padding:7px;
}

.tour-right img.tourimg{
    width:100%;
    max-width:853px;
}

#tour h2{
    font-size:30px;
    margin:40px 0 30px;
}

#tour p{
    font-size:18px;
    width:60%;
    margin:20px auto;
}

#tour .tour-lower h3{
    font-size:24px;
    font-weight:400;
    color:#2DA2FC;
    color:#666;
    width:60%;
    margin:20px auto;
}

#tour span.capacity{
    color:#666;
}

#tour ul.offices span.available,
#tour ul.offices span.unavailable,
#tour ul.offices span.maybe{
    padding:1px 4px;
    border-radius:3px;
    color:#141414;
    font-size:11px;
    text-transform:uppercase;
}

#tour ul.offices span.available{
    background:#43a764;
}

#tour ul.offices span.unavailable{
    background:#a64832;
}

#tour ul.offices span.maybe{
    background:#328fa6;
}

.tour-teams{
    padding:0 !important;margin:0;
}

.tour-teams li{
    padding:0;margin:0 0 5px;
    display:block;
    list-style: none;
    font-size:13px;
    color:#666;
}

.tour-teams a{
    font-size: 16px;
    color:#fff;
    display:block;  
    margin:0 0 4px 0;
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:100px auto;
    text-decoration:none;
}


.tour-right p{
    font-size:11px !important;
    color:#666;
    line-height:14px;
    margin:0 !important;
    padding:0 !important;
    display:inline !important;
}

.tour-bottom{
    padding:80px 0;
}



#good-causes{
    text-align:center;
    padding:0 40px;
    margin:0 auto;
    max-width:800px;
    line-height:24px;
}

#good-causes h3{
    margin:20px 0;
    font-size:22px;
    line-height:26px;
    font-weight:normal;
}

#good-causes p.top{
    font-size:16px;
    color:#666;
}

#good-causes ul{
    margin:0 auto;
    padding:0;
    max-width:1000px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

#good-causes ul li{
    list-style:none;
    padding:30px 15px;
    font-size:15px;
    vertical-align:top;
    line-height:18px;
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid;
    color:#666;
}

#good-causes .selection-criteria{
    border:1px dashed #299FFC;
    padding:20px;
    border-radius:5px;
    color:#299FFC;
    font-size:16px;
    line-height:20px;
}

#teamdays-top{
    text-align: center;
}


.teamdays-container{
    padding: 60px 0;
    background-image: linear-gradient(180deg, #F2FAEF 0%, #FFFFFF 100%);
}

.teamdays-inner{
    max-width: 1200px;
    margin: 0 auto;
}

.teamdays-inner > h2,
#teamday-designer > h2{
    padding: 0;margin: 0;
    font-size: 30px;
    color: #666666 !important;
}

.teamdays-inner > h3,
#teamday-designer > h3{
    padding: 0;margin: 0;
    font-size:20px;
    color:#11AE52;
}

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

.teamday-plus > h4{
    font-size: 20px;
    color: #797979;
    font-weight: normal;
}

.teamday-plus > h4 > span{
    font-size: 60px;
    color: #3C13DF;
}

.teamday-card{
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.teamday-card.card-100{
    text-align: left;
}

.teamday-card ul{
    list-style: none;
    list-style-type: none;
    padding: 0;margin: 0;
}

.teamday-card ul > li{
    padding: 0;margin: 0;
}

.teamday-cards-4{
    list-style: none;
    list-style-type: none;
    padding: 0;margin: 0;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.teamday-card h2{
    padding-left: 22px;
    color: #11AE52;
}

.teamday-cards-4 p{
    line-height: 18px !important;
    padding: 0 22px 0 22px;
    font-size: 14px;
}

.teamday-cards-4 .img{
    height: 120px;
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
    margin-bottom: 22px;
    background-size: cover;
    background-repeat: none;
}

.teamday-cards-4 > li{
    padding: 0;margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
   break-inside: avoid;
}

.teamday-cards-4 h4,
.teamday-cards-4 h5{
    padding: 0;margin: 0;
    font-weight: normal;
    float: left;
    color: #666;
    font-size: 14px;
    padding: 10px 22px 12px 22px;
}

.teamday-cards-4 h5{
    float: right;
    color: #3C13DF;
}

.teamday-mainspace{
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    width: 70%;
    float: left;
}

.teamday-mainspace h5.price{
    color: #666;
    text-align: right;
    font-size: 18px;
    border-top: 1px solid #e8e8e8;
    margin-top: 22px;
    padding: 22px 22px 22px 0;margin: 0;
    font-weight: normal;
}

.teamday-mainspace h5.price strong{
    color: #19A4FB;
    color: #3C13DF;
}

.teamday-features{
    padding: 20px;
    width: 25%;
    float: right;
    background: #D8EED2;
    border-radius: 10px;
}

.teamday-mainspace > img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.teamday-mainspace .intro{
    padding: 0 0 22px 22px;
    display: block;
}

.teamday-mainspace .intro h2{
    color: #11AE52;
    padding-bottom: 0;
    margin-bottom: 0;
}

.teamday-mainspace .intro h5{
    font-size: 16px;
}

.teamday-mainspace .intro h5 span{ 
    color: #666;
    font-weight: normal;
}

.teamday-mainspace .intro p{
    font-size: 16px;
}

#teamday-designer{
    text-align: center;
    padding-top: 40px;
}

.teamday-features h4{
    font-size: 16px;
    color: #11AE52;
}

.teamday-features ul{
    padding: 0px;
}

.teamday-features ul li{
    list-style: none;
    list-style-type: none;
    padding-bottom: 8px;
    font-size: 14px;
    color: #11AE52;
}

.teamday-features ul li i{
    color: #11AE52;
}

#teamday-photobar{
    text-align: center;
    padding-bottom: 50px;
}

#teamday-photobar span{
    margin:0 5px 0 5px;
    background-size: cover;
    border-radius: 5px;
    display: inline-block;
    height: 120px;
    width: 12%;
}

.teamday-layouts{
    margin: 0;
    padding: 0 22px 22px 22px;
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    column-gap: 20px;
}

.teamday-layouts li{
    list-style: none;
    list-style-type: none;

}
.teamday-layouts li span{
    height: 105px;
    display: inline-block;
}
.teamday-layouts li img{
    height: 90px;
}

.teamday-layouts li h4{
    font-size: 11px;
    color: #666;
    text-transform:uppercase;
    padding: 0;margin: 0;
}

.teamday-layouts li h5{
    font-size: 15px;
    padding: 5px 0 0;margin: 0;
    color: #DD5604;
}

.teamday-layouts li h5 i{
    font-size: 11px;
    vertical-align: 1px;
    color: #ccc;
}

.teamday-quotes-container{
    max-width: 1000px;
    padding: 0 80px;
    margin: 0 auto;
    vertical-align: top;
}

.teamday-quotes{
    padding: 80px 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.teamday-quotes li{
    list-style: none;
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.teamday-quotes li h2{
    color: #444;
    font-weight: normal;
}

.teamdays-container .btn{
    background:#2cc064;
    color:#fff;
    text-decoration:none;
    font-size:17px;
    padding:18px;
    margin:50px 0 0;
    border-radius:5px;
    display:inline-block;
    transition: all 0.5s ease;
}

.trialtuesdays{
    position:absolute;
    bottom:10px;
    right:30px;
    animation: trialtuesdays 10s infinite;
}

@keyframes trialtuesdays{
  30% {transform: rotate(360deg);}
  80% {transform: rotate(0deg);}
}