/*** HEADER ***/

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
img a{border: none; outline: 0;}

#header-container{
	background: #f1f1f1;
	width:100%;
}

#header-container .el-wrapper{
width: 990px;
margin: 0 auto;
}

.branding{
	float: left;
	height: 54px;
	width: 180px;
}

.branding__logo {
	background: url(/lib/header/img/spectorsoft-logo.png) 50% 50% no-repeat;
	display: block;
	height: 100%;
	background-size: 75%;
}


.tagline{
	font-family: open-sans;
	font-size: 17px;
	float:right;
	margin:12px 0 0;
	color: #63686c;
	line-height: 1.231;
}

.tagline-360 {
	margin-bottom: 8px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.4;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	border-top: none;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 99;
	border-bottom: none;
	line-height: 1.4;
	line-height: 1.4;

}

.sf-menu > li > a {
	line-height: 27px;
}

.sf-menu a {
	display:		block;
	position:		relative;
	font-family: 'Roboto',tahoma,Helvetica, Arial, sans-serif;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top: 100%;
	left:			0;
	z-index:		1;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}


.phoneNum{ border-left: 1px solid #bdbdbd; float: right!important;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
/*background-image: url(/lib/header/img/phonenumBG.png)!important;
background-repeat: repeat-x!important;*/
color: #132d4d!important;
text-shadow:1px 1px 1px #fff;
font-size: 11px;
}
.phoneNum span {
    display: block;
    font-size: 11px;
    line-height: 14px;
    padding: 8px 8px 9px;
    position: relative;

}
.phoneNum strong{ font-size:14px;color:#B70000!important; 	font-weight: bold;}
li.phoneNum li{-webkit-border-radius-right-bottom:5px;
-webkit-border-radius-top-right:5px;
}
li.phoneNum a{padding:5px 8px 8px;}
li.phoneNum img{display:block;
float:left;
margin:-1px 6px -1px 0; border: none;}

.sf-menu .phoneNum:hover{ border-left: 1px solid #bdbdbd; float: right!important;
background:#d7d4d4 url(/lib/header/img/menubarBG.png) repeat-x; !important;
color: #132d4d!important;
text-shadow:1px 1px 1px #fff;}

.header-heading{
	font-size: 12px;
	text-transform: uppercase!important;
	font-weight: bold!important;
}

.header-heading a:hover{
	background: #e0e0e0!important;
	color: #393939;
	text-decoration: none;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:right;
	text-align: left;
	border-top: none;
}

.sf-menu a, .sf-menu .nav-subhead > span {
	padding: 		1em 1.25em;
	text-decoration:none;
	font-size: 14px;
}

.sf-menu .nav-subhead:hover {
	background: #e0e0e0;
}

.sf-menu .nav-subhead > span {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 12px;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color: #5f5f5f!important;
}
.sf-menu li {
	font-weight: 500;

}
.sf-menu li li {
	background:		#e0e0e0;
	text-transform:none;
	font-weight: normal;
	border-bottom: 1px solid #cfcfcf;

}

.sf-menu li li li {
	background:		#F1F2F3;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#e0e0e0;
	outline:		0;
	text-decoration: none;
}

.sf-menu li ul li a:hover {
	background: #d7d7d7;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/img/arrow-down.svg') no-repeat left top;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	border-top: medium none;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.topmargin0 {
    margin: 0 !important;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* Nav Element Overides Start */
.nav-contact > a {
	text-indent: -999em;
	background: url(/lib/header/img/icon-chat-nav.png) 50% 55% no-repeat;
	padding-left: 2em;
	padding-right: 2em;
}

.nav-contact > a:hover {
	background: url(/lib/header/img/icon-chat-nav.png) 50% 55% no-repeat !important;
}

.nav-home-solutions {
	border-left: 1px solid #dedede;
}

.nav-tel > a {
	cursor: text;
}

.sf-menu .nav-get-started li {
	border-bottom: none;
	color: #fff!important;
	background:		#e0e0e0;
	text-transform:none;
	font-weight: normal;

}
.sf-menu .nav-get-started a, .sf-menu .nav-get-started a:visited, .sf-menu .nav-get-started a:hover  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff!important;
	text-align: center;	

	background-color: #7dbb6d;
}
.nav-get-started > a:hover {
	background-color: #62a052;
	color: #fff;
}
.nav-get-started span {
	font-size: 11px;
	color: #3a5e30;
}
.nav-get-started a {
	background-color: #7dbb6d;
	z-index: 999px;
	color: #fff;
}
.nav-get-started li a {
	padding: 20px;
}
.nav-get-started > a:hover {
	background-color: #62a052;
	color: #fff;
}
.nav-get-started .current > a:hover {
	background-color: #62a052;
	color: #fff;
}