
/* 	==== NON AUTH STYLE ==== */

/*
	primary: FFFFFF	secondary: 15719E	tertiary: 15719E	navfont: ffffff*/

/*custom*/
.clear {
	clear: both;
	height:0px;
	line-height:0px;
	padding:0px;
	margin:0px;
}
.clearfix li:active {
	background-color: white;
}
.clearfix li a {
}
body {
	margin: 0;
	padding: 0;
	background: #E7E7DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.8em;
	color: #ffffff;
	background-color: #15719E;
	padding: 10px;
}
h3 {
	font-size: 1.6em;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
ul, ol {

}
a {
	text-decoration: none;
	color: #15719E;
	cursor: pointer;
}
a:hover {

}
.knowledge_action_container {
	height: 20px;
    padding: 5px;
    line-height: 180%;
    margin: 0 15px 15px 0;
    text-align: center;
    width: 15%;
    min-width: 90px;
    background-color: #15719E;
    color: #ffffff;
    cursor: pointer;
}
.knowledge_action_container:hover {
	/*background-color: #FFFFFF;*/
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	max-width:1100px;
}
iframe {
	border: none;
}

/* Header */
#headercontainer {
	background-color: #FFFFFF;
}
#header {
	max-width: 1100px;
	margin: 0 auto;
}
.logo {
	background-image: url(/logos/docs.higginbotham.net.png);
	background-repeat:no-repeat;
	background-position: left center;
	background-repeat: no-repeat;
	width:60%;
	float:left;
	height:200px;
}
.headerRight {
	float:right;
    width:40%;
    text-align:right;
    margin-top:30px;
}
.headerRight table {
	min-width:200px;
    margin-top:25px;
}
.header-login input[type="text"], .header-login input[type="password"] {
	padding: 5px 0px;
	border-radius: 3px;
}
.headerRight input[type="text"], .headerRight input[type="password"] {
	padding: 5px 5px;
}
.header-login table{
	float:right;
    margin-top:25px;
}
#header-faq-help {
	display:block;
	color: #15719E;
	text-align:right
}
#navlogout {
	display: none !important;
}

/* Search */

#search {
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}
.search-input {
	padding: 3px 5px;
}
.search-button, input[type='submit'] {
	border: none;
	background: #15719E;
	color: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight:bold;
}
.forgot_toggle {
	font-size: 12px;
	font-weight: 900;
}

