/* ---- NAV --- */

#nav-wrap {

}

/* menu icon */
#menu-icon {
	display: none;
	font-size: 1.4em;
	padding-right: .8em;
	font-weight: bold;
	padding-left: 3em;
}

/* Main menu settings */
#nav-wrap {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%; /* Menu font */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   text-align: left;
}

/* Top menu items */
#nav-wrap ul {
   padding:0;
   list-style:none;
   float:right;
	margin: 1.7em 0 0;
}
#nav-wrap ul li {
   padding:0;
   float:left;
	margin: 0 0 0 2.5em;
}
#nav-wrap ul li a {
   display: block;
   margin:0;
   font-size: 1.55em;
	color: #4f4f5b;
	text-decoration: none;
	padding-bottom: .13em;
	padding-top: .4em;
}

#nav-wrap ul li.active a {
   color:#fff;
   background: #30303F;
}

#nav-wrap ul li a.active {
	border-bottom: 2px solid #e7e7e7;
}

#nav-wrap ul li a:hover {
   border-bottom: 2px solid #61d14b;
}

#nav-wrap ul li:hover a,
#nav-wrap ul li.hover a { /* This line is required for IE 6 and below */
   border-bottom: 2px solid #61d14b;
}

#nav-wrap ul li:hover a.kit {
	background: #67606d url(../img/nav-icon-kit.png) no-repeat 1em center;
}

#nav a.last {
	border-right: none;
}

#nav li a.kit:link,
#nav li a.kit:visited {
	background: url(../img/nav-icon-kit.png) no-repeat 1em center;
	padding-left: 2.7em;
}

#nav li a.kit:hover {
	background: #67606d url(../img/nav-icon-kit.png) no-repeat 1em center;
	padding-left: 2.7em;
}

/* Submenu items */
#nav-wrap ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   /*left:0;*/
   /*right:auto;*/ /*resets the right:50% on the parent ul */
   width: 150px;
	top: 0em;
	z-index: 999;
}
#nav-wrap ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#nav-wrap ul ul li a,
#nav-wrap ul li.active li a,
#nav-wrap ul li:hover ul li a,
#nav-wrap ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1.3em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background: #67606d;
   color: #f2f3ef;
   line-height:.7em; /* overwrite line-height value from top menu */
    display: block;
    width: inherit;
    -webkit-box-shadow:  1px 1px 0px 1px rgba(5, 5, 5, .1);
    box-shadow:  2px 2px 4px 0px rgba(3, 3, 3, .5);
	border-bottom: 1px solid #5c5362;
	border-top: none;
}
#nav-wrap ul ul li a:hover,
#nav-wrap ul li.active ul li a:hover,
#nav-wrap ul li:hover ul li a:hover,
#nav-wrap ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background: #4a454f;
color: #fff;
}

/* Flip the last submenu so it stays within the page */
#nav-wrap ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* -- DISABLE DROP DOWNS ---*/

/* Make the sub menus appear on hover */
#nav-wrap ul li:hover ul,
#nav-wrap ul li.hover ul { /* This line is required for IE 6 and below */
   /*display:block;*/ /* Show the sub menus */
}

#nav-wrap ul a{
	white-space: normal; /* Stop text wrapping and creating multi-line dropdown items */
}

