.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 10px auto 20px;
  background: black;
  border-color: black;
  border-style: solid;
  border-radius: 15px;
  opacity: 0.8;
}

w3.css:108
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
w3.css:106
.w3-round-xlarge {
    border-radius: 16px;
}

.accordion-menu li.open .dropdownlink {
  color: #CDDC39;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink  {
  cursor: pointer;
  display: block;
  padding: 15px 15px 8px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dropdownlink  i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink  .fa-chevron-down {
  right: 12px;
  left: auto;
  color: white;
}

.submenuItems {
  display: none;
  background: Black;
}
.submenuItems li {
  /*border-bottom: 1px solid #B6B6B6;*/
}

.submenuItems a {
  display: block;
  color: White;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: Orange;
  color: #fff;
}

#togglemenu {
	display: table;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
	color: #ffffff !important;
	padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
	float: left;
	z-index: 100;
	/*top:15px;*/
}
#header a#toggle-menu .fa{

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	background: rgba(0,0,0,0.75);
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#header.open a#toggle-menu .fa.fa-bars {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#header.open {
   
}

.not-front #header {
	margin-bottom: 40px;
	position: static;
}

.node-type-homepage #header {
    margin: 0;
    position: absolute;
}
#header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(255,255,255,0);
    overflow: hidden;
	height: 110px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#header, #footer, .mission, .breadcrumb, .node {
    clear: both;
}

#mainmenu {
	position: fixed;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}

@media(min-width: 1070px) and (max-width: 1279px) {
    #mainmenu {
		width: auto;
		left: 34%;
	}
}

@media(min-width: 1280px) and (max-width: 1499px) {
    #mainmenu {
		width: auto;
		left: 37%;
	}
}

@media(min-width: 1500px) and (max-width: 1869px) {
    #mainmenu {
		width: auto;
		left: 39%;
	}
}

@media(min-width: 1870px) and (max-width: 2279px) {
    #mainmenu {
		width: auto;
		left: 42%;
	}
}

@media(min-width: 2280px) and (max-width: 2579px) {
    #mainmenu {
		width: auto;
		left: 43%;
	}
}

@media(min-width: 2580px) and (max-width: 3099px) {
    #mainmenu {
		width: auto;
		left: 44%;
	}
}

@media(min-width: 3100px) {
    #mainmenu {
		width: auto;
		left: 45%;
	}
}

#toggle {
    display: none;
	    z-index: 1000;
}

#toggle:checked ~ .message {
	top: -170px;
	position: relative;
	z-index: 1;
}

label {
    display: initial;
	width: 102px;
    margin: auto;
	z-index: 1000;
}

.message {
	color:#FFF;
	position: relative;
	top: -900px;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	-moz-transition: top 700ms cubic-bezier(0.77, 0.04, 0.03, 0.94);
	-webkit-transition: top 700ms cubic-bezier(0.77, 0.04, 0.03, 0.94);
	-o-transition: top 700ms cubic-bezier(0.77, 0.04, 0.03, 0.94);
	transition: top 700ms cubic-bezier(0.77, 0.04, 0.03, 0.94);
}

#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
