
body {
  margin: 0 auto 0 auto;
  font-size: 100%;
  background-color: #EDEDED;
  font-family: arial;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH WEBKIT HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 800px) {
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#banner {
	box-sizing: border-box;
	position:fixed;
	margin:0;
	height: 62px;
	width: 100%;
	display:block;
	background-color:#004080;
	border-bottom: 2px #E0DEDE solid;
	z-index:9998;
	top:0;
}

#icon {
  position:absolute;
  height:100%;
  margin-left: 50px;
  z-index:99999;
  vertical-align:middle;
  display:inline-block;
	color:white;
	text-decoration:underline;
	font-size:24px;
	font-family:Calibri, Arial, sans-serif;
	font-weight:600;
}

.icon a:hover {color:white;}
.icon a:link {color:white;}
.icon a:visited {color:white;}

#center-share {
	position:absolute;
	height:100%;
	right: 50px;
	z-index:999;
	vertical-align:middle;
}

.vertical-align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#newsletter {
	font-family:Calibri, sans-serif;
	text-align:center;
	display:inline-block;
	margin-right: 13px;
	vertical-align:middle;
	line-height:1em;
	background-color:#004080;
}

.newsletter a:hover {color:white; text-decoration:none;}
.newsletter a:link {color:white; text-decoration:none;}
.newsletter a:visited {color:white; text-decoration:none;}

/* HHHHHHHHHHHHHHH SHARE ICON HHHHHHHHHH */

.share-page {
	display:inline-block;
	height:100%;
	z-index:999;
	vertical-align:middle;
  text-align:center;
  padding-right:4px;
  margin-right:5px;
}

.share-page-icon {
	display: inline-block;
  cursor:pointer;
	padding-left:5px;
  padding-right:5px;
	vertical-align:middle;
	font-family:Calibri, sans-serif;
	z-index:99999;
}

.share-box {
	width:300px;
  padding:20px;
	position:absolute;
	right:125px;
	top:62px;
	z-index:1000000;
	background-color:#004080;
	color:white;
	text-align:center;
	border-left:3px #D5D1D1 solid;
	border-bottom:3px #D5D1D1 solid;
  border-radius: 4px;
  visibility:hidden;
}

/* HHHHHHHHHHHHHHH MEMBER-SUBSCRIBE BOX HHHHHHHHHH */

.subscribe {
  display:inline-block;
  vertical-align:middle;
  color:white;
  font-family:Calibri, sans-serif;
  font-weight:bold;
  font-size:110%;
  padding-right:5px;
}

.login-icon {
  display:inline-block;
  vertical-align:middle;
  color:white;
  font-family: Calibri, sans-serif;
  font-weight:bold;
  font-size:110%;
  padding-right:5px;
}

.subscribe a:hover, .login-icon a:hover {color:white;}
.subscribe a:visited, .login-icon a:visited  {color:white;}
.subscribe a:link, .login-icon a:link  {color:white; text-decoration:none;}

.login-box {
  display:inline-block;
  vertical-align:middle;
  border-left:2px white solid;
  padding-left:7px;
  cursor:pointer;
}


/* HHHHHHHHHHHHHHH SHARE BUTTONS HHHHHHHHHH */

#facebook-share-button {
	display: inline-block;
	font-family:Calibri, sans-serif;
	vertical-align:middle;
  margin-left:10px;
  margin-right:10px;
	cursor:pointer;
}

#tweet-button {
	display: inline-block;
  margin-left:10px;
  margin-right:10px;
	font-family:Calibri, sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

#pinterest {
	cursor:pointer;
	display:inline-block;
  margin-left:10px;
  margin-right:10px;
	vertical-align:middle;
}

#email-button {
	display: inline-block;
	font-family:Calibri, sans-serif;
	vertical-align:middle;
  margin-left:5px;
	cursor:pointer;
}

/* HHHHHHHHHHHHHHH MOBILE STYLES HHHHHHHHHHHHH */

