/*******************************************************Menu Background color*******************************************************/

.fullscreenrow #CountyMenuDiv {
	background-color: transparent !important;
}
#CountyMenuDiv {
	width: 680px !important;
	height: 37px;
	padding: 0px;
	margin: 0px;
	background: grey;
	float: left;
}
#mainCounty-nav {
	height: 37px;
	width: 1012px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3088b8+1,3a96bf+48,4ca1c6+100 */
	background: #3088B8!important;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#3088B8, #4CA1C6)!important;
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3088B8, #4CA1C6)!important;
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3088B8, #4CA1C6)!important;
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#3088B8, #4CA1C6)!important;
	/* Standard syntax */
	box-shadow: inset 0px 4px 6px -5px #252525;
}
#mainCounty-nav .sm-blue {
	background: transparent;
}
#mainCounty-nav .sm-blue a,
#mainCounty-nav .sm-blue a:hover,
#mainCounty-nav .sm-blue a:focus,
#mainCounty-nav .sm-blue a:active {
	/* this applies to top level and submenus of county menu */
	padding: 10px 20px;
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	background: #1C4E69;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}
#mainCounty-nav .sm-blue a:hover {
	color: #C8E6F1!important;
}
#mainCounty-nav .sm-blue a.current {
	background: #006892;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
	background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
	background-image: linear-gradient(to bottom, #006188, #006f9c);
	color: white;
}
#mainCounty-nav .sm-blue a.disabled {
	color: #a1d1e8;
}
#mainCounty-nav .sm-blue a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
}
#mainCounty-nav .sm-blue a.highlighted span.sub-arrow:before {
	display: block;
	content: '-';
}
#mainCounty-nav .sm-blue ul {
	/*background: white;	
	background: #e9e9e9!important;*/
	background: #F8FAFF;
}
#mainCounty-menu li ul li a:hover {
	color: #C8E6F1!important;
}
#mainCounty-nav .sm-blue ul ul {
	background: rgba(102, 102, 102, 0.1);
}
#mainCounty-nav .sm-blue ul a,
#mainCounty-nav .sm-blue ul a:hover,
#mainCounty-nav .sm-blue ul a:focus,
#mainCounty-nav .sm-blue ul a:active {
	background: transparent;
	color: #2b82ac;
	/*font-size: 16px; */
	text-shadow: none;
	border-left: 8px solid transparent;
}
#mainCounty-nav .sm-blue ul a.current {
	background: #006892;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
	background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
	background-image: linear-gradient(to bottom, #006188, #006f9c);
	color: white;
}
#mainCounty-nav .sm-blue ul a.disabled {
	color: #b3b3b3;
}
#mainCounty-nav .sm-blue ul ul a,
#mainCounty-nav .sm-blue ul ul a:hover,
#mainCounty-nav .sm-blue ul ul a:focus,
#mainCounty-nav .sm-blue ul ul a:active {
	border-left: 16px solid transparent;
}
#mainCounty-nav .sm-blue ul ul ul a,
#mainCounty-nav .sm-blue ul ul ul a:hover,
#mainCounty-nav .sm-blue ul ul ul a:focus,
#mainCounty-nav .sm-blue ul ul ul a:active {
	border-left: 24px solid transparent;
}
#mainCounty-nav .sm-blue ul ul ul ul a,
#mainCounty-nav .sm-blue ul ul ul ul a:hover,
#mainCounty-nav .sm-blue ul ul ul ul a:focus,
#mainCounty-nav .sm-blue ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
#mainCounty-nav .sm-blue ul ul ul ul ul a,
#mainCounty-nav .sm-blue ul ul ul ul ul a:hover,
#mainCounty-nav .sm-blue ul ul ul ul ul a:focus,
#mainCounty-nav .sm-blue ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
#mainCounty-nav .sm-blue ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#mainCounty-nav .sm-blue ul li:first-child {
	border-top: 0;
}
@media (min-width: 768px) {
	/* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
	#mainCounty-nav .sm-blue ul {
		position: absolute;
		width: 12em;
	}
	#mainCounty-nav .sm-blue li {
		float: left;
	}
	#mainCounty-nav .sm-blue.sm-rtl li {
		float: right;
	}
	#mainCounty-nav .sm-blue ul li,
	#mainCounty-nav .sm-blue.sm-rtl ul li,
	#mainCounty-nav .sm-blue.sm-vertical li {
		float: none;
	}
	#mainCounty-nav .sm-blue a {
		white-space: nowrap;
	}
	#mainCounty-nav .sm-blue ul a,
	#mainCounty-nav .sm-blue.sm-vertical a {
		white-space: normal;
	}
	#mainCounty-nav .sm-blue .sm-nowrap > li > a,
	#mainCounty-nav .sm-blue .sm-nowrap > li >:not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	#mainCounty-nav .sm-blue {
		background: transparent;
		margin: 0 auto !important;
		//z-index: 0;
	}
	#mainCounty-nav .sm-blue a,
	#mainCounty-nav .sm-blue a:hover,
	#mainCounty-nav .sm-blue a:focus,
	#mainCounty-nav .sm-blue a:active,
	#mainCounty-nav .sm-blue a.highlighted {
		padding: 8px 13px 8px 13px;
		background: transparent;
		color: white;
	}
	/*************************************************HOVER COLOR***********************************************************/
	#mainCounty-nav .sm-blue a:hover,
	#mainCounty-nav .sm-blue a:focus,
	#mainCounty-nav .sm-blue a:active,
	#mainCounty-nav .sm-blue a.highlighted {
		background: rgba(0, 0, 0, 0.3);
		/*background: #1e5b79;*/
	}
	#mainCounty-nav .sm-blue a.current {
		background: #006892;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
		background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
		background-image: linear-gradient(to bottom, #006188, #006f9c);
		color: white;
	}
	#mainCounty-nav .sm-blue a.disabled {
		background: #3092c0;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
		background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
		color: #a1d1e8;
	}
	/*****************************************************Arrow Color*****************************************************/
	#mainCounty-nav .sm-blue a span.sub-arrow {
		top: auto;
		margin-top: 0;
		bottom: 2px;
		left: 96%;
		top: 50%;
		margin-left: -5px;
		right: auto;
		width: 0;
		height: 0;
		border-width: 4px;
		border-style: solid dashed dashed dashed;
		border-color: #a1d1e8 transparent transparent transparent;
		background: transparent;
	}
	#mainCounty-nav .sm-blue a.highlighted span.sub-arrow:before {
		display: none;
	}
	#mainCounty-nav .sm-blue > li {
		border-left: 1px solid rgba(43, 130, 172, 0.1);
	}
	#mainCounty-nav .sm-blue > li:first-child {
		border-left: 0;
	}
	/******************************************************************************** SUB LEVEL BACKGROUND COLOR ********************************************************************************/
	#mainCounty-nav .sm-blue ul {
		/* submenu */
		padding: 0px 0;
		background: white;
		-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		border: 1px solid #1C4E69;
		border-left: 4px solid #1C4E69;
	}
	#mainCounty-nav .sm-blue ul ul {
		background: white;
		/*
        position: relative;
        top: 7px !important;
*/
	}
	#mainCounty-nav .sm-blue ul a,
	#mainCounty-nav .sm-blue ul a:focus,
	#mainCounty-nav .sm-blue ul a:active,
	#mainCounty-nav .sm-blue ul a.highlighted {
		border: 0 !important;
		padding: 5px 10px;
		background: transparent;
		color: #1e5b79;
		/*color: #0d397c;*/
	}
	#mainCounty-nav .sm-blue li ul li a:hover {
		color: #C8E6F1!important;
		background-color: #1C4E69!important;
	}
	#mainCounty-nav .sm-blue ul a:hover,
	#mainCounty-nav .sm-blue ul a:focus,
	#mainCounty-nav .sm-blue ul a:active,
	#mainCounty-nav .sm-blue ul a.highlighted {
		background: #1C4E69;
		color: white !important;
	}
	#mainCounty-nav .sm-blue ul a.current {
		background: #006892;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
		background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
		background-image: linear-gradient(to bottom, #006188, #006f9c);
		color: white;
	}
	#mainCounty-nav .sm-blue ul a.disabled {
		background: white;
		color: #b3b3b3;
	}
	#mainCounty-nav .sm-blue ul a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
	}
	#mainCounty-nav .sm-blue ul li {
		border: 0;
		border-bottom: 1px solid rgba(37, 37, 37, 0.06)
	}
	#mainCounty-nav .sm-blue ul li:last-child {
		border: 0;
		border-bottom: none;
	}
	#mainCounty-nav .sm-blue span.scroll-up,
	#mainCounty-nav .sm-blue span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: white;
		height: 20px;
	}
	#mainCounty-nav .sm-blue span.scroll-up-arrow,
	#mainCounty-nav .sm-blue span.scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #2b82ac transparent;
	}
	#mainCounty-nav .sm-blue span.scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #2b82ac transparent transparent transparent;
	}
	#mainCounty-nav .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
	}
	#mainCounty-nav .sm-blue.sm-rtl > li:first-child {
		border-left: 1px solid #2b82ac;
	}
	#mainCounty-nav .sm-blue.sm-rtl > li:last-child {
		border-left: 0;
	}
	#mainCounty-nav .sm-blue.sm-rtl ul a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
	}
	#mainCounty-nav .sm-blue.sm-vertical {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	#mainCounty-nav .sm-blue.sm-vertical a {
		padding: 9px 23px;
	}
	#mainCounty-nav .sm-blue.sm-vertical a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
	}
	#mainCounty-nav .sm-blue.sm-vertical > li {
		border-left: 0 !important;
	}
	#mainCounty-nav .sm-blue.sm-vertical ul a {
		padding: 9px 23px;
	}
}

