* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

body {
	margin: 10px 0px 20px;
	background: url("http://www.wbyconline.org/theme/connetrix/imgs/main-bg.jpg") no-repeat fixed center 0px rgb(204, 204, 204);
	background-size: 1920px 1080px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.band {
}
.band.header {
	background-color: #00F;
	height: 100px;
}

.band.header #logo {
    position: relative;
    top: 6px;
    left: 25px;
    width: 90px;
    height: 90px;
    background-image: url("http://www.wbyconline.org/theme/connetrix/imgs/WBYC-Logo-sm.png");
}
.band.slider {
	width: 100%;
	padding: 0;
	margin: 0 0 -6px 0;
	background-color: green;
}

.band.navigation {
	background: url("http://www.wbyconline.org/theme/connetrix/imgs/menu/dark/bg-n.png");
	color: #e0e0e0;
	width 100%;
	height: 50px;
}

.band.navmobile {
	background: url("http://www.wbyconline.org/theme/connetrix/imgs/menu/dark/bg-n.png") repeat-x;
	width 100%;
	display:none;
}
nav#mobilenav.container.secondary{
	background: url("http://www.wbyconline.org/theme/connetrix/imgs/menu/dark/bg-n.png") repeat-x;
	
}

.band.content {
	color: #343434;
	padding: 10px 0 50px 0;
}

.container.secondary {
	background: url("http://www.wbyconline.org/theme/connetrix/imgs/menu/dark/bg-n.png") repeat-x;
	width: 100%;
}

.container.content {
	padding: 10px 35px;
	background-image: url("http://www.wbyconline.org/theme/connetrix/imgs/body-bg.png");
}

.container.footer {
	background: url("stitch_staggered.png") repeat-x scroll left top,
				url("bg_bottom.png") repeat scroll 0% 0%,
				none repeat scroll 0% 0% #343434;
	color: white;
	padding: 49px 0 14px 0;
}

.band.footer img.map {
			width: 90%;
			height: auto;
		}

.band.content p,
.band.footer p {
	margin-bottom: 20px;
}

/*navigation*/
nav.primary ul,
nav.primary ul li {
	margin: 0px;
}

nav.primary select {
	display: none;
	width:  100%;
	height: 28px;
	margin: 21px 0;
	color: #888;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 49px;
	padding:  0 14px;
	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
}

nav.primary ul li a:hover {
	background: #888;
	cursor: pointer;
}

/*sub menu*/
nav.primary ul li ul {

	position: absolute;
	top:100%;
	left: 0;
	z-index: 999999;
	background-color: #343434;
	
	height: 0px;
	min-width:100%;
	overflow: hidden;
	
}

nav.primary ul li span {
	display: none;
}

nav.primary ul li:hover ul {
	
	height: auto;
	overflow: auto;
	
	display: block;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
	border-bottom: 1px solid #383737;
	list-style-type: none;
}

nav.primary ul ul li a {
	display: block;
	line-height: 35px;
	text-transform: none;
	position: relative;
	z-index: 999999;
}

nav.primary ul li:hover > a {
	background: #888;
}

nav.primary .mobileonly {
	display: none;
	}
	
.mobile-menu {
	position: absolute;
	top: 15px;
	left: 20px;
	width:35px;
	height:35px;
    background: url("http://www.connetrix.com/htmltest/responsive/menu-white.png");
    background-size: 35px 35px;
    background-repeat: no-repeat;
    display:none;
} 

.one-third.column {
	text-align:justify;	
}


		
.slicknav_menu {
	background:transparent;
	}
   
.slicknav_menu ul {
    background-image: url("http://www.wbyconline.org/theme/connetrix/imgs/bg-home.png");
   }
   
   