.mobile-login {
	display: inline-block;
	padding-left:5px;
  padding-right:5px;
	vertical-align:middle;
	font-family:Calibri, sans-serif;
	z-index:99999;
}

.hamburger {
	display: inline-block;
	margin-left:20px;
	vertical-align:middle;
	font-family:Calibri, sans-serif;
	z-index:99999;
}

.icon-small {
  position:absolute;
  height:100%;
  margin-left: 30px;
  z-index:99999;
  vertical-align:middle;
	color:white; 
	text-decoration:none; 
	font-size:18px; 
	font-family:Calibri, Arial, sans-serif; 
	padding-top:8px;
	font-weight:600;
  display:none;
}

.icon-small a:hover {color:white; text-decoration:none;}
.icon-small a:link {color:white;text-decoration:none;}
.icon-small a:visited {color:white;text-decoration:none;}

.collapsing-menu {
	width:300px;
  padding:20px;
	position:absolute;
	right:-300px;
	top:62px;
	z-index:1000000;
	background-color:#004080;
	color:white;
	text-align:center;
	border-left:3px #D5D1D1 solid;
	border-bottom:3px #D5D1D1 solid;
  border-radius: 4px;
  display:none;
}

.collapsing-menu-link {
  padding-top:5px;
  padding-bottom:5px;
}

.sliding-menu {
  width:85%;
  height: 2px;
  padding: 0;
  background-color: #E0DEDE;
  border-width: 0px;
}

.login-menu {
	width:200px;
  padding:20px;
	position:absolute;
	right:0px;
	top:62px;
	z-index:1000000;
	background-color:#004080;
	color:white;
	text-align:center;
	border-left:3px #D5D1D1 solid;
	border-bottom:3px #D5D1D1 solid;
  border-radius: 4px;
  visibility:hidden;
}

.collapsing-menu-link a:hover, .login-menu a:hover  {color:white; text-decoration:none;}
.collapsing-menu-link a:link, .login-menu a:link  {color:white; text-decoration:none;}
.collapsing-menu-link a:visited, .login-menu a:visited  {color:white; text-decoration:none;}

.cancel-collapsing-menu {
	display:none;
	margin-left:20px;
	vertical-align:middle;
}

.search-call {
	display:none;
	height:100%;
	z-index:999;
	vertical-align:middle;
	padding-right:4px;
}

.mobile-call {
	display:none;
	height:100%;
	z-index:999;
	vertical-align:middle;
	margin-left:10px;
  text-align:center;
  padding-right:4px;
}

.mobile-center-share {
	position:absolute;
	height:100%;
	right: 30px;
	vertical-align:middle;
	display:none;
	z-index:99999;
}

.cancel-mobile-search {
	margin-left:30px;
	vertical-align:middle;
	display:none;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH ZOOM SEARCHBOX HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#search-box {
	position:absolute;
	height:100%;
	width:100%;
	margin:0 auto 0 auto;
	z-index:999;
	vertical-align:middle;
	text-align:center;
	background-color:#004080;
}

.search-box {
	display:block;
}

.background-light-blue {
	background-color:#3A72F3
}

#search-box-center {
	display: inline-block;
	font-family:Calibri, sans-serif;
	vertical-align:middle;
	background-color:white;
	border-radius:6px;
	border:2px #004080 solid;
}

.zoom_searchbox {
  width: 400px;
	height:27px;
	vertical-align:middle;
	padding-left: 5px;
	padding-top:1px;
	padding-bottom:1px;
	font-size:18px;
	border:0px;
	margin-left: 3px;
	display:inline-block;
	box-sizing: border-box;
	z-index:20000;
}

textarea:focus, input:focus {
    outline: none !important;
    border: 1px #717C8C solid;
}

input.zoom_button {
	display:none; 
	border:3px #D5D1D1 solid;
	background-color:#D5D1D1;
	height:19px;
	width:21px;
	padding:1px;
	vertical-align:middle;
	font-size:14px;
  border-radius: 4px;
  -webkit-appearance: none;
}

