@charset "UTF-8";
/* CSS Document */

/* mega menu */

#megamenu_container_outer {
	margin:0;
	padding: 0;
	display: block;
	width: 100%; 
	box-sizing: border-box;
    z-index:10000;
	}

#megamenu_container_inner {
	margin:0;
	padding: 0;
	display: none;
	}

#div_menu_expand {
	margin:0;
	padding: 0;
	display:none;
	box-spacing: border-box;
	}

#expander_menu_button {
	display: block;
    margin: 0 auto;
	float: right;
	vertical-align: middle;
	text-align: right;
	color: #ffffff;
	font-size: 35px;
	}


#expander_menu_button a:link, #expander_menu_button a:active, #expander_menu_button a:visited, #expander_menu_button a:hover {
	color: #ffffff;
	}

#megamenu_container_inner {
	display: block;
	box-sizing: border-box;
	width: 100%; 
	padding: 0;
	background-color: #eeeeee; 
	border-bottom: #dddddd 1px solid; 
	font-family: oswald, arial, sans-serif; 
	color: #444444; 
	font-size: 14px; 
	font-weight: 200;
	}

/*
.expander_menu_box {
	padding: 5%;
	vertical-align: top;
	text-align: left;
	}
*/


/* menu contents */

/* spacer or heaer area at top of exoanded menu */
div.expanded_menu_header_spacer {
	clear: both; display: block; border-spacing: box-border; width: 100%; margin: 0 auto; padding: 0; padding-top: 2%; padding-bottom: 2%; background-color: #111111; color: #f5f5f5; height: 0; text-align: left;
	}

/* continer of all menu sections/items */
div.expanded_menu_dropdown_container {
	clear: both; display: block; border-spacing: box-border; width: 100%; margin: 0 auto; padding: 0; background-color: #444444; color: #ffffff; overflow: auto; height: auto; text-align: left; vertical-align: top;
	}

/* column in the drop down menu to house a section of links */
div.expanded_menu_dropdown_section {
	float: left; display: block; overflow: auto; height: auto; border-spacing: box-border; width: 25%; margin: 0 auto; padding: 0; color: #ffffff; text-align: left; vertical-align: top; font-size: 17px;
	}
/* in mobile, make stack instead of float */
@media screen and (max-width: 800px) {
	div.expanded_menu_dropdown_section { width: 100%; clear:both; float:none; }
	}

/* header/title area for top of link section in dropdown area */
div.expander_menu_section_header {
	clear: both; display: block; overflow: auto; height: auto; border-spacing: box-border; width: 92%; margin: 0 auto; padding: 4%; background-color: #222222;
	}

/* individial menu item/link */
div.expander_menu_item {
	clear: both; display: block; overflow: auto; height: auto; border-spacing: box-border; width: 92%; margin: 0 auto; padding: 4%; 
	}
div.expander_menu_item:hover { background-color: #777777; cursor: pointer; } /* highlight menu item on hover */
	
	
	
/* menu item links */


a.megamenu_heading_link:link, a.megamenu_heading_link:active, a.megamenu_heading_link:visited, a.megamenu_heading_link:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}


a.megamenu_link:link, a.megamenu_link:active, a.megamenu_link:visited, a.megamenu_link:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	}
	
	
	
img.megamenu_social_icon {
	width: 30px;
    height: auto;
	}	
	
	
	
	
/* megamenu newsletter box */
td.megamenu_newsletter_container {
    box-spacing: border-box;
    clear: both;
    display: block;
    margin: 0 auto;
	width: 100%;
	padding: 1px;
	background-color: #eeeeee;
	-moz-box-shadow:inset 0 0 3px #bbbbbb;
   -webkit-box-shadow:inset 0 0 3px #bbbbbb;
   box-shadow:inset 0 0 3px #bbbbbb;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

input.megamenu_newsletter {
	width: 98%;
	background-color: #eeeeee;
	border: none;
	font-family: oswald, sans-serif, arial, helvetica neue, helvetica;
	font-size: 16px;
	color: #222222;
	padding: 1px;
	text-align: left;
	-moz-box-shadow: none;
   -webkit-box-shadow:none;
   box-shadow:none;
	}

button.megamenu_newsletter_button {
	border: none;
	background-color: #333333;
	font-family: oswald, arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #f5f5f5;
	padding: 6px;
	cursor: pointer;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none;
	-moz-box-shadow:none;
   -webkit-box-shadow:none;
   box-shadow:none;
	}

button.megamenu_newsletter_newsletter_button:hover {
	background-color: #000000;
	cursor: pointer;
	-moz-box-shadow:inset 20px 20px 20px -20px #000000;
    -webkit-box-shadow:inset 20px 20px 20px -20px #000000;
    box-shadow:inset 20px 20px 20px -20px #000000;
	}







	