






.rwml-menu-imported {
	display: none;
}

#stacks_in_11_6 {
	display: none !important;
}


/* Start by hiding all translatable items. This class is applied via jQuery in the scripts-global.js file */
.rwml-translatable {
	display: none;
}


/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.es .rwml-translatable:lang(es) {
	display: inherit;
}



/* If the content with a selector of '.rwml-translatable' is equal to the body class and language attribute, display it */
body.en .rwml-translatable:lang(en) {
	display: inherit;
}

























#rwml_switcher_button_group_stacks_in_11_12 {
	padding: 0;
	margin: 0;
	list-style: none;
	
	
	justify-content: center;
	
	
	
	display: flex;
}

#rwml_switcher_button_group_stacks_in_11_12 li {
	overflow: hidden;
}

#rwml_switcher_button_group_stacks_in_11_12 li:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_11_12 li:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
}

#rwml_switcher_button_group_stacks_in_11_12 a {
	display: inline-block;
	padding: 4px 22px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(213, 212, 215, 0.61);
	background-color: rgba(26, 28, 30, 1.00);
	border: 1px solid rgba(19, 20, 22, 1.00);
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

#rwml_switcher_button_group_stacks_in_11_12 a:hover {
	color: rgba(9, 8, 59, 1.00);
	background-color: rgba(230, 230, 230, 1.00);
	border-color: rgba(208, 190, 172, 1.00);
	text-decoration: none;
}

#rwml_switcher_button_group_stacks_in_11_12 a:active,
#rwml_switcher_button_group_stacks_in_11_12 a.button_active {
	color: rgba(255, 253, 248, 1.00);
	background-color: rgba(191, 0, 0, 1.00);
	border-color: rgba(100, 0, 0, 1.00);
}

#rwml_switcher_button_group_stacks_in_11_12 a.button_active {
	pointer-events: none;
}



















@media print {
	#switchContainerstacks_in_11_12 {
		display: none !important;
	}
}






#stacks_in_11_4 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}







#stacks_in_14 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_12 {
	
	
	
	
	
	 text-align: ;
}






#stacks_in_3 {
	display: none;
}

#rwml-menu, .rwml-menu {
	display: none !important;
}

#backtop0 {
position: fixed;  z-index: 9999999; outline: none; overflow: hidden;
text-align: center; cursor: pointer; transition: all 600ms linear; 
display: none; 
left: auto; right: 2%; top: auto; bottom: 2%;
 
color: rgba(242, 242, 242, 1.00);
background-color: rgba(0, 0, 0, 1.00);
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
border-radius: 2px;
 
/*customcss;*/
}

#backtop0:hover {
background-color: rgba(206, 0, 0, 1.00);
color: rgba(251, 251, 251, 1.00);

/*customcss;*/
}

#backtop0.mcOut {
opacity: 0;
}

@media screen and (max-width: 480px) {
#backtop0 {
 
height: 60px;
width: 60px;
line-height: 60px;
font-size: 20px;
 
/*customcss;*/
}}