/* MENU */
.primary_margin {
	margin-left:0;	
}

.submenu1 {
	background:url("/assets/subheadbg.jpg") repeat-x;	
}

.submenu1 ul {
	list-style:none;
	padding: 3px 0 5px 3%;
	margin:0;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.submenu1 li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}

.submenu1 li {
	display:inline;
	padding: 0 9px 0 13px;
	background: url("../img/menu-divider.png") no-repeat scroll left 4px transparent;
}

.submenu1 a {
	text-transform:uppercase;
	color:#FFFFFF !important;
}

.submenu1 a:hover {
	text-decoration:none;
}

.submenu1 a:visited {
	-moz-transition: color 0.3s ease 0s;
}

/* TOP */
.primary_container_top {
    background:#e1e1e4;
    overflow:hidden;
    text-align:center;
    padding:30px 3%;
}

.primary_video {
	float:left;
	width:65%;
	margin-right:3%;
	min-width:310px;
}

.primary_video iframe {
	width:100%;
}

.primary_info_top {
	float:left;
	width:30%;	
	text-align:center;
	padding:1%;
}

.primary_info_top h1 {
	margin:0;
}


/* MIDDLE */

.primary_container_mid {
	background:#e1e1e4;
    overflow:hidden;
    padding:0 3% 30px 3%;
}

.primary_mid_left {
	float:left;
	width:48%;
	margin-right:4%
}

.primary_mid_right {
	float:right;
	width:48%;
}


/* BOTTOM */
.primary_container_bottom {
	padding:30px 3%;
	background:#eeeef1;
	overflow:hidden;
	text-align:center;
}

.primary_categories {
	margin:0 auto;
	width:305px;
	padding:3px;
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
    height: 320px;
    text-align:center;
}

.primary_categories img {
	width:auto;	
	max-height:203px;
}

.primary_category {
	text-align:center;
	padding:10px 0;
}

.primary_category a p {
	color:#93B200;
	font-weight:bold;
}

.primary_category a:hover {
	text-decoration:none !important;	
}

.primary_category img {
	width:29px;
	height:29px;
}

.primary_category h2 {
	margin:5px 0;
	font-size:16px;	
	line-height:16px;
	color:#333333;
}

.primary_category p {
	margin:0;
}


.primary_info_bottom {
	margin-left:20px;
	float:left;
	width:51%;
	text-align:left;
}

.primary_info_bottom h1 {
	margin:0;
}

.children {
	color:#000000 !important;	
}

@media screen and (max-width: 767px) {
	
	.primary_video, .primary_video iframe, .primary_info_top, .primary_info_bottom {
		float:none;
		width:100%;
		max-width:100%;
	}
	
	.submenu1 h2, .primary_container_top, .primary_container_bottom {
		padding-left:4% !important;
		padding-right:4% !important;
	}
	
	.primary_video {
		margin-bottom:20px;	
	}
	
	.primary_icon_top {
		display:none;	
	}
	
	.primary_info_top {
		text-align:left;	
		padding-left:0;
	}
	
	.primary_info_bottom {
		margin:20px 0 0 0;
	}
	
	.primary_categories {
		float:none;	
	}
	
	.hide_icon {
		display:none;	
	}

}