ul#nav li a.get-started-btn {
    background: #1CB7E4; /* Old browsers */
	background: -moz-linear-gradient(top, #4DC3E6 0%, #279BD7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DC3E6), color-stop(100%,#279BD7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4DC3E6 0%,#279BD7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4DC3E6 0%,#279BD7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4DC3E6 0%,#279BD7 100%); /* IE10+ */
	background: linear-gradient(top, #4DC3E6 0%,#279BD7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4DC3E6', endColorstr='#279BD7',GradientType=0 ); /* IE6-9 */

	/*border: 1px solid #5688ba;*/

	color: #fff;
	cursor: pointer;
	font-weight: 600;
	text-shadow: #4273B9 0 -1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4em;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(3, 3, 3, .1), inset 0px 2px 0px 0px rgba(107, 207, 235, 1), inset 0px -1px 0px 0px rgba(5, 5, 5, .06);
    box-shadow: 1px 1px 1px 0px rgba(3, 3, 3, .1), inset 0px 2px 0px 0px rgba(107, 207, 235, 1), inset 0px -1px 0px 0px rgba(5, 5, 5, .06);
	border-top: 1px solid #72a4c0;
	border-left: 1px solid #72a3bf;
	border-bottom: 1px solid #3a7ea5;
	border-right: 1px solid #3a7ea5;
	padding: .6em 1.2em;
}

ul#nav li a.get-started-btn:hover {
	background: #40d3f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #40d3f6 0%, #2ca4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40d3f6), color-stop(100%,#2ca4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2BC1E9 0%, #2399DC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #40d3f6 0%,#2ca4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #40d3f6 0%,#2ca4e8 100%); /* IE10+ */
	background: linear-gradient(top,  #40d3f6 0%,#2ca4e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d3f6', endColorstr='#2ca4e8',GradientType=0 ); /* IE6-9 */
}

ul#nav li a.get-started-btn:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}




/* ---- MEDIA QUERIES --- */

@media screen and (max-width: 830px) {



}

@media screen and (max-width: 765px) {

#high-nav ul li a {
	padding: 6px 12px;
	font-size: 1.4em;
	margin-right: .5em;
}

a#home-link {
	background: none no-repeat left center;
}

#high-nav ul li a#home-link.active {
	background: #646473 none no-repeat .5em center;
}

a#messaging-link {
	background: none no-repeat left center;
}

#high-nav ul li a#messaging-link.active {
	background: #646473 none no-repeat .5em center;
}

a#journal-link {
	background: none no-repeat left center;
}

#high-nav ul li a#journal-link.active {
	background: #646473 none no-repeat .5em center;
}

a#sharedfiles-link {
	background: none no-repeat left center;
}

#high-nav ul li a#sharedfiles-link.active {
	background: #646473 none no-repeat .5em center;
}

nav#user-nav ul li a {
	padding: 6px 12px;
	margin-right: 0;
	margin-left: 0em;
}

nav#user-nav ul li a#account-link {
	padding-left: inherit;
}

a#account-link {
	background: none no-repeat left center;
}

#user-nav ul li a#account-link.active {
	background: #fff none no-repeat left center;
}

a#logout-link {
	background: none no-repeat left center;
}

#user-nav ul li a#logout-link.active {
	background: #fff none no-repeat left center;
}

a#help-link {
	background: none no-repeat left center;
}

#user-nav ul li a#help-link.active {
	background: #fff none no-repeat left center;
}


}

@media screen and (max-width: 815px) {

#header-wrapper.client-app nav#high-nav {
	float: none;
	display: block;
	/*margin-top: 0px;*/
	margin-bottom: 0px;
}

#main-header nav#user-nav {
	float: right;
	border: none;
	-webkit-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 2.1em;
}

#user-nav ul {
   padding:0;
   list-style:none;
}
#user-nav ul li {
   margin: 0;
   float:left;
   position:relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

nav#user-nav ul li a {
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	background-color: #fff;
	background-position: .8em;
	padding: 6px 10px;
	margin-right: 0;
	margin-left: .2em;
	background-image: none;
}

}

@media screen and (max-width: 765px) {




}

@media screen and (max-width: 600px) {

.resp-noshow {
	display: none;
}

/* nav-wrap */

#nav-wrap {
	clear:both;
	float:left;
  	border-bottom: none; /* black line below menu */
  	width: 100%; /* Menu font */
  	z-index:1000; /* This makes the dropdown menus appear above the page content below */
  	position:relative;
	font-size: 1em;
	margin-top: -20px;
}

/* menu icon */

#nav-wrap #menu-icon {
	color: #fff;
	background: #30303F url(/img/sales/practicekit/icon-mobile-nav.gif) no-repeat 10px center;
	background-size: 16px 12px;
	cursor: pointer;
	display: block;
	width: 100%;
	padding-top: .7em;
	padding-bottom: .7em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}

/* main nav */

#nav-wrap #nav {
	clear: both;
	position: absolute;
	width: inherit;
	z-index: 10000;
	/*padding: 5px;*/
	background: #f8f8f8;
	border: none;
	display: none;
	/* visibility will be toggled with jquery */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
}

#nav-wrap #nav li {
	clear: both;
	float: none;
	margin: 0;
/*margin: 5px 0 5px 10px;*/
}

