@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
  	margin: 0;
  	font-family: Helvetica;
	background-color: #1E4695;
	text-size-adjust: none;
  	-webkit-text-size-adjust: none;
  	-moz-text-size-adjust: none;
 	-ms-text-size-adjust: none;
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
	-webkit-text-size-adjust:none;
 	-ms-text-size-adjust:none;
 	-moz-text-size-adjust:none;
 	text-size-adjust:none;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
* {
  box-sizing: border-box;
}
h1 {
	font-size: 20px;
	margin: 0;
	color: white;
}
h2 {
	font-size: 24px;
	margin: 0;
	color: white;
}	
h3 {
	font-size: 20px;
	margin: 0;
	color: white;
	text-align: center;
}
h4 {
	font-size: 16px;
	margin: 30px 0 15px 0px;
	color: white;
}
h5 {
	font-size: 8px;
	margin: 30px 0 15px 0px;
	color: white;
}
p {
	font-size: 16px;
	line-height: 150%;
	color: white;
}
figcaption {
	margin: 5px 0 30px 0;
	font-size: 12px;
	font-style: italic;   
	color: white;
}
hr {
    border: none;
    height: 1px;
    background-color: white;
}
a:link {
	text-decoration: none;
	color: white;
}
a:hover {
	color: black;
}
a:visited {
	color: white;
}

/* FRONT PAGE GRID */
.grid{
	display: inline-grid;
  	grid-template-columns: repeat(2, 1fr);
  	grid-column-gap: 10px;
  	grid-row-gap: 10px; 
	width: 100%;
}
.item {
  	width: 48%;
	margin: auto;
}
.item img {
	width: 100%;
}
.item_text_center {
	margin: auto;
	text-align: center;
}
.item_text_center img {
	width: 75%;
}
.item:hover {
    transform: scale(1.01); 
	transition: transform .2s;
	opacity: 0.8;
}
@media (max-width: 600px) {
.grid {
	display: inline-grid;
  	grid-template-columns: repeat(1, 1fr);
  	grid-column-gap: 10px;
   	grid-row-gap: 50px;
	width: 100%; 
	max-width: 100%;
}
.item_text {
	font-size: 16px;
}
}

/* FULL PAGE WIDTH DIVS */
.full_width_A {
	clear: both;
	width: 100%;
	float: left;
	background-color: #1E4695;
	padding: 30px 50px 0px 50px;
}
@media (max-width: 600px) {
.full_width_A {
  	padding: 15px 10px 0px 10px;
}
}
.full_width_A ul {
	padding: 0;
	color: white;
}	
.full_width_A li {
	font-size: 16px;
	line-height: 150%;
}	
.full_width_A td {
	font-size: 16px;
}

/* Left*/
.text_left {
	margin: 0;
	width: 100%;
  	background-color: #1E4695;
}
.text_left h1 {
  	font-size: 24px;
  	line-height: 200%;
  	margin: 0 0 30px 0;
  	color: white;
  	text-align: left;
}
@media (max-width: 600px) {
.text_center h1 {
  	font-size: 20px;
  	line-height: 100%;
}
}
.brm {
  	display: none;
}
@media (max-width: 600px) {
.brm {
  	display: block;
}
}
.text_left p {
  	font-size: 18px;
  	color: white;
  	line-height: 150%;
}
@media (min-width: 600px) {
.text_left p {
	font-size: 18px;
  	color: white;
  	line-height: 150%;
	text-align: center;
	vertical-align: middle;
}
}
.text_left img {
  	display: block;
  	margin: auto;
  	text-align: center;
  	width: 40%;
}
@media (max-width: 600px)  {
.text_left img {
  	width: 75%;
}
}	
.text_left ul {
  	margin: -15px 0px 25px 16px;
  	padding: 0;
  	color: white;
}	
@media (max-width: 600px)  {
	.text_left ul {
	  margin-left: 20px;
	}
	}
.text_left li {
  	font-size: 16px;
  	line-height: 150%;
}	
.text_left td{
  	font-size: 1em;
}
.text_left td img{
  	padding-top: 20%;
}
.text_left iframe{
  	margin-top: 5px;
}
.text_left hr {
  	border: none;
  	height: 1px;
  	background-color: white;
}

/* Center */
.text_center {
  	margin: auto;
  	width: 100%;
	background-color: #1E4695;
}
.text_center h1 {
	font-size: 24px;
	line-height: 200%;
	margin: 0 0 30px 0;
	color: white;
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 600px) {
.text_center h1 {
	font-size: 20px;
	line-height: 100%;
}
}
.brm {
	display: none;
}
@media (max-width: 600px) {
.brm {
	display: block;
}
}
.text_center p {
	font-size: 18px;
	color: white;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
}
.text_center img {
	display: block;
	margin: auto;
	text-align: center;
	width: 40%;
}
@media (max-width: 600px)  {
.text_center img {
	width: 75%;
}
}	
.text_center ul {
	margin: -15px 0px 25px 16px;
	padding: 0;
	color: white;
}	
.text_center li {
	font-size: 16px;
	line-height: 150%;
}	
.text_center td{
	font-size: 1em;
}
.text_center td img{
	padding-top: 20%;
}
.text_center iframe{
	margin-top: 5px;
}
.text_center hr {
	border: none;
    height: 1px;
    background-color: white;
}
@media (max-width: 600px)  {
.text_center ul {
	margin-left: 20px;
}
}

/* FOOTER */
.footer { 
	clear: both;
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
	color: white;
	padding: 30px 50px 20px 50px;
}
@media (max-width: 600px) {
.footer {
	padding: 30px 10px 10px 10px;
}
}
.footer a:link {
	text-decoration: none;
	color: white;
}
.footer a:hover	{
	opacity: 0.8;
}
.footer a:visited { 
	color: white;
}

