* {
  box-sizing: border-box;
}
			
			/* Create one full width column */
.column100 {
  float: left;
  width: 100%;
  padding: 10px;
  
}

/* Create a 75% column that will float next to a 25% column */
.column75 {
  float: left;
  width: 75%;
  
	
  
}

/* Create two equal columns that float next to each other */
.column50 {
  float: left;
  width: 50%;
  padding: 10px;
  
}
			
						/* Create three equal columns that float next to each other */
.column33 {
  float: left;
  width: 33.33%;
  padding: 10px;
  
}
			
						/* Create four equal columns that float next to each other */
.column25 {
  float: left;
  width: 25%;
  padding: 10px;
  
}
			
									/* Create five equal columns that float next to each other */
.column20 {
  float: left;
  width: 20%;
  padding: 10px;
  
}

/* Create a 75% press release column that will float next to a 25% column */
.pressrelease75 {
  float: left;
  width: 75%;
  padding: 10px 2em 10px 10px;
	background-color: white;
	
  
}

/* Create a 25% press release column that will float next to a 25% column */
.pressrelease25 {
  float: left;
  width: 25%;
  padding: 10px 10px 10px 2em;
	border-left: 2px solid black;
	background-color: white;
	
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
			

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .column75 {
    width: 100%;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .column50 {
    width: 100%;
  }
}
			
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .column33 {
    width: 100%;
  }
}
			
		
	/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .column25 {
    width: 100%;
  }
}
			
			
				/* Responsive layout - makes the five columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .column20 {
    width: 100%;
  }
}	

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .pressrelease75 {
    width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 736px) {
  .pressrelease25 {
    width: 100%;
  }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.bluebox {
	font-family: Arial, Helvetica, sans-serif;
  border: 1px solid white;
  margin-top: 20px;
  margin-bottom: 20px;
  
  background-color: skyblue;
  color: white;
	
  font-weight: bold;
 font-size: 20px;
	text-align: center;
	width: 100%;
}	

.skyblue {
            background-color: skyblue;
            padding: 1rem;
            border-radius: 15px;
            box-shadow: 0 1px 5px rgba(104, 104, 104, 0.9);
        }

.skyblueroundbox {
  border-radius: 25px;
  border: 2px solid #87CEEB;
  padding: 20px; 
  width: 100%;
  height: 200px;  
}

.newstitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #34587F;
	text-transform: uppercase;
	text-align: center;
}

.newssubtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  color: #34587F;
	text-align: center;
}



.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
.whitetext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #000000;
}

.caption a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.caption a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
		
}
.caption a:hover {

	text-decoration: underline;
	color: #000000;

}

hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 100, 0, 1), rgba(0, 0, 0, 0));
	color: #74522F;
}


.image.full {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.full img {
				width: 100%;
			}






.gray14option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #4D4D4D;
  border-bottom: 1px solid #525252;
  width: 75%;
}









.bullets
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	list-style-type:disc;
	list-style-position:outside;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:20px;
	text-align:left;
	color: #000000;

}
.bullets a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	
	font-weight: normal;
	color: #000000;
	
}
.bullets a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
		
}
.bullets a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #000000;

}


 .table300 {
  padding: 10px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  float: left;
  width: 300px;
}
.table300 img {
  margin-bottom: 20px;
} 


.table250 {
  padding: 10px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  float: left;
  width: 250px;
}
.table250 img {
  margin-bottom: 20px;
}


.table150
{
	padding:10px;	
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	float:left;
	width:150px;
}

.table150 img
{
	border-width:3px;
	border-style:solid;
	border-color:#1D645D;
	margin-bottom:10px;
	
	
}




.homeimagegraytwo
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}

.homeimagegraytworight
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:2px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}

.homeimagegraytwoleft
{
	border-width:2px;
	border-style:solid;
	border-color:#F7F7F7;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:2px;
	margin-top:5px;
	padding-left:2px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	
	
}


