[data-toggle=dropdown]:hover + .dropdown-menu{
    display:block;
}
.dropdown-menu:hover{
    display:block;
}
.dropdown-menu{
    top:30px;
}
.clearAfter:after{
  content: "";
  display: table;
  clear: both;
}
.SelectionAnchor,.PointText{
	display:none;
	margin:0 15px 0 0;
}
.PillarSelector{
	display:flex;
}
.SelectionItem{
	transition: all 0.75s;
	cursor:pointer;
	text-align:center;	
	opacity:1;
}
.SelectionItem.hidden{
	opacity:0;
}
.SelectionItem img{
	transition: all 0.75s;
	filter: grayscale(0%) blur(0px);	
	display:inline-block;
}
.SelectionItem.excluded img{
	filter: grayscale(100%) blur(3px);
}
.SelectionItem.locked img {
	filter: grayscale(0%) blur(0px);	
}
.SelectionItem.locked{
	z-index:1;
}
@media only screen and (min-width: 1500px) {
    footer::before{
        background-image:url(/images/rjdm-media.gif);
        background-repeat:no-repeat;
        background-position: bottom right;
        position:fixed;
        bottom:0;
        right:0;
        content:"powered by";
        width:194px;
        height:92.25px;
        background-size:194px 72.25px;
        opacity:0.25;
    }
}
@media only screen and (max-width: 325px) {
    .SelectionItem{
        font-size: 0.8rem;
    }
}
.green{
    color:#006400;
}
.red{
    color:#8B0000;
}