
a, a:link, a:active, a:visited, a:hover
{
	color: #3CF;
	font-size:14px;
}

nav:not(.mm-menu),SiloTop,SiloTopBottom
{
	display: none;
}



.mobileContent
{
	text-align: justify left;
	padding: 20px 15px 20px;
	font-size:18px;
	line-height:22px
	


}
ol, ul 
{
list-style-position:inside;
list-style: disc;
text-align:left;
padding-right:30px;
}
li {
  margin-left: 10px;
}

#menu a [class^="icon-"],#menu a .fa 
{
	padding-right: 8px;
	}

.mobileheader
{

	background: #1c5c8a;
	z-index: 1000;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	alignment-adjust:middle;
	text-align: left;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
    box-shadow: 0 8px 6px -6px #333;
	width: 100%;
	height: 50px;
	padding: 0 50px;
	position: fixed;
	
}



.mobileFooter
{
	background: #1c5c8a;
	font-size: 16px;
	font-family:"Franklin Gothic Medium";
	font-weight: bold;
	color: #fff;
	line-height: 40px;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.headerFixed
{
	position: fixed;
	top: 0;

}
.mobileFooterFixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.mobileheader a
{
	display: block;
	float: left;
	width: 25px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	top: 10px;
   
}

.bio_table {width:100%;}
.bio_table_cell {float:left;}
.bio_profile_image {float: left; padding: 3px; margin-right: 10px; width:auto; height:auto;}
.bio_paragraph {text-align:left; line-height:16px; font-size: 10pt; padding:5px;}
.bio_list_item {margin-top:-2px; float: left; list-style:none;}
.bio_view_profile{
	margin-left:16px; font-size:12pt; background: #e2e2e2; 
	-moz-border-radius: 4px; border-radius: 4px; 
	padding:3px; 
	-moz-box-shadow: 2px 2px 1px #888; 
	-webkit-box-shadow: 2px 2px 1px #888; 
	box-shadow: 2px 2px 1px #888;
	}
.bio_name_span {color:#000; font-size:10pt;}

@media only screen and (max-device-width: 720px) 
	{div#mobile-silo {visibility:hidden;}}

#nav-toggle {
  position: absolute;
  left: 3%;
  top: 20%;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 28px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 300ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