input {
	 border-radius: 0;
    -webkit-appearance: none;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHH ZOOM AUTOCOMPLETE HHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#zoom_ac_dropdown {
	margin-top:25px;
	display: inline-block;
	z-index:20000;
}

.zoom_ac_dropdown {
    font-family: Arial;
    font-size: 12pt;
    background-color: white;
		border:3px #D5D1D1 solid;
    border-radius: 4px;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;    
    max-height: 150px;
    display:inline-block;
    width:300px;
    text-align:left;
    padding-left: 5px;
		box-sizing: border-box;
		z-index:20000;
}

.zoom_ac_item {
    padding-top: 1px;
    padding-bottom:1px;
    color: black;
    width: auto; 
		display:block; 
}

.zoom_ac_item a:link { color: black; white-space:normal;}

.zoom_ac_item a:visited { color: black; white-space:normal;}

.zoom_ac_item a { width: auto; text-decoration: none; }

.zoom_ac_item a:hover { color: black; background-color: #f1f1f1; width:auto; text-decoration:none; font-weight:bold; }

.zoom_ac_item_hl a:hover { background-color: #f1f1f1; width:auto; text-decoration: none; }

.zoom_ac_item_hl {
	padding: 1px;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #00DDDD;    
    text-decoration: none;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 1500 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 1500px) {

#center-share {
    right:20px;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 1350 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 1350px) {

#icon {
  margin-left: 30px;
}

#center-share {
    display: none;
}

.mobile-center-share {
	display: block;
}

.mobile-call {
  display:inline-block;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 1000 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 1000px) {
.zoom_searchbox {
	width:350px;
}
}


/* HHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 900 HHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 900px) {

#icon {	
	display:none;
}

.icon-small {
	display:inline-block;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 700 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 700px) {
.zoom_searchbox {
	width:300px;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 650 HHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 650px) {

.search-box {
	top:62px;
	visibility:hidden;
}

.search-call {
	display: inline-block;
}

.zoom_searchbox {
	width:320px;
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 450 HHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 450px) {

.cancel-mobile-search {
	margin-left:15px;
}

.zoom_searchbox {
	width:320px;
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 400 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 400px) {

.zoom_searchbox {
	width:275px;
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHHH BANNER - MAX WIDTH 350 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 350px) {

.zoom_searchbox {
	width:230px;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH MAIN PAGE HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

/* HHHHHHHHHHHHHHHHHH HIDE BACKGROUND HHHHHHHHHHHHHHHHHHHHHH */

.hide-background { 
  display:none;
  opacity:0.9;
  background:#656262; 
  position:fixed; 
  top:0; left:0; 
  width:100%; 
  height:100%;
  z-index:10;
} 


/* HHHHHHHHHHHHHHHHHHH SEARCH PAGE HHHHHHHHHHHHHHHHHHHHH */

#search-page-box {
	color:#5E5C4F;
	border:1px #A8A2A2 solid;
	border-radius:4px;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.24);
	padding:7px;
	background-color: white;
	position:fixed;
	top:100px;
	right:50px;
	vertical-align:middle;
	display:none;
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
  user-select: none;
}

#search-page {
	width:150px;
}

input[type="text"] {
  font-size: 18px;
}

#search-open {
	display:inline-block;
	position:fixed;
	top:160px;
	right:80px;
	vertical-align:middle;
	cursor:pointer;
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
  user-select: none;
}

.close-search {
	cursor:pointer;
}

.search-div {
 padding-top:10px;
 vertical-align:middle
}

@media screen and (max-width: 1000px) {

#search-open {
	top:160px;
}
}

/* HHHHHHHHHHHHHHHHHHH SEARCH PAGE SAFARI CODE HHHHHHHHHHHHHHHHHHHHH */


@media screen and (min-width: 768px) and (max-width: 1185px) {
  .safari #search-page-box.keyboard-on {
		top: calc(100px + 280px);
}
}

