a{
    color:#2004d2;
}

.dropmenu ul li a.active, .dropmenu ul li a:hover {
  color: #2004d2 !important;
}

a:focus, .dropmenu ul li a:focus {
    color:red !important;
}

.overlay {
    opacity: 1;
        background: #f0f0f0;
}

.overlay.open {
    background: #f0f0f0;
        opacity: 1;
}

.treemenu li {
    background: white;
    margin: 0 0 15px;
}

a:visited {
  color: #00F;
}

.mobile-menu .button_container.active .top {
    background: #3d3d3d;
}

.mobile-menu .button_container.active .middle {
    background: #3d3d3d;
}

.mobile-menu .button_container.active .bottom {
    background: #3d3d3d;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
  color: #0000AD !important;
}

#top {
    font-size: 20px;
}

#body-wrapper {
    font-size: .8em;
}

h1, h2 {
    font-size: 1.25em;
    text-align: center;
}

img {
    text-align: center;
}

#header{
	font-size: 0.7em;
}

.fontsize{
	position: fixed;
	bottom: 5px;
	width: 45px;
	height: 45px;
	background-color: #50596c;
	margin: 0px auto 0;
	color: white;
	font-size: 20px;
	text-align: center;
	line-height:45px;
	cursor: pointer;
	z-index: 99;
	border: 0;
}

.fontsize:focus{
	background: red;
}

.fontsize:hover{
	background: blue;
}

#fontsize_small {
	left: 5px;
}
	
#fontsize_medium {
	left: 55px;
}
	
#fontsize_large {
	left: 105px;
}
		
#contrast {
	left: 155px;
}

#text{
	vertical-align: middle;
}

#footer{
	font-size: 0.8em
}

.cc-revoke.cc-bottom{
	visibility: hidden;
}