.dnn_SCCInternetMenu_NavigationMenu_0 {
	z-index: 10000 !important;
}

#mainCounty-menu {
	height: 37px;
	float: left;
}

#mainCounty-menu li span a {
	/* top level menu items county menu (Government, Depts, etc...) */
	color: white !important;
	font-size: 14px !important;
	font-family: Verdana, Tahoma, Times new Roman, Arial, Helvetica, sans-serif !important;
}

/************************* google search **************************************************/	
#googlesearchCell {
	background: rgba(0, 0, 0, 0);
	float: right;
	/*position: relative; */
	width: 292px !important;
	background-image: none !important;
	/*background: #404040!important;
	height: 37px!important;*/
}

.cse .gsc-control-cse, .gsc-control-cse {
	background-color: transparent!important;
	border: none !important;
}

.gsc-input {
	background: none !important;
}

@media screen and (max-width:769px){
	.gsc-input {
		top: 20px;
	}
}

#___gcse_0 table.gsc-search-box, #___gcse_1 table.gsc-search-box {
    position: relative;
    top: 0px !important;
}

table.gsc-search-box {
	position:relative!important;
	margin-top: 1px!important;
	top: 0px!important;
	/*top: -14px!important;
	margin-top: 2px;*/
}

.gsc-input {
	padding: 0px!important;
	padding-right: 4px!important;
}
.gsc-input-box {
	height: 24px!important;
    margin: 0px!important;
    padding: 0px!important;
	position: relative!important;
	
	left: 5px!important;
	width: 99%!important;
}

