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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	color: #505050;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}
    
.pushdown {
    margin-top: 60px;
}

.bottomdown {
    margin-bottom: 20px;
}

.LandingPages {
    background-color: #ede9e9;
	padding-bottom: 72px;
	padding-top: 40px;
    color: white;
}

.more {
	background-color: #FFF;
    padding-top: 12px;
}

p {
    padding-right: 12px;
}

.textmessage {
    background-color: white;
}

.pushsides {
	padding-left: 108px;
	padding-right: 108px;
}

.logo {
	margin-top: 32px;
	margin-bottom: 32px;
}

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
    color: #0077bf;
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}


.featureddiv {
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.featureddiv a:hover {
	color: darkgreen;
}

.featureddiv img {
    margin-bottom: 12px;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 400;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

#Tips {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

.leftsidetips {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 430px;
	padding-left: 10px;
}

.leftside p, .rightside p {
	color: #848484;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill {
	background-color: #0077bf;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover {
	background-color: green;
}


/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 0px;
	padding-bottom: 22px;
}

#innermessage {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	height: 100px;
}

#message p {
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 22px;
}

#col1 {
	padding-top: 20px;
	position: absolute;
	width: 260px;
	left: 0px;
}

#col2 {
	padding-top: 20px;
	margin-left: 300px;
	margin-right: 300px;
}

#col3 {
	padding-top: 20px;
	position: absolute;
	width: 260px;
	right: 0px;
	top: 0px;
}



#message a:link, #message a:visited {
	color: #0177BF;
}

#message a:hover {
	color: #003C80;
}

#message ul {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#message li {
	text-align:left;
	margin-bottom: 0px;
	margin-left: 13px;
}

.messimage {
	border: none;
	margin-left: 15px;
}

hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}


/* ===== ADA / WCAG 2.1 AA Fixes ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
a.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}
a.skip-link:focus {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  z-index: 10000;
  font-size: 1em;
  color: #ffffff;
  background: #000000;
}
main:focus { outline: none; }
a:focus, button:focus, [tabindex]:focus {
  outline: 2px solid #0d4a78;
  outline-offset: 2px;
}

/* Fix #1: link color — overrides Foundation .menu a (#1779ba) with sufficient contrast */
a, a:link, a:visited { color: #0d4a78; }
a:hover, a:focus { color: #0a3a5e; }
a.button, a.button:link, a.button:visited,
.button, .button:link, .button:visited { color: #ffffff; }
a.button:hover, a.button:focus,
.button:hover, .button:focus { color: #ffffff; }

/* Nav specificity overrides — beat Foundation .menu a (0,2,1) */
.top-bar a, .menu a, .menu > li > a,
.dropdown.menu > li > a, .dropdown.menu > li.is-active > a,
.is-dropdown-submenu > li > a, nav a { color: #0d4a78; }
.top-bar a:hover, .menu a:hover, nav a:hover,
.top-bar a:focus, .menu a:focus, nav a:focus { color: #0a3a5e; }

/* Underline inline content links; suppress on nav/buttons/cards */
p a, h2 a, h3 a, li a { text-decoration: underline; }
.menu a, .top-bar a, nav a,
a.button, .button a,
a.photocaption, .photocaption,
.featureddiv a, .featuredfloat a,
a img { text-decoration: none; }
a:hover { text-decoration: none; }
