.cbp-spmenu-vertical {
	z-index: 1000; 
}
.cbp-spmenu-horizontal {
	z-index: 1000;
}
	
/* Highlight Colors =================== */

::selection {
    background-color: #fde533;
		background-color: #ffd100;
    color: black;
}

/* END Highlight Colors =================== */
.collapse {
	display:none
}
.collapse.in {
	display:block
}
.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .15s ease;
	transition:height .15s ease
}

.isDisabled {
  display: inline-block; 
  pointer-events: none;
  text-decoration: none;
}

.home_link {
	display: block;
	margin: 0px 0px 0px 0px;
}

#you-are-here {
	display: block;
  border-left-width: 1px;
	border-left-color: mediumpurple;
	border-left-color: #08fcff;
  border-left-style: solid;
	
  pointer-events: none;
  text-decoration: none;
	font: normal;
	font-weight: 400;
	color: rgba(191,191,191,0.63) !important;
}


/*	
				============
right nav metis menu
				============
*/

.cbp-spmenu {
	font-family: "Inter-Regular", sans-serif;
	font-style:  normal;
	font-size: 19px;
	letter-spacing: -0.011em;
	line-height: 26px;
	word-spacing: 0.13em;
	background-color: #060606;
	position: fixed;
}
.cbp-spmenu a:link {
	display: block;
	padding: 12px 20px 12px 20px;
	color: rgba(255,255,255,0.68);
/*	color: #3399ff;*/
	text-decoration: none;
}
.cbp-spmenu a:visited {
	display: block;
	color: rgba(255,255,255,0.68);
/*	color: #3399ff;*/
}
.cbp-spmenu a:hover {
	display: block;
	color: #808080;	
}
.cbp-spmenu a:active {
	display: block;
	color: #808080;
/*	color: #3399ff;*/
}
#arrows_txt_color_index_home {
	width: 200px;
}
.arrows_txt_color {
	color: #f5f5f5 !important;
	text-decoration: none;
}
.arrows_txt_color:hover {
	color: #C4C4C4 !important; 
}
.arrows_txt_color_index_home {
	white-space: nowrap;
	font-size: 12px;
	text-transform: uppercase;
}

/* ==================== */
	
.arrow {
float: right;
}
.glyphicon.arrow:before {
/*content: "TIM";*/
  display: block;
  content: ' ';
  background-image: url( "../img/nav_arrow_one.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
.active > a > .glyphicon.arrow:before {
/*content: "THIS";*/
  display: block;
  content: ' ';
  background-image: url( "../img/nav_arrow_one_on.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
.fa.arrow:before {
content: "DOWN";
}
.active > a > .fa.arrow:before {
content: "\f107";
}
.plus-times {
float: right;
}
.fa.plus-times:before {
}
.active > a > .fa.plus-times {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.plus-minus {
float: right;
}
.fa.plus-minus:before {
  display: block;
  content: ' ';
  background-image: url( "../img/nav_plus.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
.active > a > .fa.plus-minus:before {
  display: block;
  content: ' ';
  background-image: url( "../img/nav_minus.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
.mpr_highlight_rightNav {
	color: orange !important; 
}
.mpr_highlight_rightNav:hover {
	color: #FFF5E4 !important; 
}
.just-a-highlight {
	background-color: rgba(77,77,77,0.59);
	padding: 4px 12px;
	border-radius: 10px / 50px;
}
.rightNav_secondary_text {
	font-size: 16px;
	line-height: 22px;
	padding-left: 6px;
}
.color-one-for-nav, .color-two-for-nav,
.color-three-for-nav {
	color: #b276b2;
	color: #fa4d56
}
.color-one-for-nav:hover, .color-two-for-nav:hover,
.color-three-for-nav:hover {
	color: #F5F5F5
}
.color-two-for-nav {
/*	color: #cc00cc;*/
}
.color-three-for-nav {
/*	color: #9900ff;*/
}
.color-three-for-nav {
/*	color: #3366ff;*/
}

/* highlighted-text */
.highlighted-text {
  background-color: #f3b104; /* Set highlight color */
  padding: 2px 4px; /* Adjust padding as needed */
  /* border-radius: 4px; Set border radius to create rounded corners */
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
width: 250px;
height: 100%;
top: 0;
}

.cbp-spmenu-horizontal {
width: 100%;
height: 150px;
left: 0;
overflow: hidden; 
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
left: -250px;
}

.cbp-spmenu-right {
right: -250px;
}

.cbp-spmenu-left.cbp-spmenu-open {
left: 0px; }

.cbp-spmenu-right.cbp-spmenu-open {
right: 0px; }

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
top: -150px; }

.cbp-spmenu-bottom {
bottom: -150px; }

.cbp-spmenu-top.cbp-spmenu-open {
top: 0px; }

.cbp-spmenu-bottom.cbp-spmenu-open {
bottom: 0px; }

/* Push classes applied to the body */

.cbp-spmenu-push {
overflow-x: hidden;
position: relative;
left: 0; }

.cbp-spmenu-push-toright {
left: 240px; }

.cbp-spmenu-push-toleft {
left: -240px; }

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }

/* Example media queries */

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

.cbp-spmenu-horizontal {
  font-size: 75%;
  height: 110px;
}

.cbp-spmenu-top {
  top: -110px;
}

.cbp-spmenu-bottom {
  bottom: -110px;
}

}




