a {text-decoration: none}

header .sb_content {
	padding: .2%;
}
header {
	position: relative
}
[class*='bit-'] {
 float: left;
 padding: 4px;
}
/**** .nest class to any div with bit-x to pull padding out for nesting *****/ 
[class*=bit-].nest {
	padding: 0px 0px 8px 0px !important;
}
/**** .centered class to any div with bit-x to center that bit div in the container *****/ 
[class*=bit-].centered {
	float: none;
	margin: 0 auto !important;
}
.bit-1 {
	width: 100%;
}
.bit-2 {
	width: 50%;
}
.bit-3 {
	width: 33.33333%;
}
 @media screen and (max-width: 800px) {
.bit-1 {
	width: 100%;
}
.bit-2 {
	width: 100%;
}
.bit-3 {
	width: 100%;
}
}
.fa-2x {
	font-size: 1.3em;
}
 @media only screen and (min-width: 801px) {
.hide-on-full {
	display: none !important;
	width: 0;
	height: 0;
}
}
 @media only screen and (max-width: 800px) {
.hide-on-mobile {
	display: none !important;
	width: 0;
	height: 0;
}
}
 @media screen and (min-width: 801px) {
.sidebar_left {
	display: block;
	width: 100%;
	padding: 0;
	text-align: center;
	max-width: none;
	left: 0;
}
.sidebar_left ul {
	margin: 3px;
}

header .searchform {
	position: absolute;
	z-index: 99;
	right: 5px;
	top: 45px;
}
.toplinks {
	text-align: right;
	margin-top: 0px;
}
.toplinks nav.sbnav_horizontal {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.topsocial, .sb_sociallinks {
	margin-top: 40px;
	text-align: right
}
}

@media screen and (max-width: 800px) {
 .toplinks, {
 text-align: center !important;
}
.bottomlinks nav.sb_hlinks {
	margin-bottom: 0;
	display: block !important;
	padding: 0;
}
.bottomlinks nav.sb_hlinks ul {
	padding: 0;
	z-index: 100;
}
.bottomlinks nav.sb_hlinks ul li {
	display: block;
}
ul.mobile-menu li.menu {
	display: none
}
.sidebar_left nav.sb_hlinks ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: left !important;
}
.sidebar_left ul li a {
	margin-top: 0px;
	margin-bottom: 0px;
}