@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

.nav-button { display: none; } /* hide the navigation button by default */



	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		background: url("images/menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 165px;
    width: 24px;
    z-index: 999;
	}
	.nav-button:hover { 
		background: url('images/menu.png') no-repeat;
	}
	.nav-button.open {
		background: url('images/close-icon-large.png');
		
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 32px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */


	.primary-nav ul{
		background: none repeat scroll 0 0 #e6e6e6;
    clear: both;
    display: block;
    float: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 40px;
    width: 100%;
    z-index: 999;
	color:#000;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	}
	.primary-nav li {
		display: none;
		width: 100%;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 13px;
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #d2d0d1;
		border-top: 1px solid #fff; 
	}
	.primary-nav li a:hover {
		background-color: #e9f6f9;
		border-top-color: transparent;
	}
	
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}
	
	.primary-nav li li a:hover {
		background-color: #b7d6df;
		border-top-color: transparent;
	}


	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top:0
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background:#e9f6f9;
		border-bottom-color: transparent;
	}
	.primary-nav li.menu-item-has-children > a:after {
		content:url(images/down-black.png);
		color: rgba(255,255,255,.5);
		float: right;
		margin-top:3px
	}
	.primary-nav li.parent > a {
		background: #e6e6e6;
	}
	.primary-nav li.parent > a:hover {
		background: #e6e6e6;
	}
	.primary-nav li ul {
		background: none repeat scroll 0 0 #e9f6f9;
		border-top: 0 none;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
	}
	.primary-nav li ul a {
		 font-size: 13px;
	    padding: 10px 10%;
		border-bottom: 1px solid #b7d6df;
		border-top: 1px solid #fff; 
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

/* End Mobile Styles */


/*--------------------------- JOBS CATEGORY ---------------------------------- */
.nav-button2 { display: none; } /* hide the navigation button by default */



	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button2 {
    border-bottom: 1px solid #c6dade;
	border-top:0;
	border-left:0;
	border-right:0;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 340px;
    z-index: 998;
	color:#ad1c14;
	font-family: 'Cinzel', serif;
	font-weight:700;
	background:none;
	width:100%;
	text-align:left;
	 padding-bottom: 5px;
	}
	.nav-button2:hover { 
		background:none;
	}
	

	/* Navigation Bar
	-------------------------------------------------------- */


	.primary-nav2 ul{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #000;
    display: block;
    float: none;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    left: 0;
    margin: 33px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 998;
	}
	.primary-nav2 li {
		display: none;
		width: 100%;
	}
	.primary-nav2 li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 13px;
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid #c6dade;
		border-top: 1px solid #fff; 
	}
	.primary-nav2 li a:hover {
		background-color: #e9f6f9;
		border-top-color: transparent;
	}
	
	.primary-nav2 > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}
	
	.primary-nav2 li li a:hover {
		background-color: #b7d6df;
		border-top-color: transparent;
	}


	/* Toggle the navigation bar open  */

	.primary-nav2.open { 
		height: auto; 
		padding-top:0
	}
	.primary-nav2.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav2 > li:hover > a {
		background:#e9f6f9;
		border-bottom-color: transparent;
	}
	.primary-nav2 li.parent > a:after {
		content: url(images/down-black.png);
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav2 li.parent > a {
		background: #e6e6e6;
	}
	.primary-nav2 li.parent > a:hover {
		background: #e6e6e6;
	}
	.primary-nav2 li ul {
		display: none;
		background: #e9f6f9;
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav2 li ul a {
		 font-size: 13px;
	    padding: 10px 10%;
		border-bottom: 1px solid #b7d6df;
		border-top: 1px solid #fff; 
	}
	.primary-nav2 li:hover ul {
		display: block;
		border-top: 0 none;
	}

/* End Mobile Styles */