@charset "UTF-8";

html,
body,
#back {
	min-height: 100%; /*Viewport height*/
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
	margin: 0;
	padding: 0;
}
html>body,
html>body #wrap {
	height: auto; /*Hides IE hack from IE with child selector*/
}
body {
	position: relative; /* for IE6 */
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
}
@font-face {
  font-family: 'symbol_signsbasis_set';
  src: url('fonts/symbol-signs-webfont.eot');
  src: url('fonts/symbol-signs-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/symbol-signs-webfont.woff2') format('woff2'),
       url('fonts/symbol-signs-webfont.woff') format('woff'),
       url('fonts/symbol-signs-webfont.ttf') format('truetype'),
       url('fonts/symbol-signs-webfont.svg#symbol_signsbasis_set') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Arial Rounded MT Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Arial Rounded MT Bold'), 
			 url('fonts/ARLRDBD_0.woff') format('woff');
}
@font-face {
	font-family: 'Tomato Round Condensed Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Tomato Round Condensed Medium'), 
			 url('fonts/TomatoRoundCondensed.woff') format('woff');
}
h2 {
	color: #1e4174;
}

table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}
table td {
	padding: 0px;
}
iframe {
	border: 0;
	margin: 0;
}
#header,
#leftSpace {
	line-height: 0.8em; /* fixes vertical spacing html4 > html5 */
}

#siteBack,
#foot .footTop,
#menuIcon:hover,
#menuIpad:hover,
#menuPanel .menuIcon:hover,
#menuPanel .menuBack:hover,
#menuPanel .menuBack:hover {
	cursor:pointer;
}

#padd #wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px;
}

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

#foot,
#push {
	height: 112px;
}

#wrap {
	width: 100%;
	position: relative;
	background-color: #fafafa;
	background-image: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	max-width: none;
	min-height: 568px;
}
#topCorner,
#sidePanel,
#logo {
	display: none;
}

#main {
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main p {
	font-size: 1.1em;
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 0px;
	line-height: 1.6em;
	color: #333;
}

#foot {
	height: 112px;
	background-color: #333;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#foot .footTop,
#foot .footLinks1,
#foot .footLinks2,
#foot .footCopy {
	font-size: 1em;
	color: #bbb;
	position: absolute;
	width: 100%;
}
#foot .footTop {
	top: 0px;
	padding-top: 12px;
	padding-bottom: 9px;
}
#foot .footLinks1,
#foot .footLinks2 {
	bottom: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#foot .footLinks1 p {
	color: #CCC;
	margin: 0px;
}
#foot .footLinks1 a,
#foot .footLinks2 a {
	font-weight: bold;
	color: #bbb;
	text-decoration: none;
}
#foot .footLinks2 {
	display: none;
}

#foot .footCopy {
	bottom: 20px;
}
#foot .footCopy p {
	font-size: 0.75em;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
}

#siteBox {
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #222;
	text-align: center;
	background-image: url(graphics/hccblack0.jpg);
	background-position: 70%;
	background-repeat: repeat-y;
	z-index:2;
}
#siteBox .mnem,
#siteBox .name {
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
}
#siteBox .mnem {
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 6px;
}
#siteBox .name {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0em;
	margin-top: 9px;
	visibility: hidden;
}
#siteBox a {
	color: #ccc;
	text-decoration: none;
}
#siteBack,
#menuIcon,
#menuIpad,
#menuFlag {
	top: 0;
	width: 60px;
	position: fixed;
	z-index:2;
}
#siteBack {
	left: 5px;
	height: 50px;
	text-align: center;
}
#siteBack p {
	font-size: 1.8em;
	color: #bbb;
	margin-top: 7px;
	margin-bottom: 0;
}
#siteBack a {
	text-decoration: none;
	display: block;
}

