/* ---------------------------------------- */
/* BRANDING ------------------------------- */

/* Brand Container */
.brandingContainer {
    background: #5e8127;
	height: auto;		
}
.nav_tagline {font-family:'Bree Serif', serif; font-size:32px; font-weight:normal; color:#fff; line-height:32px; margin:0px; padding-top:23px; padding-bottom: 23px;}
@media screen and (min-width: 481px) and (max-width: 767px) {
.nav_tagline {padding-top:10px; padding-bottom:10px;}
}
@media (max-width: 480px) {
.nav_tagline {padding-top:5px; padding-bottom:0px; font-size:24px; line-height:28px}
}

.nav_caret {color:#4b5f78; margin-top:-3px; margin-left:10px;}
/* ------------------------------------- *//* ------------------------------------- */


/* -------------------------------------------------------------------------------- */
/* DESKTOP NAV -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* Desktop Nav Container */
.desktopNav {background-color:#background-color:#fff;}

/* Snap Point to Hide Desktop Nav 991 LG Tab / 991 SM Tab */
@media (max-width: 991px) {.desktopNav { display: none;}}



/* ---------------------------------------- */
/* Main Navigation Bar -------------------- */

/* Navigation Container */
.desktop_topNavContainer {

}

@media screen and (min-width: 992px) {
/* Nav Items */
.desktop_topNavContainer .navbar-nav > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding-left:26px;
	padding-right:26px;		
	font-family: 'Bree Serif', serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(255,255,255,.2);	
	text-decoration:none;
	background-image:none;	
	transition: all .6s;
}

/* Nav Item Hover */
.desktop_topNavContainer .navbar-nav > li > a:hover, .desktop_topNavContainer .navbar-nav > li > a:focus, .desktop_topNavContainer .navbar-nav > li > a a:active {
	background-image: linear-gradient(#8a2973, #c982b0);	    
	transition: all .3s;
}
/* Target First Nav Item */
.navbar-nav > li:first-child a, .navbar-nav > li:first-child a:link, .navbar-nav > li:first-child a:visited {border-left:0px; border-right:1px solid rgba(255,255,255,.2); display:block; width:0px; padding:0px;}

/* Target Last Nav Item */
.navbar-nav > li:last-child a, .navbar-nav > li:last-child a:link, .navbar-nav > li:last-child a:visited {border-right:0px; border-left:1px solid rgba(0,0,0,.15); display:block; width:0px; padding:0px;}

/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Main Navigation Dropdown Menu ---------- */

/* set position of dropdown */
.dropdown {position: relative;}
.dropdown-toggle:focus {outline: 0;}

/* set dropdown as block element */
.open > .dropdown-menu {display: block;}
.open > a {outline: 0;}

/* desktop drop menu container */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding:0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	background-color: #b4e07a;
}

/* Adjust desktop drop menu position to right align from last nav item */
/* Use 2 when pipe separators are present, Use 1 when they are not */
.navbar-nav > li:nth-last-child(1) .dropdown-menu {
	left:auto; right:0;
}



/* desktop drop menu List Items */
.dropdown-menu > li > a {
	display: block;
	clear: both;
	white-space: nowrap;
	line-height: 48px;
	height: 48px;
	margin: 0;
	padding-left:30px;
	padding-right:30px;	
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	font-weight:normal;
	border-bottom: 1px solid rgba(0,0,0,.15);		
	border-top: 1px solid rgba(255,255,255,.2);			
	transition: all .6s;	
}

/* full size drop menu List Items Hover */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:rgba(255,255,255,.50);
	transition: all .3s;
	text-decoration:none;
}

/* Target First Nav Item */
.dropdown-menu > li:first-child a, .dropdown-menu > li:first-child a:link, .dropdown-menu > li:first-child a:visited {
	border-top: 0px;		
	}

/* Target Last Nav Item */
.dropdown-menu > li:last-child a, .dropdown-menu > li:last-child a:link, .dropdown-menu > li:last-child a:visited {
	border-bottom: 0px;			
	}
}

@media screen and (min-width: 992px) and (max-width: 991px) {
.desktop_topNavContainer .navbar-nav > li > a {
	padding-left:30px;
	padding-right:30px;		
}	
}
/* ------------------------------------- *//* ------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* MOBILE NAV -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* Mobile Nav Container */
.mobileNav {background-color:#5e8127;}

/* Snap Point to Hide Mobile Nav : 992 SM Tab / 992 LG Tab */
@media (min-width: 992px) {.mobileNav { display: none; }}


/* Mobile Nav Container */
.mobileNavContainer {
	display: block;
	width: 100%;
	height:auto;
	transition: all 1s;
}

/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Mobile Nav  -------------------- */

/* Button Container */
.mobileNavButtonContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
}

/* Row that holds buttons */
.mobileNavRow {
	display: table-row;
}

/* Nav Button SM Size */
.mobileNavButton {
	display: table-cell;
	width: 100%;
	height: 75px;		
	text-decoration: none;
	background:#7fa83f;
	background-image: linear-gradient(#7fa83f, #5e8127);			
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;		
	color: #fff;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(255,255,255,.2);		
	text-decoration: none;	
}

/* Target First Nav Item */
.mobileNavButton:first-of-type {border-left:0px;}

/* Target First Nav Item */
.mobileNavButton:last-of-type {border-right:0px;}


/* Google Material Icon Styling */
.mobileNavIcons {
	color:#fff; font-size:32px !important;
}

.mobileNavButton:hover .mobileNavIcons, .mobileNavButton:active .mobileNavIcons, .mobileNavButton:focus .mobileNavIcons {
	color:#fff;
}


/* Nav Button Mouse Over */
.mobileNavButton:hover, .mobileNavButton:active, .mobileNavButton:focus {
	background-image: linear-gradient(#8a2973, #c982b0);	    	
	text-decoration: none;	
}

.mobileNavButtons.affix {
	position: fixed;
	top: 0px;
}
/* ------------------------------------- *//* ------------------------------------- */


/* ---------------------------------------- */
/* Mobile Main Dropdown Nav  -------------------- */
	
@media (max-width: 991px) {
/* Side Nav */
	.sideNav {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
		background-color: #b4e07a;
	}
	.sideNav li > a {
		display: block;
		width: 100%;
		height: 50px;
		vertical-align: middle;
		text-align: left;
		padding-left: 45px;
		overflow: hidden;		
		line-height: 50px;
		margin:0px;		
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid rgba(0,0,0,.15);		
		border-top: 1px solid rgba(255,255,255,.2);	
		background-color: #b4e07a;
		transition: all .6s;						
	}

	.sideNav a:hover, .sideNav a:active, .sideNavAlt a:hover, .sideNavAlt a:active {
		background-color:rgba(255,255,255,.50);
		text-decoration: none;
		transition: all .3s;		
	}
	
	.sideNav.affix {
		position: static;
		top: 0px;
	}
	

	


/* ---------------------------------------- */
/* Mobile Inner Dropdown Nav  -------------------- */
	
	/* set position of dropdown */
	.dropdown {position: relative;}
	.dropdown-toggle:focus {outline: 0;}

	/* set dropdown as block element */
	.open > .dropdown-menu {display: block;}
	.open > a {outline: 0;}

	/* full size drop menu container */
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 200px;

		margin: 0px;
		list-style: none;
		font-size: 16px;
		text-align: left;
		background-color: #9cbcd1;
	}

	/* full size drop menu List Items */
	.dropdown-menu > li > a {
		display: block;
		clear: both;
		white-space: nowrap;
		line-height: 48px;
		height: 48px;
		margin: 0;
		padding-left:60px;
		padding-right:30px;	
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		font-size: 16px;
		color:#062d5d;
		font-weight:normal;
		border-bottom: 1px solid #b2ccdc;		
		border-top: 1px solid #7da3be;			
		transition: all .6s;	
	}

	/* full size drop menu List Items Hover */
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color:rgba(255,255,255,.50);
		transition: all .3s;
		text-decoration:none;		
	}

	/* drop menu for Mobile */
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 0;
		padding:0px;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {

	}
	.navbar-nav .open .dropdown-menu > li > a {

		margin: 0;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {

		transition: all .3s;
	}
}


/* ------------------------------------- *//* ------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS -------------- */
/* ------------------------------------- */


/* ------------------------------------- */
/* Limit Content container growth to 1200px wide */
.navMaxWidth {max-width:1200px; margin-left:auto; margin-right:auto; width:auto; text-align:left; }

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


@media (min-width: 992px) {
/* Reset Margin & Padding */
.navbar-nav li {
	margin: 0;
	padding: 0;
}
.nav > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.nav > li > a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

/* active LI for drop menu */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	text-decoration: none;
}

/* Set floats for desktop nav*/
.navbar-nav {float: left; margin: 0;}
.navbar-nav > li {float: left;}
}




/* ------------------------------------- *//* ------------------------------------- */


/* ------------------------------------- */
/* NAVBAR / COLLAPSE ELEMENTS */
.navbar {
	position: relative;
}

.navbar-collapse {
	overflow-x: visible;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in { overflow-y: auto;}

@media (min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	/* set container size for full width in desktop */
	.container > .navbar-collapse{
		margin-right: 0;
		margin-left: 0;
	}
}



/* ------------------------------------- *//* ------------------------------------- */



