@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/iza0ytm.css"); /*Adobe webfont import for Myriad.*/

html {
  font-size: 100%; /* 16px by default on most browsers */
}

p {font-size: 1rem;}
h1 {font-size:2rem;}
h2 {font-size: 1.5rem;}
a.button {font-size: 1rem;}


@media (max-width: 600px) {
  html {
    font-size: 101%; /* Increases base font on small screens */
  }
}	

body{margin:0; padding:0;background-color: #eaeaea; font-family: "myriad-pro", Segoe UI, sans-serif;}
		
	p {margin:1em 0}
	
	.upper-container{
		background-color: #002147;
		padding:11px 0 18px 0;
		width:100%;
		height: auto;
	}
	
	.lower-container{
		background-color: #eaeaea;
		padding:11px 0 11px 0;
		width:100%;
		height: auto;
	}
	
	.upper-content{
		width: 80%;
		max-width:650px;
		padding:25px 0 25px 0;
		margin: auto;
		position: relative;
	}
		
	.lower-content{
		width: 80%;
		max-width:650px;
		padding:15px 0 25px 0;
		margin: auto;
		position: relative;
	}
		
	div.upper-content h1 {
			color:#fff;
			line-height: 1.1;
			font-weight:400;
		}
	
	div.upper-content h2 {

			color:#0099cc;
		}
		
	div.upper-content p {
			color:#fff;
			line-height:1.7;
			padding-bottom: 0.95rem; 
		}
		
	div.upper-content img {
			margin-bottom:25px;
		}
		
	div.lower-content p {
			color:#454849;
			line-height:1.7;
			padding-bottom: 0.95rem;
		}

	a.button {
  		color: #0099cc !important;
  		border-color: rgba(255, 255, 255, 0);
  		padding: 0.625rem 0.95rem; 
  		background-color: #000033;
  		text-decoration: none; 
}


	a.button:visited {
  		color: #0099cc !important;
}


	a.button:hover {
  		color: white !important;
}	