@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url("progressbar.css");

html, body { background: #efefef; }

body { margin:0; padding:0; color: #163a61; font-size: 9pt; text-shadow: 1px 1px 1px #fff; font-family: 'Noto Sans', sans-serif; }
input, select, textarea, label, .btn, span, div { font-family: 'Noto Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans', sans-serif; margin: .3em 0em 0em 0em; }
hr { border-top: 1px solid #ddd; border-bottom: 1px solid #fff; margin: 0; padding: 0; }
a { color: #084d7a; }

.headingFont { font-family: 'Noto Sans', sans-serif; }
.instructions { color: #5386a6; font-size: 1em; margin-bottom: .8em; }
.quote { color: #5386a6; font-size: 1.1em; font-style: italic; line-height: 150%; margin-top: .5em; }
.sidebarTitle {
	background: #163a61; padding: 8px 20px 8px 20px; border-top: 1px solid #07123e; border-bottom: 1px solid #07123e;
	font-size: 1.4em; font-weight: bold; color: #fff; text-shadow: 1px 1px 1px #000;
}
.collapseTitle { cursor: pointer; }

.largeTxt { font-size: 1.8em; }

.b { font-weight: bold; }
.i { font-style: italic; }
.green { color: #d7f4a0; }

.r { text-align: right; }
.c { text-align: center; margin: 0 auto; }

.floatL { float: left; }
.floatR { float: right; }
.clr { clear: both; }
.noDeco, a.noDeco:hover { text-decoration: none; }


/* main layout */
.header {
	margin: 0px auto 0px auto;
}
.footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: #181e34;
	color: #eee;

	min-height: 75px;

	text-shadow: 1px 1px 1px #333;
	padding-top: 10px;
	font-size: .8em;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}
.clrSite {
	margin-bottom: 150px;
}
.footer a { color: #aaa; }

/* main layout pieces */
.contentWrapper {
	border-radius: 7px;
	background-color: #fefefe;
	margin-top: 10px;
	padding: 10px 0px 15px 0px;
	box-shadow: 0px 0px 10px #ccc;
}

.contentWrapper div.content { padding: 0px 20px; }

.section1 { background: #ddebff; padding: 10px 20px; border-top: 1px solid #163a61; border-bottom: 1px solid #163a61; }
.section2 { background: #163a61; padding: 5px 20px; border-top: 1px solid #07123e; border-bottom: 1px solid #07123e; color: #fff; text-shadow: 1px 1px 1px #000; }
.section2 a { color: #eee; }
.section2 .heading { font-size: 1.2em; margin-top: 3px; }
.section3 { background: #cb9206; border-top: 1px solid #ac7b01; border-bottom: 1px solid #ac7b01; color: #fff; text-shadow: 1px 1px 1px #000; }
.section3 { padding: 5px 20px; }
.notes { background: #ffeee1; padding: 5px 20px; border-top: 1px solid #ffd9bb; border-bottom: 1px solid #ffd9bb; color: #ff8f3c; font-weight: bold; }

.sidebar { float: right; width: 250px; margin-left: 10px; }
.mainContent { float: left; width: 640px; }

.additionalCoverages .subHead,
.additionalCoverages ul li {
   margin-left: 1em;
}

.additionalCoverages dt { min-width: 400px; float: left; }
.additionalCoverages dd { width: 100px; white-space: nowrap; }
#errorMessages {
	padding: 10px; margin-bottom: 15px;
	border-top: 1px solid #990000; border-bottom: 1px solid #990000;
	background-color: #fee7e7; color: #990000;
	font-size: 1.3em; font-weight: bold;
}
#errorMessages li {
	color: #990000;
	font-size: 1em; font-weight: bold;
}

.btn-xxxlg {
  padding: 18px 26px;
  font-size: 32px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}


input, textarea {text-transform:uppercase}
