html {	
}

body {
	font-family: Fisker Plate Regular;
	margin:0px;
	height: 100%;
	color: #ffffff;
}

h3 {
	font-family: Fisker Plate Bold;
	font-size: 18px;
	line-height:22px;
	margin-bottom: 16px;
	margin-top:16px;
	margin-left:50px;
	margin-right: 60px;
	cursor: pointer;
	letter-spacing: 0.05em;

}

h4 {
	font-family: Fisker Plate Demibold;
	font-size: 16px;
	line-height:22px;
	margin-bottom:16px;
	margin-top:16px;
	margin-left:50px;
	margin-right: 60px;
	cursor: pointer;
}


ul {margin:0px; padding: 0px !important; padding-right:0px !important;}

.sub-menu {padding-left:0px !important; padding-right:0px !important;}

a {
  text-decoration: none;
}

#link  {
	font-family: Fisker Plate Demibold;
	font-size: 16px;
	line-height:22px;
	margin-bottom:16px;
	margin-top:16px;
	list-style-type:none;
	margin-left: 26px;
}

li  {
	font-family: Fisker Plate Regular;
	font-size: 16px;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style: none;
	width:100%;
}

.menu-button {background-color: #232426; margin-left: 0px; border-top: 1px solid #434546;}
.menu-chapter {min-height:55px; width:100%; margin:0px; display: flex; align-items:center;}


.submenu-button {background-color: #2F3033; margin-top: 0px; border-top: 1px solid #434546;}
.submenu-chapter {min-height:48px; margin-left:26px; display: flex; align-items:center;}


.topic-button {background-color: #232426; margin-top: 0px; margin-left: -26px; border-top: 1px solid #434546;}
.submenu-topic {min-height:40px; margin-left:52px; display: flex; align-items:center;}


.container {
	z-index: 999999;
	display: none;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right:4px;
	text-align:right;
 }

.container.change~#referenced_content {
	width:67%;
	height:100%; 
	float:right; 
	background-color:#171618; /* Sets the background color for the hb topics */
 }
 
@media only screen and (max-width: 900px) and (orientation: portrait) {
	.container {
		display: inline-block;
	}

	.container.change~#referenced_content {
		width:100%;
		height:100%; 
		background-color:#171618; /* Sets the background color for the hb topics */
	 }
} 
 
 
/*
@media only screen and (min-width: 1000px){
	.container {
		display: none;
	}
}

/* @media only screen and (min-width: 920px) and (max-width: 920px) and (min-height: 850px) and (max-height: 850px){
	.container {
		display: none;
	}
} */
 

.menu_button {
	width: 30px;
	height: 30px;
	background: url("../images/menu.svg") no-repeat center center;
}

.change .menu_button {
	background: url("../images/menu close.svg") no-repeat center center !important;
}
  

#multi-level-navigation {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
}

#multi-level-navigation .sub-menu {
  display: none;
  width: 100%;
}

#multi-level-navigation a {
  display: flex;
  line-height: 22px;
}


/* style menu items under h3 which have a submenu  */
#multi-level-navigation .item-has-submenu > h3 {
  position: relative;
  /* this is the down arrow to show that the item has a submenu  */
}


#multi-level-navigation .item-has-submenu > h3.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}


/* style menu items under h4 which have a submenu  */
#multi-level-navigation .item-has-submenu > h4 {
  position: relative;
  /* this is the down arrow to show that the item has a submenu  */
}

#multi-level-navigation .item-has-submenu > h4.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#multi-level-navigation .item-has-submenu > h3::after {
  content: '';
  height: 8px;
  width: 11px;
  position: absolute;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.5em;
  background: url("../images/cd-arrow-wht-dn.svg") no-repeat center center;
  background-size: 11px 8px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#multi-level-navigation .item-has-submenu > h4::after {
  content: '';
  display: block;
  height: 8px;
  width: 11px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.5em;
  background: url("../images/cd-arrow-wht-dn.svg") no-repeat center center;
  background-size: 11 8px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.topiclink {
	color: #ffffff; text-decoration:none; cursor: hand; font-family: Fisker Plate Regular;
}	
	
.search-container {
	padding: 4px;
	padding-left: 12px; 
	margin-top: 18px;
	margin-left: 32px;
	margin-right: 32px;
	width: 100%;
	display: flex;
	height: 32px; 
	background-color: #232426;
	border-radius: 22px;
	border:1.5px solid #ffffff;
	}
	
@media only screen and (min-width: 501px) and (max-width: 920px) and (orientation: landscape){
	.search-container {
		padding: 4px;
		padding-left: 12px; 
		margin-top: 18px;
		margin-left: 12px;
		margin-right: 42px;
		width: 100%;
		display: flex;
		height: 32px; 
		background-color: #232426;
		border-radius: 22px;
		border:1.5px solid #ffffff;
	}

	#navigation_bar {
		display: block !important;
	}	
}	
	
.search-container input[type=text] {
	flex: 1;
	font-size: 16px;
	border: none;
	background-color: transparent;
	outline: none;
	padding-left:4px;
	margin-right: 10px;
	color: #ffffff;
}

.search-container button {
	border: none;
	cursor: pointer;
	border-radius: 10px;
	height:26px;
	width:26px;
	background-color: #232426;
	margin-right: 4px;
	margin-top: 4px;
	padding:0px;
}

.search-container img {
	height:100%; 
	padding:0px;
	margin-left:0px;

}

.search-container button:hover {
	background: #232426;
}

.topic-button div:hover {background-color: #434546; margin-left: 0px; padding-left: 52px;}
.topic-button div.active {background-color: #434546; margin-left: 0px; padding-left: 52px;}
.topiclink {color: #ffffff; cursor: hand; font-family: Fisker Plate Regular;}