*::-webkit-input-placeholder 	{ color: #888; } 				/* WebKit browsers */
*:-moz-placeholder 				{ color: #888; opacity:  1; } 	/* Mozilla Firefox 4 to 18 */
*::-moz-placeholder 			{ color: #888; opacity:  1; }	/* Mozilla Firefox 19+ */
*:-ms-input-placeholder 		{ color: #888; }				/* Internet Explorer 10+ */

/* Menu */
/*
#menu {
	height: 50px;
    margin: 20px auto 0 auto;
    padding: 0px 20px;
    background-color: #;
}
#menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
    height: 35px;
    display: block;
    float: left;
    margin: 0px 10px;
    padding: 15px 25px 0px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #;
    border: none;
    text-transform: uppercase;
}
#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}
#menu .current_page_item a {
	font-weight: bold;
}
#menu .first a {
	padding-left: 0px;
}

*/

#menu {
	font-weight: bold;
	text-transform: uppercase;
	background: #15719E;
	margin: 0;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
}
#menu > ul > li.has-sub > a:before {
	display: block;
	content: "";
	border: 4px solid transparent;
	border-top-color: #15719E;
	z-index: 9999;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 21px;
}
#menu ul li ul li:hover > a, #menu ul li ul li.active > a {
	z-index: 9999;
	color: #15719E;
}
#menu ul li ul li:hover:after, #menu ul li ul li.active:after {
	z-index: 9999;
	background: #15719E;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 9999;
}
#menu ul:after, #menu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	z-index: 9999;
}
#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 9999;
}
#menu ul li a {
	text-decoration: none;
	z-index: 9999;
	display: block;
	margin: 0;
    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
    	-ms-transition: color .2s ease;
    	 -o-transition: color .2s ease;
    		transition: color .2s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#menu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
	width:250px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	z-index: 9999;
}
#menu ul li ul li {
	max-height: 0;
	font-weight:normal;
	font-size:12px;
	position: absolute;
	z-index: 9999;
	-webkit-transition: max-height 0.4s ease-out;
	   -moz-transition: max-height 0.4s ease-out;
		-ms-transition: max-height 0.4s ease-out;
		 -o-transition: max-height 0.4s ease-out;
			transition: max-height 0.4s ease-out;
	background: #ffffff;
}
#menu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	z-index: 9999;
	right: 15px;
}
#menu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}
#menu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	z-index: 9999;
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-color: #ffffff;
	z-index: 2;
	top: 15px;
	right: 15px;
}
#menu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #ffffff;
	z-index: 9999;
}
#menu ul li ul li a {
	text-transform: none;
	color: #000000;
	letter-spacing: 0;
	display: block;
	padding: 11px 10px 11px 20px;
	z-index: 9999;
}
#menu ul li ul li:hover > ul {
	left: 100%;
	top: 0;
	z-index: 9999;
}
#menu ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
	z-index: 9999;
}
#menu > ul > li {
	float: left;
	z-index: 9999;
}
#menu.align-center > ul > li {
	float: none;
	display: inline-block;
	z-index: 9999;
}
#menu.align-center > ul {
	text-align: center;
}
#menu.align-center ul ul {
	text-align: left;
}
#menu.align-right > ul {
	float: right;
}
#menu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#menu.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}
#menu.align-right ul ul li a {
	text-align: right;
}
#menu > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	background: #ffffff;
 	-webkit-transition: height .2s;
 	   -moz-transition: height .2s;
 		-ms-transition: height .2s;
	 	 -o-transition: height .2s;
 			transition: height .2s;
}
#menu > ul > li.has-sub > a {
	padding-right: 40px;
}
#menu > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #ffffff;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
}
#menu > ul > li > a {
	color: #ffffff;
	padding: 15px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
}
#menu > ul > li:hover:after, #menu > ul > li.active:after {
	height: 100%;
}
#menu > ul > li:hover > a, #menu > ul > li.active > a {
	color: #000000;
}
#menu > ul > li:hover > a:after, #menu > ul > li.active > a:after {
	background: #000000;
}
#menu > ul > li:hover > a:before, #menu > ul > li.active > a:before {
	border-top-color: #ffffff;
}
#menu > ul > li:hover > ul {
	left: 0;
}
#menu > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#menu #menu-button {
	display: none;
}
#menu > ul > li > a {
	display: block;
}
#menu > ul > li {
	width: auto;
}
#menu > ul > li > ul {
	display: block;
}
#menu > ul > li > ul > li {
	display: block;
}

