﻿/*
    This file is copyright DiagnosTechs, Inc.
    Date: July 2011, June 2018
    Programmer(s): DS, SZ
 */

#pre-header {
    width: 100%;
    height: 40px;
    background-color: #051d3c;
    color: white;
    z-index: 10000;
}

#footer-credits {
    width: 100%;
    height: 60px;
    background-color: #051d3c;
    color: white; 
}

#footer-certificates {
    width: 100%;
    border-top: 3px solid #051d3c;
}

.main {
    background-color: #ffffff;
    border-bottom: 3px solid #051d3c;
}

.boxedContainer {
    width: 1000px;
    margin: 0 auto;
    background-color: white;
    /*this adds a droped shadow equally around the whole box*/
    -moz-box-shadow: 0 0 50px #555;
    -webkit-box-shadow: 0 0 50px #555;
    box-shadow: 0 0 50px #555;
}

.backBody {
    background-color: #DEDEDE;
}

#ProviderLeft
{
	position: fixed;
	width: 152px;
	height: 300px;
    padding-right: 10px;
	float: left;
    z-index: 1000;
	/*background-color: #BDD1EA;*/
} 

#ProviderRight
{
	width: 84%;
    min-height: 500px;
	padding-left: 15px;
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 154px;
	float: left;
    border-left: solid #051d3c thin;
}

#sideBerm
{
	width:10%;
	height: 100%;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 15px;
}

#SearchBox
{
	width: 270px;
	height: 30px;
	position: absolute;
	right: 1px;
	/*top: 212px;*/
	top: 60px;
	display: block;
	z-index: 999 !important;
}

#SearchBox label
{
	margin-right: 10px;
	color: white;
}


.error 
{
    color: Red;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color:#D0DCE8;
	font: normal 1.0em "Segoe UI", Arial, sans-serif;
	float: left;
	/*width: 964px;*/
	width: 100%;
	background-image:url('../Images/Master/menu_bg_repeat.jpg');
	background-repeat: repeat-x;
	height: 27px;
	border-bottom: 1px solid #99afc6;
}

div.menu
{
	padding: 0;
	text-align: center;
	background-color: #D0DCE8;	
}

div.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	z-index: 995 !important;
}


div.menu ul li ul
{
    display : none;
}

div.menu ul li
{
    position: relative;
    list-style: none;
    /* display:table-cell; */
}


div.menu ul li ul li
{
    display: block;
}


div.menu ul li a, div.menu ul li a:visited
{
	background-color: #D0DCE8;
	background-image:url('../Images/Master/menu_bg_repeat.jpg');
	background-repeat: repeat-x;
	border: 1px #4e667d solid;
	color: #051d3c;
	display: block;
	line-height: 1.35em;
	padding: 4px 12px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #EEF3F9;
	background-image:none;
	color: #23B549;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #D0DCE8;
	background-image:url('../Images/Master/menu_bg_repeat.jpg');
	background-repeat: repeat-x;
	color: #23B549;
	text-decoration: none;
	z-index: 999 !important;
}


/*  MENU SIDE *****************************/
div.menuSide
{
	padding: 0px 0px 0px 0px;
	text-align: center;
	/*background-color: #D0DCE8;*/
	width: auto;	
}

div.menuSide ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	z-index: 950 /*!important*/;
}

div.menuSide ul li ul
{
    display : none;
}

div.menuSide ul li
{
    position: relative;
    list-style: none;
	background-color: #051d3c;
}

div.menuSide ul li a, div.menuSide ul li a:visited
{
	/*background-image:url('../Images/Master/menu_bg_repeat.jpg');*/
	/*background-repeat: repeat-x;*/
	border: 1px #ffffff solid;
	color: #FFFFFF;
	display: block;
	line-height: 1.35em;
	padding: 4px 12px;
	text-decoration: none;
	white-space: nowrap;
    text-align: left;
}

div.menuSide ul li a:hover
{
	background-color: #EEF3F9;
	background-image: none;
	color: #051d3c;
	text-decoration: none;
	border: 1px #000000 solid;
}

div.menuSide ul li a:active
{
	/*background-color: #D0DCE8;*/
	/*background-image:url('../Images/Master/menu_bg_repeat.jpg');*/
	/*background-repeat: repeat-x;*/
	color: #23B549;
	text-decoration: none;
	z-index: 999 !important;
}

/*  TEXT FORMATTING ***********************/
.InfoPara
{
	left:10px;
	position:relative;
    width: 500px;
}

div.menuSide ul li.has-popup.static {
    background: #051d3c url('../Images/Master/white-arrow.png') no-repeat right;
	/*background-image: url('../Images/Master/menu_bg_repeat.jpg');*/
}



/* 
	Credits for Drop down menu go to Mary Lou with modification SZ.
	Published at: http://tympanus.net/codrops/2013/03/05/horizontal-drop-down-menu/
*/

/* Start CSS from Drop Down Menu */

/* General Demo Style from default.css*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.container > header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

/* Component CSS from component.css*/

.cbp-hrmenu {
	width: 100%;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	/* border-bottom: 4px solid #051d3c; */ /* Use this line for a solid line below the menu structure only, not expanding to the whole page.*/
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	width: 964px;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 964px;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #051d3c;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #D6E0EA;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #D6E0EA;
	width: 100%;
	left: 0px;
	z-index: 1000;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #051d3c;
	padding: 1em 0 0em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

/* End CSS from Drop Down Menu */



/* Start Custom CSS */

#breadcrumb a {
    text-decoration: none;
    color: #47a3da;
}

.outer {
    width:964px; height: 100%; margin: 0 auto; display: table;
}

.middle {
    display: table-cell;
    vertical-align: middle;
	padding: 8px;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.parent {
	display: inline;
	position: static;
}

#top-nav .sub-style {
	display: none;
	float: right;
	position: relative;
	margin-top: 8px;
	top: 0px;
	z-index: 10000;
	background-color: #D6E0EA;
}

#top-nav .sub-help {
	height: 160px;
	width: 400px;
}

#top-nav .sub-prov {
	height: 40px;
	width: 240px;
}

#top-nav .visible {
    display: inline;
}

a .sub-prov-options {
	display: inline;
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 8px;
}

