.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}/* Tabs container */
.r-tabs {
	position: relative;

	background-color: #00c5ad;

	border-top: 1px solid #00c5ad;
	border-right: 1px solid #00c5ad;
	border-left: 1px solid #00c5ad;
	border-bottom: 4px solid #00c5ad;
	border-radius: 4px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #00c5ad;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;

	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	text-shadow: none;

	background-color: white;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #00c5ad;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}







.nimblehost_myMenuOuterWrapper_stacks_in_51 { 
	margin: 0;
	padding: 0;
	
	position: absolute;
	
	z-index: 100; 
	
	position: relative;
	
	
	
	width: 100%;
	text-align: center;
	
	
	
}

.nimblehost_myMenuInnerWrapper_stacks_in_51, .nimblehost_myMenu_stacks_in_51 ul ul, .nimblehost_myMenuInnerWrapper_stacks_in_51 .myMenu_mobileToggle p { 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.nimblehost_myMenuInnerWrapper_stacks_in_51 {
	-webkit-box-shadow: 0 0 5px black;-moz-box-shadow: 0 0 5px black;-ms-box-shadow: 0 0 5px black;box-shadow: 0 0 5px black;
	
	background-color: #F4F4F4;
	background: linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
	background: -o-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
	background: -moz-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
	background: -moz-linear-gradient(100% 100% 90deg, #C4C4C4, #F4F4F4);
	background: -webkit-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#C4C4C4));
	background: -ms-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#C4C4C4)";/* For IE 8 */
	
}
@-moz-document url-prefix() {  }
.nimblehost_myMenuLabel_stacks_in_51 {
	
	display: none;
	
	color: #000000;
}

.nimblehost_myMenu_stacks_in_51 { 
	padding: 0 5px;
	
	
}
.nimblehost_myMenu_stacks_in_51 ul { 
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: auto;
	
	
	min-height: 33px;
	
	
}

.nimblehost_myMenu_stacks_in_51 ul li, .customMenuItems li { 
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	display: block;
	background-image: none !important;
	position: relative;
	
	display: inline-block;
	
}

.customMenuItems, .customMenuItems .stacks_out, .customMenuItems .stacks_in {
	display: block;
	
	display: inline;
	
}

.nimblehost_myMenu_stacks_in_51 ul li a, .customMenuItems li a { 
	margin: 0;
	padding: 0 12px;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 33px;
	color: #333333;
	
	
	False
	zoom: 1;
}
.nimblehost_myMenu_stacks_in_51 ul li a:hover, .customMenuItems li a:hover { 
	color: #FFFFFF;
	background-color: #999999;
}
.nimblehost_myMenu_stacks_in_51 ul li a:active, .customMenuItems li a:active {
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
}
.nimblehost_myMenu_stacks_in_51 ul li a#current, .nimblehost_myMenu_stacks_in_51 ul li a.current, .nimblehost_myMenu_stacks_in_51 ul li a.currentAncestor {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #666666;
	color: #FFFFFF;
	-webkit-box-shadow:inset 0 0 3px black;
	-moz-box-shadow:inset 0 0 3px black;
	box-shadow:inset 0 0 3px black;
	border: none;
}

.nimblehost_myMenu_stacks_in_51 ul li.ddarrow a { padding-right: 22px !important; }
.nimblehost_myMenu_stacks_in_51 ul ul li.ddarrow a { padding-right: 12px !important; }

.nimblehost_myMenu_stacks_in_51 ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_51 ul .customMenuItems li.ddarrow .childIndicator { 
	position:absolute;
	top:8px;
	right:3px;
	float:right;
	height: 17px;
	width: 17px;
	background: transparent url(../index_files/ddarrowDown.png) center center no-repeat;
}

.nimblehost_myMenu_stacks_in_51 ul ul li.ddarrow .childIndicator, .nimblehost_myMenu_stacks_in_51 ul .customMenuItems ul li.ddarrow .childIndicator {
	background-image: url(../index_files/ddarrow.png);
}

.nimblehost_myMenu_stacks_in_51 .customMenuItems .stacks_out, .nimblehost_myMenu_stacks_in_51 .customMenuItems .stacks_in { overflow: visible; }

/* Second Level Menu Items */
.nimblehost_myMenu_stacks_in_51 ul ul {
	border: none;
	margin: 0;
	padding: 5px 0 !important;
	height: auto;
	position: absolute;
	width: 150px;
	z-index: 101; 
	top: 33px;
	left: 0;
	display: none;
	-webkit-box-shadow: 0 0 5px black;-moz-box-shadow: 0 0 5px black;-ms-box-shadow: 0 0 5px black;box-shadow: 0 0 5px black;
	
		
		background-color: #F4F4F4;
		background: linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
		background: -o-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
		background: -moz-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
		background: -moz-linear-gradient(100% 100% 90deg, #C4C4C4, #F4F4F4);
		background: -webkit-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#C4C4C4));
		background: -ms-linear-gradient(bottom, #C4C4C4 0%, #F4F4F4 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F4F4F4, endColorstr=#C4C4C4)";/* For IE 8 */
		
	
}

.nimblehost_myMenu_stacks_in_51 ul ul li { 
	
	display: block;
	
}

.nimblehost_myMenu_stacks_in_51 ul ul li a { 
	width: auto;
	
		
		border-top: solid 1px #FFFFFF;
		border-bottom: solid 1px #AAAAAA;
		
	
	
	False
}



.nimblehost_myMenu_stacks_in_51 ul ul ul {
	top: -5px;
	left: 150px;
	padding: 5px 0 !important;
}



.nimblehost_myMenuInnerWrapper_stacks_in_51 .myMenu_mobileToggle { display: none; }





#stacks_in_196>.s3_row {
	margin: 0 -10px;
}

#stacks_in_196>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_196>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_196>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_196>.s3_row>.s3_column {
	padding: 0 10px;
}








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



}



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


	#stacks_in_196>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_196>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}



#stacks_in_4>.s3_row {
	margin: 0 -10px;
}

#stacks_in_4>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_4>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_4>.s3_row>.s3_column {
	padding: 0 10px;
}










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



}



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


	#stacks_in_4>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_4>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