#menuPanel .rt,
#pageTitle p {
	font-family: "Arial Rounded MT Bold", arial;
	color: #1e4174;
}
#menuPanel {
	position: fixed;
	left: -70%;
	top: 54px;
	width: 70%;
	height: 420px;
	overflow: hidden;
	padding-top: 10px;
	opacity: 0.95;
	z-index: 2;
}
#menuPanel.visible {
	-webkit-box-shadow: 5px 6px 12px -6px #666666;
	-moz-box-shadow: 5px 6px 12px -6px #666666;
	box-shadow: 5px 6px 12px -6px #666666;
}
#navFrame {
	position: absolute;
	top: 0.2em;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
}
#backGrnd {
	background-color: #fafafa;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
}
#menuPanel .row {
	position: relative;
	margin-top: 3px;
	margin-left: 7%;
	margin-right: 7%;	
}
#menuPanel .lt {
	display: none;
}
#menuPanel .rt {
	font-size: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #CCC;
}
#menuPanel .rt a {
	text-decoration: none;
	color: #1E3299;
	display:inline-block;
}
#menuPanel .menuBack {
	width: 10%;
	position: absolute;
	z-index: 3;
	top: 4px;
	right: 5%;
	padding-right: 2%;
	text-align: right;
}
#menuPanel .menuBack p {
	font-size: 1.5em;
	margin-top: 0.1em;
}
#menuPanel .last {
	border-bottom: none;
	margin-bottom: 4px;
}
#menuPanel .last,
#menuPanel .last a,
#menuPanel .rt .last {
	color: #aaa;
}
#menuPanel .row.flash .rt::after {
	content: "\002688";
	line-height: 1em;
	color: #c00;
	margin-left: 0.2em;
}

#menuIcon,
#menuIpad {
	height: 43px; 
	padding-top: 7px;
	right: 5px;
}
#menuIcon div,
#menuIpad div {
	width: 33px;
	height: 4px;
	margin-top: 6px;
	margin-left: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fafafa;
	position: relative;
	margin-right: auto;
}
#menuFlag {
	top: 50px;
	right: 5px;
	color: #ccc;
	font-size: 1.2em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	letter-spacing: 0.03em;
	background-color: #fafafa;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	opacity: 0.9;
	
	display:none;
}
#headBox,
#menuIpad,
#wrap.homePage #siteBox,
#wrap.homePage #siteBack {
	display: none;
}
#menuIpad div,
.homePage #menuIcon div {
	background-color: #333;
}



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

#wrap {
	min-height: 740px;
}
#foot .footCopy p {
	font-size: 0.8em;
}

}

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

#wrap {
	min-height: 812px;
}

}

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

#wrap {
	min-height: 824px;
}

}

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

#siteBox .mnem {
	visibility: hidden
}
#siteBox .name {
	visibility: visible;
}
#siteBack p {
	font-size: 1.7em;
	margin-top: 8px;
}
#menuPanel {
	width: 50%;
	left: -50%;
}

}

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

#foot,
#push {
	height: 76px;
}

#wrap {
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px;
	background-image: url(graphics/bgstripe2.gif);
	background-repeat: repeat-y;
}

#main {
	margin-top: 0;
	margin-left: 80px;
	margin-right: 30px;
	padding-top: 36px;
}
#main p {
	margin-left: 0;
	font-size: 16px;
}
#headBox {
	display: block;
  height: auto;
  margin-top: 2px;
	margin-left: 48px;
	color: #bbb;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.6em;
  letter-spacing: 0.03em;
	background-color: #161513;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d00;
	font-family: "Arial Rounded MT Bold", arial;
	background-image: url(graphics/hccblack0.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#foot {
	background-color:transparent;
}
#foot .footLinks1 {
	display: none;
}
#foot .footLinks2 {
	bottom: 32px;
	display: block;
}
#foot .footLinks2 p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 16px;
	border-top: 1px solid #039;
}
#foot .footLinks2 a {
	color: #1e3299;
}
#foot .footLinks2 p,
#foot .footCopy p {
	margin-left: 80px;
	margin-right: 30px;
}
#foot .footCopy {
	bottom: 15px;
}
#foot .footCopy p {
	color: #606e8a;
}