#nav-wrap #nav a,
#nav-wrap #nav ul a {
	font: inherit;
	/*background: none;*/
    /*display: inline;*/
	padding: 0;
	/*color: #666;*/
	border: none;
}

#nav-wrap #nav a:hover,
#nav-wrap #nav ul a:hover {
	background: none;
	color: #000;
}

/* dropdown */

#nav-wrap ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	padding: 0;
	float: none;
	right: 0%;
	margin-top: 0;
	margin-bottom: 0;
}

/* Start resets specific to regular nav styles */

#nav-wrap ul li {
   margin:0;
   padding:0;
   float:none;
   position:static;
   left:0%;
   top:0px;
}

#nav-wrap ul li a { /* UNNECESSARY? */
   display:inline;
   margin:0;
   padding:0;
   line-height: 1em;
   background:#ddd;
   text-decoration:none;
   color:#444;
   font-weight: normal;
   border-bottom:none;
}

#nav-wrap ul li.active a {
   color:inherit;
   background:inherit;
}
#nav-wrap ul li a:hover {
   background:inherit; /* Top menu items background colour */
   color:inherit;
   border-bottom:none;
}
#nav-wrap ul li:hover a,
#nav-wrap ul li.hover a { /* This line is required for IE 6 and below */
   background:inherit; /* Top menu items background colour */
   color:inherit;
   border-bottom:none;
}

#nav-wrap ul ul {
   display: block; /* Sub menus are hiden by default */
   position:static;
   top: 0;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width: inherit; /* resets after we set it above */
 }
#nav-wrap ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:none;
   width:inherit;
}

#nav-wrap ul ul li a,
#nav-wrap ul li.active li a,
#nav-wrap ul li:hover ul li a,
#nav-wrap ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:inherit;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:none;
   color:inherit;
   line-height:inherit; /* overwrite line-height value from top menu */
   border-bottom:none; /* sub menu item horizontal lines */
}


/* Flip the last submenu so it stays within the page */
#nav-wrap ul ul.last {
   left:0; /* reset left:0; value */
   right:0; /* Set right value instead */
}

#nav-wrap ul li:hover ul,
#nav-wrap ul li.hover ul { /* This line is required for IE 6 and below */
   display:static;
}

/* End resets specific to regular nav styles */

#nav-wrap #nav ul li {
	padding-left: 0em;
}

#nav-wrap #nav li a, #nav ul li a {
	display: block;
	color: #fff;
	padding: .7em;
	font-size: 1.6em;
	text-decoration: none;
}

#nav-wrap #nav li a {
	background-color: #4a454f;
	border-bottom: 1px solid #685e6f;
	font-weight: bold;
}

#nav-wrap #nav ul li a:link {
	background-color: #4a454f;
	padding-left: 1.7em;
	border-bottom: 1px solid #685e6f;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#nav-wrap #nav ul li a:hover {
	background-color: #3e3942;
	border-bottom: 1px solid #685e6f;
}

#nav-wrap #nav li a:hover {
	background-color: #3e3942;
	border-bottom: 1px solid #685e6f;
	color: #fff;
}

#nav-wrap #nav li a.kit {
	background-image: none;
}


#content-wrap {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}

#page-wrap {
	margin: 0;
	padding-top: 0;
}

#lower-wrap #highlight-link-bar {
	padding-top: 2em;
}

#lower-wrap #highlight-link-bar ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}

}

@media screen and (min-width: 600px) {

	/* ensure #nav is visible on desktop version */
	#nav {
		display: block !important;
	}

}

@media screen and (max-width: 520px) {
	ul#nav li a.get-started-btn {
    background: inherit; /* Old browsers */
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	background: none;
	filter: none;
	color: inherit;
	cursor: inherit;
	font-weight: inherit;
	text-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: inherit;
	-webkit-box-shadow: none;
    box-shadow: none;
	border-top: inherit;
	border-left: inherit;
	border-bottom: inherit;
	border-right: inherit;
	padding: inherit;
}

ul#nav li a.get-started-btn:hover {
	background: inherit;
	filter: none;
}

ul#nav li a.get-started-btn:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}

}

@media screen and (min-width: 1200px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

#nav-wrap #menu-icon {
	color: #fff;
	background: #30303F url(/img/sales/practicekit/icon-mobile-nav-2x.gif) no-repeat 10px center;
}



}
