.menucell {
	height: 23px;
	padding-left: 8px;
	background-color: #999999;
}
a.menu:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
a.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFE0AC;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 0px 10px 15px;
}
.textFaqs {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 10px 0px 10px 0px;
}
.cellPad1 {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.cellPad2 {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.headline1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #2B41A3;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #2B41A3;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}

.hide {
	display:none;
}

#collapsibleNavbar {
	position: absolute;
	vertical-align: text-bottom;
	margin-left: 230px;
}

.navbar {
	position: relative;
	margin-top: 21px;
	background-image: url("images/grey_stripe.gif");
}

.navbar-nav .nav-link {
	padding-top: 0;
	padding-bottom: 0;
	height: 23px;
	line-height: 23px;
  }

 .menu-container {
	display: flex;
	align-items: flex-end;
  }

  ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  
  ul li {
	float: left;
  }

  .navbar-nav > li > a 
{
    padding: 0;
    margin: 0;
	vertical-align: bottom;
}

.nopadding {
	padding: 0 !important;
 }

 .nomargin {
	 margin: 0 !important;
 }

.navbar-toggler.collapsed{
	background-color: #FFFFFF !important;
}

.navbar-toggler{
	background-color: white !important;
	background-size: 100%;
}

.boxed{
	background-color: #999999;
}
  
@media screen and (max-width: 800px) {
	.header-tabs-large {
	  	display: none !important;
	}
}

.header-tabs-small {
	width: 75px;
}

@media screen and (min-width: 800px) {
	.header-tabs-small {
	  	display: none !important;
	}
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url("images/blue_stripe.gif");
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
  
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	display: block;
	transition: 0.3s;
}
  
.sidenav a:hover {
	color: #FFE0AC;
}

.full-side-nav a:hover {
	color: #FFE0AC;
}
  
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
  
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

@media screen and (min-width: 870px){
	.side-nav-button {
		display: none;
	}
	#mySidenav {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.side-nav-button {
		float: left;
		margin-left: 15px;
	}
}

@media screen and (max-width: 870px) {
	.small-heading {
		float: left;
		margin-left: 15px;
	}
}

@media screen and (min-width: 575px) {
	.side-nav-button {
		float: right;
	}
}

@media screen and (max-width: 870px) {
	.full-side-nav {
		display: none;
	}
}

.full-side-nav {
	padding-top: 23px;
}

#side-nav-area {
	background-image: url("images/blue_stripe.gif");
}

.full-side-nav a {
	color: #FFFFFF;
}

.full-side-nav #sidenav:active{
	display: none;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 870px) {
	#small-screen {
		display: none;
	}
}

@media screen and (max-width: 870px) {
	#large-screen {
		display: none;
	}
}

@media screen and (max-width: 578px) {
	.navbar-brand {
		margin-right: 0px !important;
	}
}

@media screen and (min-height: 580px) {
	.main-height {
		min-height: calc(100vh - 169px);
	}
}

#address {
	color: #d6ecd4;
	font-size: 12px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#copyright {
	color: #d6ecd4;
	font-size: 12px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer {
	background-color: #40a639;
}

.side-bubble {
	position: absolute;
	right: 0px;
	border: 0px;
	height: 23px;
	width: 12px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }

  #screen-image {
	  width: 20vw;
	  height: 25vw;
  }