@media screen and (max-width: 767px) {
  .safari #search-page-box.keyboard-on {
		top: calc(100px + 230px);
}
}

/* HHHHHHHHHHHHHHHHHHH END SAFARI CODE HHHHHHHHHHHHHHHHHHHHH */


@media screen and (max-width: 800px) {

#search-open {
	right: 30px;
	top: auto;
	bottom: 150px;
}
}

.image-vert-middle {
	vertical-align:middle;
}

.highlight {
	background-color:yellow;
}

#search-result {
	width:20px;
	color:black;
	display:inline-block;
	vertical-align:middle;
	font-size:90%;
	border:0;
	margin:0 3px 0px 3px;
}

#result-up, #result-down {
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHH MAIN DIVS HHHHHHHHHHHHHH */

#page-title {
	position:fixed;
	width:100%;
	height: 30px;
	top:62px;
	background-color:white;
	z-index:50;
	border-bottom: 2px #E0DEDE solid;
}


#guidebox {
	position:fixed;
	font-family: Arial, sans-serif;
	overflow: auto;
	z-index: 9;
	text-align:left;
	top: 90px;
	width: 335px;
	padding-right: 10px;
	padding-left: 20px;
	border-right:2px #E0DEDE solid;
	height:auto;
	bottom:0;
  background-color: #f1f1f1;
  font-size: 100%;
}


#mainbox {
	position:absolute;
	font-family: Arial, sans-serif;
	z-index: 8;
	text-align: left;
	left: 367px;
	top: 90px;
	right:0;
	width: auto;
	padding-right: 30px;
	background-color: white;
	line-height:1.5em;
	overflow-anchor:none;
}

.flex-div {
	display:flex;
	flex-wrap:wrap;
}

.div-box {
	border-color:#D4D0D0; 
	border-width:4px;
	border-style:solid;
	border-radius:6px;
  background-color:#F8F8F8;
	padding:10px;
	margin:10px;
	margin-left:20px;
}

@media screen and (max-width: 800px)  {
	
.div-box {
	margin:10px;
}
}