#menuIpad  {
	top: 29px;
	left: 66px;
	right: auto;
	display: block;
	position: absolute;
}

#menuPanel {
	position: absolute;
	left: 0 !important;
	top: 140px;
	width: 60px;
	height: 406px;
	overflow: hidden;
	visibility: visible;
	padding-top: 0px;
	opacity: 1;
}
#menuPanel.visible {
	-webkit-box-shadow: 0px 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}
#menuFlag {
	display: none;
}
#navFrame {
	top: 20px;
	overflow: auto;
	background-color: transparent;
}
#navFrame:first-child {
	margin-top: 6px;
}
#backGrnd {
	left: 70px;
	width: 150px;
	display: block;
}
#menuPanel .row {
	position: relative;
	width: 162px;
	margin-top: 3px;
	margin-left: 38px;
	overflow: auto;
}
#menuPanel .lt {
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	background-image: url(graphics/homedot.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#menuPanel .rt {
	float: right;
	width: 114px;
	margin-right: 16px;
	padding-bottom: 7px;
	background-color: #fafafa;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
}
#menuPanel .lt,
#menuPanel .rt {
	margin-top: 2px;
	margin-bottom: 1px;
}
#menuPanel .row.flash .lt {
	background-image: url(graphics/homedotredFlash.gif);
}
#menuPanel .row.flash .rt::after {
	content: "";
}

#siteBox,
#siteBack,
#menuIcon,
#foot .footTop,
#siteBox .name,
#menuPanel .menuBack {
	display: none;
}

}

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

#wrap {
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin-left: 206px;
	padding-top: 34px;
}
#main p {
	font-size: 15px;
}

#headBox {
	margin-left: 0;
}

#menuPanel {
	width: 200px !important;
	overflow: visible;
	z-index: 1;
}
#backGrnd {
	width: 130px;
}
#backGrnd,
#menuPanel .rt {
	background-color: transparent;
}

#logo {
	left: 46px;
	top: 14px;
	background-image: url(graphics/hart-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 2;
	display: inline;
}
#logo,
#logo img {
	height: 128px;
	width: 118px;
	border-style: none;
}

#navFrame {
	height: initial;
}
#navFrame.sticky {
	position: fixed;
	top: 21px;
	width: 200px;
}

#menuIpad {
	display: none;
}

}

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

#main {
	margin-right: 174px;
	padding-top: 36px;
	margin-right: 17.1%;
}
#main p {
	font-size: 14px;
}
#foot .footLinks2 p,
#foot .footCopy p {
	margin-left: 206px;
	margin-right: 180px;
}
#logo {
	top: 16px;
}
#navFrame.sticky {
	top: 19px;
}

#topCorner,
#sidePanel {
	position: absolute;
	visibility: visible;
	left: 82.9%;
	right: 17px;
	margin-left: 13px;
	display: block;
	background-color: #fafafa;
	background-image: url(graphics/bgstripe2.gif);
	background-repeat: repeat-y;
	background-position: top center;
	border-left: 1px dotted #d00;
}
#topCorner {
	top: 38px;
	height: 87px;
	padding-bottom: 10px;
}
#sidePanel {
	top: 135px;
}
#iside {
	width: 100%;
	height: 625px;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 24px;
}

}

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

#wrap {
	max-width: 1280px;
}

}


@media only screen and (max-width: 480px) and (prefers-color-scheme: dark) {
/**/

}

@media only screen and (min-width: 320px) and (max-width: 760px) and (orientation: landscape) {
	
#menuPanel {
	position: absolute;
	top: 3px;
	left: -100%;
	width: 100%;
	height: 420px;
}
#navFrame {
	width: 90%;
	margin-left: 5%;

}

}

