<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* responsive tabs under 900 hidden ***************************************************************************************************/
/* responsive tabs under 900 hidden ***************************************************************************************************/
/* responsive tabs under 900 hidden ***************************************************************************************************/
/* responsive tabs under 900 hidden ***************************************************************************************************/
/* responsive tabs under 900 hidden ***************************************************************************************************/

/* REQUIRED for core functionality */

/* clears teh list style */
.responsive-tabs-wrapper ul{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 900px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 900px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
	/* height:900px; */
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { 
	font-size: 0.75em; 
	margin: 1em 0 0 0; 
	padding: 0;
	/*border-bottom: 1px solid #ddd; */
	padding-bottom:11px; 
	line-height: 1em;
	}

.responsive-tabs__list__item { 
	padding: 10px 5px;  
	margin-right: 0.25em; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	border: 1px solid #ddd; 
	color:#ffffff;
	background: #0b3146; 
	/*float:left; */ /* added to allow lines to wrap but cause alignment issues */
}

.responsive-tabs__list__item li{
	width:10%;
}

.responsive-tabs__list__item:hover {
	background: #0b3146;
}

.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  
	border-bottom-color: #fff;
	background: #4f8f97; 
}

.responsive-tabs__panel { 
	margin-bottom: 20px; 
	/*border: 1px solid black; */
	text-align:center;
	
	
	background-color: #ffffff;
	
	
	-moz-border-radius: 	3px; 
	-webkit-border-radius: 	3px; 
    border-radius: 			3px;
	/*-moz-box-shadow: 		0px 0px 5px #766b6b;
	-webkit-box-shadow: 	0px 0px 5px #766b6b;
	box-shadow: 			0px 0px 5px #766b6b;
*/
	border: 1px solid #d2d2d2;
	}

.pdffloorplanlinks{
	display:none;
}	
	
@media (max-width: 900px) {

	/* this hides the responsive tabs under 900 ***************************************************************************************************/
	/* this hides the responsive tabs under 900 ***************************************************************************************************/
	.responsive-tabs-wrapper{
		display:none;
	}
	.pdffloorplanlinks{
		display:block;
	}	

	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		color: #fff;
		position: relative;
		/* no hover at rest */
		background: #0b3146;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { 
		/* hover */
		background: #4f8f97;
		
	}
	
	
	.responsive-tabs__heading--active { 
		/* open */
		background: #4f8f97; /* Old browsers */
	
		
		
		}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
</pre></body></html>