/*  Generated by www.menucool.com/drop-down-menu  */

/* main
----------------------------*/
#ddmenuHome {
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
	position: relative;
	z-index: 7;
}

#ddmenuHome ul {
	margin: 0 auto;
	padding: 0;
	text-align: center; /* Alignment of each top-level menu items within the UL */
	width: 100%;
	font-size: 0;
	/*background:#314f60;*/
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 994;
}

#ddmenuHome li {
	margin: 0;
	padding: 0;
	font-size: 15px;
	display: inline-block;
	position: relative;
	color: #eee;
	line-height: 44px; /*This determines the height of the menu*/
	vertical-align: middle;
	transition: background-color 0.2s;
	outline: none;
	/* user-select: none; */
	background-clip: border-box;
	border-radius: 3px 3px 0 0;
}

#ddmenuHome .full-width {
	position: static;
}

#ddmenuHome .over {
	color: #333333;
	background-color: #eee;
}
#ddmenuHome .over.no-sub {
	color: #fff;
	background-color: #314f60;
}

#ddmenuHome .top-heading {
	font-weight: normal;
	white-space: nowrap;
	margin: 0 22px;
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
}

/* links of top-heading */
#ddmenuHome a,
#ddmenuHome a:link,
#ddmenuHome a:hover {
	color: inherit;
}
#ddmenuHome a:hover {
	text-decoration: none;
}

#ddmenuHome a:focus {
	outline: 1px dotted #09f;
}

/* caret(arrow icon) */
#ddmenuHome .caret {
	color: inherit;
	left: -18px;
	width: 0;
	height: 0;
	overflow: hidden; /*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid; /*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
}

/* sub-menu layout
----------------------------*/

#ddmenuHome .dropdown {
	width: auto;
	left: 0px;
	color: #333;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	top: 100%;
	border: 1px solid #bbb;
	border-top: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
}

#ddmenuHome .full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
}

#ddmenuHome .offset300 {
	left: -300px;
	right: auto;
}

#ddmenuHome .right-aligned {
	left: auto;
	right: 0px;
}

#ddmenuHome .over .dropdown {
	display: block;
}

#ddmenuHome .dd-inner {
	text-align: center;
	padding: 20px;
	padding-bottom: 2.5rem;
	margin: 0px;
	background-color: #eee;
	white-space: nowrap;
}

#ddmenuHome ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: none;
	border: none;
	display: block;
	position: static;
	z-index: 0;
	border-radius: 0;
}

#ddmenuHome ul ul li {
	font-size: 14px;
	padding: 6px 0; /*It determines the line height*/
	color: inherit;
	line-height: 1;
	margin: 0;
	display: block;
	position: static;
	background: none;
	border: none;
	transition: none;
	border-radius: 0;
}

/* links in sub menu
----------------------------*/

#ddmenuHome .dropdown a:not(.btn) {
	color: #222;
	line-height: 1;
	text-decoration: none;
}
#ddmenuHome .btn2 {
	font-size: 19px;
	margin: 0;
}

#ddmenuHome .dropdown a:hover,
#ddmenuHome .dropdown a:focus {
	text-decoration: underline;
	color: #0099ff;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenuHome .column {
	text-align: left;
	vertical-align: top; /*or middle*/
	display: inline-block;
	white-space: normal;
	width: auto;
	min-width: 200px;
	max-width: 330px;
	padding: 0 30px;
	border-right: 1px solid #333;
}

#ddmenuHome .dd-inner ul:last-child {
	border-right: none;
}

#ddmenuHome h3 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}

/*logo and slogan*/
#logo {
	font-family: Oswald;
	font-size: 24px;
	font-weight: 200;
	line-height: 30px;
	height: 40px;
	text-decoration: none;
}
#logo span {
	font-family: Arial;
	font-size: 13px;
	color: #aaa;
	position: relative;
	top: -26px;
	left: -26px;
}
/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenuHome .menu-icon {
	display: none; /* hide menu icon initially */
}

/*styles for mobile*/
@media only screen and (max-width: 575px) {
	#ddmenuHome .no-sub,
	#ddmenuHome .may-hide {
		display: none!important;
	}
	#ddmenuHome {
		padding-bottom: 6px;
	}
	/*override the original settings*/
	#ddmenuHome ul {
		width: 100%;
		display: none;
		border-radius: 0;
	}

	#ddmenuHome li {
		position: relative;
		display: block;
		font-size: 20px;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
	}

	#ddmenuHome .full-width {
		position: relative;
	}

	#ddmenuHome .dropdown {
		position: relative;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	#ddmenuHome .offset300 {
		left: 0;
	}

	#ddmenuHome .full-width .dropdown {
		width: auto;
	}

	#ddmenuHome .dd-inner {
		margin: 0;
		background: none;
		text-align: left;
	}

	/*turn each column to list vertically instead of horizontally */
	#ddmenuHome li .column {
		width: auto;
		padding: 0;
		border: none;
		display: block;
	}

	/*move the arrow icon to right*/
	#ddmenuHome .caret {
		position: absolute;
		left: auto;
		right: 14px;
		top: 19px;
		border-width: 5px;
	}

	/* All the following are for the .menu-icon (pure CSS) */
	#ddmenuHome .menu-icon {
		font-size: 32px; /*icon size*/
		display: block;
		position: relative;
		width: 40px;
		height: 35px;
		text-align: center;
		cursor: pointer;
		user-select: none;
		background-color: #eee;
		border-radius: 3px;

		/*align the icon to the left*/
		margin-left: 12px;
		margin-right: auto;
	}

	#ddmenuHome .menu-icon:before {
		content: '';
		position: absolute;
		top: 0.25em;
		left: 4px;
		width: 1em;
		height: 0.125em;
		border-top: 0.375em double #333;
		border-bottom: 0.125em solid #333;
		box-sizing: content-box;
	}

	#ddmenuHome .menu-icon-active {
		background-color: #333;
	}

	#ddmenuHome .menu-icon-active::before {
		border-color: #eee;
	}
}
