
body {
  margin: 0;
  font: 16px Arial, sans-serif;
}

h1 {
	color: #000099;
	font:20px Arial, sans-serif;
	font-weight: bold;
	font-size:26pt;
	
}
h2 {
	color: #000099;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:20pt;
	
}
h3 {
	color: #000099;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:20pt;
}
h4 {
	color: #000099;
	font: 16px Arial, sans-serif;
	font-weight: bold;
	font-size:14pt;
}

h4.red {
	color: #ff0000;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:10pt;
}
h5 {
	color: #00000;
	font: 16px Arial, sans-serif;
	font-weight: bold;
	font-size:12pt;
}
label {
	color: #000099;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:10pt;
}
img {
    max-width: 100%;
    max-height: 100%;
	object-fit: contain;
}
iframe{
    overflow: hidden;
	border: none;
	width: auto;
	height: auto;
}

.contentWrapCenter {
	float: left;
width:33%;

}
.contentWrap {
	float: left;
width:33%;

}
.contentWrapRight {
	float: right;
width: 33%;

}
.centerPgTitle {
	/*text-align-last: center;
	align: center;
	float: right;
	margin-left: -100px;
	align: center;
	float: right;
	color: red;
    background-color: white;
    padding: 2px;
	margin-left: -100px;
    display: inline-block;
	margin-top:0;
    height:120px;
	text-align-last: center;
    margin: auto;
	margin-right:auto;
	margin-bottom:0;
	margin-left:-20px;*/
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.hoeBadge{
	vertical-align: top;
	border: 0px;
	height: 108px;
	width: 155px;
}
.hoeDangle{
	vertical-align: top;
	border: 0px;
	height: 36px;
	width: 140px;
}
.tablehw{
	color:#102a9b;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:12pt;
	
	border-radius: 8px;
	padding:5px;
	border:1px solid black;
	width:60%;
}
.tablehh{
	color:#102a9b;
	font: 20px Arial, sans-serif;
	font-weight: bold;
	font-size:12pt;
	
	border-radius: 8px;
	padding:5px;
	border:1px solid black;
	width:100%;
}
.tabletd{
	vertical-align: middle;
	padding: 5px;
}


.contentBlock {
	/*display: inline;         Default of all elements, unless UA stylesheet overrides */
	/*display: block;          UA stylesheet makes things like */
	display: inline-block;   /*Characteristics of block, but sits on a line */
	/*padding: 15px;*/
	vertical-align: bottom;
	margin: 5px;
	padding-left: 10px;
	width: 290px;
	height: 200px;
	border-radius: 8px;
	border:2px solid black;
}
.contentBlockClean {
	display: inline-block;
	vertical-align: center;
	margin: 5px;
	padding-left: 10px;
	width: auto;
	height: auto;
}
div.container5 {
  height: 10em;
  /*display: flex;*/
	display: inline-block;
	/*align-items: center;*/
	width: 180px;
}
div.container5 p {
	margin: 0; 
	text-align: center;
}
div.container5 img {	
    display: block;
	margin: 0 ;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.rotate90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/*transform: rotate(90deg);*/
}
.rotate180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/*transform: rotate(180deg);*/
}
.rotate270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	/*transform: rotate(270deg);*/
}
.horiz{
	width: 320px;
	height: 240px;
}
.vert{
	width: 240px;
	height: 320px; 
}
.imgWlink{
	border-radius: 8px;
	padding:5px;
	background: #c0392b ; /*#882255;*/
	border:1px solid black;
	/*padding: 15px 15px 0;
  background-color: white;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
}
.imgWOlink{
	border-radius: 8px;
	padding:5px;
	background:silver;
	border:1px solid black;
}
.labelPopOut {
	color: blue; /* #102a9b;*/
	font: 18px Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.labelPopOut:hover {
	cursor: pointer;
}
.container {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.linkImgBlock {
	/*display: inline;         Default of all elements, unless UA stylesheet overrides */
	/*display: block;          UA stylesheet makes things like */
	display: inline-block;   /*Characteristics of block, but sits on a line */
	padding: 15px;
	vertical-align: bottom;
	width: 90px;
	height: 120px;
	border: 0px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*                 test CSS for popout image  
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
*/
.popOutImg:hover {
	opacity: 0.7;
	cursor: -webkit-grab; 
	cursor: grab;}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/*
.grab {cursor: -webkit-grab; cursor: grab;}
.zoom-in {cursor: zoom-in;}
*/

/*#myImg:hover {opacity: 0.7;}*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 90%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  background-color: rgba(0,0,0,0.9);  /*Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  height: 90%;
  /*max-width: 700px;*/
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 300ms;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 500ms;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and { /* (max-width: 700px){*/
  .modal-content {
    width: 100%;
	height: 100%;
  }
}


