/* normalize.css start */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline;
  zoom: 1;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: none;
}
small {
  font-size: 75%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
ul, ol {
  margin-left: 0;
  padding: 0;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  /*margin-left:-7px;*/
}
button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  /*-webkit-appearance:textfield;*/
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-spacing: 0;
}
audio:not([controls]), [hidden] {
  display: none;
}
body, figure, form {
  margin: 0;
}
/* normalize.css end */
body {
  background: #bbb;
  margin: 0;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.hide {
  display: none;
}
h1, h2, h3, h4, h5, h6, caption, legend {
  margin: 0.5em 0 0 0;
  color: #1F3168;
  text-align: center;
}
h1 {
  font-size: 2.25em;
  letter-spacing: .04em;
  line-height: 140%;
}
h2 {
  font-size: 2em;
  letter-spacing: .02em;
  color: white;
  background: #081c59;
  background: rgba(8, 28, 89, 0.7);
  padding: 0.25em;
}
h3, caption, legend {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1.125em;
}
img {
  max-width: 100%;
}
a:link, a:visited {
  color: #1F3168;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a > img {
  border: none;
}
ul {
  margin-left: 1.25em;
  margin-top: 0;
  font-size: 0.875em;
}
li {
  margin: 0.5em 0;
}
.headerContainer {
  background: #081c59;
  background: rgba(8, 28, 89, 0.7);
}
.container, header.main, footer {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
.container:after, header.main:after, footer:after {
  content: " ";
  display: block;
  clear: both;
}
.mainContent {
  line-height: 160%;
  background: #fff;
  border: 2px solid #1F3168;
  margin-top: 1.75em;
  min-height: 20em;
}
.mainContent section {
  padding: 1em 2em;
}
.mainContent .notice {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}
.mainContent .mainLink {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}