#googlesearchCell .gsc-input input {	
}
/*.gsc-control-cse {
	padding: 14px !important;
}*/

.gsc-search-button input, input.gsc-search-button, input.gsc-search-button:focus {
    border-color: #666666;
	background-color: #2e6e90!important;
    background-image: none!important;
	cursor:pointer!important;
    filter: none;
	color:white!important;
	width: 13px!important;
    height: 13px!important;
	min-width: 13px!important;
	position:relative; 
	top: 5px;
	padding: 8px!important;
	margin: 5px!important; 
}

#___gcse_0 input.gsc-search-button, input.gsc-search-button:focus {
    background-color: #2e6e90!important;
    padding: 8px!important;
    margin-top: -2px!important;
    cursor: pointer!important;
    color: white!important;
    width: 13px!important;
    height: 13px!important;
}

input.gsc-search-button:hover{}



#gsc-i-id1,
#gsc-i-id2 {
	text-indent: 0 !important;
}

#gs_tti50 input, #gs_tti51 input {
	position: relative!important;
	top: -3px!important;
	width: 100%!important;
}

/*************** Mobile Search Bar hide ***/
.mobile-search {
	background-color: #14394d;
	box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.8) inset;
	display: none;
	height: 50px;
}/*************** Mobile Search**************/
/***********************************************************************************************************************/


/*.moveOut {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 100%;
}*/
#mainCounty-nav {
	background-color: #404040!important;
	background: #404040!important;
	background-image: none!important;
	height: 37px!important;
}
#mainCounty-menu span.sub-arrow {
	display: none!important;
}
#mainCounty-menu li ul li span.sub-arrow {
	display: block!important;
	border-color: transparent transparent transparent #0d397c!important;
}
#mainCounty-menu li ul li:hover span.sub-arrow {
	border-color: transparent transparent transparent #ffffff!important;
}
#mainCounty-menu ul li a {
	/* submenu of County menu */
	padding: 3px 24px 3px 6px!important;
	text-transform: none;
	font: bold 12px Verdana, Tahoma, Times new Roman, Arial, Helvetica, sans-serif!important;
}