/* Page */
#page {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
    /*
	-webkit-box-shadow: 0px 50px 50px 15px #ccc;
	   -moz-box-shadow: 0px 50px 50px 15px #ccc;
    		box-shadow: 0px 50px 50px 15px #ccc;
*/
}
#page-bgbtm {
	padding: 40px 40px 0px 40px;
	background-color: white;
}
/* Content */
#content {
	width: 66%;
	padding: 0;
	margin: 0;
	float: left;
	min-width:300px;
}
.post {
	margin-bottom: 40px;
}
.post .title {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	color: #606060;
}
.post .title a {
	border: none;
	color: #606060;
}
.post .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.post .meta .date {
	float: left;
}
.post .meta .posted {
	float: right;
}
.post .meta a {
}
.post .entry {
	padding: 20px 25px;
	border: 1px solid #E4E4E4;
}
.post .entry h2 {
	font-size: 18px;
	padding: 10px;
	margin: 10px 0;
	background-color: #15719E;
	color: #ffffff;
}
.post .entry table td li h3 {
	font-size: 12px;
	font-weight: normal;
}
.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
/* Sidebar */
#sidebar {
	float: left;
	min-width: 240px;
	margin: 0px;
	color: #333;
	width:30%;
	margin-left:4%;
}
#sidebar h2 {
	background-color: #15719E;
	padding: 10px;
	margin: 10px 0;
}
/* News */
.news-story {
	margin: 15px 0;
}
.news-date {
	padding: 0;
	margin: 0;
}
.news-headline {
	padding: 0;
	margin: 3px 0;
}
.news-summary {
	padding: 0;
	margin: 0;
}
.news-more {
	padding: 0;
	margin: 0;
}
/* Calendar */
#calendar {

}
#calendar_wrap {
	padding: 20px;
}
#calendar table {
	width: 100%;
}
#calendar tbody td {
	text-align: center;
}
#calendar #next {
	text-align: right;
}
/* Footer */
#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #A19D9A;
}
#footer a {
	color: #FFFFFF;
}
/*	HELP 	*/
#help_container {
	max-width: 900px;
	margin: 0 auto;
	background-color: white;
	padding: 15px;
}
#help_link, #logout_link {
	font-weight: bold;
	font-size:16px;
}
.left50 {
	float:left;
	width:49%;
}
.right50 {
	float:left;
	margin-left:2%;
	width:49%;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .logo {
    	background-size:100%;
        float:left;
        width:48%;
        text-align:center;
        margin-left:0;
        padding:0;
    }
    .headerRight{
    	padding-right:10px;
    }
    .headerRight table{
    	min-width: 120px;
        margin-top: 25px;
    }
    #menu > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
           -moz-transition: max-height 0.35s ease-out;
            -ms-transition: max-height 0.35s ease-out;
             -o-transition: max-height 0.35s ease-out;
        		transition: max-height 0.35s ease-out;
    }
    #page-bgbtm {
    	margin:0px; padding:0px;
    }
    .post .entry {
    	margin: 0px;
        padding: 5px;
        border: none
    }
    #content{
    	width:100%;
    }
    .right50 {
    	margin-left: 0px;
    	width: 100%;
    }
    .left50 {
        margin-left:0px;
        width:100%;
    }
    #menu > ul > li > ul {
        width: 100%;
        display: block;
    }
    #menu.align-right ul li a {
    	text-align: left;
    }
    #menu > ul > li > ul > li {
        width: 100%;
        display: block;
    }
    #menu.align-right ul ul li a {
        text-align: left;
    }
    #menu > ul > li > ul > li > a {
        width: 100%;
        display: block;
    }
    #menu ul li ul li a {
        width: 100%;
    }
    #menu.align-center > ul {
        text-align: left;
    }
    #menu.align-center > ul > li {
        display: block;
    }
    #menu > ul.open {
        max-height: 1000px;
        border-top: 1px solid rgba(110, 110, 110, 0.25);
    }
    #menu ul {
        width: 100%;
    }
    #menu ul > li {
        float: none;
        width: 100%;
    }
    #menu ul li a {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
        		box-sizing: border-box;
        width: 100%;
        padding: 12px 20px;
    }
    #menu ul > li:after {
        display: none;
    }
    #menu ul li.has-sub > a:after,  #menu ul li.has-sub > a:before,  #menu ul li ul li.has-sub:after,  #menu ul li ul li.has-sub:before {
        display: none;
    }
    #menu ul li ul,  #menu ul li ul li ul,  #menu ul li ul li:hover > ul,  #menu.align-right ul li ul,  #menu.align-right ul li ul li ul,  #menu.align-right ul li ul li:hover > ul {
        left: 0;
        position: relative;
        right: auto;
    }
    #menu ul li ul li,  #menu ul li:hover > ul > li {
        max-height: 999px;
        position: relative;
        background: none;
    }
    #menu ul li ul li a {
        padding: 8px 20px 8px 35px;
        color: #ffffff;
    }
    #menu ul li ul ul li a {
        padding: 8px 20px 8px 50px;
    }
    #menu ul li ul li:hover > a {
        color: #000000;
    }
    #menu #menu-button {
        display: block;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
        		box-sizing: border-box;
        width: 100%;
        padding: 15px 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
    }
    #menu #menu-button:after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 20px;
        top: 16px;
    }
    #menu #menu-button:before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        right: 20px;
        top: 26px;
    }
    #sidebar {
        display:none
    }
}

@meida print {

    #headercontainer	{ display: none; }
    #footer				{ display: none; }

}


 body {  	background-color: #e4eaee !important; 	background: url('/images/backgrounds/docs.higginbotham.net.jpg');	 	background-size: 100% 450px; 	background-repeat: no-repeat;  }   #headercontainer{ 	background:none;  	background-color:transparent !IMPORTANT;  }  h1{ 	color:#3D7EA4 }  #menu  ul li  a { 	color:#000; } #menu{  	border-radius: 10px;  	margin-bottom:10px;  	background-color:#EFF2F7 !IMPORTANT;  	padding-top:7px;  	padding-bottom:7px; } #page, #page_content { 	box-shadow: none !important; }
 .forgot_toggle, #help_link, #logout_link { 
        color: #ffffff !important; 
}



/* 	==== END NON AUTH STYLE ==== */
