/* ---------------------------------------- */
/* BRANDING ------------------------------- */
/* Brand Container */
.brandingContainer {background: #fff; height: auto;}
.ecommNavContainer {background:#4e1b6b;}
.productNavContainer {background:#4e1b6b; background-image: linear-gradient(#b673dc, #4e1b6b); height:60px;}

.top_NavTable {display:table; height:48px; margin-left:auto; margin-right:0;}
.top_NavCell {display:table-cell; height:48px; vertical-align:middle;}

.top_NavItems:hover  {text-decoration:none; color:#fff;}
.top_NavItems {font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#9657ba; font-size:14px; line-height:28px;}

.top_NavIcons {color:#9657ba; font-size:20px; line-height:28px;}

.nav_caret {color:#4b5f78; margin-top:-3px; margin-left:10px;}
/* ------------------------------------- *//* ------------------------------------- */


/* -------------------------------------------------------------------------------- */
/* DESKTOP NAV -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* Limit Content container growth to 1200px wide */
.navMaxWidth {max-width:992px; margin-left:auto; margin-right:auto; width:auto; text-align:left; }

/* Desktop Nav Container */
.desktopNav {background-color:#fff;}

/* Snap Point to Hide Desktop Nav 991 LG Tab / 991 SM Tab */
@media (max-width: 991px) {.desktopNav { display: none; }}

/* Center Desktop Nav */
@media (min-width: 992px) {.desktop_topNavContainer .navbar-nav {margin: 0px auto; display: table; table-layout: fixed; float: none;}}

/* ---------------------------------------- */
/* Main Navigation Bar -------------------- */

/* Navigation Container */
.desktop_topNavContainer {}

@media screen and (min-width: 992px) {
/* Nav Items */

.desktop_topNavContainer .navbar-nav > li > a {
	display: block;
	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(#587a27, #8dc63f);	
	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: #d4d1c7;
}

/* 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', sans-serif;
	font-size: 16px;
	color:#221f1f;
	font-weight:normal;
	border-bottom: 1px solid rgba(0,0,0,.15);		
	border-top: 1px solid rgba(255,255,255,.2);	
    text-decoration:none;
	transition: all .6s;	
}

/* full size drop menu List Items Hover */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:#8ac53e;
	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:#fff;}
.mobileNav:before, .mobileNav:after {content: " "; display: table;}
.mobileNav:after {clear: both;}


/* 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%;
    background-color:#4e1b6b;
}

/* Row that holds buttons */
.mobileNavRow {
	display: table-row;
}

/* Nav Button SM Size */
.mobileNavButton {
	display: table-cell;
	width: 100%;
	height: 75px;		
	text-decoration: none;
	background-color: #4e1b6b;		
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;		
	color: #9657ba;
	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;
	text-transform:uppercase;
}

/* 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:#9657ba; 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-color: #8dc63f;
	background-image: linear-gradient(#8dc63f, #61862b);
	text-decoration: none;
	color: #fff;
}

.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: #b673dc;
	}
	.sideNav li > a {
		display: block;
		width: 100%;
		height: 48px;
		vertical-align: middle;
		text-align: left;
		padding-left: 45px;
		overflow: hidden;		
		line-height: 48px;
		margin:0px;		
		font-family:'Bree Serif', serif;
		color: #28073b;
		font-size: 20px;
		font-weight: normal;
		text-decoration: none;							
		border-left: 0px;
		border-right: 0px;
		border-bottom: 1px solid #9951c2;		
		background-color: #b673dc;
		transition: all .6s;					
	}

	.sideNav a:hover, .sideNav a:active, .sideNavAlt a:hover, .sideNavAlt a:active {
		background-color:#8dc63f;
		color:#fff;
		text-decoration: none;
		transition: all .3s;		
	}
	
	.sideNav.affix {
		position: static;
		top: 0px;
	}

/* Side Nav Inner */	
	.sideNavInner {
		z-index: 1051;
		position: static;
		width: 100%;
		max-width: 100%;
		float: left;
        background-color:#d4ebb5;
	}
	.sideNavInner 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;
		background-color: #d4ebb5;
		border-bottom:0px;		
		border-top:0px;			
		transition: all .6s;					
	}

	.sideNavInner a:hover, .sideNavInner a:active, .sideNavInner a:focus {
		background-color:rgba(255,255,255,.50);
		transition: all .3s;
		text-decoration:none;			
	}

}

/* ------------------------------------- *//* ------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* ------------------------------------- */
/* SET BASIC NAV ELEMENTS -------------- */
/* ------------------------------------- */

.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;
	}
}

/* ------------------------------------- *//* ------------------------------------- */