@media screen and (max-width: 500px)  {
	
.div-box {
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
}

.div-panels {
	display:inline-block;
	margin:5px;
	padding: 8px;
	vertical-align:top;
	width:auto;
	background-color: white;
	color:#000000;
  border:2px solid #DDDDDD;
	border-radius:6px;
	flex: 1 1 auto;
}

.div-panels-block {
	display:block;
	margin:5px;
	background-color:white;
	border:2px solid #DDDDDD;
	padding:8px;
	vertical-align:top;
	width:auto;
	color:#000000;
	border-radius:6px;
	flex: 1 1 auto;
}

.div-study {
	display:block;
	margin:5px;
	padding: 6px;
	vertical-align:top;
	width:auto;
	background-color: #E3E1E1;
	color:#252525;
	border-radius:6px;
	flex: 1 1 auto;
}

.div-study-margin {
	display:block;
	margin:5px;
	margin-left:20px;
	padding: 6px;
	vertical-align:top;
	width:auto;
	background-color: #E3E1E1;
	color:#252525;
	border-radius:6px;
	flex: 1 1 auto;
}

@media screen and (max-width: 800px)  {
	
.div-study-margin {
	margin-left:10px;
	margin-right:10px;
}
}

@media screen and (max-width: 500px)  {
	
.div-study-margin {
	margin-left:5px;
	margin-right:5px;
}
}

.div-study-panel {
	display:inline-block;
	margin: 5px;
	padding: 6px;
	vertical-align:top;
	width:auto;
	background-color: #F5F5F5;
	color:#252525;
	border-radius:6px;
	flex: 1 1 auto;
}

.div-study-panel-block {
	display:block;
	margin:5px;
	padding: 6px;
	vertical-align:top;
	width:auto;
	background-color: #F5F5F5;
	color:#252525;
	border-radius:6px;
	flex: 1 1 auto;
}


.float-top {
	display: none;
}

.float-top-anchor {
	top: -100px;
	left:-1280px;
	position:relative;
	visibility:hidden;
	display:block;
}

.overflow {
	overflow:auto;
}

.gb-expand {
	display:block;
	border-top:3px #E0DEDE solid;
	padding-top:3px;
	cursor:pointer;
}

.gb-div {
  display:none;
}

ul.gb-div a {
	border-top:0;
}

.gb-expand-icon {display:inline-block;}

.image-expand {padding-bottom:4px;padding-right:3px;}

.expand-all {
	display:block;
	border-top:3px #E0DEDE solid;
	padding-top:3px;
	cursor:pointer;
}

.expand-close-all {display:inline-block}

.adjacent-columns {
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
	white-space:nowrap;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH DIV TABLE STYLE HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */
.div-table-style-head {
	font-size: 1em;
	text-align:left;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:3px solid gray;
	border-bottom:0px;
	border-collapse:collapse;
	margin-left: 2em;
	background-color: #ebebeb;
	font-weight:bold;
}

.div-table-style-data {
	font-size: 1em;
	text-align:left;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:3px solid gray;
	border-collapse:collapse;
	border-bottom:0px;
	margin-left: 2em;
	background-color:white;
	font-size: 1em;
}

@media screen and (max-width: 800px) {

.div-table-style-head {
	margin:0 auto 0 auto;
}

.div-table-style-data {
	margin:0 auto 0 auto;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH SIDE EFFECT STYLES HHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

.side-effect-heading {
	display:block;
	background-color:#EBEBEB;
	padding:4px;
	border-radius: 4px;
}

.side-effect {
	border:2px #A7A7A7 solid;
	padding:8px;
	padding-top:6px;
	border-radius:4px;
	margin-left:20px;
}

@media screen and (max-width: 800px)  {
	
.side-effect {
	margin-left:10px;
	margin-right:10px;
}
}

@media screen and (max-width: 500px)  {
	
.side-effect {
	margin-left:5px;
	margin-right:5px;
}
}

.div-se-panel {
	border: 1px solid #B9B9B9;
	margin:10px 5px 5px 5px;
	padding:6px;
	border-radius:4px;
}

@media screen and (max-width: 500px)  {

.div-se-panel {
	margin-left:2px;
	margin-right:2px;
}
}

.study-marker {
	margin:0;
	display:inline-block;
	font-size:80%;
	font-weight:bold;
	margin:0;
	background-color:#004080;
	border-radius:4px;
	color:white;
	padding: 2px;
	line-height:12px;
	vertical-align:top;
}

/* HHHHHHHHHHHHHHHHHHH MAX WIDTH 1100 HHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 1100px) {

#guidebox {
	width: 300px;
}

#mainbox {
	left: 332px;
}
}

/* HHHHHHHHHHHHHHHHHHH MAX WIDTH 1000 HHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 1000px) {

#guidebox {
	width: 270px;
}

#mainbox {
	left: 302px;
}
}

/* HHHHHHHHHHHHHHHHHHH MAX WIDTH 900 HHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 900px) {

#guidebox {
	width: 240px;
}

#mainbox {
	left: 272px;
}
}

/* HHHHHHHHHHHHHHHHHHH MAX WIDTH 800 HHHHHHHHHHHHHHHHHHHHH */

@media screen and (max-width: 800px)  {

.float-top {
	display: none;
	position:fixed;
	right: 32.5px;
	bottom: 82px;
	z-index:999;
}

#banner {
	position:relative;
}

#page-title {
	position:relative;
	top:0px;
	height:auto;
}

#guidebox {
  position: static;
  margin-top: 0px;
  padding-left:20px;
  width: auto;
  border: 0px;
  overflow:auto;
  border: 2px #E0DEDE solid;
  border-top:0px;
}

.hide-top {
	display:none;
}

#mainbox {
  position:static;
  width: auto;
  margin: 0;
  border: 0;
  overflow:auto;
  padding: 0;
  padding-right:5px;
  padding-left:5px;
	overflow-anchor:auto;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH TABLES HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

th {
	text-align:center;
	background-color: #ebebeb;
}

td {
	background-color:white;
	font-size: 1em;
}

.table-standard {
	font-size: 1em;
	text-align:center;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:3px solid gray;
	border-collapse:collapse;
	margin-left: 2em;
}

@media screen and (max-width: 800px) {

.table-standard {
	margin:0 auto 0 auto;
}
}

.flex-div .table-standard {
	margin-bottom:10px;
}

.table-standard-center {
	font-size: 1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:3px solid gray;
	border-collapse:collapse;
}

.table-standard-grey {
	font-size: 1em;
	background-color: #ebebeb;
	text-align:center;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border:3px solid gray;
	border-collapse:collapse;
}

.table-standard-vert-middle-text-center {
	margin: 0 auto 0 auto;
	padding: 10px;
	border:3px;
	border-collapse:collapse;
	border:3px solid gray;
	vertical-align:middle;
	text-align:center;
}

.table-standard-vert-middle-text-left {
	margin: 0 auto 0 auto;
	padding: 10px;
	border:3px;
	border-collapse:collapse;
	border:3px solid gray;
	vertical-align:middle;
	text-align:left;
}

.table-standard-vert-top-text-left {
	margin: 0 auto 0 auto;
	padding: 10px;
	border:3px;
	border-collapse:collapse;
	border:3px solid gray;
	vertical-align:top;
	text-align:left;
}

.table-standard-vert-top-text-center {
	margin: 0 auto 0 auto;
	padding: 10px;
	border:3px;
	border-collapse:collapse;
	border:3px solid gray;
	vertical-align:top;
	text-align:center;
}

.caption {
	caption-side:bottom;
	text-align:left;
	padding-top:0.3em;
	padding-bottom:1em;
}

.caption-two {
	caption-side:bottom;
	text-align:left;
	padding-top:0.3em;
	padding-bottom: 5px;
}


.table-study {
	font-size: 100%;
	text-align:center;
	padding:5px;
	border:2px solid #B1ABAB;
	border-collapse:collapse;
	border-spacing:0;
	margin-left: 2em;
}

.table-study-vert-middle-text-left {
	font-size: 100%;
	text-align:left;
	padding:5px;
	border:2px solid #CBC7C7;
	border-collapse:collapse;
	border-spacing:0;
	margin-left: 2em;
	vertical-align:middle;
}

@media screen and (max-width: 800px) {

.table-study {
	margin:0 auto 0 auto;
}
}

.table-thin-border {
	text-align:center;
	padding:5px;
	border:2px solid #BDB9B9;
	white-space:nowrap;
	border-collapse:collapse;
	border-spacing:0px;
	margin: 0 auto 0 auto;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH LISTS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

ul {
  list-style-image: url(image/round-bullet.svg);
  margin: 0;
  padding-left: 1.2em;
  list-style-position: outside;
}

ol {
  margin: 0;
  padding-left: 1em;
  list-style-position: outside;
}

.topic-title {
	padding-left: 0.3em;
	list-style:none;
}

.nobullet-no-padding {
	list-style: none;
	padding-left:0em;
}

.margin-3 {
	margin-left: 1.3em;
}

.nobullet-6px {
	list-style: none;
	padding-left: 0.5em;
}

.nobullet-12px {
	list-style: none;
	padding-left: 1.0em;
}

.nobullet {
	list-style: none;
	padding-left: 1.3em;
}

.square-bullet-2-orange {
	list-style-image: url('image/orange-square-bullet.svg');
}

.list-space {
	padding-bottom: 5px;
}

ul.gb-list a {
	border-top:0;
}


/* HHHHHHHHHHHHHHHHHHHHH MAX WIDTH 600 HHHHHHHHHHHHHHHHH */

@media screen and (max-width: 600px) {

ul {
	padding-left:13px;
}

.margin-3 {
	margin-left: 10px;
}

.nobullet-12px {
	padding-left: 10px;
}

.nobullet {
	padding-left: 10px;
}

.square-bullet-2-orange {
	padding-left: 13px;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH LINKS HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

a:link {color: #2F77B2;}
a:visited {color: #2F77B2;}
a:hover {color:#f89807;}
a:active {color: #2F77B2;}

.guidebox a{
  width:auto;
  color: black;
  padding-top:4px;
  padding-bottom:3px; 
  text-align:left;
  text-decoration: none;
  display: block;
	white-space:normal;
	border-top:3px #E0DEDE solid;
}

.guidebox a:hover {background-color: #D5D1D1; color:black;}
.guidebox a:visited {color:black;}
.guidebox a:link {color:black;}

a:visited b {color: #2F77B2;}
a:link b {color: #2F77B2;}
a:hover b {color: #f89807;}

a.anchor{display: block; position: relative; top: -110px; visibility:hidden;}

@media screen and (max-width: 800px) {

a.anchor{
top: -20px;
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH TEXT HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

h1 {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	display:block;
	width: auto;
	margin: 0 auto 0 auto;
	padding-top:3px;
	padding-bottom:3px;
	color:black;
	padding-left:8px;
	padding-right:8px;
}

h2 {
	font-family:arial black, arial, sans-serif;
	font-size:100%;
	color:#000000;
	line-height:100%;
	text-transform:uppercase;
	padding: 3px;
	margin:0;
	display:inline-block;
}

@media screen and (max-width: 350px)  {
	
h2 {
	text-transform: none;
}
}

h3 {
  margin:0;
  background: #EEEEEE;
  margin-bottom: 4px;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:4px;
  padding-right:4px;
  font-size:100%;
  font-weight:bold;
  color:#718E5B;
  border: 2px #B5B0B0 solid;
	border-radius: 5px;
  text-align:center;
  display:inline-block;
}

.block-heading {
	font-family:arial black, arial, sans-serif;
	font-weight:bold;
	font-size:110%;
	background-color:#EEEEEE;
	border:2px solid #DDDDDD;
	padding:5px;
	border-radius:4px;
	color:#000000;
	text-transform:uppercase;
}

.font-80 {
	font-size:80%;
}

.font-90 {
	font-size: 90%;
}

.font-110 {
	font-size: 110%;
}

.navy {
	color:#004080; 
}

.red {
	color: #FF0000;
}

.brown {
	color: #804040;
}

.green {
	color: #367650
}

.nowrap {
	white-space:nowrap;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH LINES HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

.topicline {
	color:  #c0c0c0;
	background-color: #c0c0c0;
	margin-left: 0;
	text-align:left;
	width:50%;
	height: 2px;
	border: 0;
}

@media screen and (max-width: 800px) {
.topicline {
	width:100%;
}
}


/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH IMAGE HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

img {
	vertical-align:middle;
}

.image-center {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-left:5px;
	padding-right:5px;
	height:auto;
	max-width:98%;
}

.image-left {
	margin-left:20px;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	height:auto;
	max-width:98%;
}

@media screen and (max-width: 800px) {

.image-left {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:5px;
	padding-right:5px;
	height:auto;
	max-width:98%;
}
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH DISPLAY HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

.display-none {
	display:none;
}

.display-show {
	display:inline-block;
}

.display-block {
	display:block;
}

.visibility-show {
	visibility:visible;
}

/* HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH JQUERY AUTOCOMPLETE HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH */

#zoom_ac_dropdown {
	display:none;
}

.ui-menu {
	max-height:150px;
	background-color:white;
	border: 1px #717CBC solid;
	padding:3px;
	padding-left:5px;
	overflow:auto;
	overflow-x:hidden;
	font-size: 18px;
  z-index:9999;
	list-style: none;
}

.ui-menu-item {
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.ui-menu-item:hover {
    color: black;
    background-color: #f1f1f1;
    width: auto;
    text-decoration: none;
    font-weight: bold;
}

.ui-helper-hidden-accessible {
	display:none;
}

