html {
	/*overflow: scroll;*/
	overflow-x: hidden;
	overflow-y: auto;






}


body {
	padding-top: 90px !important;


	background: url(/images/cloudsCompressed.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	/*background-image: url(/images/cloudsCompressed.jpg);
	background-size:     cover;                   
	background-repeat:   no-repeat;
	background-position: center center;           */
	font-family: 'Montserrat';
	/*background-color: #FFFFFF !important;*/
	max-width: 100%;
	overflow-x: hidden;
	height:100%;
	min-height: 100vh;
}


#cover {
	/*background-color: white;*/
	position: absolute;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	text-align: center;
}

#coverGif {
	margin-top: calc(50vh - 300px);
	max-width: 100%;
}


.card-block {
	padding-left:10px;
	padding-right:10px;
}

.btn {
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
}



#updateZoom {
	display: none;
}


#pageTitle {
	font-weight: 700;
}

#mainContainer {
	text-align: center;
}

.mainDiv {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	/*transition: .5s;*/
	text-align: center;
}

/*Text of right side of front page*/
#frontPageRight {
	text-align: left;
}

/*Text in collapsing elements on front page.  i.e. whats new and publiuc notice*/
#frontPageCollapse {
	text-align: left;
}



/*List used on site where the list is centered, but the items are left aligned*/
#centeredLeftAlignedList {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	max-width: 900px;
}

li {
	text-align: left
}


table {
	/*	max-width: 95%;*/
	/*background-color: #FDFDFD; */
}





#infoButton {
	background-color: #268bd2;
	margin: 4px;
}

#infoButton:hover {
	background-color: #06568F;
	margin: 4px;

}


a:hover {
	text-decoration: none;
}

#accordianContainer {
	width: 500px;
	max-width: 95%;
	padding: 0;
}

.highlightDiv {
	background-color: rgba(255,255,255,0.3);
	border-radius: 8px;
	margin: 4px;
	transition: .2s;
}

.highlightDiv:hover {
	background-color: rgba(255,255,255,0.6);
	transition: .2s;
}

a.anchor {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}


#healthAdvisoryTable {
	min-width: 95%;
}




#frontPageLogo {
	float: left;
	margin-top: 20px; 
	margin-bottom: 20px; 
	width:150px;
	margin-left: 1vw;
	margin-right: 2vw;
	max-width: 100%;

}


.responsiveButton {
	width: 100%;
	max-width: 350px;
	white-space: normal;
	margin: 2px;
	margin-left: 0;
	margin-right: 0;
}






.collapseButton {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}


.card-block a.dropdown-item {
	overflow-wrap: break-word !important;
	padding-left: 0;
	padding-right: 0;
}








/*Define how the left and right panes will behave on small screens as the default then change the css for larger screens below*/
#leftPane {
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	margin: 0 auto;
}

#rightPane {
	height: 100%;
	vertical-align: top;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}




/* Breakpoint for column collapse - 800px and up)*/
@media (min-width: 800px) {
	#rightPane {
		padding-left: 20px;
		display: inline-block;
		width: 66%;
		padding-top: 5px;
	}

	#leftPane {
		padding-left: 0px;
		border-right: solid 1px;
		display: inline-block;
		width: 33%;
	}

}



/* Breakpoint for column collapse - 800px and up)*/
@media (max-width: 800px) {
	#coverGif {
		margin-top: 125px;
	}

}



.form-check-label:hover {
	font-weight: bold;
}


.tooltip-inner {
	text-align: left;
	font-family: 'Montserrat';
}
