html{height:100%}

body{
	font-family:Roboto,Arial,sans-serif;
	color:#484646; line-height: 1.625; 
	font-weight:400;
	height:100%;
	/*padding-top: 98px;*/
	display: flex;
	flex-direction: column;
	}

/**/
h1,h2,h3,h4,h5,h6{font-family:Roboto,Arial,sans-serif; color:#005934; font-weight:200;}
p{font-family:Roboto,Arial,sans-serif;}

.page-title{
text-shadow: -1px 1px 6px #006944,
				  1px 1px 6px #006944,
				 1px -1px 6px #006944,
				-1px -1px 6px #006944;
				color:#fff;	
				display: flex;
  				justify-content: left;
  				align-items: center;
  				height: 120px;
				font-size: 2em;
				line-height:1.75em;
	
}


h2{font-size: 1.60rem; line-height:1.1; font-weight:400;}
h3{font-size: 1.60rem; line-height:1.1; font-weight:400;}

/* publication headings */
h2.guideline-heading{
	font-style:italic; font-size:1.1em;
}
h3.guideline{
	font-size:1em;
}

/* patient publication headings */ 
h2.patient-publication-card-heading{
	font-size:1.75em;
	color: #005934;
	font-weight:400;
}

h2.patient-publication-card-heading p.card-text{
	font-size:1.0em;
	font-weight:400;
}


h2.covid-heading{
	color:#fff; background-image:url(/media/1622/covid-19-guidance-banner.jpg); font-size:1.1em;
	height:51px; padding-left:5px; line-height:51px;
}

p.homepage-covid-advice{
	color:#000;padding-top:8px;padding-bottom:12px;
	border-bottom:dashed 1px #005934; padding-left:5px;
}

.hide-me{display:none; visibility:hidden;}

.top-menu-item{color: #000000;
    font-size: 14px; line-height:17px;
    text-align: center;
	margin-right:1.5em;
    font-family: open-sans, sans-serif; font-weight: 500;
	;}
a.top-menu-item:link{color:#001055; font-weight: 500;}
a.top-menu-item:hover{color:#001055; font-weight: 600;}
a.top-menu-item:visited{color:#001055; font-weight: 500;}

p{max-width:55em;}

a{font-family:Roboto,Arial,sans-serif; color:#005934;} /*darkened SIGN green (#006944;) for AAA contrast compliance */

table.table-striped{
padding-top:10px;
}

table tbody tr td.table-striped {
	border: 0.0625rem solid #f0f3f7;
	padding: 0.625rem 1.25rem;
	color: #6D6E71;
	font-weight: 300;
	font-size: 1.125rem;
	background-color: #fff;
}

th.table-striped {
	border: 0.0625rem solid #f0f3f7;
	padding: 0.625rem 1.25rem;
	/*color: #6D6E71;*/
	color:#efefef;
	font-weight: 300;
	font-size: 1.125rem;
	background-color: #999;
}

.tab-pane{ padding-top:0.5em; margin-bottom:1em;

}


.generic-page-row-style{min-height:100px; word-wrap: break-word;}

/**/
.docInfo{font-size:0.9em; font-weight:bold; }
.myDocInfo{font-weight:bold;}



.gline-left-menu{line-height:1.5em;font-size:1.15em;}
.gline-left-menu a{font-weight:600;color:#000;}



.emphText{font-size: 125%; line-height:1.3}

/* pills */
.pill-button {text-decoration:none;display:inline-block;padding:.5em 1em;position:relative;margin: 1em;min-width:10em;}
.pill {border-radius:2em;background-color:#fff;color:#006944;}
.pill-button:hover {background-color:#fff;color:#006944;}
.pill-border {border:1px solid #006944 !important;}
/* reinforce radius subpixel rendering by doubling up*/ 
.pill-double-border:before {content:'';position:absolute;border-radius:2em;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid #006944;z-index:-1;}

.pill-box-shadow {box-shadow: 0 0 0 1px #006944;} 
.pill-double-box-shadow {box-shadow: 0 0 0 1px #006944, 0 0 0 1px #006944;}


/*grid backgrounds - used on home page and on other pages where grid control is used*/
.grid-section .col-md-8{background-color:#fff;}
.grid-section .col-md-4{background-color:#fff;}
.grid-section .col-md-6{background-color:#fff;}

	
.home-grid{padding-top:0em;padding-right:0em;background-color:#fff;}
div.home-grid div.column{padding-right:0px !important;}
.home-grid-left{ padding-top:1em; background-color:#fff;}
.home-grid-right{ padding-top:1em; background-color:#fff;}

.generic-grid{padding:1em;background-color:#f2f2f2;}
.generic-grid-nocolor{background-color:#f2f2f2;}
.generic-grid-alt{padding:1em;background-color:#338;}
.generic-grid-cell{padding:1em;background-color:#fff;}

.patient-pub-grid-left{border-right:#f2f2f2 solid 5px;}
.patient-pub-grid-left{border-left:#f2f2f2 solid 5px;}

.borderblockheight{height:25px;margin-bottom:1em;}

/*.umb-grid{background-color:#fff;}</style>*/

.extra-padding{ padding-top:0em;}


.sign-background{ background-image: url(/media/1028/footer_tile_green.png); background-repeat:repeat;height:100%;}

div.sign-background img{
	 	vertical-align: middle !important; height:95%; padding:1em; display:inline-block;	
	}

* {
   min-height: 0.01px;
}


/************************************ Search ***********************************************/
.search-nav-button{
	border: #ccc solid 1px;
    display: inline-block;
    width: 1.55rem;

padding: 0.2rem 0.2rem;

}

.search-result h3{font-size: 1.25em;}

ul.search-result-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
	
/*media queries */
@media screen and (min-width: 576px) {
  .page-title {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 576px) {
  .page-title {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 992px) {
  .page-title {
    font-size: 2em;
  }
	
@media screen and (min-width: 500px) {
  .page-title {
    word-wrap: break-word;
	white-space: normal; 
  }
	
	

	
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
	
	
.scenario{border: #005934 solid 1px; background-color: #c3d69b; padding:5px;}

.maincontentbg {background-color:#fff;padding:2em;}