@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:300,400');

/* At the bottom, There are specific text sizes for mobile, tablets, and desktop sizes */


body {
}

hr {
    display: block;
    border: 0;
    border-top: 1px solid #87bfff;
	margin: 1em 0;
    padding: 0; 
}

img {
    width: 100%;
    height: auto;
}
 picture {
	 display: block;
	 width: 100%;
	 }
p {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	color: #005ac3;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 34px;
	color: #610004;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h3 {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 24px;
}

h4 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1C4F8C;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 22px;
}

li {
	display: list-item;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 22px;
}

p a:link, a:visited {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	color: #005ac3;
	text-decoration: none;
}
p a:hover {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px;
	color: #0c315e;
	text-decoration: underline;
}
#blue-box{
	cursor: pointer;	
}
#blue-box h4 {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1pt;
}
#blue-box h4 a:link {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1pt;
}
#blue-box h4 a:visited {
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1pt;
}
 
div#blue-box:hover h4 a, #blue-box:hover a h4{
    color: #0c315e;
    text-decoration: underline;
}


#footer p {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#footer a:link {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}
#footer a:visited {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}
#footer a:hover {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #B8E7FF;
	text-decoration: underline;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}
#footer a:active {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
	font-style: normal;
}

/* Mobile Layout: 480px and below. */

@media only screen and (min-width: 1px) {
 h1{font-size:24px; line-height: 27px;}
	h2{font-size:24px; line-height: 27px;}
	h3{font-size:18px; line-height: 22px;} 
}

/* Desktop & Tablet Layout: 769px to a max of 1366px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 481px) {
 h1{font-size:30px; line-height: 36px;}
	h2{font-size:27px; line-height: 34px;}
	h3{font-size:20px; line-height: 24px;} 
}
